.
+
+On to what's new…
+
+New languages:
+
+- Handlebars templates by [Robin Ward][]
+- Oracle Rules Language by [Jason Jacobson][]
+- F# by [Joans Follesø][]
+- AsciiDoc and Haml by [Dan Allen][]
+- Lasso by [Eric Knibbe][]
+- SCSS by [Kurt Emch][]
+- VB.NET by [Poren Chiang][]
+- Mizar by [Kelley van Evert][]
+
+[Robin Ward]: https://github.com/eviltrout
+[Jason Jacobson]: https://github.com/jayce7
+[Joans Follesø]: https://github.com/follesoe
+[Dan Allen]: https://github.com/mojavelinux
+[Eric Knibbe]: https://github.com/EricFromCanada
+[Kurt Emch]: https://github.com/kemch
+[Poren Chiang]: https://github.com/rschiang
+[Kelley van Evert]: https://github.com/kelleyvanevert
+
+New style themes:
+
+- Monokai Sublime by [noformnocontent][]
+- Railscasts by [Damien White][]
+- Obsidian by [Alexander Marenin][]
+- Docco by [Simon Madine][]
+- Mono Blue by [Ivan Sagalaev][] (uses a single color hue for everything)
+- Foundation by [Dan Allen][]
+
+[noformnocontent]: http://nn.mit-license.org/
+[Damien White]: https://github.com/visoft
+[Alexander Marenin]: https://github.com/ioncreature
+[Simon Madine]: https://github.com/thingsinjars
+[Ivan Sagalaev]: https://github.com/isagalaev
+
+Other notable changes:
+
+- Corrected many corner cases in CSS.
+- Dropped Python 2 version of the build tool.
+- Implemented building for the AMD format.
+- Updated Rust keywords (thanks to [Dmitry Medvinsky][]).
+- Literal regexes can now be used in language definitions.
+- CoffeeScript highlighting is now significantly more robust and rich due to
+ input from [Cédric Néhémie][].
+
+[Dmitry Medvinsky]: https://github.com/dmedvinsky
+[Cédric Néhémie]: https://github.com/abe33
+
+
+## Version 7.3
+
+- Since this version highlight.js no longer works in IE version 8 and older.
+ It's made it possible to reduce the library size and dramatically improve code
+ readability and made it easier to maintain. Time to go forward!
+
+- New languages: AppleScript (by [Nathan Grigg][ng] and [Dr. Drang][dd]) and
+ Brainfuck (by [Evgeny Stepanischev][bolk]).
+
+- Improvements to existing languages:
+
+ - interpreter prompt in Python (`>>>` and `...`)
+ - @-properties and classes in CoffeeScript
+ - E4X in JavaScript (by [Oleg Efimov][oe])
+ - new keywords in Perl (by [Kirk Kimmel][kk])
+ - big Ruby syntax update (by [Vasily Polovnyov][vast])
+ - small fixes in Bash
+
+- Also Oleg Efimov did a great job of moving all the docs for language and style
+ developers and contributors from the old wiki under the source code in the
+ "docs" directory. Now these docs are nicely presented at
+ .
+
+[ng]: https://github.com/nathan11g
+[dd]: https://github.com/drdrang
+[bolk]: https://github.com/bolknote
+[oe]: https://github.com/Sannis
+[kk]: https://github.com/kimmel
+[vast]: https://github.com/vast
+
+
+## Version 7.2
+
+A regular bug-fix release without any significant new features. Enjoy!
+
+
+## Version 7.1
+
+A Summer crop:
+
+- [Marc Fornos][mf] made the definition for Clojure along with the matching
+ style Rainbow (which, of course, works for other languages too).
+- CoffeeScript support continues to improve getting support for regular
+ expressions.
+- Yoshihide Jimbo ported to highlight.js [five Tomorrow styles][tm] from the
+ [project by Chris Kempson][tm0].
+- Thanks to [Casey Duncun][cd] the library can now be built in the popular
+ [AMD format][amd].
+- And last but not least, we've got a fair number of correctness and consistency
+ fixes, including a pretty significant refactoring of Ruby.
+
+[mf]: https://github.com/mfornos
+[tm]: http://jmblog.github.com/color-themes-for-highlightjs/
+[tm0]: https://github.com/ChrisKempson/Tomorrow-Theme
+[cd]: https://github.com/caseman
+[amd]: http://requirejs.org/docs/whyamd.html
+
+
+## Version 7.0
+
+The reason for the new major version update is a global change of keyword syntax
+which resulted in the library getting smaller once again. For example, the
+hosted build is 2K less than at the previous version while supporting two new
+languages.
+
+Notable changes:
+
+- The library now works not only in a browser but also with [node.js][]. It is
+ installable with `npm install highlight.js`. [API][] docs are available on our
+ wiki.
+
+- The new unique feature (apparently) among syntax highlighters is highlighting
+ *HTTP* headers and an arbitrary language in the request body. The most useful
+ languages here are *XML* and *JSON* both of which highlight.js does support.
+ Here's [the detailed post][p] about the feature.
+
+- Two new style themes: a dark "south" *[Pojoaque][]* by Jason Tate and an
+ emulation of*XCode* IDE by [Angel Olloqui][ao].
+
+- Three new languages: *D* by [Aleksandar Ružičić][ar], *R* by [Joe Cheng][jc]
+ and *GLSL* by [Sergey Tikhomirov][st].
+
+- *Nginx* syntax has become a million times smaller and more universal thanks to
+ remaking it in a more generic manner that doesn't require listing all the
+ directives in the known universe.
+
+- Function titles are now highlighted in *PHP*.
+
+- *Haskell* and *VHDL* were significantly reworked to be more rich and correct
+ by their respective maintainers [Jeremy Hull][sr] and [Igor Kalnitsky][ik].
+
+And last but not least, many bugs have been fixed around correctness and
+language detection.
+
+Overall highlight.js currently supports 51 languages and 20 style themes.
+
+[node.js]: http://nodejs.org/
+[api]: http://softwaremaniacs.org/wiki/doku.php/highlight.js:api
+[p]: http://softwaremaniacs.org/blog/2012/05/10/http-and-json-in-highlight-js/en/
+[pojoaque]: http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
+[ao]: https://github.com/angelolloqui
+[ar]: https://github.com/raleksandar
+[jc]: https://github.com/jcheng5
+[st]: https://github.com/tikhomirov
+[sr]: https://github.com/sourrust
+[ik]: https://github.com/ikalnitsky
+
+
+## Version 6.2
+
+A lot of things happened in highlight.js since the last version! We've got nine
+new contributors, the discussion group came alive, and the main branch on GitHub
+now counts more than 350 followers. Here are most significant results coming
+from all this activity:
+
+- 5 (five!) new languages: Rust, ActionScript, CoffeeScript, MatLab and
+ experimental support for markdown. Thanks go to [Andrey Vlasovskikh][av],
+ [Alexander Myadzel][am], [Dmytrii Nagirniak][dn], [Oleg Efimov][oe], [Denis
+ Bardadym][db] and [John Crepezzi][jc].
+
+- 2 new style themes: Monokai by [Luigi Maselli][lm] and stylistic imitation of
+ another well-known highlighter Google Code Prettify by [Aahan Krish][ak].
+
+- A vast number of [correctness fixes and code refactorings][log], mostly made
+ by [Oleg Efimov][oe] and [Evgeny Stepanischev][es].
+
+[av]: https://github.com/vlasovskikh
+[am]: https://github.com/myadzel
+[dn]: https://github.com/dnagir
+[oe]: https://github.com/Sannis
+[db]: https://github.com/btd
+[jc]: https://github.com/seejohnrun
+[lm]: http://grigio.org/
+[ak]: https://github.com/geekpanth3r
+[es]: https://github.com/bolknote
+[log]: https://github.com/isagalaev/highlight.js/commits/
+
+
+## Version 6.1 — Solarized
+
+[Jeremy Hull][jh] has implemented my dream feature — a port of [Solarized][]
+style theme famous for being based on the intricate color theory to achieve
+correct contrast and color perception. It is now available for highlight.js in
+both variants — light and dark.
+
+This version also adds a new original style Arta. Its author pumbur maintains a
+[heavily modified fork of highlight.js][pb] on GitHub.
+
+[jh]: https://github.com/sourrust
+[solarized]: http://ethanschoonover.com/solarized
+[pb]: https://github.com/pumbur/highlight.js
+
+
+## Version 6.0
+
+New major version of the highlighter has been built on a significantly
+refactored syntax. Due to this it's even smaller than the previous one while
+supporting more languages!
+
+New languages are:
+
+- Haskell by [Jeremy Hull][sourrust]
+- Erlang in two varieties — module and REPL — made collectively by [Nikolay
+ Zakharov][desh], [Dmitry Kovega][arhibot] and [Sergey Ignatov][ignatov]
+- Objective C by [Valerii Hiora][vhbit]
+- Vala by [Antono Vasiljev][antono]
+- Go by [Stephan Kountso][steplg]
+
+[sourrust]: https://github.com/sourrust
+[desh]: http://desh.su/
+[arhibot]: https://github.com/arhibot
+[ignatov]: https://github.com/ignatov
+[vhbit]: https://github.com/vhbit
+[antono]: https://github.com/antono
+[steplg]: https://github.com/steplg
+
+Also this version is marginally faster and fixes a number of small long-standing
+bugs.
+
+Developer overview of the new language syntax is available in a [blog post about
+recent beta release][beta].
+
+[beta]: http://softwaremaniacs.org/blog/2011/04/25/highlight-js-60-beta/en/
+
+P.S. New version is not yet available on a Yandex' CDN, so for now you have to
+download [your own copy][d].
+
+[d]: /soft/highlight/en/download/
+
+
+## Version 5.14
+
+Fixed bugs in HTML/XML detection and relevance introduced in previous
+refactoring.
+
+Also test.html now shows the second best result of language detection by
+relevance.
+
+
+## Version 5.13
+
+Past weekend began with a couple of simple additions for existing languages but
+ended up in a big code refactoring bringing along nice improvements for language
+developers.
+
+### For users
+
+- Description of C++ has got new keywords from the upcoming [C++ 0x][] standard.
+- Description of HTML has got new tags from [HTML 5][].
+- CSS-styles have been unified to use consistent padding and also have lost
+ pop-outs with names of detected languages.
+- [Igor Kalnitsky][ik] has sent two new language descriptions: CMake и VHDL.
+
+This makes total number of languages supported by highlight.js to reach 35.
+
+Bug fixes:
+
+- Custom classes on `` tags are not being overridden anymore
+- More correct highlighting of code blocks inside non-`` containers:
+ highlighter now doesn't insist on replacing them with its own container and
+ just replaces the contents.
+- Small fixes in browser compatibility and heuristics.
+
+[c++ 0x]: http://ru.wikipedia.org/wiki/C%2B%2B0x
+[html 5]: http://en.wikipedia.org/wiki/HTML5
+[ik]: http://kalnitsky.org.ua/
+
+### For developers
+
+The most significant change is the ability to include language submodes right
+under `contains` instead of defining explicit named submodes in the main array:
+
+ contains: [
+ 'string',
+ 'number',
+ {begin: '\\n', end: hljs.IMMEDIATE_RE}
+ ]
+
+This is useful for auxiliary modes needed only in one place to define parsing.
+Note that such modes often don't have `className` and hence won't generate a
+separate `` in the resulting markup. This is similar in effect to
+`noMarkup: true`. All existing languages have been refactored accordingly.
+
+Test file test.html has at last become a real test. Now it not only puts the
+detected language name under the code snippet but also tests if it matches the
+expected one. Test summary is displayed right above all language snippets.
+
+
+## CDN
+
+Fine people at [Yandex][] agreed to host highlight.js on their big fast servers.
+[Link up][l]!
+
+[yandex]: http://yandex.com/
+[l]: http://softwaremaniacs.org/soft/highlight/en/download/
+
+
+## Version 5.10 — "Paris".
+
+Though I'm on a vacation in Paris, I decided to release a new version with a
+couple of small fixes:
+
+- Tomas Vitvar discovered that TAB replacement doesn't always work when used
+ with custom markup in code
+- SQL parsing is even more rigid now and doesn't step over SmallTalk in tests
+
+
+## Version 5.9
+
+A long-awaited version is finally released.
+
+New languages:
+
+- Andrew Fedorov made a definition for Lua
+- a long-time highlight.js contributor [Peter Leonov][pl] made a definition for
+ Nginx config
+- [Vladimir Moskva][vm] made a definition for TeX
+
+[pl]: http://kung-fu-tzu.ru/
+[vm]: http://fulc.ru/
+
+Fixes for existing languages:
+
+- [Loren Segal][ls] reworked the Ruby definition and added highlighting for
+ [YARD][] inline documentation
+- the definition of SQL has become more solid and now it shouldn't be overly
+ greedy when it comes to language detection
+
+[ls]: http://gnuu.org/
+[yard]: http://yardoc.org/
+
+The highlighter has become more usable as a library allowing to do highlighting
+from initialization code of JS frameworks and in ajax methods (see.
+readme.eng.txt).
+
+Also this version drops support for the [WordPress][wp] plugin. Everyone is
+welcome to [pick up its maintenance][p] if needed.
+
+[wp]: http://wordpress.org/
+[p]: http://bazaar.launchpad.net/~isagalaev/+junk/highlight/annotate/342/src/wp_highlight.js.php
+
+
+## Version 5.8
+
+- Jan Berkel has contributed a definition for Scala. +1 to hotness!
+- All CSS-styles are rewritten to work only inside `` tags to avoid
+ conflicts with host site styles.
+
+
+## Version 5.7.
+
+Fixed escaping of quotes in VBScript strings.
+
+
+## Version 5.5
+
+This version brings a small change: now .ini-files allow digits, underscores and
+square brackets in key names.
+
+
+## Version 5.4
+
+Fixed small but upsetting bug in the packer which caused incorrect highlighting
+of explicitly specified languages. Thanks to Andrew Fedorov for precise
+diagnostics!
+
+
+## Version 5.3
+
+The version to fulfil old promises.
+
+The most significant change is that highlight.js now preserves custom user
+markup in code along with its own highlighting markup. This means that now it's
+possible to use, say, links in code. Thanks to [Vladimir Dolzhenko][vd] for the
+[initial proposal][1] and for making a proof-of-concept patch.
+
+Also in this version:
+
+- [Vasily Polovnyov][vp] has sent a GitHub-like style and has implemented
+ support for CSS @-rules and Ruby symbols.
+- Yura Zaripov has sent two styles: Brown Paper and School Book.
+- Oleg Volchkov has sent a definition for [Parser 3][p3].
+
+[1]: http://softwaremaniacs.org/forum/highlightjs/6612/
+[p3]: http://www.parser.ru/
+[vp]: http://vasily.polovnyov.ru/
+[vd]: http://dolzhenko.blogspot.com/
+
+
+## Version 5.2
+
+- at last it's possible to replace indentation TABs with something sensible (e.g. 2 or 4 spaces)
+- new keywords and built-ins for 1C by Sergey Baranov
+- a couple of small fixes to Apache highlighting
+
+
+## Version 5.1
+
+This is one of those nice version consisting entirely of new and shiny
+contributions!
+
+- [Vladimir Ermakov][vooon] created highlighting for AVR Assembler
+- [Ruslan Keba][rukeba] created highlighting for Apache config file. Also his
+ original visual style for it is now available for all highlight.js languages
+ under the name "Magula".
+- [Shuen-Huei Guan][drake] (aka Drake) sent new keywords for RenderMan
+ languages. Also thanks go to [Konstantin Evdokimenko][ke] for his advice on
+ the matter.
+
+[vooon]: http://vehq.ru/about/
+[rukeba]: http://rukeba.com/
+[drake]: http://drakeguan.org/
+[ke]: http://k-evdokimenko.moikrug.ru/
+
+
+## Version 5.0
+
+The main change in the new major version of highlight.js is a mechanism for
+packing several languages along with the library itself into a single compressed
+file. Now sites using several languages will load considerably faster because
+the library won't dynamically include additional files while loading.
+
+Also this version fixes a long-standing bug with Javascript highlighting that
+couldn't distinguish between regular expressions and division operations.
+
+And as usually there were a couple of minor correctness fixes.
+
+Great thanks to all contributors! Keep using highlight.js.
+
+
+## Version 4.3
+
+This version comes with two contributions from [Jason Diamond][jd]:
+
+- language definition for C# (yes! it was a long-missed thing!)
+- Visual Studio-like highlighting style
+
+Plus there are a couple of minor bug fixes for parsing HTML and XML attributes.
+
+[jd]: http://jason.diamond.name/weblog/
+
+
+## Version 4.2
+
+The biggest news is highlighting for Lisp, courtesy of Vasily Polovnyov. It's
+somewhat experimental meaning that for highlighting "keywords" it doesn't use
+any pre-defined set of a Lisp dialect. Instead it tries to highlight first word
+in parentheses wherever it makes sense. I'd like to ask people programming in
+Lisp to confirm if it's a good idea and send feedback to [the forum][f].
+
+Other changes:
+
+- Smalltalk was excluded from DEFAULT_LANGUAGES to save traffic
+- [Vladimir Epifanov][voldmar] has implemented javascript style switcher for
+ test.html
+- comments now allowed inside Ruby function definition
+- [MEL][] language from [Shuen-Huei Guan][drake]
+- whitespace now allowed between `` and ``
+- better auto-detection of C++ and PHP
+- HTML allows embedded VBScript (`<% .. %>`)
+
+[f]: http://softwaremaniacs.org/forum/highlightjs/
+[voldmar]: http://voldmar.ya.ru/
+[mel]: http://en.wikipedia.org/wiki/Maya_Embedded_Language
+[drake]: http://drakeguan.org/
+
+
+## Version 4.1
+
+Languages:
+
+- Bash from Vah
+- DOS bat-files from Alexander Makarov (Sam)
+- Diff files from Vasily Polovnyov
+- Ini files from myself though initial idea was from Sam
+
+Styles:
+
+- Zenburn from Vladimir Epifanov, this is an imitation of a
+ [well-known theme for Vim][zenburn].
+- Ascetic from myself, as a realization of ideals of non-flashy highlighting:
+ just one color in only three gradations :-)
+
+In other news. [One small bug][bug] was fixed, built-in keywords were added for
+Python and C++ which improved auto-detection for the latter (it was shame that
+[my wife's blog][alenacpp] had issues with it from time to time). And lastly
+thanks go to Sam for getting rid of my stylistic comments in code that were
+getting in the way of [JSMin][].
+
+[zenburn]: http://en.wikipedia.org/wiki/Zenburn
+[alenacpp]: http://alenacpp.blogspot.com/
+[bug]: http://softwaremaniacs.org/forum/viewtopic.php?id=1823
+[jsmin]: http://code.google.com/p/jsmin-php/
+
+
+## Version 4.0
+
+New major version is a result of vast refactoring and of many contributions.
+
+Visible new features:
+
+- Highlighting of embedded languages. Currently is implemented highlighting of
+ Javascript and CSS inside HTML.
+- Bundled 5 ready-made style themes!
+
+Invisible new features:
+
+- Highlight.js no longer pollutes global namespace. Only one object and one
+ function for backward compatibility.
+- Performance is further increased by about 15%.
+
+Changing of a major version number caused by a new format of language definition
+files. If you use some third-party language files they should be updated.
+
+
+## Version 3.5
+
+A very nice version in my opinion fixing a number of small bugs and slightly
+increased speed in a couple of corner cases. Thanks to everybody who reports
+bugs in he [forum][f] and by email!
+
+There is also a new language — XML. A custom XML formerly was detected as HTML
+and didn't highlight custom tags. In this version I tried to make custom XML to
+be detected and highlighted by its own rules. Which by the way include such
+things as CDATA sections and processing instructions (` ... ?>`).
+
+[f]: http://softwaremaniacs.org/forum/viewforum.php?id=6
+
+
+## Version 3.3
+
+[Vladimir Gubarkov][xonix] has provided an interesting and useful addition.
+File export.html contains a little program that shows and allows to copy and
+paste an HTML code generated by the highlighter for any code snippet. This can
+be useful in situations when one can't use the script itself on a site.
+
+
+[xonix]: http://xonixx.blogspot.com/
+
+
+## Version 3.2 consists completely of contributions:
+
+- Vladimir Gubarkov has described SmallTalk
+- Yuri Ivanov has described 1C
+- Peter Leonov has packaged the highlighter as a Firefox extension
+- Vladimir Ermakov has compiled a mod for phpBB
+
+Many thanks to you all!
+
+
+## Version 3.1
+
+Three new languages are available: Django templates, SQL and Axapta. The latter
+two are sent by [Dmitri Roudakov][1]. However I've almost entirely rewrote an
+SQL definition but I'd never started it be it from the ground up :-)
+
+The engine itself has got a long awaited feature of grouping keywords
+("keyword", "built-in function", "literal"). No more hacks!
+
+[1]: http://roudakov.ru/
+
+
+## Version 3.0
+
+It is major mainly because now highlight.js has grown large and has become
+modular. Now when you pass it a list of languages to highlight it will
+dynamically load into a browser only those languages.
+
+Also:
+
+- Konstantin Evdokimenko of [RibKit][] project has created a highlighting for
+ RenderMan Shading Language and RenderMan Interface Bytestream. Yay for more
+ languages!
+- Heuristics for C++ and HTML got better.
+- I've implemented (at last) a correct handling of backslash escapes in C-like
+ languages.
+
+There is also a small backwards incompatible change in the new version. The
+function initHighlighting that was used to initialize highlighting instead of
+initHighlightingOnLoad a long time ago no longer works. If you by chance still
+use it — replace it with the new one.
+
+[RibKit]: http://ribkit.sourceforge.net/
+
+
+## Version 2.9
+
+Highlight.js is a parser, not just a couple of regular expressions. That said
+I'm glad to announce that in the new version 2.9 has support for:
+
+- in-string substitutions for Ruby -- `#{...}`
+- strings from from numeric symbol codes (like #XX) for Delphi
+
+
+## Version 2.8
+
+A maintenance release with more tuned heuristics. Fully backwards compatible.
+
+
+## Version 2.7
+
+- Nikita Ledyaev presents highlighting for VBScript, yay!
+- A couple of bugs with escaping in strings were fixed thanks to Mickle
+- Ongoing tuning of heuristics
+
+Fixed bugs were rather unpleasant so I encourage everyone to upgrade!
+
+
+## Version 2.4
+
+- Peter Leonov provides another improved highlighting for Perl
+- Javascript gets a new kind of keywords — "literals". These are the words
+ "true", "false" and "null"
+
+Also highlight.js homepage now lists sites that use the library. Feel free to
+add your site by [dropping me a message][mail] until I find the time to build a
+submit form.
+
+[mail]: mailto:Maniac@SoftwareManiacs.Org
+
+
+## Version 2.3
+
+This version fixes IE breakage in previous version. My apologies to all who have
+already downloaded that one!
+
+
+## Version 2.2
+
+- added highlighting for Javascript
+- at last fixed parsing of Delphi's escaped apostrophes in strings
+- in Ruby fixed highlighting of keywords 'def' and 'class', same for 'sub' in
+ Perl
+
+
+## Version 2.0
+
+- Ruby support by [Anton Kovalyov][ak]
+- speed increased by orders of magnitude due to new way of parsing
+- this same way allows now correct highlighting of keywords in some tricky
+ places (like keyword "End" at the end of Delphi classes)
+
+[ak]: http://anton.kovalyov.net/
+
+
+## Version 1.0
+
+Version 1.0 of javascript syntax highlighter is released!
+
+It's the first version available with English description. Feel free to post
+your comments and question to [highlight.js forum][forum]. And don't be afraid
+if you find there some fancy Cyrillic letters -- it's for Russian users too :-)
+
+[forum]: http://softwaremaniacs.org/forum/viewforum.php?id=6
diff --git a/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin b/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin
new file mode 100644
index 0000000..422deb7
--- /dev/null
+++ b/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin
@@ -0,0 +1,24 @@
+Copyright (c) 2006, Ivan Sagalaev
+All rights reserved.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of highlight.js nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md b/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
new file mode 100644
index 0000000..be85f6a
--- /dev/null
+++ b/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
@@ -0,0 +1,171 @@
+# Highlight.js
+
+Highlight.js нужен для подсветки синтаксиса в примерах кода в блогах,
+форумах и вообще на любых веб-страницах. Пользоваться им очень просто,
+потому что работает он автоматически: сам находит блоки кода, сам
+определяет язык, сам подсвечивает.
+
+Автоопределением языка можно управлять, когда оно не справляется само (см.
+дальше "Эвристика").
+
+
+## Простое использование
+
+Подключите библиотеку и стиль на страницу и повесть вызов подсветки на
+загрузку страницы:
+
+```html
+
+
+
+```
+
+Весь код на странице, обрамлённый в теги ` ..
`
+будет автоматически подсвечен. Если вы используете другие теги или хотите
+подсвечивать блоки кода динамически, читайте "Инициализацию вручную" ниже.
+
+- Вы можете скачать собственную версию "highlight.pack.js" или сослаться
+ на захостенный файл, как описано на странице загрузки:
+
+
+- Стилевые темы можно найти в загруженном архиве или также использовать
+ захостенные. Чтобы сделать собственный стиль для своего сайта, вам
+ будет полезен [CSS classes reference][cr], который тоже есть в архиве.
+
+[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
+
+
+## node.js
+
+Highlight.js можно использовать в node.js. Библиотеку со всеми возможными языками можно
+установить с NPM:
+
+ npm install highlight.js
+
+Также её можно собрать из исходников с только теми языками, которые нужны:
+
+ python3 tools/build.py -tnode lang1 lang2 ..
+
+Использование библиотеки:
+
+```javascript
+var hljs = require('highlight.js');
+
+// Если вы знаете язык
+hljs.highlight(lang, code).value;
+
+// Автоопределение языка
+hljs.highlightAuto(code).value;
+```
+
+
+## AMD
+
+Highlight.js можно использовать с загрузчиком AMD-модулей. Для этого его
+нужно собрать из исходников следующей командой:
+
+```bash
+$ python3 tools/build.py -tamd lang1 lang2 ..
+```
+
+Она создаст файл `build/highlight.pack.js`, который является загружаемым
+AMD-модулем и содержит все выбранные при сборке языки. Используется он так:
+
+```javascript
+require(["highlight.js/build/highlight.pack"], function(hljs){
+
+ // Если вы знаете язык
+ hljs.highlight(lang, code).value;
+
+ // Автоопределение языка
+ hljs.highlightAuto(code).value;
+});
+```
+
+
+## Замена TABов
+
+Также вы можете заменить символы TAB ('\x09'), используемые для отступов, на
+фиксированное количество пробелов или на отдельный ``, чтобы задать ему
+какой-нибудь специальный стиль:
+
+```html
+
+```
+
+
+## Инициализация вручную
+
+Если вы используете другие теги для блоков кода, вы можете инициализировать их
+явно с помощью функции `highlightBlock(code)`. Она принимает DOM-элемент с
+текстом расцвечиваемого кода и опционально - строчку для замены символов TAB.
+
+Например с использованием jQuery код инициализации может выглядеть так:
+
+```javascript
+$(document).ready(function() {
+ $('pre code').each(function(i, e) {hljs.highlightBlock(e)});
+});
+```
+
+`highlightBlock` можно также использовать, чтобы подсветить блоки кода,
+добавленные на страницу динамически. Только убедитесь, что вы не делаете этого
+повторно для уже раскрашенных блоков.
+
+Если ваш блок кода использует ` ` вместо переводов строки (т.е. если это не
+``), включите опцию `useBR`:
+
+```javascript
+hljs.configure({useBR: true});
+$('div.code').each(function(i, e) {hljs.highlightBlock(e)});
+```
+
+
+## Эвристика
+
+Определение языка, на котором написан фрагмент, делается с помощью
+довольно простой эвристики: программа пытается расцветить фрагмент всеми
+языками подряд, и для каждого языка считает количество подошедших
+синтаксически конструкций и ключевых слов. Для какого языка нашлось больше,
+тот и выбирается.
+
+Это означает, что в коротких фрагментах высока вероятность ошибки, что
+периодически и случается. Чтобы указать язык фрагмента явно, надо написать
+его название в виде класса к элементу ``:
+
+```html
+...
+```
+
+Можно использовать рекомендованные в HTML5 названия классов:
+"language-html", "language-php". Также можно назначать классы на элемент
+``.
+
+Чтобы запретить расцветку фрагмента вообще, используется класс "no-highlight":
+
+```html
+...
+```
+
+
+## Экспорт
+
+В файле export.html находится небольшая программка, которая показывает и дает
+скопировать непосредственно HTML-код подсветки для любого заданного фрагмента кода.
+Это может понадобится например на сайте, на котором нельзя подключить сам скрипт
+highlight.js.
+
+
+## Координаты
+
+- Версия: 8.0
+- URL: http://highlightjs.org/
+
+Лицензионное соглашение читайте в файле LICENSE.
+Список авторов и соавторов читайте в файле AUTHORS.ru.txt
diff --git a/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js b/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js
new file mode 100644
index 0000000..627f79e
--- /dev/null
+++ b/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js
@@ -0,0 +1 @@
+var hljs=new function(){function k(v){return v.replace(/&/gm,"&").replace(//gm,">")}function t(v){return v.nodeName.toLowerCase()}function i(w,x){var v=w&&w.exec(x);return v&&v.index==0}function d(v){return Array.prototype.map.call(v.childNodes,function(w){if(w.nodeType==3){return b.useBR?w.nodeValue.replace(/\n/g,""):w.nodeValue}if(t(w)=="br"){return"\n"}return d(w)}).join("")}function r(w){var v=(w.className+" "+(w.parentNode?w.parentNode.className:"")).split(/\s+/);v=v.map(function(x){return x.replace(/^language-/,"")});return v.filter(function(x){return j(x)||x=="no-highlight"})[0]}function o(x,y){var v={};for(var w in x){v[w]=x[w]}if(y){for(var w in y){v[w]=y[w]}}return v}function u(x){var v=[];(function w(y,z){for(var A=y.firstChild;A;A=A.nextSibling){if(A.nodeType==3){z+=A.nodeValue.length}else{if(t(A)=="br"){z+=1}else{if(A.nodeType==1){v.push({event:"start",offset:z,node:A});z=w(A,z);v.push({event:"stop",offset:z,node:A})}}}}return z})(x,0);return v}function q(w,y,C){var x=0;var F="";var z=[];function B(){if(!w.length||!y.length){return w.length?w:y}if(w[0].offset!=y[0].offset){return(w[0].offset"}function E(G){F+=""+t(G)+">"}function v(G){(G.event=="start"?A:E)(G.node)}while(w.length||y.length){var D=B();F+=k(C.substr(x,D[0].offset-x));x=D[0].offset;if(D==w){z.reverse().forEach(E);do{v(D.splice(0,1)[0]);D=B()}while(D==w&&D.length&&D[0].offset==x);z.reverse().forEach(A)}else{if(D[0].event=="start"){z.push(D[0].node)}else{z.pop()}v(D.splice(0,1)[0])}}return F+k(C.substr(x))}function m(y){function v(z){return(z&&z.source)||z}function w(A,z){return RegExp(v(A),"m"+(y.cI?"i":"")+(z?"g":""))}function x(D,C){if(D.compiled){return}D.compiled=true;D.k=D.k||D.bK;if(D.k){var z={};function E(G,F){if(y.cI){F=F.toLowerCase()}F.split(" ").forEach(function(H){var I=H.split("|");z[I[0]]=[G,I[1]?Number(I[1]):1]})}if(typeof D.k=="string"){E("keyword",D.k)}else{Object.keys(D.k).forEach(function(F){E(F,D.k[F])})}D.k=z}D.lR=w(D.l||/\b[A-Za-z0-9_]+\b/,true);if(C){if(D.bK){D.b=D.bK.split(" ").join("|")}if(!D.b){D.b=/\B|\b/}D.bR=w(D.b);if(!D.e&&!D.eW){D.e=/\B|\b/}if(D.e){D.eR=w(D.e)}D.tE=v(D.e)||"";if(D.eW&&C.tE){D.tE+=(D.e?"|":"")+C.tE}}if(D.i){D.iR=w(D.i)}if(D.r===undefined){D.r=1}if(!D.c){D.c=[]}var B=[];D.c.forEach(function(F){if(F.v){F.v.forEach(function(G){B.push(o(F,G))})}else{B.push(F=="self"?D:F)}});D.c=B;D.c.forEach(function(F){x(F,D)});if(D.starts){x(D.starts,C)}var A=D.c.map(function(F){return F.bK?"\\.?\\b("+F.b+")\\b\\.?":F.b}).concat([D.tE]).concat([D.i]).map(v).filter(Boolean);D.t=A.length?w(A.join("|"),true):{exec:function(F){return null}};D.continuation={}}x(y)}function c(S,L,J,R){function v(U,V){for(var T=0;T";U+=Z+'">';return U+X+Y}function N(){var U=k(C);if(!I.k){return U}var T="";var X=0;I.lR.lastIndex=0;var V=I.lR.exec(U);while(V){T+=U.substr(X,V.index-X);var W=E(I,V);if(W){H+=W[1];T+=w(W[0],V[0])}else{T+=V[0]}X=I.lR.lastIndex;V=I.lR.exec(U)}return T+U.substr(X)}function F(){if(I.sL&&!f[I.sL]){return k(C)}var T=I.sL?c(I.sL,C,true,I.continuation.top):g(C);if(I.r>0){H+=T.r}if(I.subLanguageMode=="continuous"){I.continuation.top=T.top}return w(T.language,T.value,false,true)}function Q(){return I.sL!==undefined?F():N()}function P(V,U){var T=V.cN?w(V.cN,"",true):"";if(V.rB){D+=T;C=""}else{if(V.eB){D+=k(U)+T;C=""}else{D+=T;C=U}}I=Object.create(V,{parent:{value:I}})}function G(T,X){C+=T;if(X===undefined){D+=Q();return 0}var V=v(X,I);if(V){D+=Q();P(V,X);return V.rB?0:X.length}var W=z(I,X);if(W){var U=I;if(!(U.rE||U.eE)){C+=X}D+=Q();do{if(I.cN){D+="
"}H+=I.r;I=I.parent}while(I!=W.parent);if(U.eE){D+=k(X)}C="";if(W.starts){P(W.starts,"")}return U.rE?0:X.length}if(A(X,I)){throw new Error('Illegal lexeme "'+X+'" for mode "'+(I.cN||"")+'"')}C+=X;return X.length||1}var M=j(S);if(!M){throw new Error('Unknown language: "'+S+'"')}m(M);var I=R||M;var D="";for(var K=I;K!=M;K=K.parent){if(K.cN){D=w(K.cN,D,true)}}var C="";var H=0;try{var B,y,x=0;while(true){I.t.lastIndex=x;B=I.t.exec(L);if(!B){break}y=G(L.substr(x,B.index-x),B[0]);x=B.index+y}G(L.substr(x));for(var K=I;K.parent;K=K.parent){if(K.cN){D+="
"}}return{r:H,value:D,language:S,top:I}}catch(O){if(O.message.indexOf("Illegal")!=-1){return{r:0,value:k(L)}}else{throw O}}}function g(y,x){x=x||b.languages||Object.keys(f);var v={r:0,value:k(y)};var w=v;x.forEach(function(z){if(!j(z)){return}var A=c(z,y,false);A.language=z;if(A.r>w.r){w=A}if(A.r>v.r){w=v;v=A}});if(w.language){v.second_best=w}return v}function h(v){if(b.tabReplace){v=v.replace(/^((<[^>]+>|\t)+)/gm,function(w,z,y,x){return z.replace(/\t/g,b.tabReplace)})}if(b.useBR){v=v.replace(/\n/g," ")}return v}function p(z){var y=d(z);var A=r(z);if(A=="no-highlight"){return}var v=A?c(A,y,true):g(y);var w=u(z);if(w.length){var x=document.createElementNS("http://www.w3.org/1999/xhtml","pre");x.innerHTML=v.value;v.value=q(w,u(x),y)}v.value=h(v.value);z.innerHTML=v.value;z.className+=" hljs "+(!A&&v.language||"");z.result={language:v.language,re:v.r};if(v.second_best){z.second_best={language:v.second_best.language,re:v.second_best.r}}}var b={classPrefix:"hljs-",tabReplace:null,useBR:false,languages:undefined};function s(v){b=o(b,v)}function l(){if(l.called){return}l.called=true;var v=document.querySelectorAll("pre code");Array.prototype.forEach.call(v,p)}function a(){addEventListener("DOMContentLoaded",l,false);addEventListener("load",l,false)}var f={};var n={};function e(v,x){var w=f[v]=x(this);if(w.aliases){w.aliases.forEach(function(y){n[y]=v})}}function j(v){return f[v]||f[n[v]]}this.highlight=c;this.highlightAuto=g;this.fixMarkup=h;this.highlightBlock=p;this.configure=s;this.initHighlighting=l;this.initHighlightingOnLoad=a;this.registerLanguage=e;this.getLanguage=j;this.inherit=o;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)";this.BNR="\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\[\\s\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE]};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE]};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:/\//,e:/\/[gim]*/,i:/\n/,c:[this.BE,{b:/\[/,e:/\]/,r:0,c:[this.BE]}]};this.TM={cN:"title",b:this.IR,r:0};this.UTM={cN:"title",b:this.UIR,r:0}}();hljs.registerLanguage("bash",function(b){var a={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)\}/}]};var d={cN:"string",b:/"/,e:/"/,c:[b.BE,a,{cN:"variable",b:/\$\(/,e:/\)/,c:[b.BE]}]};var c={cN:"string",b:/'/,e:/'/};return{l:/-?[a-z\.]+/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:true,c:[b.inherit(b.TM,{b:/\w[\w\d_]*/})],r:0},b.HCM,b.NM,d,c,a]}});hljs.registerLanguage("cs",function(b){var a="abstract as base bool break byte case catch char checked const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield";return{k:a,c:[{cN:"comment",b:"///",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"///|"},{cN:"xmlDocTag",b:"?",e:">"}]},b.CLCM,b.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},b.ASM,b.QSM,b.CNM,{bK:"protected public private internal",e:/[{;=]/,k:a,c:[{bK:"class namespace interface",starts:{c:[b.TM]}},{b:b.IR+"\\s*\\(",rB:true,c:[b.TM]}]}]}});hljs.registerLanguage("ruby",function(e){var h="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?";var g="and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor";var a={cN:"yardoctag",b:"@[A-Za-z]+"};var i={cN:"comment",v:[{b:"#",e:"$",c:[a]},{b:"^\\=begin",e:"^\\=end",c:[a],r:10},{b:"^__END__",e:"\\n$"}]};var c={cN:"subst",b:"#\\{",e:"}",k:g};var d={cN:"string",c:[e.BE,c],v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:"%[qw]?\\(",e:"\\)"},{b:"%[qw]?\\[",e:"\\]"},{b:"%[qw]?{",e:"}"},{b:"%[qw]?<",e:">",r:10},{b:"%[qw]?/",e:"/",r:10},{b:"%[qw]?%",e:"%",r:10},{b:"%[qw]?-",e:"-",r:10},{b:"%[qw]?\\|",e:"\\|",r:10},{b:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/}]};var b={cN:"params",b:"\\(",e:"\\)",k:g};var f=[d,i,{cN:"class",bK:"class module",e:"$|;",i:/=/,c:[e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{cN:"inheritance",b:"<\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]},i]},{cN:"function",bK:"def",e:" |$|;",r:0,c:[e.inherit(e.TM,{b:h}),b,i]},{cN:"constant",b:"(::)?(\\b[A-Z]\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:[d,{b:h}],r:0},{cN:"symbol",b:e.UIR+"(\\!|\\?)?:",r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{cN:"variable",b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{b:"("+e.RSR+")\\s*",c:[i,{cN:"regexp",c:[e.BE,c],i:/\n/,v:[{b:"/",e:"/[a-z]*"},{b:"%r{",e:"}[a-z]*"},{b:"%r\\(",e:"\\)[a-z]*"},{b:"%r!",e:"![a-z]*"},{b:"%r\\[",e:"\\][a-z]*"}]}],r:0}];c.c=f;b.c=f;return{k:g,c:f}});hljs.registerLanguage("diff",function(a){return{c:[{cN:"chunk",r:10,v:[{b:/^\@\@ +\-\d+,\d+ +\+\d+,\d+ +\@\@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"header",v:[{b:/Index: /,e:/$/},{b:/=====/,e:/=====$/},{b:/^\-\-\-/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+\+\+/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"change",b:"^\\!",e:"$"}]}});hljs.registerLanguage("javascript",function(a){return{aliases:["js"],k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require"},c:[{cN:"pi",b:/^\s*('|")use strict('|")/,r:10},a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:/,e:/>;/,r:0,sL:"xml"}],r:0},{cN:"function",bK:"function",e:/\{/,c:[a.inherit(a.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{cN:"params",b:/\(/,e:/\)/,c:[a.CLCM,a.CBLCLM],i:/["'\(]/}],i:/\[|%/},{b:/\$[(.]/},{b:"\\."+a.IR,r:0}]}});hljs.registerLanguage("xml",function(a){var c="[A-Za-z0-9\\._:-]+";var d={b:/<\?(php)?(?!\w)/,e:/\?>/,sL:"php",subLanguageMode:"continuous"};var b={eW:true,i:/,r:0,c:[d,{cN:"attribute",b:c,r:0},{b:"=",r:0,c:[{cN:"value",v:[{b:/"/,e:/"/},{b:/'/,e:/'/},{b:/[^\s\/>]+/}]}]}]};return{aliases:["html"],cI:true,c:[{cN:"doctype",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},{cN:"comment",b:"",r:10},{cN:"cdata",b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"",rE:true,sL:"css"}},{cN:"tag",b:"
diff --git a/public/build/ckeditor/plugins/print/icons/hidpi/print.png b/public/build/ckeditor/plugins/print/icons/hidpi/print.png
new file mode 100644
index 0000000..6b62afd
Binary files /dev/null and b/public/build/ckeditor/plugins/print/icons/hidpi/print.png differ
diff --git a/public/build/ckeditor/plugins/print/icons/print.png b/public/build/ckeditor/plugins/print/icons/print.png
new file mode 100644
index 0000000..598e4d1
Binary files /dev/null and b/public/build/ckeditor/plugins/print/icons/print.png differ
diff --git a/public/build/ckeditor/plugins/print/lang/af.js b/public/build/ckeditor/plugins/print/lang/af.js
new file mode 100644
index 0000000..61185ef
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/af.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","af",{toolbar:"Druk"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ar.js b/public/build/ckeditor/plugins/print/lang/ar.js
new file mode 100644
index 0000000..b61c094
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ar.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ar",{toolbar:"طباعة"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/az.js b/public/build/ckeditor/plugins/print/lang/az.js
new file mode 100644
index 0000000..a55624e
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/az.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","az",{toolbar:"Çap et"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/bg.js b/public/build/ckeditor/plugins/print/lang/bg.js
new file mode 100644
index 0000000..6d929a8
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/bg.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","bg",{toolbar:"Печат"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/bn.js b/public/build/ckeditor/plugins/print/lang/bn.js
new file mode 100644
index 0000000..ea9ff91
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/bn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","bn",{toolbar:"প্রিন্ট করি"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/bs.js b/public/build/ckeditor/plugins/print/lang/bs.js
new file mode 100644
index 0000000..a639918
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/bs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","bs",{toolbar:"Štampaj"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ca.js b/public/build/ckeditor/plugins/print/lang/ca.js
new file mode 100644
index 0000000..76f7145
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ca",{toolbar:"Imprimeix"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/cs.js b/public/build/ckeditor/plugins/print/lang/cs.js
new file mode 100644
index 0000000..8927afb
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/cs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","cs",{toolbar:"Tisk"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/cy.js b/public/build/ckeditor/plugins/print/lang/cy.js
new file mode 100644
index 0000000..173df74
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/cy.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","cy",{toolbar:"Argraffu"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/da.js b/public/build/ckeditor/plugins/print/lang/da.js
new file mode 100644
index 0000000..d816585
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/da.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","da",{toolbar:"Udskriv"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/de-ch.js b/public/build/ckeditor/plugins/print/lang/de-ch.js
new file mode 100644
index 0000000..847778b
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/de-ch.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","de-ch",{toolbar:"Drucken"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/de.js b/public/build/ckeditor/plugins/print/lang/de.js
new file mode 100644
index 0000000..a429f6c
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/de.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","de",{toolbar:"Drucken"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/el.js b/public/build/ckeditor/plugins/print/lang/el.js
new file mode 100644
index 0000000..d5623eb
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/el.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","el",{toolbar:"Εκτύπωση"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/en-au.js b/public/build/ckeditor/plugins/print/lang/en-au.js
new file mode 100644
index 0000000..191384e
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/en-au.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","en-au",{toolbar:"Print"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/en-ca.js b/public/build/ckeditor/plugins/print/lang/en-ca.js
new file mode 100644
index 0000000..aff5850
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/en-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","en-ca",{toolbar:"Print"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/en-gb.js b/public/build/ckeditor/plugins/print/lang/en-gb.js
new file mode 100644
index 0000000..84a26bd
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/en-gb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","en-gb",{toolbar:"Print"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/en.js b/public/build/ckeditor/plugins/print/lang/en.js
new file mode 100644
index 0000000..17461f2
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/en.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","en",{toolbar:"Print"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/eo.js b/public/build/ckeditor/plugins/print/lang/eo.js
new file mode 100644
index 0000000..b0580c1
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/eo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","eo",{toolbar:"Presi"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/es-mx.js b/public/build/ckeditor/plugins/print/lang/es-mx.js
new file mode 100644
index 0000000..59fb8b4
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/es-mx.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","es-mx",{toolbar:"Imprimir"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/es.js b/public/build/ckeditor/plugins/print/lang/es.js
new file mode 100644
index 0000000..5549ced
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/es.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","es",{toolbar:"Imprimir"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/et.js b/public/build/ckeditor/plugins/print/lang/et.js
new file mode 100644
index 0000000..cd192d6
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/et.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","et",{toolbar:"Printimine"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/eu.js b/public/build/ckeditor/plugins/print/lang/eu.js
new file mode 100644
index 0000000..6690c53
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/eu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","eu",{toolbar:"Inprimatu"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/fa.js b/public/build/ckeditor/plugins/print/lang/fa.js
new file mode 100644
index 0000000..2445e39
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/fa.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","fa",{toolbar:"چاپ"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/fi.js b/public/build/ckeditor/plugins/print/lang/fi.js
new file mode 100644
index 0000000..2547e34
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/fi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","fi",{toolbar:"Tulosta"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/fo.js b/public/build/ckeditor/plugins/print/lang/fo.js
new file mode 100644
index 0000000..1c93841
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/fo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","fo",{toolbar:"Prenta"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/fr-ca.js b/public/build/ckeditor/plugins/print/lang/fr-ca.js
new file mode 100644
index 0000000..ecedc16
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/fr-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","fr-ca",{toolbar:"Imprimer"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/fr.js b/public/build/ckeditor/plugins/print/lang/fr.js
new file mode 100644
index 0000000..1ae9a1d
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/fr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","fr",{toolbar:"Imprimer"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/gl.js b/public/build/ckeditor/plugins/print/lang/gl.js
new file mode 100644
index 0000000..47ef182
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/gl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","gl",{toolbar:"Imprimir"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/gu.js b/public/build/ckeditor/plugins/print/lang/gu.js
new file mode 100644
index 0000000..a6c1366
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/gu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","gu",{toolbar:"પ્રિન્ટ"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/he.js b/public/build/ckeditor/plugins/print/lang/he.js
new file mode 100644
index 0000000..a9e047a
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/he.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","he",{toolbar:"הדפסה"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/hi.js b/public/build/ckeditor/plugins/print/lang/hi.js
new file mode 100644
index 0000000..06ae598
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/hi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","hi",{toolbar:"प्रिन्ट"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/hr.js b/public/build/ckeditor/plugins/print/lang/hr.js
new file mode 100644
index 0000000..ffbd7f7
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/hr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","hr",{toolbar:"Ispiši"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/hu.js b/public/build/ckeditor/plugins/print/lang/hu.js
new file mode 100644
index 0000000..1b1fb4e
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/hu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","hu",{toolbar:"Nyomtatás"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/id.js b/public/build/ckeditor/plugins/print/lang/id.js
new file mode 100644
index 0000000..4df05eb
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/id.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","id",{toolbar:"Cetak"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/is.js b/public/build/ckeditor/plugins/print/lang/is.js
new file mode 100644
index 0000000..0fb6168
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/is.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","is",{toolbar:"Prenta"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/it.js b/public/build/ckeditor/plugins/print/lang/it.js
new file mode 100644
index 0000000..f8a7966
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/it.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","it",{toolbar:"Stampa"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ja.js b/public/build/ckeditor/plugins/print/lang/ja.js
new file mode 100644
index 0000000..dbfd00b
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ja.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ja",{toolbar:"印刷"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ka.js b/public/build/ckeditor/plugins/print/lang/ka.js
new file mode 100644
index 0000000..86dc40f
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ka.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ka",{toolbar:"ბეჭდვა"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/km.js b/public/build/ckeditor/plugins/print/lang/km.js
new file mode 100644
index 0000000..35450b4
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/km.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","km",{toolbar:"បោះពុម្ព"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ko.js b/public/build/ckeditor/plugins/print/lang/ko.js
new file mode 100644
index 0000000..f9e7ca3
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ko.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ko",{toolbar:"인쇄"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ku.js b/public/build/ckeditor/plugins/print/lang/ku.js
new file mode 100644
index 0000000..fce60ec
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ku.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ku",{toolbar:"چاپکردن"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/lt.js b/public/build/ckeditor/plugins/print/lang/lt.js
new file mode 100644
index 0000000..1829455
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/lt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","lt",{toolbar:"Spausdinti"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/lv.js b/public/build/ckeditor/plugins/print/lang/lv.js
new file mode 100644
index 0000000..e03d0b5
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/lv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","lv",{toolbar:"Drukāt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/mk.js b/public/build/ckeditor/plugins/print/lang/mk.js
new file mode 100644
index 0000000..63fd4d0
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/mk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","mk",{toolbar:"Print"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/mn.js b/public/build/ckeditor/plugins/print/lang/mn.js
new file mode 100644
index 0000000..8df85cf
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/mn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","mn",{toolbar:"Хэвлэх"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ms.js b/public/build/ckeditor/plugins/print/lang/ms.js
new file mode 100644
index 0000000..ca8734b
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ms.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ms",{toolbar:"Cetak"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/nb.js b/public/build/ckeditor/plugins/print/lang/nb.js
new file mode 100644
index 0000000..e65fcfd
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/nb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","nb",{toolbar:"Skriv ut"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/nl.js b/public/build/ckeditor/plugins/print/lang/nl.js
new file mode 100644
index 0000000..41ecffd
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/nl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","nl",{toolbar:"Afdrukken"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/no.js b/public/build/ckeditor/plugins/print/lang/no.js
new file mode 100644
index 0000000..afb031f
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/no.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","no",{toolbar:"Skriv ut"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/oc.js b/public/build/ckeditor/plugins/print/lang/oc.js
new file mode 100644
index 0000000..fd3697e
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/oc.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","oc",{toolbar:"Imprimir"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/pl.js b/public/build/ckeditor/plugins/print/lang/pl.js
new file mode 100644
index 0000000..1bdbdeb
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/pl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","pl",{toolbar:"Drukuj"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/pt-br.js b/public/build/ckeditor/plugins/print/lang/pt-br.js
new file mode 100644
index 0000000..9246c27
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/pt-br.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","pt-br",{toolbar:"Imprimir"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/pt.js b/public/build/ckeditor/plugins/print/lang/pt.js
new file mode 100644
index 0000000..a72195b
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/pt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","pt",{toolbar:"Imprimir"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ro.js b/public/build/ckeditor/plugins/print/lang/ro.js
new file mode 100644
index 0000000..2f331d2
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ro.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ro",{toolbar:"Printează"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ru.js b/public/build/ckeditor/plugins/print/lang/ru.js
new file mode 100644
index 0000000..458a9c1
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ru.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ru",{toolbar:"Печать"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/si.js b/public/build/ckeditor/plugins/print/lang/si.js
new file mode 100644
index 0000000..68d3f56
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/si.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","si",{toolbar:"මුද්රණය කරන්න"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/sk.js b/public/build/ckeditor/plugins/print/lang/sk.js
new file mode 100644
index 0000000..7762bb2
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/sk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","sk",{toolbar:"Tlač"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/sl.js b/public/build/ckeditor/plugins/print/lang/sl.js
new file mode 100644
index 0000000..9f401dd
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/sl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","sl",{toolbar:"Natisni"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/sq.js b/public/build/ckeditor/plugins/print/lang/sq.js
new file mode 100644
index 0000000..bfb05a4
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/sq.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","sq",{toolbar:"Shtype"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/sr-latn.js b/public/build/ckeditor/plugins/print/lang/sr-latn.js
new file mode 100644
index 0000000..62cdc71
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/sr-latn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","sr-latn",{toolbar:"Štampa"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/sr.js b/public/build/ckeditor/plugins/print/lang/sr.js
new file mode 100644
index 0000000..74f6430
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/sr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","sr",{toolbar:"Штампа"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/sv.js b/public/build/ckeditor/plugins/print/lang/sv.js
new file mode 100644
index 0000000..14181ba
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/sv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","sv",{toolbar:"Skriv ut"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/th.js b/public/build/ckeditor/plugins/print/lang/th.js
new file mode 100644
index 0000000..e87d3ac
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/th.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","th",{toolbar:"สั่งพิมพ์"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/tr.js b/public/build/ckeditor/plugins/print/lang/tr.js
new file mode 100644
index 0000000..82f81f0
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/tr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","tr",{toolbar:"Yazdır"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/tt.js b/public/build/ckeditor/plugins/print/lang/tt.js
new file mode 100644
index 0000000..db8ff02
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/tt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","tt",{toolbar:"Бастыру"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/ug.js b/public/build/ckeditor/plugins/print/lang/ug.js
new file mode 100644
index 0000000..6c27031
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/ug.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","ug",{toolbar:"باس "});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/uk.js b/public/build/ckeditor/plugins/print/lang/uk.js
new file mode 100644
index 0000000..dfde34d
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/uk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","uk",{toolbar:"Друк"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/vi.js b/public/build/ckeditor/plugins/print/lang/vi.js
new file mode 100644
index 0000000..5657394
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/vi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","vi",{toolbar:"In"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/zh-cn.js b/public/build/ckeditor/plugins/print/lang/zh-cn.js
new file mode 100644
index 0000000..d7c2643
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/zh-cn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","zh-cn",{toolbar:"打印"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/lang/zh.js b/public/build/ckeditor/plugins/print/lang/zh.js
new file mode 100644
index 0000000..65b8840
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/lang/zh.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("print","zh",{toolbar:"列印"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/print/plugin.js b/public/build/ckeditor/plugins/print/plugin.js
new file mode 100644
index 0000000..582688c
--- /dev/null
+++ b/public/build/ckeditor/plugins/print/plugin.js
@@ -0,0 +1,6 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.add("print",{lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"print,",hidpi:!0,init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(a.addCommand("print",CKEDITOR.plugins.print),a.ui.addButton&&a.ui.addButton("Print",{label:a.lang.print.toolbar,command:"print",toolbar:"document,50"}))}});
+CKEDITOR.plugins.print={exec:function(a){CKEDITOR.env.gecko?a.window.$.print():a.document.$.execCommand("Print")},canUndo:!1,readOnly:1,modes:{wysiwyg:1}};
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/icons/hidpi/save.png b/public/build/ckeditor/plugins/save/icons/hidpi/save.png
new file mode 100644
index 0000000..e64ea05
Binary files /dev/null and b/public/build/ckeditor/plugins/save/icons/hidpi/save.png differ
diff --git a/public/build/ckeditor/plugins/save/icons/save.png b/public/build/ckeditor/plugins/save/icons/save.png
new file mode 100644
index 0000000..d79fa58
Binary files /dev/null and b/public/build/ckeditor/plugins/save/icons/save.png differ
diff --git a/public/build/ckeditor/plugins/save/lang/af.js b/public/build/ckeditor/plugins/save/lang/af.js
new file mode 100644
index 0000000..aa5b37e
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/af.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","af",{toolbar:"Bewaar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ar.js b/public/build/ckeditor/plugins/save/lang/ar.js
new file mode 100644
index 0000000..eb09ee5
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ar.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ar",{toolbar:"حفظ"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/az.js b/public/build/ckeditor/plugins/save/lang/az.js
new file mode 100644
index 0000000..b4099c5
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/az.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","az",{toolbar:"Yadda saxla"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/bg.js b/public/build/ckeditor/plugins/save/lang/bg.js
new file mode 100644
index 0000000..ecdf23c
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/bg.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","bg",{toolbar:"Запис"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/bn.js b/public/build/ckeditor/plugins/save/lang/bn.js
new file mode 100644
index 0000000..16915cf
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/bn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","bn",{toolbar:"সংরক্ষন করি"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/bs.js b/public/build/ckeditor/plugins/save/lang/bs.js
new file mode 100644
index 0000000..d94efe8
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/bs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","bs",{toolbar:"Snimi"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ca.js b/public/build/ckeditor/plugins/save/lang/ca.js
new file mode 100644
index 0000000..8704f58
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ca",{toolbar:"Desa"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/cs.js b/public/build/ckeditor/plugins/save/lang/cs.js
new file mode 100644
index 0000000..e337b9e
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/cs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","cs",{toolbar:"Uložit"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/cy.js b/public/build/ckeditor/plugins/save/lang/cy.js
new file mode 100644
index 0000000..1f8eb81
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/cy.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","cy",{toolbar:"Cadw"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/da.js b/public/build/ckeditor/plugins/save/lang/da.js
new file mode 100644
index 0000000..1ff06c6
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/da.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","da",{toolbar:"Gem"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/de-ch.js b/public/build/ckeditor/plugins/save/lang/de-ch.js
new file mode 100644
index 0000000..5040244
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/de-ch.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","de-ch",{toolbar:"Speichern"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/de.js b/public/build/ckeditor/plugins/save/lang/de.js
new file mode 100644
index 0000000..603359b
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/de.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","de",{toolbar:"Speichern"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/el.js b/public/build/ckeditor/plugins/save/lang/el.js
new file mode 100644
index 0000000..1aaf9ef
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/el.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","el",{toolbar:"Αποθήκευση"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/en-au.js b/public/build/ckeditor/plugins/save/lang/en-au.js
new file mode 100644
index 0000000..0ace64e
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/en-au.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","en-au",{toolbar:"Save"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/en-ca.js b/public/build/ckeditor/plugins/save/lang/en-ca.js
new file mode 100644
index 0000000..993a86e
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/en-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","en-ca",{toolbar:"Save"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/en-gb.js b/public/build/ckeditor/plugins/save/lang/en-gb.js
new file mode 100644
index 0000000..19c382d
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/en-gb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","en-gb",{toolbar:"Save"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/en.js b/public/build/ckeditor/plugins/save/lang/en.js
new file mode 100644
index 0000000..1ee6769
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/en.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","en",{toolbar:"Save"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/eo.js b/public/build/ckeditor/plugins/save/lang/eo.js
new file mode 100644
index 0000000..dd7a194
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/eo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","eo",{toolbar:"Konservi"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/es-mx.js b/public/build/ckeditor/plugins/save/lang/es-mx.js
new file mode 100644
index 0000000..7eb76ce
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/es-mx.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","es-mx",{toolbar:"Guardar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/es.js b/public/build/ckeditor/plugins/save/lang/es.js
new file mode 100644
index 0000000..b07eea6
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/es.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","es",{toolbar:"Guardar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/et.js b/public/build/ckeditor/plugins/save/lang/et.js
new file mode 100644
index 0000000..5bfb76c
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/et.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","et",{toolbar:"Salvestamine"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/eu.js b/public/build/ckeditor/plugins/save/lang/eu.js
new file mode 100644
index 0000000..fec1f85
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/eu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","eu",{toolbar:"Gorde"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/fa.js b/public/build/ckeditor/plugins/save/lang/fa.js
new file mode 100644
index 0000000..fb3f2a3
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/fa.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","fa",{toolbar:"ذخیره"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/fi.js b/public/build/ckeditor/plugins/save/lang/fi.js
new file mode 100644
index 0000000..93d4db5
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/fi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","fi",{toolbar:"Tallenna"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/fo.js b/public/build/ckeditor/plugins/save/lang/fo.js
new file mode 100644
index 0000000..4b45268
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/fo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","fo",{toolbar:"Goym"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/fr-ca.js b/public/build/ckeditor/plugins/save/lang/fr-ca.js
new file mode 100644
index 0000000..eacb6ea
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/fr-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","fr-ca",{toolbar:"Sauvegarder"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/fr.js b/public/build/ckeditor/plugins/save/lang/fr.js
new file mode 100644
index 0000000..8df018d
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/fr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","fr",{toolbar:"Enregistrer"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/gl.js b/public/build/ckeditor/plugins/save/lang/gl.js
new file mode 100644
index 0000000..1bd4332
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/gl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","gl",{toolbar:"Gardar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/gu.js b/public/build/ckeditor/plugins/save/lang/gu.js
new file mode 100644
index 0000000..683842a
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/gu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","gu",{toolbar:"સેવ"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/he.js b/public/build/ckeditor/plugins/save/lang/he.js
new file mode 100644
index 0000000..de52496
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/he.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","he",{toolbar:"שמירה"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/hi.js b/public/build/ckeditor/plugins/save/lang/hi.js
new file mode 100644
index 0000000..36e3a75
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/hi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","hi",{toolbar:"सेव"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/hr.js b/public/build/ckeditor/plugins/save/lang/hr.js
new file mode 100644
index 0000000..cd0d6f4
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/hr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","hr",{toolbar:"Snimi"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/hu.js b/public/build/ckeditor/plugins/save/lang/hu.js
new file mode 100644
index 0000000..e2de200
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/hu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","hu",{toolbar:"Mentés"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/id.js b/public/build/ckeditor/plugins/save/lang/id.js
new file mode 100644
index 0000000..7f1760b
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/id.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","id",{toolbar:"Simpan"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/is.js b/public/build/ckeditor/plugins/save/lang/is.js
new file mode 100644
index 0000000..5f98589
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/is.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","is",{toolbar:"Vista"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/it.js b/public/build/ckeditor/plugins/save/lang/it.js
new file mode 100644
index 0000000..fdfe51a
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/it.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","it",{toolbar:"Salva"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ja.js b/public/build/ckeditor/plugins/save/lang/ja.js
new file mode 100644
index 0000000..41801c4
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ja.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ja",{toolbar:"保存"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ka.js b/public/build/ckeditor/plugins/save/lang/ka.js
new file mode 100644
index 0000000..d3d0456
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ka.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ka",{toolbar:"ჩაწერა"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/km.js b/public/build/ckeditor/plugins/save/lang/km.js
new file mode 100644
index 0000000..82f4495
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/km.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","km",{toolbar:"រក្សាទុក"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ko.js b/public/build/ckeditor/plugins/save/lang/ko.js
new file mode 100644
index 0000000..ac0a0be
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ko.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ko",{toolbar:"저장"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ku.js b/public/build/ckeditor/plugins/save/lang/ku.js
new file mode 100644
index 0000000..649a8cc
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ku.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ku",{toolbar:"پاشکەوتکردن"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/lt.js b/public/build/ckeditor/plugins/save/lang/lt.js
new file mode 100644
index 0000000..ea89cee
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/lt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","lt",{toolbar:"Išsaugoti"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/lv.js b/public/build/ckeditor/plugins/save/lang/lv.js
new file mode 100644
index 0000000..6d8c0c8
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/lv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","lv",{toolbar:"Saglabāt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/mk.js b/public/build/ckeditor/plugins/save/lang/mk.js
new file mode 100644
index 0000000..0405ba8
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/mk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","mk",{toolbar:"Save"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/mn.js b/public/build/ckeditor/plugins/save/lang/mn.js
new file mode 100644
index 0000000..ed1d40a
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/mn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","mn",{toolbar:"Хадгалах"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ms.js b/public/build/ckeditor/plugins/save/lang/ms.js
new file mode 100644
index 0000000..8b557e7
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ms.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ms",{toolbar:"Simpan"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/nb.js b/public/build/ckeditor/plugins/save/lang/nb.js
new file mode 100644
index 0000000..0bce93d
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/nb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","nb",{toolbar:"Lagre"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/nl.js b/public/build/ckeditor/plugins/save/lang/nl.js
new file mode 100644
index 0000000..4611053
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/nl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","nl",{toolbar:"Opslaan"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/no.js b/public/build/ckeditor/plugins/save/lang/no.js
new file mode 100644
index 0000000..d58f02e
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/no.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","no",{toolbar:"Lagre"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/oc.js b/public/build/ckeditor/plugins/save/lang/oc.js
new file mode 100644
index 0000000..9e8419c
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/oc.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","oc",{toolbar:"Enregistrar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/pl.js b/public/build/ckeditor/plugins/save/lang/pl.js
new file mode 100644
index 0000000..8214669
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/pl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","pl",{toolbar:"Zapisz"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/pt-br.js b/public/build/ckeditor/plugins/save/lang/pt-br.js
new file mode 100644
index 0000000..64c537a
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/pt-br.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","pt-br",{toolbar:"Salvar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/pt.js b/public/build/ckeditor/plugins/save/lang/pt.js
new file mode 100644
index 0000000..a30393b
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/pt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","pt",{toolbar:"Guardar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ro.js b/public/build/ckeditor/plugins/save/lang/ro.js
new file mode 100644
index 0000000..05329bc
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ro.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ro",{toolbar:"Salvează"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ru.js b/public/build/ckeditor/plugins/save/lang/ru.js
new file mode 100644
index 0000000..9c75541
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ru.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ru",{toolbar:"Сохранить"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/si.js b/public/build/ckeditor/plugins/save/lang/si.js
new file mode 100644
index 0000000..6305fe6
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/si.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","si",{toolbar:"ආරක්ෂා කරන්න"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/sk.js b/public/build/ckeditor/plugins/save/lang/sk.js
new file mode 100644
index 0000000..f3ea59b
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/sk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","sk",{toolbar:"Uložiť"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/sl.js b/public/build/ckeditor/plugins/save/lang/sl.js
new file mode 100644
index 0000000..e8ff175
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/sl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","sl",{toolbar:"Shrani"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/sq.js b/public/build/ckeditor/plugins/save/lang/sq.js
new file mode 100644
index 0000000..493dca3
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/sq.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","sq",{toolbar:"Ruaje"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/sr-latn.js b/public/build/ckeditor/plugins/save/lang/sr-latn.js
new file mode 100644
index 0000000..fe27f2b
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/sr-latn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","sr-latn",{toolbar:"Sačuvaj"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/sr.js b/public/build/ckeditor/plugins/save/lang/sr.js
new file mode 100644
index 0000000..3fa9e1c
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/sr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","sr",{toolbar:"Сачувај"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/sv.js b/public/build/ckeditor/plugins/save/lang/sv.js
new file mode 100644
index 0000000..a2e40dd
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/sv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","sv",{toolbar:"Spara"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/th.js b/public/build/ckeditor/plugins/save/lang/th.js
new file mode 100644
index 0000000..8e1c28d
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/th.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","th",{toolbar:"บันทึก"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/tr.js b/public/build/ckeditor/plugins/save/lang/tr.js
new file mode 100644
index 0000000..bb638ac
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/tr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","tr",{toolbar:"Kaydet"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/tt.js b/public/build/ckeditor/plugins/save/lang/tt.js
new file mode 100644
index 0000000..757f3f7
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/tt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","tt",{toolbar:"Саклау"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/ug.js b/public/build/ckeditor/plugins/save/lang/ug.js
new file mode 100644
index 0000000..27dbe12
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/ug.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","ug",{toolbar:"ساقلا"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/uk.js b/public/build/ckeditor/plugins/save/lang/uk.js
new file mode 100644
index 0000000..c1abf92
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/uk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","uk",{toolbar:"Зберегти"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/vi.js b/public/build/ckeditor/plugins/save/lang/vi.js
new file mode 100644
index 0000000..986883b
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/vi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","vi",{toolbar:"Lưu"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/zh-cn.js b/public/build/ckeditor/plugins/save/lang/zh-cn.js
new file mode 100644
index 0000000..a2de754
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/zh-cn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","zh-cn",{toolbar:"保存"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/lang/zh.js b/public/build/ckeditor/plugins/save/lang/zh.js
new file mode 100644
index 0000000..6e81061
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/lang/zh.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("save","zh",{toolbar:"儲存"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/save/plugin.js b/public/build/ckeditor/plugins/save/plugin.js
new file mode 100644
index 0000000..30639d5
--- /dev/null
+++ b/public/build/ckeditor/plugins/save/plugin.js
@@ -0,0 +1,6 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+(function(){var b={readOnly:1,modes:{wysiwyg:1,source:1},exec:function(a){if(a.fire("save")&&(a=a.element.$.form))try{a.submit()}catch(b){a.submit.click&&a.submit.click()}}};CKEDITOR.plugins.add("save",{lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"save",hidpi:!0,init:function(a){a.elementMode==
+CKEDITOR.ELEMENT_MODE_REPLACE&&(a.addCommand("save",b).startDisabled=!a.element.$.form,a.ui.addButton&&a.ui.addButton("Save",{label:a.lang.save.toolbar,command:"save",toolbar:"document,10"}))}})})();
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/scayt/CHANGELOG.md b/public/build/ckeditor/plugins/scayt/CHANGELOG.md
new file mode 100644
index 0000000..d956208
--- /dev/null
+++ b/public/build/ckeditor/plugins/scayt/CHANGELOG.md
@@ -0,0 +1,20 @@
+SCAYT plugin for CKEditor 4 Changelog
+====================
+### CKEditor 4.5.6
+
+New Features:
+* CKEditor [language addon](http://ckeditor.com/addon/language) support
+* CKEditor [placeholder addon](http://ckeditor.com/addon/placeholder) support
+* Drag and Drop support
+* *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.html#25
+
+Fixed issues:
+* [#98](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/98) SCAYT Affects Dialog Double Click. Fixed in SCAYT Core.
+* [#102](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/102) SCAYT Core performance enhancements
+* [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak into the clipboard and after pasting
+* [#105](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/105) Javascript error fired in case of multiple instances of CKEditor in one page
+* [#107](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not check non-editable parts of content
+* [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies id of editor element to the iframe
+* SCAYT stops working when CKEditor Undo plug-in not enabled
+* Issue with pasting SCAYT markup in CKEditor
+* [#32](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog
diff --git a/public/build/ckeditor/plugins/scayt/LICENSE.md b/public/build/ckeditor/plugins/scayt/LICENSE.md
new file mode 100644
index 0000000..844ab4d
--- /dev/null
+++ b/public/build/ckeditor/plugins/scayt/LICENSE.md
@@ -0,0 +1,28 @@
+Software License Agreement
+==========================
+
+**CKEditor SCAYT Plugin**
+Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.
+
+Licensed under the terms of any of the following licenses at your choice:
+
+* GNU General Public License Version 2 or later (the "GPL"):
+ http://www.gnu.org/licenses/gpl.html
+
+* GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
+ http://www.gnu.org/licenses/lgpl.html
+
+* Mozilla Public License Version 1.1 or later (the "MPL"):
+ http://www.mozilla.org/MPL/MPL-1.1.html
+
+You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
+
+Sources of Intellectual Property Included in this plugin
+--------------------------------------------------------
+
+Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
+
+Trademarks
+----------
+
+CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
diff --git a/public/build/ckeditor/plugins/scayt/dialogs/dialog.css b/public/build/ckeditor/plugins/scayt/dialogs/dialog.css
new file mode 100644
index 0000000..6718009
--- /dev/null
+++ b/public/build/ckeditor/plugins/scayt/dialogs/dialog.css
@@ -0,0 +1 @@
+div.cke_dialog_ui_scaytItemList{border:1px solid #c9cccf}.cke_scaytItemList-child{position:relative;padding:6px 30px 6px 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cke_scaytItemList-child:hover{background:#ebebeb}.cke_scaytItemList-child .cke_scaytItemList_remove{position:absolute;top:0;right:5px;width:26px;height:26px}
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/scayt/dialogs/options.js b/public/build/ckeditor/plugins/scayt/dialogs/options.js
new file mode 100644
index 0000000..e47c97e
--- /dev/null
+++ b/public/build/ckeditor/plugins/scayt/dialogs/options.js
@@ -0,0 +1,32 @@
+CKEDITOR.dialog.add("scaytDialog",function(d){var c=d.scayt,k='\x3cp\x3e\x3cimg alt\x3d"logo" title\x3d"logo" src\x3d"'+c.getLogo()+'" /\x3e\x3c/p\x3e\x3cp\x3e'+c.getLocal("version")+c.getVersion()+'\x3c/p\x3e\x3cp\x3e\x3ca href\x3d"'+c.getOption("CKUserManual")+'" target\x3d"_blank" style\x3d"text-decoration: underline; color: blue; cursor: pointer;"\x3e'+c.getLocal("btn_userManual")+"\x3c/a\x3e\x3c/p\x3e\x3cp\x3e"+c.getLocal("text_copyrights")+"\x3c/p\x3e",n=CKEDITOR.document,l={isChanged:function(){return null===
+this.newLang||this.currentLang===this.newLang?!1:!0},currentLang:c.getLang(),newLang:null,reset:function(){this.currentLang=c.getLang();this.newLang=null},id:"lang"},k=[{id:"options",label:c.getLocal("tab_options"),onShow:function(){},elements:[{type:"vbox",id:"scaytOptions",children:function(){var b=c.getApplicationConfig(),a=[],g={"ignore-all-caps-words":"label_allCaps","ignore-domain-names":"label_ignoreDomainNames","ignore-words-with-mixed-cases":"label_mixedCase","ignore-words-with-numbers":"label_mixedWithDigits"},
+h;for(h in b)b={type:"checkbox"},b.id=h,b.label=c.getLocal(g[h]),a.push(b);return a}(),onShow:function(){this.getChild();for(var b=d.scayt,a=0;ab[1]?c=1:a[1]div{padding-bottom:6px!important}.scayt-lang-list>div input{margin-right:4px}#scayt_about_{margin:30px auto 0}#scayt_about_ p{text-align:center;margin-bottom:10px}.cke_dialog_contents_body div[name=dictionaries] .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button{margin-top:0}
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/icons/hidpi/selectall.png b/public/build/ckeditor/plugins/selectall/icons/hidpi/selectall.png
new file mode 100644
index 0000000..ef9c67b
Binary files /dev/null and b/public/build/ckeditor/plugins/selectall/icons/hidpi/selectall.png differ
diff --git a/public/build/ckeditor/plugins/selectall/icons/selectall.png b/public/build/ckeditor/plugins/selectall/icons/selectall.png
new file mode 100644
index 0000000..1b9a4a9
Binary files /dev/null and b/public/build/ckeditor/plugins/selectall/icons/selectall.png differ
diff --git a/public/build/ckeditor/plugins/selectall/lang/af.js b/public/build/ckeditor/plugins/selectall/lang/af.js
new file mode 100644
index 0000000..3d9b5cb
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/af.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","af",{toolbar:"Selekteer alles"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ar.js b/public/build/ckeditor/plugins/selectall/lang/ar.js
new file mode 100644
index 0000000..076b910
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ar.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ar",{toolbar:"تحديد الكل"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/az.js b/public/build/ckeditor/plugins/selectall/lang/az.js
new file mode 100644
index 0000000..4285c9a
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/az.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","az",{toolbar:"Hamısını seç"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/bg.js b/public/build/ckeditor/plugins/selectall/lang/bg.js
new file mode 100644
index 0000000..5e77674
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/bg.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","bg",{toolbar:"Избери всичко"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/bn.js b/public/build/ckeditor/plugins/selectall/lang/bn.js
new file mode 100644
index 0000000..9bad270
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/bn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","bn",{toolbar:"সব সিলেক্ট করি"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/bs.js b/public/build/ckeditor/plugins/selectall/lang/bs.js
new file mode 100644
index 0000000..0deb72e
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/bs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","bs",{toolbar:"Selektuj sve"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ca.js b/public/build/ckeditor/plugins/selectall/lang/ca.js
new file mode 100644
index 0000000..a573f9a
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ca",{toolbar:"Selecciona-ho tot"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/cs.js b/public/build/ckeditor/plugins/selectall/lang/cs.js
new file mode 100644
index 0000000..76a56f6
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/cs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","cs",{toolbar:"Vybrat vše"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/cy.js b/public/build/ckeditor/plugins/selectall/lang/cy.js
new file mode 100644
index 0000000..e258fc7
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/cy.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","cy",{toolbar:"Dewis Popeth"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/da.js b/public/build/ckeditor/plugins/selectall/lang/da.js
new file mode 100644
index 0000000..978f67e
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/da.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","da",{toolbar:"Vælg alt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/de-ch.js b/public/build/ckeditor/plugins/selectall/lang/de-ch.js
new file mode 100644
index 0000000..ec80988
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/de-ch.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","de-ch",{toolbar:"Alles auswählen"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/de.js b/public/build/ckeditor/plugins/selectall/lang/de.js
new file mode 100644
index 0000000..2480c37
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/de.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","de",{toolbar:"Alles auswählen"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/el.js b/public/build/ckeditor/plugins/selectall/lang/el.js
new file mode 100644
index 0000000..cd6289d
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/el.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","el",{toolbar:"Επιλογή όλων"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/en-au.js b/public/build/ckeditor/plugins/selectall/lang/en-au.js
new file mode 100644
index 0000000..8aaa34a
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/en-au.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","en-au",{toolbar:"Select All"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/en-ca.js b/public/build/ckeditor/plugins/selectall/lang/en-ca.js
new file mode 100644
index 0000000..6cabe91
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/en-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","en-ca",{toolbar:"Select All"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/en-gb.js b/public/build/ckeditor/plugins/selectall/lang/en-gb.js
new file mode 100644
index 0000000..f60eec1
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/en-gb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","en-gb",{toolbar:"Select All"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/en.js b/public/build/ckeditor/plugins/selectall/lang/en.js
new file mode 100644
index 0000000..02b4c75
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/en.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","en",{toolbar:"Select All"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/eo.js b/public/build/ckeditor/plugins/selectall/lang/eo.js
new file mode 100644
index 0000000..96f1f9a
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/eo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","eo",{toolbar:"Elekti ĉion"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/es-mx.js b/public/build/ckeditor/plugins/selectall/lang/es-mx.js
new file mode 100644
index 0000000..1de7e3a
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/es-mx.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","es-mx",{toolbar:"Seleccionar todo"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/es.js b/public/build/ckeditor/plugins/selectall/lang/es.js
new file mode 100644
index 0000000..06ba982
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/es.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","es",{toolbar:"Seleccionar Todo"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/et.js b/public/build/ckeditor/plugins/selectall/lang/et.js
new file mode 100644
index 0000000..57f14c9
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/et.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","et",{toolbar:"Kõige valimine"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/eu.js b/public/build/ckeditor/plugins/selectall/lang/eu.js
new file mode 100644
index 0000000..565c55f
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/eu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","eu",{toolbar:"Hautatu dena"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/fa.js b/public/build/ckeditor/plugins/selectall/lang/fa.js
new file mode 100644
index 0000000..60e13da
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/fa.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","fa",{toolbar:"گزینش همه"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/fi.js b/public/build/ckeditor/plugins/selectall/lang/fi.js
new file mode 100644
index 0000000..321333d
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/fi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","fi",{toolbar:"Valitse kaikki"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/fo.js b/public/build/ckeditor/plugins/selectall/lang/fo.js
new file mode 100644
index 0000000..e622ef9
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/fo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","fo",{toolbar:"Markera alt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/fr-ca.js b/public/build/ckeditor/plugins/selectall/lang/fr-ca.js
new file mode 100644
index 0000000..01b42a4
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/fr-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","fr-ca",{toolbar:"Sélectionner tout"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/fr.js b/public/build/ckeditor/plugins/selectall/lang/fr.js
new file mode 100644
index 0000000..c9f76af
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/fr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","fr",{toolbar:"Tout sélectionner"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/gl.js b/public/build/ckeditor/plugins/selectall/lang/gl.js
new file mode 100644
index 0000000..358664f
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/gl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","gl",{toolbar:"Seleccionar todo"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/gu.js b/public/build/ckeditor/plugins/selectall/lang/gu.js
new file mode 100644
index 0000000..706e9b6
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/gu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","gu",{toolbar:"બઘું પસંદ કરવું"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/he.js b/public/build/ckeditor/plugins/selectall/lang/he.js
new file mode 100644
index 0000000..2724c2f
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/he.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","he",{toolbar:"בחירת הכל"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/hi.js b/public/build/ckeditor/plugins/selectall/lang/hi.js
new file mode 100644
index 0000000..ecbfee9
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/hi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","hi",{toolbar:"सब सॅलॅक्ट करें"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/hr.js b/public/build/ckeditor/plugins/selectall/lang/hr.js
new file mode 100644
index 0000000..6ab1881
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/hr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","hr",{toolbar:"Odaberi sve"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/hu.js b/public/build/ckeditor/plugins/selectall/lang/hu.js
new file mode 100644
index 0000000..974e4c9
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/hu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","hu",{toolbar:"Mindent kijelöl"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/id.js b/public/build/ckeditor/plugins/selectall/lang/id.js
new file mode 100644
index 0000000..e2100e0
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/id.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","id",{toolbar:"Pilih Semua"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/is.js b/public/build/ckeditor/plugins/selectall/lang/is.js
new file mode 100644
index 0000000..6c3f1da
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/is.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","is",{toolbar:"Velja allt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/it.js b/public/build/ckeditor/plugins/selectall/lang/it.js
new file mode 100644
index 0000000..b7d1fef
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/it.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","it",{toolbar:"Seleziona tutto"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ja.js b/public/build/ckeditor/plugins/selectall/lang/ja.js
new file mode 100644
index 0000000..b1412bd
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ja.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ja",{toolbar:"すべて選択"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ka.js b/public/build/ckeditor/plugins/selectall/lang/ka.js
new file mode 100644
index 0000000..6cabf82
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ka.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ka",{toolbar:"ყველაფრის მონიშნვა"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/km.js b/public/build/ckeditor/plugins/selectall/lang/km.js
new file mode 100644
index 0000000..66d61a0
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/km.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","km",{toolbar:"រើសទាំងអស់"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ko.js b/public/build/ckeditor/plugins/selectall/lang/ko.js
new file mode 100644
index 0000000..578b1f6
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ko.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ko",{toolbar:"모두 선택"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ku.js b/public/build/ckeditor/plugins/selectall/lang/ku.js
new file mode 100644
index 0000000..3ee967e
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ku.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ku",{toolbar:"دیاریکردنی هەمووی"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/lt.js b/public/build/ckeditor/plugins/selectall/lang/lt.js
new file mode 100644
index 0000000..3cdae27
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/lt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","lt",{toolbar:"Pažymėti viską"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/lv.js b/public/build/ckeditor/plugins/selectall/lang/lv.js
new file mode 100644
index 0000000..c2b5641
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/lv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","lv",{toolbar:"Iezīmēt visu"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/mk.js b/public/build/ckeditor/plugins/selectall/lang/mk.js
new file mode 100644
index 0000000..5554a70
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/mk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","mk",{toolbar:"Select All"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/mn.js b/public/build/ckeditor/plugins/selectall/lang/mn.js
new file mode 100644
index 0000000..b4d8c5d
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/mn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","mn",{toolbar:"Бүгдийг нь сонгох"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ms.js b/public/build/ckeditor/plugins/selectall/lang/ms.js
new file mode 100644
index 0000000..ffb407e
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ms.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ms",{toolbar:"Pilih Semua"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/nb.js b/public/build/ckeditor/plugins/selectall/lang/nb.js
new file mode 100644
index 0000000..3ed5bb7
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/nb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","nb",{toolbar:"Merk alt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/nl.js b/public/build/ckeditor/plugins/selectall/lang/nl.js
new file mode 100644
index 0000000..3e1f78d
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/nl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","nl",{toolbar:"Alles selecteren"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/no.js b/public/build/ckeditor/plugins/selectall/lang/no.js
new file mode 100644
index 0000000..3891eb1
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/no.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","no",{toolbar:"Merk alt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/oc.js b/public/build/ckeditor/plugins/selectall/lang/oc.js
new file mode 100644
index 0000000..ca9a3de
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/oc.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","oc",{toolbar:"Seleccionar tot"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/pl.js b/public/build/ckeditor/plugins/selectall/lang/pl.js
new file mode 100644
index 0000000..56401f6
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/pl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","pl",{toolbar:"Zaznacz wszystko"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/pt-br.js b/public/build/ckeditor/plugins/selectall/lang/pt-br.js
new file mode 100644
index 0000000..75ef18c
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/pt-br.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","pt-br",{toolbar:"Selecionar Tudo"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/pt.js b/public/build/ckeditor/plugins/selectall/lang/pt.js
new file mode 100644
index 0000000..bf57a29
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/pt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","pt",{toolbar:"Selecionar tudo"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ro.js b/public/build/ckeditor/plugins/selectall/lang/ro.js
new file mode 100644
index 0000000..0c6248d
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ro.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ro",{toolbar:"Selectează tot"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ru.js b/public/build/ckeditor/plugins/selectall/lang/ru.js
new file mode 100644
index 0000000..f59e8f6
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ru.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ru",{toolbar:"Выделить все"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/si.js b/public/build/ckeditor/plugins/selectall/lang/si.js
new file mode 100644
index 0000000..81a7dfe
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/si.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","si",{toolbar:"සියල්ලම "});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/sk.js b/public/build/ckeditor/plugins/selectall/lang/sk.js
new file mode 100644
index 0000000..7620a61
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/sk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","sk",{toolbar:"Vybrať všetko"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/sl.js b/public/build/ckeditor/plugins/selectall/lang/sl.js
new file mode 100644
index 0000000..c95244f
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/sl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","sl",{toolbar:"Izberi vse"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/sq.js b/public/build/ckeditor/plugins/selectall/lang/sq.js
new file mode 100644
index 0000000..7641363
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/sq.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","sq",{toolbar:"Përzgjidh të Gjitha"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/sr-latn.js b/public/build/ckeditor/plugins/selectall/lang/sr-latn.js
new file mode 100644
index 0000000..5a13864
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/sr-latn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","sr-latn",{toolbar:"Označi sve"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/sr.js b/public/build/ckeditor/plugins/selectall/lang/sr.js
new file mode 100644
index 0000000..8f9a8b7
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/sr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","sr",{toolbar:"Означи све"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/sv.js b/public/build/ckeditor/plugins/selectall/lang/sv.js
new file mode 100644
index 0000000..ef0fdc2
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/sv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","sv",{toolbar:"Markera allt"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/th.js b/public/build/ckeditor/plugins/selectall/lang/th.js
new file mode 100644
index 0000000..04e0757
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/th.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","th",{toolbar:"เลือกทั้งหมด"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/tr.js b/public/build/ckeditor/plugins/selectall/lang/tr.js
new file mode 100644
index 0000000..296f3d7
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/tr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","tr",{toolbar:"Tümünü Seç"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/tt.js b/public/build/ckeditor/plugins/selectall/lang/tt.js
new file mode 100644
index 0000000..c1ff772
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/tt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","tt",{toolbar:"Барысын сайлау"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/ug.js b/public/build/ckeditor/plugins/selectall/lang/ug.js
new file mode 100644
index 0000000..a9a57e9
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/ug.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","ug",{toolbar:"ھەممىنى تاللا"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/uk.js b/public/build/ckeditor/plugins/selectall/lang/uk.js
new file mode 100644
index 0000000..debd35b
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/uk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","uk",{toolbar:"Виділити все"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/vi.js b/public/build/ckeditor/plugins/selectall/lang/vi.js
new file mode 100644
index 0000000..4a364aa
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/vi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","vi",{toolbar:"Chọn tất cả"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/zh-cn.js b/public/build/ckeditor/plugins/selectall/lang/zh-cn.js
new file mode 100644
index 0000000..905c2db
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/zh-cn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","zh-cn",{toolbar:"全选"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/lang/zh.js b/public/build/ckeditor/plugins/selectall/lang/zh.js
new file mode 100644
index 0000000..6d2db4e
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/lang/zh.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("selectall","zh",{toolbar:"全選"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/selectall/plugin.js b/public/build/ckeditor/plugins/selectall/plugin.js
new file mode 100644
index 0000000..05a451d
--- /dev/null
+++ b/public/build/ckeditor/plugins/selectall/plugin.js
@@ -0,0 +1,6 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+(function(){CKEDITOR.plugins.add("selectall",{lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"selectall",hidpi:!0,init:function(b){b.addCommand("selectAll",{modes:{wysiwyg:1,source:1},exec:function(a){var b=a.editable();if(b.is("textarea"))a=b.$,CKEDITOR.env.ie&&a.createTextRange?a.createTextRange().execCommand("SelectAll"):
+(a.selectionStart=0,a.selectionEnd=a.value.length),a.focus();else{if(b.is("body"))a.document.$.execCommand("SelectAll",!1,null);else{var c=a.createRange();c.selectNodeContents(b);c.select()}a.forceNextSelectionCheck();a.selectionChange()}},canUndo:!1});b.ui.addButton&&b.ui.addButton("SelectAll",{label:b.lang.selectall.toolbar,command:"selectAll",toolbar:"selection,10"})}})})();
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/sharedspace/plugin.js b/public/build/ckeditor/plugins/sharedspace/plugin.js
new file mode 100644
index 0000000..e31c7d2
--- /dev/null
+++ b/public/build/ckeditor/plugins/sharedspace/plugin.js
@@ -0,0 +1,7 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+(function(){function f(a,b,c){var e,d;if(c="string"==typeof c?CKEDITOR.document.getById(c):new CKEDITOR.dom.element(c))if(e=a.fire("uiSpace",{space:b,html:""}).html)a.on("uiSpace",function(a){a.data.space==b&&a.cancel()},null,null,1),d=c.append(CKEDITOR.dom.element.createFromHtml(g.output({id:a.id,name:a.name,langDir:a.lang.dir,langCode:a.langCode,space:b,spaceId:a.ui.spaceId(b),content:e}))),c.getCustomData("cke_hasshared")?d.hide():c.setCustomData("cke_hasshared",1),d.unselectable(),d.on("mousedown",
+function(a){a=a.data;a.getTarget().hasAscendant("a",1)||a.preventDefault()}),a.focusManager.add(d,1),a.on("focus",function(){for(var a=0,b,e=c.getChildren();b=e.getItem(a);a++)b.type==CKEDITOR.NODE_ELEMENT&&!b.equals(d)&&b.hasClass("cke_shared")&&b.hide();d.show()}),a.on("destroy",function(){d.remove()})}var g=CKEDITOR.addTemplate("sharedcontainer",'\x3cdiv id\x3d"cke_{name}" class\x3d"cke {id} cke_reset_all cke_chrome cke_editor_{name} cke_shared cke_detached cke_{langDir} '+CKEDITOR.env.cssClass+
+'" dir\x3d"{langDir}" title\x3d"'+(CKEDITOR.env.gecko?" ":"")+'" lang\x3d"{langCode}" role\x3d"presentation"\x3e\x3cdiv class\x3d"cke_inner"\x3e\x3cdiv id\x3d"{spaceId}" class\x3d"cke_{space}" role\x3d"presentation"\x3e{content}\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e');CKEDITOR.plugins.add("sharedspace",{init:function(a){a.on("loaded",function(){var b=a.config.sharedSpaces;if(b)for(var c in b)f(a,c,b[c])},null,null,9)}})})();
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png b/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png
new file mode 100644
index 0000000..21fd33f
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png b/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png
new file mode 100644
index 0000000..94a8a39
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/icons/showblocks-rtl.png b/public/build/ckeditor/plugins/showblocks/icons/showblocks-rtl.png
new file mode 100644
index 0000000..75bfd37
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/icons/showblocks-rtl.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/icons/showblocks.png b/public/build/ckeditor/plugins/showblocks/icons/showblocks.png
new file mode 100644
index 0000000..09fe2c7
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/icons/showblocks.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_address.png b/public/build/ckeditor/plugins/showblocks/images/block_address.png
new file mode 100644
index 0000000..5abdae1
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_address.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_blockquote.png b/public/build/ckeditor/plugins/showblocks/images/block_blockquote.png
new file mode 100644
index 0000000..a8f4973
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_blockquote.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_div.png b/public/build/ckeditor/plugins/showblocks/images/block_div.png
new file mode 100644
index 0000000..87b3c17
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_div.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_h1.png b/public/build/ckeditor/plugins/showblocks/images/block_h1.png
new file mode 100644
index 0000000..3933325
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_h1.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_h2.png b/public/build/ckeditor/plugins/showblocks/images/block_h2.png
new file mode 100644
index 0000000..c99894c
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_h2.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_h3.png b/public/build/ckeditor/plugins/showblocks/images/block_h3.png
new file mode 100644
index 0000000..cb73d67
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_h3.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_h4.png b/public/build/ckeditor/plugins/showblocks/images/block_h4.png
new file mode 100644
index 0000000..7af6bb4
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_h4.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_h5.png b/public/build/ckeditor/plugins/showblocks/images/block_h5.png
new file mode 100644
index 0000000..ce5bec1
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_h5.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_h6.png b/public/build/ckeditor/plugins/showblocks/images/block_h6.png
new file mode 100644
index 0000000..e67b982
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_h6.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_p.png b/public/build/ckeditor/plugins/showblocks/images/block_p.png
new file mode 100644
index 0000000..63a5820
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_p.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/images/block_pre.png b/public/build/ckeditor/plugins/showblocks/images/block_pre.png
new file mode 100644
index 0000000..955a868
Binary files /dev/null and b/public/build/ckeditor/plugins/showblocks/images/block_pre.png differ
diff --git a/public/build/ckeditor/plugins/showblocks/lang/af.js b/public/build/ckeditor/plugins/showblocks/lang/af.js
new file mode 100644
index 0000000..f54ef17
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/af.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","af",{toolbar:"Toon blokke"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ar.js b/public/build/ckeditor/plugins/showblocks/lang/ar.js
new file mode 100644
index 0000000..a3b135a
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ar.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ar",{toolbar:"مخطط تفصيلي"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/az.js b/public/build/ckeditor/plugins/showblocks/lang/az.js
new file mode 100644
index 0000000..2946288
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/az.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","az",{toolbar:"Blokları göstər"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/bg.js b/public/build/ckeditor/plugins/showblocks/lang/bg.js
new file mode 100644
index 0000000..ec8b4f9
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/bg.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","bg",{toolbar:"Показва блокове"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/bn.js b/public/build/ckeditor/plugins/showblocks/lang/bn.js
new file mode 100644
index 0000000..8f38cf2
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/bn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","bn",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/bs.js b/public/build/ckeditor/plugins/showblocks/lang/bs.js
new file mode 100644
index 0000000..91d8620
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/bs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","bs",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ca.js b/public/build/ckeditor/plugins/showblocks/lang/ca.js
new file mode 100644
index 0000000..4a23bd6
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ca",{toolbar:"Mostra els blocs"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/cs.js b/public/build/ckeditor/plugins/showblocks/lang/cs.js
new file mode 100644
index 0000000..e935394
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/cs.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","cs",{toolbar:"Ukázat bloky"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/cy.js b/public/build/ckeditor/plugins/showblocks/lang/cy.js
new file mode 100644
index 0000000..4fea60e
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/cy.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","cy",{toolbar:"Dangos Blociau"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/da.js b/public/build/ckeditor/plugins/showblocks/lang/da.js
new file mode 100644
index 0000000..1c077f1
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/da.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","da",{toolbar:"Vis afsnitsmærker"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/de-ch.js b/public/build/ckeditor/plugins/showblocks/lang/de-ch.js
new file mode 100644
index 0000000..a895e99
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/de-ch.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","de-ch",{toolbar:"Blöcke anzeigen"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/de.js b/public/build/ckeditor/plugins/showblocks/lang/de.js
new file mode 100644
index 0000000..730add9
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/de.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","de",{toolbar:"Blöcke anzeigen"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/el.js b/public/build/ckeditor/plugins/showblocks/lang/el.js
new file mode 100644
index 0000000..67fc843
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/el.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","el",{toolbar:"Προβολή Τμημάτων"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/en-au.js b/public/build/ckeditor/plugins/showblocks/lang/en-au.js
new file mode 100644
index 0000000..02fd8d3
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/en-au.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","en-au",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/en-ca.js b/public/build/ckeditor/plugins/showblocks/lang/en-ca.js
new file mode 100644
index 0000000..2ddff41
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/en-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","en-ca",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/en-gb.js b/public/build/ckeditor/plugins/showblocks/lang/en-gb.js
new file mode 100644
index 0000000..6398fea
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/en-gb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","en-gb",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/en.js b/public/build/ckeditor/plugins/showblocks/lang/en.js
new file mode 100644
index 0000000..2457fa4
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/en.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","en",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/eo.js b/public/build/ckeditor/plugins/showblocks/lang/eo.js
new file mode 100644
index 0000000..42775ae
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/eo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","eo",{toolbar:"Montri la blokojn"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/es-mx.js b/public/build/ckeditor/plugins/showblocks/lang/es-mx.js
new file mode 100644
index 0000000..c3398b5
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/es-mx.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","es-mx",{toolbar:"Mostrar bloques"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/es.js b/public/build/ckeditor/plugins/showblocks/lang/es.js
new file mode 100644
index 0000000..eae4148
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/es.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","es",{toolbar:"Mostrar bloques"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/et.js b/public/build/ckeditor/plugins/showblocks/lang/et.js
new file mode 100644
index 0000000..18f1c0d
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/et.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","et",{toolbar:"Blokkide näitamine"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/eu.js b/public/build/ckeditor/plugins/showblocks/lang/eu.js
new file mode 100644
index 0000000..f6e71f3
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/eu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","eu",{toolbar:"Erakutsi blokeak"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/fa.js b/public/build/ckeditor/plugins/showblocks/lang/fa.js
new file mode 100644
index 0000000..e290b63
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/fa.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","fa",{toolbar:"نمایش بلوکها"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/fi.js b/public/build/ckeditor/plugins/showblocks/lang/fi.js
new file mode 100644
index 0000000..a2e20e2
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/fi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","fi",{toolbar:"Näytä elementit"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/fo.js b/public/build/ckeditor/plugins/showblocks/lang/fo.js
new file mode 100644
index 0000000..cea7058
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/fo.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","fo",{toolbar:"Vís blokkar"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/fr-ca.js b/public/build/ckeditor/plugins/showblocks/lang/fr-ca.js
new file mode 100644
index 0000000..be37ca3
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/fr-ca.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","fr-ca",{toolbar:"Afficher les blocs"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/fr.js b/public/build/ckeditor/plugins/showblocks/lang/fr.js
new file mode 100644
index 0000000..49bf939
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/fr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","fr",{toolbar:"Afficher les blocs"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/gl.js b/public/build/ckeditor/plugins/showblocks/lang/gl.js
new file mode 100644
index 0000000..b9f240c
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/gl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","gl",{toolbar:"Amosar os bloques"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/gu.js b/public/build/ckeditor/plugins/showblocks/lang/gu.js
new file mode 100644
index 0000000..a8e7fd6
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/gu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","gu",{toolbar:"બ્લૉક બતાવવું"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/he.js b/public/build/ckeditor/plugins/showblocks/lang/he.js
new file mode 100644
index 0000000..7d12846
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/he.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","he",{toolbar:"הצגת בלוקים"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/hi.js b/public/build/ckeditor/plugins/showblocks/lang/hi.js
new file mode 100644
index 0000000..68904f2
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/hi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","hi",{toolbar:"ब्लॉक दिखायें"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/hr.js b/public/build/ckeditor/plugins/showblocks/lang/hr.js
new file mode 100644
index 0000000..d6af592
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/hr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","hr",{toolbar:"Prikaži blokove"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/hu.js b/public/build/ckeditor/plugins/showblocks/lang/hu.js
new file mode 100644
index 0000000..cda541b
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/hu.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","hu",{toolbar:"Blokkok megjelenítése"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/id.js b/public/build/ckeditor/plugins/showblocks/lang/id.js
new file mode 100644
index 0000000..96c293c
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/id.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","id",{toolbar:"Perlihatkan Blok"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/is.js b/public/build/ckeditor/plugins/showblocks/lang/is.js
new file mode 100644
index 0000000..88a3ff5
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/is.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","is",{toolbar:"Sýna blokkir"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/it.js b/public/build/ckeditor/plugins/showblocks/lang/it.js
new file mode 100644
index 0000000..38e578f
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/it.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","it",{toolbar:"Visualizza Blocchi"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ja.js b/public/build/ckeditor/plugins/showblocks/lang/ja.js
new file mode 100644
index 0000000..a9c9736
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ja.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ja",{toolbar:"ブロック表示"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ka.js b/public/build/ckeditor/plugins/showblocks/lang/ka.js
new file mode 100644
index 0000000..908e800
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ka.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ka",{toolbar:"არეების ჩვენება"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/km.js b/public/build/ckeditor/plugins/showblocks/lang/km.js
new file mode 100644
index 0000000..d6ca829
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/km.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","km",{toolbar:"បង្ហាញប្លក់"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ko.js b/public/build/ckeditor/plugins/showblocks/lang/ko.js
new file mode 100644
index 0000000..6718734
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ko.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ko",{toolbar:"블록 보기"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ku.js b/public/build/ckeditor/plugins/showblocks/lang/ku.js
new file mode 100644
index 0000000..2a3a128
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ku.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ku",{toolbar:"نیشاندانی بەربەستەکان"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/lt.js b/public/build/ckeditor/plugins/showblocks/lang/lt.js
new file mode 100644
index 0000000..66368a4
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/lt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","lt",{toolbar:"Rodyti blokus"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/lv.js b/public/build/ckeditor/plugins/showblocks/lang/lv.js
new file mode 100644
index 0000000..12c328c
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/lv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","lv",{toolbar:"Parādīt blokus"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/mk.js b/public/build/ckeditor/plugins/showblocks/lang/mk.js
new file mode 100644
index 0000000..a34e8a2
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/mk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","mk",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/mn.js b/public/build/ckeditor/plugins/showblocks/lang/mn.js
new file mode 100644
index 0000000..778ad5d
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/mn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","mn",{toolbar:"Хавтангуудыг харуулах"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ms.js b/public/build/ckeditor/plugins/showblocks/lang/ms.js
new file mode 100644
index 0000000..c6ab5f2
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ms.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ms",{toolbar:"Show Blocks"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/nb.js b/public/build/ckeditor/plugins/showblocks/lang/nb.js
new file mode 100644
index 0000000..8bfdf0e
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/nb.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","nb",{toolbar:"Vis blokker"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/nl.js b/public/build/ckeditor/plugins/showblocks/lang/nl.js
new file mode 100644
index 0000000..22190db
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/nl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","nl",{toolbar:"Toon blokken"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/no.js b/public/build/ckeditor/plugins/showblocks/lang/no.js
new file mode 100644
index 0000000..7570278
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/no.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","no",{toolbar:"Vis blokker"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/oc.js b/public/build/ckeditor/plugins/showblocks/lang/oc.js
new file mode 100644
index 0000000..3e4817f
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/oc.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","oc",{toolbar:"Afichar los blòts"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/pl.js b/public/build/ckeditor/plugins/showblocks/lang/pl.js
new file mode 100644
index 0000000..3168b3c
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/pl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","pl",{toolbar:"Pokaż bloki"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/pt-br.js b/public/build/ckeditor/plugins/showblocks/lang/pt-br.js
new file mode 100644
index 0000000..3ac0ef7
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/pt-br.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","pt-br",{toolbar:"Mostrar blocos de código"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/pt.js b/public/build/ckeditor/plugins/showblocks/lang/pt.js
new file mode 100644
index 0000000..5afaf8e
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/pt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","pt",{toolbar:"Exibir blocos"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ro.js b/public/build/ckeditor/plugins/showblocks/lang/ro.js
new file mode 100644
index 0000000..e4dadf0
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ro.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ro",{toolbar:"Arată blocurile"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ru.js b/public/build/ckeditor/plugins/showblocks/lang/ru.js
new file mode 100644
index 0000000..9620b9d
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ru.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ru",{toolbar:"Отображать блоки"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/si.js b/public/build/ckeditor/plugins/showblocks/lang/si.js
new file mode 100644
index 0000000..f67dff3
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/si.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","si",{toolbar:"කොටස පෙන්නන්න"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/sk.js b/public/build/ckeditor/plugins/showblocks/lang/sk.js
new file mode 100644
index 0000000..dee77c9
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/sk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","sk",{toolbar:"Ukázať bloky"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/sl.js b/public/build/ckeditor/plugins/showblocks/lang/sl.js
new file mode 100644
index 0000000..52fca0b
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/sl.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","sl",{toolbar:"Prikaži ograde"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/sq.js b/public/build/ckeditor/plugins/showblocks/lang/sq.js
new file mode 100644
index 0000000..88405f2
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/sq.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","sq",{toolbar:"Shfaq Blloqet"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/sr-latn.js b/public/build/ckeditor/plugins/showblocks/lang/sr-latn.js
new file mode 100644
index 0000000..ff31a91
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/sr-latn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","sr-latn",{toolbar:"Prikaži blokove"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/sr.js b/public/build/ckeditor/plugins/showblocks/lang/sr.js
new file mode 100644
index 0000000..826b6e7
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/sr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","sr",{toolbar:"Прикажи блокове"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/sv.js b/public/build/ckeditor/plugins/showblocks/lang/sv.js
new file mode 100644
index 0000000..a05b6cc
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/sv.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","sv",{toolbar:"Visa block"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/th.js b/public/build/ckeditor/plugins/showblocks/lang/th.js
new file mode 100644
index 0000000..9b3951c
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/th.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","th",{toolbar:"แสดงบล็อคข้อมูล"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/tr.js b/public/build/ckeditor/plugins/showblocks/lang/tr.js
new file mode 100644
index 0000000..060da3a
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/tr.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","tr",{toolbar:"Blokları Göster"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/tt.js b/public/build/ckeditor/plugins/showblocks/lang/tt.js
new file mode 100644
index 0000000..519e6f7
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/tt.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","tt",{toolbar:"Блокларны күрсәтү"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/ug.js b/public/build/ckeditor/plugins/showblocks/lang/ug.js
new file mode 100644
index 0000000..c44b660
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/ug.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","ug",{toolbar:"بۆلەكنى كۆرسەت"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/uk.js b/public/build/ckeditor/plugins/showblocks/lang/uk.js
new file mode 100644
index 0000000..ca9f51c
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/uk.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","uk",{toolbar:"Показувати блоки"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/vi.js b/public/build/ckeditor/plugins/showblocks/lang/vi.js
new file mode 100644
index 0000000..4356624
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/vi.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","vi",{toolbar:"Hiển thị các khối"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/zh-cn.js b/public/build/ckeditor/plugins/showblocks/lang/zh-cn.js
new file mode 100644
index 0000000..abee734
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/zh-cn.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","zh-cn",{toolbar:"显示区块"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/lang/zh.js b/public/build/ckeditor/plugins/showblocks/lang/zh.js
new file mode 100644
index 0000000..84c1e7e
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/lang/zh.js
@@ -0,0 +1 @@
+CKEDITOR.plugins.setLang("showblocks","zh",{toolbar:"顯示區塊"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/showblocks/plugin.js b/public/build/ckeditor/plugins/showblocks/plugin.js
new file mode 100644
index 0000000..ef7150b
--- /dev/null
+++ b/public/build/ckeditor/plugins/showblocks/plugin.js
@@ -0,0 +1,9 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+(function(){var k={readOnly:1,preserveState:!0,editorFocus:!1,exec:function(a){this.toggleState();this.refresh(a)},refresh:function(a){if(a.document){var c=this.state!=CKEDITOR.TRISTATE_ON||a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&!a.focusManager.hasFocus?"removeClass":"attachClass";a.editable()[c]("cke_show_blocks")}}};CKEDITOR.plugins.add("showblocks",{lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",
+icons:"showblocks,showblocks-rtl",hidpi:!0,onLoad:function(){var a="p div pre address blockquote h1 h2 h3 h4 h5 h6".split(" "),c,b,e,f,k=CKEDITOR.getUrl(this.path),l=!(CKEDITOR.env.ie&&9>CKEDITOR.env.version),g=l?":not([contenteditable\x3dfalse]):not(.cke_show_blocks_off)":"",d,h;for(c=b=e=f="";d=a.pop();)h=a.length?",":"",c+=".cke_show_blocks "+d+g+h,e+=".cke_show_blocks.cke_contents_ltr "+d+g+h,f+=".cke_show_blocks.cke_contents_rtl "+d+g+h,b+=".cke_show_blocks "+d+g+"{background-image:url("+CKEDITOR.getUrl(k+
+"images/block_"+d+".png")+")}";CKEDITOR.addCss((c+"{background-repeat:no-repeat;border:1px dotted gray;padding-top:8px}").concat(b,e+"{background-position:top left;padding-left:8px}",f+"{background-position:top right;padding-right:8px}"));l||CKEDITOR.addCss(".cke_show_blocks [contenteditable\x3dfalse],.cke_show_blocks .cke_show_blocks_off{border:none;padding-top:0;background-image:none}.cke_show_blocks.cke_contents_rtl [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_rtl .cke_show_blocks_off{padding-right:0}.cke_show_blocks.cke_contents_ltr [contenteditable\x3dfalse],.cke_show_blocks.cke_contents_ltr .cke_show_blocks_off{padding-left:0}")},
+init:function(a){function c(){b.refresh(a)}if(!a.blockless){var b=a.addCommand("showblocks",k);b.canUndo=!1;a.config.startupOutlineBlocks&&b.setState(CKEDITOR.TRISTATE_ON);a.ui.addButton&&a.ui.addButton("ShowBlocks",{label:a.lang.showblocks.toolbar,command:"showblocks",toolbar:"tools,20"});a.on("mode",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&b.refresh(a)});a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE&&(a.on("focus",c),a.on("blur",c));a.on("contentDom",function(){b.state!=CKEDITOR.TRISTATE_DISABLED&&
+b.refresh(a)})}}})})();
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/smiley/dialogs/smiley.js b/public/build/ckeditor/plugins/smiley/dialogs/smiley.js
new file mode 100644
index 0000000..8c8e59c
--- /dev/null
+++ b/public/build/ckeditor/plugins/smiley/dialogs/smiley.js
@@ -0,0 +1,11 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.dialog.add("smiley",function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.smiley_columns||8,k,m=function(l){var c=l.data.getTarget(),b=c.getName();if("a"==b)c=c.getChild(0);else if("img"!=b)return;var b=c.getAttribute("cke_src"),a=c.getAttribute("title"),c=f.document.createElement("img",{attributes:{src:b,"data-cke-saved-src":b,title:a,alt:a,width:c.$.width,height:c.$.height}});f.insertElement(c);k.hide();l.data.preventDefault()},q=CKEDITOR.tools.addFunction(function(a,c){a=
+new CKEDITOR.dom.event(a);c=new CKEDITOR.dom.element(c);var b;b=a.getKeystroke();var d="rtl"==f.lang.dir;switch(b){case 38:if(b=c.getParent().getParent().getPrevious())b=b.getChild([c.getParent().getIndex(),0]),b.focus();a.preventDefault();break;case 40:(b=c.getParent().getParent().getNext())&&(b=b.getChild([c.getParent().getIndex(),0]))&&b.focus();a.preventDefault();break;case 32:m({data:a});a.preventDefault();break;case d?37:39:if(b=c.getParent().getNext())b=b.getChild(0),b.focus(),a.preventDefault(!0);
+else if(b=c.getParent().getParent().getNext())(b=b.getChild([0,0]))&&b.focus(),a.preventDefault(!0);break;case d?39:37:if(b=c.getParent().getPrevious())b=b.getChild(0),b.focus(),a.preventDefault(!0);else if(b=c.getParent().getParent().getPrevious())b=b.getLast().getChild(0),b.focus(),a.preventDefault(!0)}}),d=CKEDITOR.tools.getNextId()+"_smiley_emtions_label",d=['\x3cdiv\x3e\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+a.options+"\x3c/span\x3e",'\x3ctable role\x3d"listbox" aria-labelledby\x3d"'+
+d+'" style\x3d"width:100%;height:100%;border-collapse:separate;" cellspacing\x3d"2" cellpadding\x3d"2"',CKEDITOR.env.ie&&CKEDITOR.env.quirks?' style\x3d"position:absolute;"':"","\x3e\x3ctbody\x3e"],n=h.length,a=0;a|\+|~)/g," ");a=a.replace(/\[[^\]]*/g,"");a=a.replace(/#[^\s]*/g,"");a=a.replace(/\:{1,2}[^\s]*/g,"");a=a.replace(/\s+/g," ");a=a.split(" ");b=[];for(g=0;gp&&(p=f)}return p}function t(a){return function(){var f=this.getValue(),f=!!(CKEDITOR.dialog.validate.integer().call(this,f)&&0r.getSize("width")?"100%":500:0,getValue:v,validate:CKEDITOR.dialog.validate.cssLength(a.lang.common.invalidCssLength.replace("%1",
+a.lang.common.width)),onChange:function(){var a=this.getDialog().getContentElement("advanced","advStyles");a&&a.updateStyle("width",this.getValue())},setup:function(a){a=a.getStyle("width");this.setValue(a)},commit:n}]},{type:"hbox",widths:["5em"],children:[{type:"text",id:"txtHeight",requiredContent:"table{height}",controlStyle:"width:5em",label:a.lang.common.height,title:a.lang.common.cssLengthTooltip,"default":"",getValue:v,validate:CKEDITOR.dialog.validate.cssLength(a.lang.common.invalidCssLength.replace("%1",
+a.lang.common.height)),onChange:function(){var a=this.getDialog().getContentElement("advanced","advStyles");a&&a.updateStyle("height",this.getValue())},setup:function(a){(a=a.getStyle("height"))&&this.setValue(a)},commit:n}]},{type:"html",html:"\x26nbsp;"},{type:"text",id:"txtCellSpace",requiredContent:"table[cellspacing]",controlStyle:"width:3em",label:a.lang.table.cellSpace,"default":a.filter.check("table[cellspacing]")?1:0,validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidCellSpacing),
+setup:function(a){this.setValue(a.getAttribute("cellSpacing")||"")},commit:function(a,d){this.getValue()?d.setAttribute("cellSpacing",this.getValue()):d.removeAttribute("cellSpacing")}},{type:"text",id:"txtCellPad",requiredContent:"table[cellpadding]",controlStyle:"width:3em",label:a.lang.table.cellPad,"default":a.filter.check("table[cellpadding]")?1:0,validate:CKEDITOR.dialog.validate.number(a.lang.table.invalidCellPadding),setup:function(a){this.setValue(a.getAttribute("cellPadding")||"")},commit:function(a,
+d){this.getValue()?d.setAttribute("cellPadding",this.getValue()):d.removeAttribute("cellPadding")}}]}]},{type:"html",align:"right",html:""},{type:"vbox",padding:0,children:[{type:"text",id:"txtCaption",requiredContent:"caption",label:a.lang.table.caption,setup:function(a){this.enable();a=a.getElementsByTag("caption");if(0a.indexOf("px")&&(a=a in l&&"none"!=b.getComputedStyle("border-style")?l[a]:0);return parseInt(a,10)}function A(b){var d=[],a={},l="rtl"==b.getComputedStyle("direction");CKEDITOR.tools.array.forEach(b.$.rows,function(f,B){var e=-1,g=0,c=null;f?(g=new CKEDITOR.dom.element(f),c={height:g.$.offsetHeight,
+position:g.getDocumentPosition()}):c=void 0;for(var g=c.height,c=c.position,m=0,k=f.cells.length;m=e.x&&b<=e.x+e.width&&a>=e.y&&a<=e.y+e.height))return e=
+null,m=h=0,g.removeListener("mouseup",f),c.removeListener("mousedown",l),c.removeListener("mousemove",B),g.getBody().setStyle("cursor","auto"),w?c.remove():c.hide(),0;var d=b-Math.round(c.$.offsetWidth/2);if(m){if(d==n||d==D)return 1;d=Math.max(d,n);d=Math.min(d,D);h=d-y}c.setStyle("left",k(d));return 1}}function y(b){var d=b.data.getTarget();if("mouseout"==b.name){if(!d.is("table"))return;for(var a=new CKEDITOR.dom.element(b.data.$.relatedTarget||b.data.$.toElement);a&&a.$&&!a.equals(d)&&!a.is("body");)a=
+a.getParent();if(!a||a.equals(d))return}d.getAscendant("table",1).removeCustomData("_cke_table_pillars");b.removeListener()}var k=CKEDITOR.tools.cssLength,w=CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks);CKEDITOR.plugins.add("tableresize",{requires:"tabletools",init:function(b){b.on("contentDom",function(){var d,a=b.editable();a.attachListener(a.isInline()?a:b.document,"mousemove",function(a){a=a.data;var f=a.getTarget();if(f.type==CKEDITOR.NODE_ELEMENT){var k=a.getPageOffset().x,
+e=a.getPageOffset().y;if(d&&d.move(k,e))z(a);else if(f.is("table")||f.getAscendant({thead:1,tbody:1,tfoot:1},1))if(a=f.getAscendant("table",1),b.editable().contains(a)){(f=a.getCustomData("_cke_table_pillars"))||(a.setCustomData("_cke_table_pillars",f=A(a)),a.on("mouseout",y),a.on("mousedown",y));a:{a=f;for(var f=0,g=a.length;f=c.x&&k<=c.x+c.width&&e>=c.y&&e<=c.y+c.height){k=c;break a}}k=null}k&&(!d&&(d=new E(b)),d.attachTo(k))}}})})}})})();
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/tableselection/styles/tableselection.css b/public/build/ckeditor/plugins/tableselection/styles/tableselection.css
new file mode 100644
index 0000000..b1298f7
--- /dev/null
+++ b/public/build/ckeditor/plugins/tableselection/styles/tableselection.css
@@ -0,0 +1 @@
+.cke_table-faked-selection-editor ::selection,table[data-cke-table-faked-selection-table] ::selection{background:transparent}.cke_table-faked-selection{background:#a9a9a9!important;color:#000}.cke_table-faked-selection a{color:#000}.cke_editable:focus .cke_table-faked-selection{background:#0076cb!important;color:#fff}.cke_editable:focus .cke_table-faked-selection a{color:#fff}.cke_table-faked-selection::-moz-selection,.cke_table-faked-selection ::-moz-selection{background:transparent}.cke_table-faked-selection::selection,.cke_table-faked-selection ::selection{background:transparent}table[data-cke-table-faked-selection-table]{cursor:cell}
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/tabletools/dialogs/tableCell.js b/public/build/ckeditor/plugins/tabletools/dialogs/tableCell.js
new file mode 100644
index 0000000..179d023
--- /dev/null
+++ b/public/build/ckeditor/plugins/tabletools/dialogs/tableCell.js
@@ -0,0 +1,18 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.dialog.add("cellProperties",function(g){function k(a){return{isSpacer:!0,type:"html",html:"\x26nbsp;",requiredContent:a?a:void 0}}function r(){return{type:"vbox",padding:0,children:[]}}function t(a){return{requiredContent:"td{"+a+"}",type:"hbox",widths:["70%","30%"],children:[{type:"text",id:a,width:"100px",label:d[a],validate:n.number(c["invalid"+CKEDITOR.tools.capitalize(a)]),onLoad:function(){var b=this.getDialog().getContentElement("info",a+"Type").getElement(),e=this.getInputElement(),
+c=e.getAttribute("aria-labelledby");e.setAttribute("aria-labelledby",[c,b.$.id].join(" "))},setup:f(function(b){var e=parseFloat(b.getAttribute(a),10);b=parseFloat(b.getStyle(a),10);if(!isNaN(b))return b;if(!isNaN(e))return e}),commit:function(b){var e=parseFloat(this.getValue(),10),c=this.getDialog().getValueOf("info",a+"Type")||u(b,a);isNaN(e)?b.removeStyle(a):b.setStyle(a,e+c);b.removeAttribute(a)},"default":""},{type:"select",id:a+"Type",label:g.lang.table[a+"Unit"],labelStyle:"visibility:hidden;display:block;width:0;overflow:hidden",
+"default":"px",items:[[p.widthPx,"px"],[p.widthPc,"%"]],setup:f(function(b){return u(b,a)})}]}}function f(a){return function(b){for(var e=a(b[0]),c=1;c=m/2?h[2].children.push(a):h[0].children.push(a)});CKEDITOR.tools.array.forEach(h,function(a){a.isSpacer||(a=a.children,a[a.length-1].isSpacer&&a.pop())});return{title:c.title,minWidth:1===h.length?205:410,minHeight:50,contents:[{id:"info",label:c.title,accessKey:"I",elements:[{type:"hbox",widths:1===h.length?["100%"]:["40%","5%","40%"],children:h}]}],onShow:function(){this.cells=
+CKEDITOR.plugins.tabletools.getSelectedCells(this._.editor.getSelection());this.setupContent(this.cells)},onOk:function(){for(var a=this._.editor.getSelection(),b=a.createBookmarks(),c=this.cells,d=0;d=c&&c+g.getText().length>=d)return{element:g,offset:d-c};c+=g.getText().length}return null}function m(b,d){for(var a=0;a=c;c++)b[c]=parseInt(a.substr(2*c,2),16);return 165<=.2126*b[0]+.7152*b[1]+.0722*b[2]}function H(a){var c=a.data,b=c.getTarget(),h=c.getKeystroke(),d="rtl"==f.lang.dir;switch(h){case 38:if(a=b.getParent().getPrevious())a=a.getChild([b.getIndex()]),a.focus();c.preventDefault();break;case 40:(a=b.getParent().getNext())&&(a=a.getChild([b.getIndex()]))&&1==a.type&&a.focus();c.preventDefault();break;case 32:case 13:B(a);c.preventDefault();break;case d?
+37:39:(a=b.getNext())?1==a.type&&(a.focus(),c.preventDefault(!0)):(a=b.getParent().getNext())&&(a=a.getChild([0]))&&1==a.type&&(a.focus(),c.preventDefault(!0));break;case d?39:37:if(a=b.getPrevious())a.focus(),c.preventDefault(!0);else if(a=b.getParent().getPrevious())a=a.getLast(),a.focus(),c.preventDefault(!0)}}function p(a){return CKEDITOR.tools.getNextId()+"_"+a}function E(a){var c=null;q&&a&&(c=q.findOne('td[data-color\x3d"'+a+'"]'));return c}function F(a,c){var b=a||c;f.setUiColor(b);k.getContentElement("picker",
+"configBox").setValue(b);if(a&&k.getContentElement("picker","predefined").getValue()!==b)k.getContentElement("picker","predefined").setValue(b);else if(c){var d=E(b);d?r(d):n();k.getContentElement("picker","selectedColor").getValue()!==b&&m(b)}}function y(a){return a.getUiColor()?CKEDITOR.tools.parseCssText("color:"+a.getUiColor(),!0).color:null}var z=CKEDITOR.dom.element,l=CKEDITOR.document,d=f.lang.uicolor,w=p("hicolor"),x=p("hicolortext"),t=p("selhicolor"),k,q,g,e,D;q=function(){function a(a,d){for(var A=
+a;Ag;g++)c(f.$,"#"+h[e]+h[g]+h[A])}}function c(a,c){var b=new z(a.insertCell(-1));b.setAttribute("class","ColorCell cke_colordialog_colorcell");b.setAttribute("tabIndex",-1);b.setAttribute("role","gridcell");b.setAttribute("data-color",c);b.on("keydown",H);b.on("click",B);b.on("focus",C);b.on("blur",u);b.setStyle("background-color",c);var d=p("color_table_cell");b.setAttribute("aria-labelledby",
+d);b.append(CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+c+"\x3c/span\x3e",CKEDITOR.document))}var b=CKEDITOR.dom.element.createFromHtml('\x3ctable tabIndex\x3d"-1" class\x3d"cke_colordialog_table" aria-label\x3d"'+d.options+'" role\x3d"grid" style\x3d"border-collapse:separate;" cellspacing\x3d"0"\x3e\x3ccaption class\x3d"cke_voice_label"\x3e'+d.options+'\x3c/caption\x3e\x3ctbody role\x3d"presentation"\x3e\x3c/tbody\x3e\x3c/table\x3e');b.on("mouseover",
+C);b.on("mouseout",u);var h="00 33 66 99 cc ff".split(" ");a(0,0);a(3,0);a(0,3);a(3,3);var e=new z(b.$.insertRow(-1));e.setAttribute("role","row");c(e.$,"#000000");for(var g=0;16>g;g++){var f=g.toString(16);c(e.$,"#"+f+f+f+f+f+f)}c(e.$,"#ffffff");return b}();CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(CKEDITOR.plugins.get("uicolor").path+"dialogs/uicolor.css"));return{title:d.title,minWidth:360,minHeight:220,buttons:[CKEDITOR.dialog.okButton],onLoad:function(){k=this},onHide:function(){n();
+m(null);e&&(e.removeClass("cke_colordialog_focused_light"),e.removeClass("cke_colordialog_focused_dark"),e=null,v(null))},contents:[{id:"picker",label:d.title,accessKey:"I",elements:[{type:"hbox",padding:0,widths:["70%","10%","30%"],children:[{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function(){CKEDITOR.document.getById(this.domId).append(q)},focus:function(){var a=y(f),c=a?E(a):e||this.getElement().getElementsByTag("td").getItem(0);c&&(c&&c.focus(),a&&(r(c),m(a)))}},{type:"html",html:"\x26nbsp;"},
+{type:"vbox",padding:0,widths:["70%","5%","25%"],children:[{type:"html",html:"\x3cspan\x3e"+d.highlight+'\x3c/span\x3e\x3cdiv id\x3d"'+w+'" style\x3d"border: 1px solid; height: 74px; width: 74px;"\x3e\x3c/div\x3e\x3cdiv id\x3d"'+x+'"\x3e\x26nbsp;\x3c/div\x3e\x3cspan\x3e'+d.selected+'\x3c/span\x3e\x3cdiv id\x3d"'+t+'" style\x3d"border: 1px solid; height: 20px; width: 74px;"\x3e\x3c/div\x3e'},{type:"text",label:d.selected,labelStyle:"display:none",id:"selectedColor",style:"width: 76px;margin-top:4px",
+onChange:function(){try{var a=this.getValue();a&&(l.getById(t).setStyle("background-color",a),F(a))}catch(c){n(),m(null)}}}]}]},{type:"vbox",children:[{type:"hbox",padding:0,children:[{id:"predefined",type:"select","default":"",width:"100%",label:d.predefined,items:[[""],["Light blue","#9ab8f3"],["Sand","#d2b48c"],["Metallic","#949aaa"],["Purple","#c2a3c7"],["Olive","#a2c980"],["Happy green","#9bd446"],["Jezebel Blue","#14b8c4"],["Burn","#ff89a"],["Easy red","#ff6969"],["Pisces 3","#48b4f2"],["Aquarius 5",
+"#487ed4"],["Absinthe","#a8cf76"],["Scrambled Egg","#c7a622"],["Hello monday","#8e8d80"],["Lovely sunshine","#f1e8b1"],["Recycled air","#b3c593"],["Down","#bcbca4"],["Mark Twain","#cfe91d"],["Specks of dust","#d1b596"],["Lollipop","#f6ce23"]],onShow:function(){this.setValue(y(f))},onChange:function(){var a=this.getValue();a&&(F(null,a),this.focus())}}]},{id:"configBox",type:"text",label:d.config,onShow:function(){this.getInputElement().setAttribute("readonly",!0);this.setValue(y(f))},onChange:function(){var a=
+this.getValue();a&&CKEDITOR.tools.style.parse._findColor(a).length&&this.setValue('config.uiColor \x3d "'+a.toLowerCase()+'"',!0)}}]}]}]}});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png b/public/build/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png
new file mode 100644
index 0000000..9caa62b
Binary files /dev/null and b/public/build/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png differ
diff --git a/public/build/ckeditor/plugins/uicolor/icons/uicolor.png b/public/build/ckeditor/plugins/uicolor/icons/uicolor.png
new file mode 100644
index 0000000..f2f1de9
Binary files /dev/null and b/public/build/ckeditor/plugins/uicolor/icons/uicolor.png differ
diff --git a/public/build/ckeditor/plugins/uicolor/lang/_translationstatus.txt b/public/build/ckeditor/plugins/uicolor/lang/_translationstatus.txt
new file mode 100644
index 0000000..fb8dd66
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/_translationstatus.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+
+bg.js Found: 4 Missing: 0
+cs.js Found: 4 Missing: 0
+cy.js Found: 4 Missing: 0
+da.js Found: 4 Missing: 0
+de.js Found: 4 Missing: 0
+el.js Found: 4 Missing: 0
+eo.js Found: 4 Missing: 0
+et.js Found: 4 Missing: 0
+fa.js Found: 4 Missing: 0
+fi.js Found: 4 Missing: 0
+fr.js Found: 4 Missing: 0
+he.js Found: 4 Missing: 0
+hr.js Found: 4 Missing: 0
+it.js Found: 4 Missing: 0
+mk.js Found: 4 Missing: 0
+nb.js Found: 4 Missing: 0
+nl.js Found: 4 Missing: 0
+no.js Found: 4 Missing: 0
+pl.js Found: 4 Missing: 0
+tr.js Found: 4 Missing: 0
+ug.js Found: 4 Missing: 0
+uk.js Found: 4 Missing: 0
+vi.js Found: 4 Missing: 0
+zh-cn.js Found: 4 Missing: 0
diff --git a/public/build/ckeditor/plugins/uicolor/lang/af.js b/public/build/ckeditor/plugins/uicolor/lang/af.js
new file mode 100644
index 0000000..6e4d645
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/af.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","af",{title:"UI kleur keuse",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Voordefinieerte kleur keuses",config:"Voeg hierdie in jou config.js lêr in"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ar.js b/public/build/ckeditor/plugins/uicolor/lang/ar.js
new file mode 100644
index 0000000..dc30ba9
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ar.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ar",{title:"منتقي الألوان",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"مجموعات ألوان معرفة مسبقا",config:"قص السطر إلى الملف config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/az.js b/public/build/ckeditor/plugins/uicolor/lang/az.js
new file mode 100644
index 0000000..14dfeb4
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/az.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","az",{title:"Panellərin rəng seçimi",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Öncədən təyin edilmiş rənglərin yığımları",config:"Bu sətri sizin config.js faylına əlavə edin"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/bg.js b/public/build/ckeditor/plugins/uicolor/lang/bg.js
new file mode 100644
index 0000000..19ca50a
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/bg.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","bg",{title:"Избор на цвят за интерфейса",options:"Опции за цвят",highlight:"Освети",selected:"Избран цвят",predefined:"Предефинирани цветови палитри",config:"Вмъкнете този низ във вашия config.js файл"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ca.js b/public/build/ckeditor/plugins/uicolor/lang/ca.js
new file mode 100644
index 0000000..70592aa
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ca.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ca",{title:"UI Color Picker",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Conjunts de colors predefinits",config:"Enganxa aquest text dins el fitxer config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/cs.js b/public/build/ckeditor/plugins/uicolor/lang/cs.js
new file mode 100644
index 0000000..d22505b
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/cs.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","cs",{title:"Výběr barvy rozhraní",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Přednastavené sady barev",config:"Vložte tento řetězec do vašeho souboru config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/cy.js b/public/build/ckeditor/plugins/uicolor/lang/cy.js
new file mode 100644
index 0000000..8dc5595
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/cy.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","cy",{title:"Dewisydd Lliwiau'r UI",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Setiau lliw wedi'u cyn-ddiffinio",config:"Gludwch y llinyn hwn i'ch ffeil config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/da.js b/public/build/ckeditor/plugins/uicolor/lang/da.js
new file mode 100644
index 0000000..427a950
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/da.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","da",{title:"Brugerflade på farvevælger",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Prædefinerede farveskemaer",config:"Indsæt denne streng i din config.js fil"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/de-ch.js b/public/build/ckeditor/plugins/uicolor/lang/de-ch.js
new file mode 100644
index 0000000..d909903
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/de-ch.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","de-ch",{title:"UI-Farbpipette",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Vordefinierte Farbsätze",config:"Fügen Sie diese Zeichenfolge in die Datei config.js ein."});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/de.js b/public/build/ckeditor/plugins/uicolor/lang/de.js
new file mode 100644
index 0000000..9d21ce6
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/de.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","de",{title:"UI-Farbpipette",options:"Farboptionen",highlight:"Highlight",selected:"Ausgewählte Farbe",predefined:"Vordefinierte Farbsätze",config:"Fügen Sie diese Zeichenfolge in die Datei config.js ein."});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/el.js b/public/build/ckeditor/plugins/uicolor/lang/el.js
new file mode 100644
index 0000000..360b84f
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/el.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","el",{title:"Διεπαφή Επιλογής Χρωμάτων",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Προκαθορισμένα σύνολα χρωμάτων",config:"Επικολλήστε αυτό το κείμενο στο αρχείο config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/en-au.js b/public/build/ckeditor/plugins/uicolor/lang/en-au.js
new file mode 100644
index 0000000..224dd41
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/en-au.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","en-au",{title:"UI Colour Picker",options:"Colour Options",highlight:"Highlight",selected:"Selected Colour",predefined:"Predefined colour sets",config:"Paste this string into your config.js file"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/en-gb.js b/public/build/ckeditor/plugins/uicolor/lang/en-gb.js
new file mode 100644
index 0000000..aaad379
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/en-gb.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","en-gb",{title:"UI Colour Picker",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Predefined colour sets",config:"Paste this string into your config.js file"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/en.js b/public/build/ckeditor/plugins/uicolor/lang/en.js
new file mode 100644
index 0000000..3b489a1
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/en.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","en",{title:"UI Color Picker",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Predefined color sets",config:"Paste this string into your config.js file"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/eo.js b/public/build/ckeditor/plugins/uicolor/lang/eo.js
new file mode 100644
index 0000000..2bdbbc1
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/eo.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","eo",{title:"UI Kolorselektilo",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Antaŭdifinita koloraro",config:"Gluu tiun signoĉenon en vian dosieron config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/es-mx.js b/public/build/ckeditor/plugins/uicolor/lang/es-mx.js
new file mode 100644
index 0000000..b7405da
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/es-mx.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","es-mx",{title:"Selector de colores de la interfaz de usuario",options:"Opciones de color",highlight:"Resaltar",selected:"Color seleccionado",predefined:"Establecer color predefinido",config:"Pega esta cadena en tu archivo config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/es.js b/public/build/ckeditor/plugins/uicolor/lang/es.js
new file mode 100644
index 0000000..de73477
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/es.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","es",{title:"Recolector de Color de Interfaz de Usuario",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Conjuntos predefinidos de colores",config:"Pega esta cadena en tu archivo config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/et.js b/public/build/ckeditor/plugins/uicolor/lang/et.js
new file mode 100644
index 0000000..93454aa
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/et.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","et",{title:"Värvivalija kasutajaliides",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Eelmääratud värvikomplektid",config:"Aseta see sõne oma config.js faili."});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/eu.js b/public/build/ckeditor/plugins/uicolor/lang/eu.js
new file mode 100644
index 0000000..ec6c467
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/eu.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","eu",{title:"EI kolore-hautatzailea",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Aurrez definitutako kolore multzoak",config:"Itsatsi kate hau zure config.js fitxategian"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/fa.js b/public/build/ckeditor/plugins/uicolor/lang/fa.js
new file mode 100644
index 0000000..ba0e450
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/fa.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","fa",{title:"انتخاب رنگ رابط کاربری",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"مجموعه رنگ از پیش تعریف شده",config:"این رشته را در پروندهٔ config.js خود رونوشت کنید."});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/fi.js b/public/build/ckeditor/plugins/uicolor/lang/fi.js
new file mode 100644
index 0000000..48241df
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/fi.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","fi",{title:"Käyttöliittymän väripaletti",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Esimääritellyt värijoukot",config:"Liitä tämä merkkijono config.js tiedostoosi"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/fr-ca.js b/public/build/ckeditor/plugins/uicolor/lang/fr-ca.js
new file mode 100644
index 0000000..5d6beaf
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/fr-ca.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","fr-ca",{title:"Sélecteur de couleur",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Ensemble de couleur prédéfinies",config:"Insérez cette ligne dans votre fichier config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/fr.js b/public/build/ckeditor/plugins/uicolor/lang/fr.js
new file mode 100644
index 0000000..29456bb
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/fr.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","fr",{title:"Sélecteur de couleur",options:"Option de couleur",highlight:"Surligner",selected:"Couleur sélectionnée",predefined:"Palettes de couleurs prédéfinies",config:"Collez ce texte dans votre fichier config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/gl.js b/public/build/ckeditor/plugins/uicolor/lang/gl.js
new file mode 100644
index 0000000..09db925
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/gl.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","gl",{title:"Recolledor de cor da interface de usuario",options:"Opcións de cor",highlight:"Resaltar",selected:"Cor seleccionado",predefined:"Conxuntos predefinidos de cores",config:"Pegue esta cadea no seu ficheiro config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/he.js b/public/build/ckeditor/plugins/uicolor/lang/he.js
new file mode 100644
index 0000000..88be5ba
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/he.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","he",{title:"בחירת צבע ממשק משתמש",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"קבוצות צבעים מוגדרות מראש",config:"הדבק את הטקסט הבא לתוך הקובץ config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/hr.js b/public/build/ckeditor/plugins/uicolor/lang/hr.js
new file mode 100644
index 0000000..2dfc23d
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/hr.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","hr",{title:"UI odabir boja",options:"Opcije boja",highlight:"Označi",selected:"Odabrana boja",predefined:"Već postavljeni setovi boja",config:"Zalijepite ovaj tekst u Vašu config.js datoteku."});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/hu.js b/public/build/ckeditor/plugins/uicolor/lang/hu.js
new file mode 100644
index 0000000..45cdf32
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/hu.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","hu",{title:"UI Színválasztó",options:"Szín beállítások",highlight:"Kiemelés",selected:"Kiválasztott szín",predefined:"Előre definiált színbeállítások",config:"Illessze be ezt a szöveget a config.js fájlba"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/id.js b/public/build/ckeditor/plugins/uicolor/lang/id.js
new file mode 100644
index 0000000..92caed7
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/id.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","id",{title:"Pengambil Warna UI",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Set warna belum terdefinisi.",config:"Tempel string ini ke arsip config.js anda."});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/it.js b/public/build/ckeditor/plugins/uicolor/lang/it.js
new file mode 100644
index 0000000..49fb668
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/it.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","it",{title:"Selettore Colore UI",options:"Opzioni colore",highlight:"Evidenzia",selected:"Colore selezionato",predefined:"Set di colori predefiniti",config:"Incolla questa stringa nel tuo file config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ja.js b/public/build/ckeditor/plugins/uicolor/lang/ja.js
new file mode 100644
index 0000000..469c21d
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ja.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ja",{title:"UIカラーピッカー",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"既定カラーセット",config:"この文字列を config.js ファイルへ貼り付け"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/km.js b/public/build/ckeditor/plugins/uicolor/lang/km.js
new file mode 100644
index 0000000..da41dc7
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/km.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","km",{title:"ប្រដាប់រើសពណ៌",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"ឈុតពណ៌កំណត់រួចស្រេច",config:"បិទភ្ជាប់ខ្សែអក្សរនេះទៅក្នុងឯកសារ config.js របស់អ្នក"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ko.js b/public/build/ckeditor/plugins/uicolor/lang/ko.js
new file mode 100644
index 0000000..cfce77c
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ko.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ko",{title:"UI 색상 선택기",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"미리 정의된 색상",config:"이 문자열을 config.js 에 붙여넣으세요"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ku.js b/public/build/ckeditor/plugins/uicolor/lang/ku.js
new file mode 100644
index 0000000..7b84abc
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ku.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ku",{title:"هەڵگری ڕەنگ بۆ ڕووکاری بەکارهێنەر",options:"ههڵبژاردهی ڕهنگهکان",highlight:"نیشانکردن",selected:"هەڵبژاردنی ڕەنگ",predefined:"کۆمەڵە ڕەنگە دیاریکراوەکانی پێشوو",config:"ئەم دەقانە بلکێنە بە پەڕگەی config.js-fil"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/lv.js b/public/build/ckeditor/plugins/uicolor/lang/lv.js
new file mode 100644
index 0000000..cea0f8c
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/lv.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","lv",{title:"UI krāsas izvēle",options:"Krāsu opcijas",highlight:"Izcelt",selected:"Izvēlētā krāsa",predefined:"Predefinēti krāsu komplekti",config:"Ielīmējiet šo rindu jūsu config.js failā"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/mk.js b/public/build/ckeditor/plugins/uicolor/lang/mk.js
new file mode 100644
index 0000000..c0404d3
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/mk.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","mk",{title:"Палета со бои",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Предефинирани множества на бои",config:"Залепи го овој текст во config.js датотеката"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/nb.js b/public/build/ckeditor/plugins/uicolor/lang/nb.js
new file mode 100644
index 0000000..9e59271
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/nb.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","nb",{title:"Fargevelger for brukergrensesnitt",options:"Alternativer for farge",highlight:"Fremhevet",selected:"Valgt farge",predefined:"Forhåndsdefinerte fargesett",config:"Lim inn følgende tekst i din config.js-fil"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/nl.js b/public/build/ckeditor/plugins/uicolor/lang/nl.js
new file mode 100644
index 0000000..8698411
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/nl.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","nl",{title:"UI Kleurenkiezer",options:"Kleurinstellingen",highlight:"Highlight",selected:"Geselecteerde kleur",predefined:"Voorgedefinieerde kleurensets",config:"Plak deze tekst in jouw config.js bestand"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/no.js b/public/build/ckeditor/plugins/uicolor/lang/no.js
new file mode 100644
index 0000000..05a389e
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/no.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","no",{title:"Fargevelger for brukergrensesnitt",options:"Fargevalg",highlight:"Highlight",selected:"Valgt farge",predefined:"Forhåndsdefinerte fargesett",config:"Lim inn følgende tekst i din config.js-fil"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/oc.js b/public/build/ckeditor/plugins/uicolor/lang/oc.js
new file mode 100644
index 0000000..1b5cad5
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/oc.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","oc",{title:"Selector de color",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Paletas de colors predefinidas",config:"Pegatz aqueste tèxte dins vòstre fichièr config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/pl.js b/public/build/ckeditor/plugins/uicolor/lang/pl.js
new file mode 100644
index 0000000..53d4c56
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/pl.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","pl",{title:"Wybór koloru interfejsu",options:"Opcje koloru",highlight:"Podgląd",selected:"Wybrany kolor",predefined:"Predefiniowane zestawy kolorów",config:"Wklej poniższy łańcuch znaków do pliku config.js:"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/pt-br.js b/public/build/ckeditor/plugins/uicolor/lang/pt-br.js
new file mode 100644
index 0000000..74f0e01
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/pt-br.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","pt-br",{title:"Paleta de Cores",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Conjuntos de cores predefinidos",config:"Cole o texto no seu arquivo config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/pt.js b/public/build/ckeditor/plugins/uicolor/lang/pt.js
new file mode 100644
index 0000000..eb5de79
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/pt.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","pt",{title:"Seleção de Cor da IU",options:"Color Options",highlight:"Realçar",selected:"Selected Color",predefined:"Conjuntos de cor predefinidos",config:"Colar este item no seu ficheiro config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ro.js b/public/build/ckeditor/plugins/uicolor/lang/ro.js
new file mode 100644
index 0000000..2b41a9f
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ro.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ro",{title:"Interfața cu utilizatorul a Selectorului de culoare",options:"Opțiuni culoare",highlight:"Evidențiere",selected:"Culoare selectată",predefined:"Seturi de culoare predefinite",config:"Copiază această expresie în fișierul tău config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ru.js b/public/build/ckeditor/plugins/uicolor/lang/ru.js
new file mode 100644
index 0000000..d33c2a8
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ru.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ru",{title:"Выбор цвета интерфейса",options:"Настройки цвета",highlight:"Подсветка",selected:"Выбранный цвет",predefined:"Предопределенные цветовые схемы",config:"Вставьте эту строку в файл config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/si.js b/public/build/ckeditor/plugins/uicolor/lang/si.js
new file mode 100644
index 0000000..9b0f599
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/si.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","si",{title:"වර්ණ ",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"කලින් වෙන්කරගත් පරිදි ඇති වර්ණ",config:"මෙම අක්ෂර පේලිය ගෙන config.js ලිපිගොනුව මතින් තබන්න"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/sk.js b/public/build/ckeditor/plugins/uicolor/lang/sk.js
new file mode 100644
index 0000000..95d5c36
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/sk.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","sk",{title:"UI výber farby",options:"Možnosti farby",highlight:"Zvýrazniť",selected:"Vybraná farba",predefined:"Preddefinované sady farieb",config:"Vložte tento reťazec do svojho súboru config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/sl.js b/public/build/ckeditor/plugins/uicolor/lang/sl.js
new file mode 100644
index 0000000..30f216f
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/sl.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","sl",{title:"UI Izbiralec Barve",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Vnaprej določeni barvni kompleti",config:"Prilepite ta niz v vašo config.js datoteko"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/sq.js b/public/build/ckeditor/plugins/uicolor/lang/sq.js
new file mode 100644
index 0000000..974592a
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/sq.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","sq",{title:"UI Mbledhës i Ngjyrave",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Setet e paradefinuara të ngjyrave",config:"Hidhni këtë varg në skedën tuaj config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/sr-latn.js b/public/build/ckeditor/plugins/uicolor/lang/sr-latn.js
new file mode 100644
index 0000000..b1f78a4
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/sr-latn.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","sr-latn",{title:"UI Odredjivač boje",options:"Podešavanja boje",highlight:"Istakni",selected:"Odabrana boja",predefined:"Unapred definisane boje",config:"Nalepi ovaj tekst i u config.js datoteku"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/sr.js b/public/build/ckeditor/plugins/uicolor/lang/sr.js
new file mode 100644
index 0000000..730adf6
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/sr.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","sr",{title:"УИ одређивач боје",options:"Подешавања боје",highlight:"Истакни",selected:"Одабрана боја",predefined:"Унапред дефинисане боје",config:"Налепи овај текст и у config.js датотеку"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/sv.js b/public/build/ckeditor/plugins/uicolor/lang/sv.js
new file mode 100644
index 0000000..4d03c0e
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/sv.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","sv",{title:"UI Färgväljare",options:"Färgalternativ",highlight:"Markera",selected:"Vald färg",predefined:"Fördefinierade färguppsättningar",config:"Klistra in den här strängen i din config.js-fil"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/tr.js b/public/build/ckeditor/plugins/uicolor/lang/tr.js
new file mode 100644
index 0000000..aec7626
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/tr.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","tr",{title:"UI Renk Seçici",options:"Renk Seçenekleri",highlight:"İşaretle",selected:"Seçilmiş Renk",predefined:"Önceden tanımlı renk seti",config:"Bu yazıyı config.js dosyasının içine yapıştırın"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/tt.js b/public/build/ckeditor/plugins/uicolor/lang/tt.js
new file mode 100644
index 0000000..d9a58c2
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/tt.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","tt",{title:"Интерфейс төсләрен сайлау",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Баштан билгеләнгән төсләр җыелмасы",config:"Бу юлны config.js файлына языгыз"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/ug.js b/public/build/ckeditor/plugins/uicolor/lang/ug.js
new file mode 100644
index 0000000..37af390
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/ug.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","ug",{title:"ئىشلەتكۈچى ئارايۈزى رەڭ تاللىغۇچ",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"ئالدىن بەلگىلەنگەن رەڭلەر",config:"بۇ ھەرپ تىزىقىنى config.js ھۆججەتكە چاپلايدۇ"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/uk.js b/public/build/ckeditor/plugins/uicolor/lang/uk.js
new file mode 100644
index 0000000..ac63ad2
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/uk.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","uk",{title:"Color Picker Інтерфейс",options:"Параметри кольору",highlight:"Попередній перегляд",selected:"Обраний колір",predefined:"Стандартний набір кольорів",config:"Вставте цей рядок у файл config.js"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/vi.js b/public/build/ckeditor/plugins/uicolor/lang/vi.js
new file mode 100644
index 0000000..aad12c3
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/vi.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","vi",{title:"Giao diện người dùng Color Picker",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined:"Tập màu định nghĩa sẵn",config:"Dán chuỗi này vào tập tin config.js của bạn"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/zh-cn.js b/public/build/ckeditor/plugins/uicolor/lang/zh-cn.js
new file mode 100644
index 0000000..2511bc8
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/zh-cn.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","zh-cn",{title:"用户界面颜色选择器",options:"颜色选项",highlight:"高亮",selected:"已选颜色",predefined:"预定义颜色集",config:"粘贴此字符串到您的 config.js 文件"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/lang/zh.js b/public/build/ckeditor/plugins/uicolor/lang/zh.js
new file mode 100644
index 0000000..15f83cc
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/lang/zh.js
@@ -0,0 +1,5 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.setLang("uicolor","zh",{title:"UI 色彩選擇器",options:"色彩選項",highlight:"突顯",selected:"選定的色彩",predefined:"設定預先定義的色彩",config:"請將此段字串複製到您的 config.js 檔案中。"});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uicolor/plugin.js b/public/build/ckeditor/plugins/uicolor/plugin.js
new file mode 100644
index 0000000..85a7267
--- /dev/null
+++ b/public/build/ckeditor/plugins/uicolor/plugin.js
@@ -0,0 +1,6 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.plugins.add("uicolor",{requires:"dialog",lang:"af,ar,az,bg,ca,cs,cy,da,de,de-ch,el,en,en-au,en-gb,eo,es,es-mx,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,mk,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,tr,tt,ug,uk,vi,zh,zh-cn",icons:"uicolor",hidpi:!0,init:function(a){var b=new CKEDITOR.dialogCommand("uicolor");b.editorFocus=!1;CKEDITOR.dialog.add("uicolor",this.path+"dialogs/uicolor.js");a.addCommand("uicolor",b);a.ui.addButton&&a.ui.addButton("UIColor",{label:a.lang.uicolor.title,
+command:"uicolor",toolbar:"tools,1"})}});
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/uploadfile/plugin.js b/public/build/ckeditor/plugins/uploadfile/plugin.js
new file mode 100644
index 0000000..f55eec7
--- /dev/null
+++ b/public/build/ckeditor/plugins/uploadfile/plugin.js
@@ -0,0 +1,6 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+(function(){CKEDITOR.plugins.add("uploadfile",{requires:"uploadwidget,link",init:function(a){if(this.isSupportedEnvironment()){var b=CKEDITOR.fileTools;b.getUploadUrl(a.config)?b.addUploadWidget(a,"uploadfile",{uploadUrl:b.getUploadUrl(a.config),fileToElement:function(c){var a=new CKEDITOR.dom.element("a");a.setText(c.name);a.setAttribute("href","#");return a},onUploaded:function(a){this.replaceWith('\x3ca href\x3d"'+a.url+'" target\x3d"_blank"\x3e'+a.fileName+"\x3c/a\x3e")}}):CKEDITOR.error("uploadfile-config")}},
+isSupportedEnvironment:function(){return CKEDITOR.plugins.clipboard.isFileApiSupported}})})();
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/widget/images/handle.png b/public/build/ckeditor/plugins/widget/images/handle.png
new file mode 100644
index 0000000..ba8cda5
Binary files /dev/null and b/public/build/ckeditor/plugins/widget/images/handle.png differ
diff --git a/public/build/ckeditor/plugins/wsc/LICENSE.md b/public/build/ckeditor/plugins/wsc/LICENSE.md
new file mode 100644
index 0000000..6096de2
--- /dev/null
+++ b/public/build/ckeditor/plugins/wsc/LICENSE.md
@@ -0,0 +1,28 @@
+Software License Agreement
+==========================
+
+**CKEditor WSC Plugin**
+Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.
+
+Licensed under the terms of any of the following licenses at your choice:
+
+* GNU General Public License Version 2 or later (the "GPL"):
+ http://www.gnu.org/licenses/gpl.html
+
+* GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
+ http://www.gnu.org/licenses/lgpl.html
+
+* Mozilla Public License Version 1.1 or later (the "MPL"):
+ http://www.mozilla.org/MPL/MPL-1.1.html
+
+You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
+
+Sources of Intellectual Property Included in this plugin
+--------------------------------------------------------
+
+Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
+
+Trademarks
+----------
+
+CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
diff --git a/public/build/ckeditor/plugins/wsc/dialogs/ciframe.html b/public/build/ckeditor/plugins/wsc/dialogs/ciframe.html
new file mode 100644
index 0000000..8e4e6bc
--- /dev/null
+++ b/public/build/ckeditor/plugins/wsc/dialogs/ciframe.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/public/build/ckeditor/plugins/wsc/dialogs/tmpFrameset.html b/public/build/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
new file mode 100644
index 0000000..19c7c9c
--- /dev/null
+++ b/public/build/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/build/ckeditor/plugins/wsc/dialogs/wsc.css b/public/build/ckeditor/plugins/wsc/dialogs/wsc.css
new file mode 100644
index 0000000..d79155b
--- /dev/null
+++ b/public/build/ckeditor/plugins/wsc/dialogs/wsc.css
@@ -0,0 +1 @@
+body,html{background-color:transparent;margin:0;padding:0}body{padding:10px}body,input,select,td,textarea{font-size:11px;font-family:"Microsoft Sans Serif",Arial,Helvetica,Verdana}.midtext,.midtext p{padding:0;margin:10px}.Button{border:1px solid #737357;color:#3b3b1f;background-color:#c7c78f}.PopupTabArea{color:#737357;background-color:#e3e3c7}.PopupTabEmptyArea,.PopupTitleBorder{border-bottom:1px solid #d5d59d}.PopupTabEmptyArea{padding-left:10px}.PopupTab,.PopupTabSelected{border-right:1px solid #d5d59d;border-top:1px solid #d5d59d;border-left:1px solid #d5d59d;padding:3px 5px;color:#737357}.PopupTab{margin-top:1px;border-bottom:1px solid #d5d59d;cursor:pointer}.PopupTabSelected{font-weight:700;cursor:default;padding-top:4px;border-bottom:1px solid #f1f1e3;background-color:#f1f1e3}
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/wsc/dialogs/wsc.js b/public/build/ckeditor/plugins/wsc/dialogs/wsc.js
new file mode 100644
index 0000000..6513a9e
--- /dev/null
+++ b/public/build/ckeditor/plugins/wsc/dialogs/wsc.js
@@ -0,0 +1,91 @@
+/*
+ Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+(function(){function A(a){return a&&a.domId&&a.getInputElement().$?a.getInputElement():a&&a.$?a:!1}function J(a){if(!a)throw"Languages-by-groups list are required for construct selectbox";var d=[],c="",e;for(e in a)for(var f in a[e]){var h=a[e][f];"en_US"==h?c=h:d.push(h)}d.sort();c&&d.unshift(c);return{getCurrentLangGroup:function(d){a:{for(var c in a)for(var e in a[c])if(e.toUpperCase()===d.toUpperCase()){d=c;break a}d=""}return d},setLangList:function(){var d={},c;for(c in a)for(var e in a[c])d[a[c][e]]=
+e;return d}()}}var g=function(){var a=function(a,b,e){e=e||{};var f=e.expires;if("number"==typeof f&&f){var h=new Date;h.setTime(h.getTime()+1E3*f);f=e.expires=h}f&&f.toUTCString&&(e.expires=f.toUTCString());b=encodeURIComponent(b);a=a+"\x3d"+b;for(var k in e)b=e[k],a+="; "+k,!0!==b&&(a+="\x3d"+b);document.cookie=a};return{postMessage:{init:function(a){window.addEventListener?window.addEventListener("message",a,!1):window.attachEvent("onmessage",a)},send:function(a){var b=Object.prototype.toString,
+e=a.fn||null,f=a.id||"",h=a.target||window,k=a.message||{id:f};a.message&&"[object Object]"==b.call(a.message)&&(a.message.id?a.message.id:a.message.id=f,k=a.message);a=window.JSON.stringify(k,e);h.postMessage(a,"*")},unbindHandler:function(a){window.removeEventListener?window.removeEventListener("message",a,!1):window.detachEvent("onmessage",a)}},hash:{create:function(){},parse:function(){}},cookie:{set:a,get:function(a){return(a=document.cookie.match(new RegExp("(?:^|; )"+a.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,
+"\\$1")+"\x3d([^;]*)")))?decodeURIComponent(a[1]):void 0},remove:function(d){a(d,"",{expires:-1})}},misc:{findFocusable:function(a){var b=null;a&&(b=a.find("a[href], area[href], input, select, textarea, button, *[tabindex], *[contenteditable]"));return b},isVisible:function(a){var b;(b=0===a.offsetWidth||0==a.offsetHeight)||(b="none"===(document.defaultView&&document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(a,null).display:a.currentStyle?a.currentStyle.display:a.style.display));
+return!b},hasClass:function(a,b){return!(!a.className||!a.className.match(new RegExp("(\\s|^)"+b+"(\\s|$)")))}}}}(),a=a||{};a.TextAreaNumber=null;a.load=!0;a.cmd={SpellTab:"spell",Thesaurus:"thes",GrammTab:"grammar"};a.dialog=null;a.optionNode=null;a.selectNode=null;a.grammerSuggest=null;a.textNode={};a.iframeMain=null;a.dataTemp="";a.div_overlay=null;a.textNodeInfo={};a.selectNode={};a.selectNodeResponce={};a.langList=null;a.langSelectbox=null;a.banner="";a.show_grammar=null;a.div_overlay_no_check=
+null;a.targetFromFrame={};a.onLoadOverlay=null;a.LocalizationComing={};a.OverlayPlace=null;a.sessionid="";a.LocalizationButton={ChangeTo_button:{instance:null,text:"Change to",localizationID:"ChangeTo"},ChangeAll:{instance:null,text:"Change All"},IgnoreWord:{instance:null,text:"Ignore word"},IgnoreAllWords:{instance:null,text:"Ignore all words"},Options:{instance:null,text:"Options",optionsDialog:{instance:null}},AddWord:{instance:null,text:"Add word"},FinishChecking_button:{instance:null,text:"Finish Checking",
+localizationID:"FinishChecking"},Option_button:{instance:null,text:"Options",localizationID:"Options"},FinishChecking_button_block:{instance:null,text:"Finish Checking",localizationID:"FinishChecking"}};a.LocalizationLabel={ChangeTo_label:{instance:null,text:"Change to",localizationID:"ChangeTo"},Suggestions:{instance:null,text:"Suggestions"},Categories:{instance:null,text:"Categories"},Synonyms:{instance:null,text:"Synonyms"}};var K=function(b){var d,c,e;for(e in b){if(d=a.dialog.getContentElement(a.dialog._.currentTabId,
+e))d=d.getElement();else if(b[e].instance)d=b[e].instance.getElement().getFirst()||b[e].instance.getElement();else continue;c=b[e].localizationID||e;d.setText(a.LocalizationComing[c])}},L=function(b){var d,c,e;for(e in b)d=a.dialog.getContentElement(a.dialog._.currentTabId,e),d||(d=b[e].instance),d.setLabel&&(c=b[e].localizationID||e,d.setLabel(a.LocalizationComing[c]+":"))},t,B;a.framesetHtml=function(b){return"\x3ciframe id\x3d"+a.iframeNumber+"_"+b+' frameborder\x3d"0" allowtransparency\x3d"1" style\x3d"width:100%;border: 1px solid #AEB3B9;overflow: auto;background:#fff; border-radius: 3px;"\x3e\x3c/iframe\x3e'};
+a.setIframe=function(b,d){var c;c=a.framesetHtml(d);var e=a.iframeNumber+"_"+d;b.getElement().setHtml(c);c=document.getElementById(e);c=c.contentWindow?c.contentWindow:c.contentDocument.document?c.contentDocument.document:c.contentDocument;c.document.open();c.document.write('\x3c!DOCTYPE html\x3e\x3chtml\x3e\x3chead\x3e\x3cmeta charset\x3d"UTF-8"\x3e\x3ctitle\x3eiframe\x3c/title\x3e\x3cstyle\x3ehtml,body{margin: 0;height: 100%;font: 13px/1.555 "Trebuchet MS", sans-serif;}a{color: #888;font-weight: bold;text-decoration: none;border-bottom: 1px solid #888;}.main-box {color:#252525;padding: 3px 5px;text-align: justify;}.main-box p{margin: 0 0 14px;}.main-box .cerr{color: #f00000;border-bottom-color: #f00000;}\x3c/style\x3e\x3c/head\x3e\x3cbody\x3e\x3cdiv id\x3d"content" class\x3d"main-box"\x3e\x3c/div\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"spelltext" name\x3d"spelltext" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"loadsuggestfirst" name\x3d"loadsuggestfirst" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"loadspellsuggestall" name\x3d"loadspellsuggestall" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3ciframe src\x3d"" frameborder\x3d"0" id\x3d"loadOptionsForm" name\x3d"loadOptionsForm" style\x3d"display:none; width: 100%" \x3e\x3c/iframe\x3e\x3cscript\x3e(function(window) {var ManagerPostMessage \x3d function() {var _init \x3d function(handler) {if (document.addEventListener) {window.addEventListener("message", handler, false);} else {window.attachEvent("onmessage", handler);};};var _sendCmd \x3d function(o) {var str,type \x3d Object.prototype.toString,fn \x3d o.fn || null,id \x3d o.id || "",target \x3d o.target || window,message \x3d o.message || { "id": id };if (o.message \x26\x26 type.call(o.message) \x3d\x3d "[object Object]") {(o.message["id"]) ? o.message["id"] : o.message["id"] \x3d id;message \x3d o.message;};str \x3d JSON.stringify(message, fn);target.postMessage(str, "*");};return {init: _init,send: _sendCmd};};var manageMessageTmp \x3d new ManagerPostMessage;var appString \x3d (function(){var spell \x3d parent.CKEDITOR.config.wsc.DefaultParams.scriptPath;var serverUrl \x3d parent.CKEDITOR.config.wsc.DefaultParams.serviceHost;return serverUrl + spell;})();function loadScript(src, callback) {var scriptTag \x3d document.createElement("script");scriptTag.type \x3d "text/javascript";callback ? callback : callback \x3d function() {};if(scriptTag.readyState) {scriptTag.onreadystatechange \x3d function() {if (scriptTag.readyState \x3d\x3d "loaded" ||scriptTag.readyState \x3d\x3d "complete") {scriptTag.onreadystatechange \x3d null;setTimeout(function(){scriptTag.parentNode.removeChild(scriptTag)},1);callback();}};}else{scriptTag.onload \x3d function() {setTimeout(function(){scriptTag.parentNode.removeChild(scriptTag)},1);callback();};};scriptTag.src \x3d src;document.getElementsByTagName("head")[0].appendChild(scriptTag);};window.onload \x3d function(){loadScript(appString, function(){manageMessageTmp.send({"id": "iframeOnload","target": window.parent});});}})(this);\x3c/script\x3e\x3c/body\x3e\x3c/html\x3e');
+c.document.close();a.div_overlay.setEnable()};a.setCurrentIframe=function(b){a.setIframe(a.dialog._.contents[b].Content,b)};a.setHeightBannerFrame=function(){var b=a.dialog.getContentElement("SpellTab","banner").getElement(),d=a.dialog.getContentElement("GrammTab","banner").getElement(),c=a.dialog.getContentElement("Thesaurus","banner").getElement();b.setStyle("height","90px");d.setStyle("height","90px");c.setStyle("height","90px")};a.setHeightFrame=function(){document.getElementById(a.iframeNumber+
+"_"+a.dialog._.currentTabId).style.height="240px"};a.sendData=function(b){var d=b._.currentTabId,c=b._.contents[d].Content,e,f;a.previousTab=d;a.setIframe(c,d);var h=function(h){d=b._.currentTabId;h=h||window.event;h.data.getTarget().is("a")&&d!==a.previousTab&&(a.previousTab=d,c=b._.contents[d].Content,e=a.iframeNumber+"_"+d,a.div_overlay.setEnable(),c.getElement().getChildCount()?F(a.targetFromFrame[e],a.cmd[d]):(a.setIframe(c,d),f=document.getElementById(e),a.targetFromFrame[e]=f.contentWindow))};
+b.parts.tabs.removeListener("click",h);b.parts.tabs.on("click",h)};a.buildSelectLang=function(a){var d=new CKEDITOR.dom.element("div"),c=new CKEDITOR.dom.element("select");a="wscLang"+a;d.addClass("cke_dialog_ui_input_select");d.setAttribute("role","presentation");d.setStyles({height:"auto",position:"absolute",right:"0",top:"-1px",width:"160px","white-space":"normal"});c.setAttribute("id",a);c.addClass("cke_dialog_ui_input_select");c.setStyles({width:"160px"});d.append(c);return d};a.buildOptionLang=
+function(b,d){var c=document.getElementById("wscLang"+d),e=document.createDocumentFragment(),f,h,k=[];if(0===c.options.length){for(f in b)k.push([f,b[f]]);k.sort();for(var l=0;lm.width-E&&(e=m.width-E);if(gm.height-r&&(g=m.height-r);n.width=e+E;n.height=g+r;a._.fromResizeEvent=!1;a.resize(e,g);setTimeout(function(){a._.fromResizeEvent=!1;CKEDITOR.dialog.fire("resize",{dialog:a,width:e,
+height:g},b)},300)}a._.moved||(r=isNaN(c)&&isNaN(d)?0:1,isNaN(c)&&(c=(m.width-n.width)/2),0>c&&(c=0),c>m.width-n.width&&(c=m.width-n.width),isNaN(d)&&(d=(m.height-n.height)/2),0>d&&(d=0),d>m.height-n.height&&(d=m.height-n.height),a.move(c,d,r))}function c(){b.wsc={};(function(a){var b={separator:"\x3c$\x3e",getDataType:function(a){return"undefined"===typeof a?"undefined":null===a?"null":Object.prototype.toString.call(a).slice(8,-1)},convertDataToString:function(a){return this.getDataType(a).toLowerCase()+
+this.separator+a},restoreDataFromString:function(a){var b=a,c;a=this.backCompatibility(a);if("string"===typeof a)switch(b=a.indexOf(this.separator),c=a.substring(0,b),b=a.substring(b+this.separator.length),c){case "boolean":b="true"===b;break;case "number":b=parseFloat(b);break;case "array":b=""===b?[]:b.split(",");break;case "null":b=null;break;case "undefined":b=void 0}return b},backCompatibility:function(a){var b=a,c;"string"===typeof a&&(c=a.indexOf(this.separator),0>c&&(b=parseFloat(a),isNaN(b)&&
+("["===a[0]&&"]"===a[a.length-1]?(a=a.replace("[",""),a=a.replace("]",""),b=""===a?[]:a.split(",")):b="true"===a||"false"===a?"true"===a:a),b=this.convertDataToString(b)));return b}},c={get:function(a){return b.restoreDataFromString(window.localStorage.getItem(a))},set:function(a,c){var d=b.convertDataToString(c);window.localStorage.setItem(a,d)},del:function(a){window.localStorage.removeItem(a)},clear:function(){window.localStorage.clear()}},d={expiration:31622400,get:function(a){return b.restoreDataFromString(this.getCookie(a))},
+set:function(a,c){var d=b.convertDataToString(c);this.setCookie(a,d,{expires:this.expiration})},del:function(a){this.deleteCookie(a)},getCookie:function(a){return(a=document.cookie.match(new RegExp("(?:^|; )"+a.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,"\\$1")+"\x3d([^;]*)")))?decodeURIComponent(a[1]):void 0},setCookie:function(a,b,c){c=c||{};var d=c.expires;if("number"===typeof d&&d){var e=new Date;e.setTime(e.getTime()+1E3*d);d=c.expires=e}d&&d.toUTCString&&(c.expires=d.toUTCString());b=encodeURIComponent(b);
+a=a+"\x3d"+b;for(var h in c)b=c[h],a+="; "+h,!0!==b&&(a+="\x3d"+b);document.cookie=a},deleteCookie:function(a){this.setCookie(a,null,{expires:-1})},clear:function(){for(var a=document.cookie.split(";"),b=0;b.cke_dialog_ui_button:first-child{margin-top:4px}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select>label{margin-left:0}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select div.cke_dialog_ui_input_select{width:140px!important}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select select.cke_dialog_ui_input_select,div[name=Thesaurus] div.cke_dialog_ui_input_select select.cke_dialog_ui_input_select{margin-top:1px}div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_hbox_first .cke_dialog_ui_select select.cke_dialog_ui_input_select:focus,div[name=Thesaurus] div.cke_dialog_ui_input_select select.cke_dialog_ui_input_select:focus{margin-top:0}div[name=GrammTab] .cke_dialog_ui_vbox tbody>tr:first-child .cke_dialog_ui_button,div[name=Thesaurus] .cke_dialog_ui_vbox tbody>tr:first-child .cke_dialog_ui_button{margin-top:4px!important}div[name=Thesaurus] div.cke_dialog_ui_input_select{width:180px!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/plugins/xml/plugin.js b/public/build/ckeditor/plugins/xml/plugin.js
new file mode 100644
index 0000000..7b3607e
--- /dev/null
+++ b/public/build/ckeditor/plugins/xml/plugin.js
@@ -0,0 +1,7 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+(function(){CKEDITOR.plugins.add("xml",{});CKEDITOR.xml=function(c){var a=null;if("object"==typeof c)a=c;else if(c=(c||"").replace(/ /g," "),"ActiveXObject"in window){try{a=new ActiveXObject("MSXML2.DOMDocument")}catch(b){try{a=new ActiveXObject("Microsoft.XmlDom")}catch(d){}}a&&(a.async=!1,a.resolveExternals=!1,a.validateOnParse=!1,a.loadXML(c))}else window.DOMParser&&(a=(new DOMParser).parseFromString(c,"text/xml"));this.baseXml=a};CKEDITOR.xml.prototype={selectSingleNode:function(c,a){var b=
+this.baseXml;if(a||(a=b)){if("selectSingleNode"in a)return a.selectSingleNode(c);if(b.evaluate)return(b=b.evaluate(c,a,null,9,null))&&b.singleNodeValue||null}return null},selectNodes:function(c,a){var b=this.baseXml,d=[];if(a||(a=b)){if("selectNodes"in a)return a.selectNodes(c);if(b.evaluate&&(b=b.evaluate(c,a,null,5,null)))for(var e;e=b.iterateNext();)d.push(e)}return d},getInnerXml:function(c,a){var b=this.selectSingleNode(c,a),d=[];if(b)for(b=b.firstChild;b;)b.xml?d.push(b.xml):window.XMLSerializer&&
+d.push((new XMLSerializer).serializeToString(b)),b=b.nextSibling;return d.length?d.join(""):null}}})();
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/dialog.css b/public/build/ckeditor/skins/kama/dialog.css
new file mode 100644
index 0000000..078fe05
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/dialog.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:1px solid #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px}.cke_dialog_contents,.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text{background-color:#fff;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel,div.cke_dialog_ui_input_text{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:1px solid #898980;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:hover{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:#fff}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #000}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_title{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_reset,.cke_hc a.cke_btn_unlocked{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_reset,.cke_rtl.cke_hc a.cke_btn_unlocked{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:active img,a.cke_smile:focus img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_footer a,.cke_hc .cke_dialog_tabs a{opacity:1;filter:alpha(opacity=100);border:1px solid #fff}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_input_select:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/dialog_ie.css b/public/build/ckeditor/skins/kama/dialog_ie.css
new file mode 100644
index 0000000..23526e1
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/dialog_ie.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:1px solid #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px}.cke_dialog_contents,.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text{background-color:#fff;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel,div.cke_dialog_ui_input_text{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:1px solid #898980;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:hover{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:#fff}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #000}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_title{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_reset,.cke_hc a.cke_btn_unlocked{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_reset,.cke_rtl.cke_hc a.cke_btn_unlocked{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:active img,a.cke_smile:focus img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_footer a,.cke_hc .cke_dialog_tabs a{opacity:1;filter:alpha(opacity=100);border:1px solid #fff}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_input_select:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/dialog_ie7.css b/public/build/ckeditor/skins/kama/dialog_ie7.css
new file mode 100644
index 0000000..132d2c2
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/dialog_ie7.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:1px solid #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px}.cke_dialog_contents,.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text{background-color:#fff;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel,div.cke_dialog_ui_input_text{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:1px solid #898980;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:hover{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:#fff}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #000}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_title{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_reset,.cke_hc a.cke_btn_unlocked{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_reset,.cke_rtl.cke_hc a.cke_btn_unlocked{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:active img,a.cke_smile:focus img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_footer a,.cke_hc .cke_dialog_tabs a{opacity:1;filter:alpha(opacity=100);border:1px solid #fff}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_input_select:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_dialog_title{margin-bottom:22px}.cke_single_page .cke_dialog_title{margin-bottom:10px}.cke_single_page .cke_dialog_footer{margin-top:22px}.cke_dialog_footer .cke_resizer{margin-top:27px}.cke_dialog_tabs{top:33px}.cke_dialog_footer_buttons{position:static;margin-top:7px;margin-right:24px}.cke_rtl .cke_dialog_footer_buttons{margin-right:0;margin-left:24px}.cke_rtl .cke_dialog_close_button{margin-top:0;position:absolute;left:10px;top:5px}span.cke_dialog_ui_buttonm{margin:2px 0}.cke_btn_locked,.cke_btn_reset,.cke_btn_unlocked,.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input{border:1px solid transparent!important}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text{position:absolute}div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel,div.cke_dialog_ui_input_text{height:14px;position:relative}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/dialog_ie8.css b/public/build/ckeditor/skins/kama/dialog_ie8.css
new file mode 100644
index 0000000..7a00fba
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/dialog_ie8.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:1px solid #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px}.cke_dialog_contents,.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text{background-color:#fff;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel,div.cke_dialog_ui_input_text{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:1px solid #898980;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:hover{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:#fff}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #000}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_title{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_reset,.cke_hc a.cke_btn_unlocked{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_reset,.cke_rtl.cke_hc a.cke_btn_unlocked{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:active img,a.cke_smile:focus img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_footer a,.cke_hc .cke_dialog_tabs a{opacity:1;filter:alpha(opacity=100);border:1px solid #fff}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_input_select:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_rtl .cke_dialog_footer_buttons td{padding-left:2px}.cke_rtl .cke_dialog_close_button{left:8px}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/dialog_iequirks.css b/public/build/ckeditor/skins/kama/dialog_iequirks.css
new file mode 100644
index 0000000..7eaf037
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/dialog_iequirks.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:1px solid #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:14px;padding:3px 3px 8px;cursor:move;position:relative;border-bottom:1px solid #eee}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px}.cke_dialog_contents,.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:1px solid #fff;border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cke_rtl .cke_dialog_footer{text-align:left}.cke_dialog_footer .cke_resizer{margin-top:24px}.cke_dialog_footer .cke_resizer_ltr{border-right-color:#ccc}.cke_dialog_footer .cke_resizer_rtl{border-left-color:#ccc}.cke_hc .cke_dialog_footer .cke_resizer{margin-bottom:1px}.cke_hc .cke_dialog_footer .cke_resizer_ltr{margin-right:1px}.cke_hc .cke_dialog_footer .cke_resizer_rtl{margin-left:1px}.cke_dialog_tabs{height:23px;display:inline-block;margin-left:10px;margin-right:10px;margin-top:11px;position:absolute;z-index:2}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{background-image:url(images/sprites.png);background-repeat:repeat-x;background-position:0 -1323px;background-color:#ebebeb;height:14px;padding:4px 8px;display:inline-block;cursor:pointer}a.cke_dialog_tab:hover{background-color:#f1f1e3}.cke_hc a.cke_dialog_tab:hover{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_selected{background-position:0 -1279px;cursor:default}.cke_hc a.cke_dialog_tab_selected{padding:2px 6px!important;border-width:3px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:10px}a.cke_dialog_close_button{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px}.cke_dialog_close_button span{display:none}.cke_dialog_close_button:hover{background-position:0 -1045px}.cke_ltr .cke_dialog_close_button{right:10px}.cke_rtl .cke_dialog_close_button{left:10px}.cke_dialog_close_button{top:7px}div.cke_disabled .cke_dialog_ui_labeled_content *{background-color:#a0a0a0;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text{background-color:#fff;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel,div.cke_dialog_ui_input_text{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #a0a0a0;padding:1px 0}a.cke_dialog_ui_button{border-collapse:separate;cursor:default;border-radius:5px;background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;text-align:center;display:inline-block}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{width:60px;padding:5px 20px;display:inline-block}a.cke_dialog_ui_button_ok{background-position:0 -1144px}a.cke_dialog_ui_button_ok span{background:transparent url(images/sprites.png) no-repeat scroll right -1216px}.cke_rtl a.cke_dialog_ui_button_ok span{background-position:left -1216px}a.cke_dialog_ui_button_cancel{background-position:0 -1105px}a.cke_dialog_ui_button_cancel span{background:transparent url(images/sprites.png) no-repeat scroll right -1242px}.cke_rtl a.cke_dialog_ui_button_cancel span{background-position:left -1242px}span.cke_dialog_ui_button{padding:2px 10px;text-align:center;color:#222;display:inline-block;cursor:default;min-width:60px}a.cke_dialog_ui_button span.cke_disabled{border:1px solid #898980;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:hover{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0;width:auto;position:relative}.cke_dialog_footer_buttons span.cke_dialog_ui_button{text-align:center}select.cke_dialog_ui_input_select{border:1px solid #a0a0a0;background-color:#fff}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_dialog .cke_dark_background{background-color:#eaead1}.cke_dialog .cke_light_background{background-color:#ffffbe}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background-position:0 -32px;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;background-position:0 0;background-image:url(images/mini.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_unlocked{background-position:0 -16px;background-image:url(images/mini.gif)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity=90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #000}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_title{border-left:1px solid;border-right:1px solid}.cke_hc .cke_dialog_title{border-top:1px solid}.cke_hc .cke_dialog_footer{border-bottom:1px solid}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_reset,.cke_hc a.cke_btn_unlocked{border-style:solid;float:left;width:auto;height:auto;padding:0 2px}.cke_rtl.cke_hc a.cke_btn_locked,.cke_rtl.cke_hc a.cke_btn_reset,.cke_rtl.cke_hc a.cke_btn_unlocked{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:active img,a.cke_smile:focus img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_footer a,.cke_hc .cke_dialog_tabs a{opacity:1;filter:alpha(opacity=100);border:1px solid #fff}.cke_hc .ImagePreviewBox{width:260px}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_input_select:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity=0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_dialog_title{margin-bottom:22px}.cke_dialog_page_contents{position:absolute}.cke_single_page .cke_dialog_title{margin-bottom:10px}.cke_dialog_close_button{top:27px;background-image:url(images/sprites_ie6.png)}.cke_dialog_footer .cke_resizer{margin-top:27px}.cke_dialog_tabs{display:block;top:33px;margin-top:33px}.cke_rtl .cke_dialog_ui_labeled_content{_width:95%}a.cke_dialog_ui_button{background:0;padding:0}a.cke_dialog_ui_button span{width:70px;padding:5px 15px;text-align:center;color:#3b3b1f;background:#53d9f0 none;display:inline-block;cursor:default}a.cke_dialog_ui_button_ok span{background-image:none;background-color:#b8e834;margin-right:0}a.cke_dialog_ui_button_cancel span{background-image:none;background-color:#f65d20;margin-right:0}a.cke_dialog_ui_button:active span,a.cke_dialog_ui_button:focus span,a.cke_dialog_ui_button:hover span{background-image:none;background:#f7a922}div.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{width:99%}.cke_btn_locked,.cke_btn_reset,.cke_btn_unlocked,.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input{border:1px solid red!important;filter:chroma(color=red)}.cke_btn_over,.cke_dialog_ui_focused{border:1px dotted #696969!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/editor.css b/public/build/ckeditor/skins/kama/editor.css
new file mode 100644
index 0000000..58242c1
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/editor.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(180deg,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid #000}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;border-width:12px 12px 0;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif;font-weight:700;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #316ac5;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #316ac5;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(180deg,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}a.cke_button_expandable{padding:2px 3px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{background-color:#86caff}.cke_hc a.cke_button:hover{background:#000}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 3px;width:0;height:0;border:3px dashed transparent;border-top:3px solid #2f2f2f;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:1px solid #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:1px solid #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{display:block}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3}.cke_menubutton_on:active,.cke_menubutton_on:focus,.cke_menubutton_on:hover{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-position:0 -1400px;padding:0 5px}.cke_menuarrow,.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-repeat:no-repeat}.cke_rtl .cke_menuarrow{background-position:7px -1380px}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(0deg,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:active,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:hover{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid #000;padding:1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid #000}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.7}.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.7;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2640px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2928px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3072px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3216px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3600px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3696px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3936px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/editor_ie.css b/public/build/ckeditor/skins/kama/editor_ie.css
new file mode 100644
index 0000000..eae7aea
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/editor_ie.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(180deg,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid #000}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;border-width:12px 12px 0;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif;font-weight:700;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #316ac5;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #316ac5;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(180deg,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}a.cke_button_expandable{padding:2px 3px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{background-color:#86caff}.cke_hc a.cke_button:hover{background:#000}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 3px;width:0;height:0;border:3px dashed transparent;border-top:3px solid #2f2f2f;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:1px solid #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:1px solid #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{display:block}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3}.cke_menubutton_on:active,.cke_menubutton_on:focus,.cke_menubutton_on:hover{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-position:0 -1400px;padding:0 5px}.cke_menuarrow,.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-repeat:no-repeat}.cke_rtl .cke_menuarrow{background-position:7px -1380px}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(0deg,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:active,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:hover{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid #000;padding:1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid #000}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.7}.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.7;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2640px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2928px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3072px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3216px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3600px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3696px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3936px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{position:absolute;right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/editor_ie7.css b/public/build/ckeditor/skins/kama/editor_ie7.css
new file mode 100644
index 0000000..997804d
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/editor_ie7.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(180deg,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid #000}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;border-width:12px 12px 0;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif;font-weight:700;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #316ac5;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #316ac5;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(180deg,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}a.cke_button_expandable{padding:2px 3px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{background-color:#86caff}.cke_hc a.cke_button:hover{background:#000}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 3px;width:0;height:0;border:3px dashed transparent;border-top:3px solid #2f2f2f;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:1px solid #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:1px solid #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{display:block}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3}.cke_menubutton_on:active,.cke_menubutton_on:focus,.cke_menubutton_on:hover{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-position:0 -1400px;padding:0 5px}.cke_menuarrow,.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-repeat:no-repeat}.cke_rtl .cke_menuarrow{background-position:7px -1380px}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(0deg,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:active,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:hover{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid #000;padding:1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid #000}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.7}.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.7;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2640px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2928px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3072px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3216px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3600px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3696px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3936px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important}.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{float:none}.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{display:inline-block;vertical-align:top}.cke_toolbox{display:inline-block;padding-bottom:5px;height:100%}.cke_rtl .cke_toolbox{padding-bottom:0}.cke_toolbar{margin-bottom:5px}.cke_rtl .cke_toolbar{margin-bottom:0}.cke_toolgroup{height:22px}.cke_toolbar_separator,a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_rtl .cke_button_arrow{padding-top:8px;margin-right:2px}.cke_rtl .cke_combo_inlinelabel{display:table-cell;vertical-align:middle;padding-bottom:8px}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:inline-block}.cke_menubutton_label{width:auto;vertical-align:top;line-height:24px;height:24px;margin:0 10px 0 0}.cke_menuarrow{width:3px;height:5px;padding:0;position:absolute;right:8px;top:11px;background-position:0 -1411px}.cke_rtl .cke_menubutton_icon{position:absolute;right:0;top:0}.cke_rtl .cke_menubutton_label{float:right;clear:both;margin:0 24px 0 10px}.cke_hc .cke_rtl .cke_menubutton_label{margin-right:0}.cke_rtl .cke_menuarrow{left:8px;right:auto;background-position:0 -1390px}.cke_hc .cke_menuarrow{top:5px;padding:0 5px}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/editor_ie8.css b/public/build/ckeditor/skins/kama/editor_ie8.css
new file mode 100644
index 0000000..dcc46d9
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/editor_ie8.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(180deg,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid #000}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;border-width:12px 12px 0;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif;font-weight:700;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #316ac5;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #316ac5;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;padding:2px;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(180deg,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}a.cke_button_expandable{padding:2px 3px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{background-color:#86caff}.cke_hc a.cke_button:hover{background:#000}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 3px;width:0;height:0;border:3px dashed transparent;border-top:3px solid #2f2f2f;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:1px solid #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:1px solid #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{display:block}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3}.cke_menubutton_on:active,.cke_menubutton_on:focus,.cke_menubutton_on:hover{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-position:0 -1400px;padding:0 5px}.cke_menuarrow,.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-repeat:no-repeat}.cke_rtl .cke_menuarrow{background-position:7px -1380px}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(0deg,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:active,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:hover{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid #000;padding:1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid #000}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.7}.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.7;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2640px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2928px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3072px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3216px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3600px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3696px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3936px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{position:absolute;right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/editor_iequirks.css b/public/build/ckeditor/skins/kama/editor_iequirks.css
new file mode 100644
index 0000000..240b7fd
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/editor_iequirks.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border-radius:5px;border:1px solid #d3d3d3;padding:5px}.cke_hc.cke_chrome{padding:2px}.cke_inner{display:block;-webkit-touch-callout:none;border-radius:5px;background:#d3d3d3 url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(180deg,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid #000}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{white-space:normal}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;border-width:12px 12px 0;margin:10px 0 0;font-size:0;float:right;vertical-align:bottom;cursor:se-resize;opacity:.8}.cke_resizer_ltr{margin-left:-12px}.cke_resizer_rtl{float:left;border-color:transparent transparent transparent #efefef;border-style:dashed dashed dashed solid;margin-right:-12px;cursor:sw-resize}.cke_hc .cke_resizer{width:10px;height:10px;border:1px solid #fff;margin-left:0}.cke_hc .cke_resizer_rtl{margin-right:0}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;border:1px solid #8f8f73;background-color:#fff;width:120px;height:100px;overflow:hidden;border-radius:3px}.cke_menu_panel{padding:2px;margin:0}.cke_combopanel{border:1px solid #8f8f73;border-top-left-radius:0;width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-family:Arial,Verdana,sans-serif;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0}.cke_panel_listItem a{padding:2px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #ccc;background-color:#e9f5ff}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif;font-weight:700;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:3px;margin-bottom:3px}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #316ac5;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #316ac5;background-color:#dff1ff}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border-radius:5px;float:left;margin:0 6px 5px 0;background:url(images/sprites.png) repeat-x 0 -500px;background:linear-gradient(180deg,#fff,#d3d3d3 100px)}.cke_hc .cke_toolgroup{padding-right:0;margin-right:4px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}.cke_rtl.cke_hc .cke_toolgroup{padding-left:0;margin-left:4px}a.cke_button{display:inline-block;height:18px;padding:2px 4px;border-radius:3px;outline:0;cursor:default;float:left;border:0}a.cke_button_expandable{padding:2px 3px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_rtl.cke_hc .cke_button{margin:-2px -2px 0 4px}a.cke_button_on{background-color:#a3d7ff}.cke_hc .cke_button_on{border-width:3px;padding:1px 3px}a.cke_button_off{opacity:.7}a.cke_button_disabled{opacity:.3}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{background-color:#86caff}.cke_hc a.cke_button:hover{background:#000}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background-color:#dff1ff;opacity:1}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:16px;vertical-align:middle;float:left;cursor:default}.cke_hc .cke_button_label{padding:0;display:inline-block}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_button_arrow{display:inline-block;margin:7px 0 0 3px;width:0;height:0;border:3px dashed transparent;border-top:3px solid #2f2f2f;cursor:default;vertical-align:middle}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:0 -2px 0 3px;width:auto;border:0}.cke_rtl.cke_hc .cke_button_arrow{margin:0 3px 0 -2px}.cke_toolbar_separator{float:left;border-left:1px solid #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:1px solid #d3d3d3;border-left:0;float:right}.cke_hc .cke_toolbar_separator{margin-left:0;width:3px}.cke_rtl.cke_hc .cke_toolbar_separator{margin:3px 0 0 2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;border:1px outset #d3d3d3;margin:11px 0 0;font-size:0;cursor:default;text-align:center}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_hc .cke_toolbox_collapser{border-width:1px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;border:3px solid transparent;border-bottom-color:#2f2f2f}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin:4px 2px 0 0;border-color:#2f2f2f transparent transparent}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{display:block}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #ccc;background-color:#e9f5ff}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3}.cke_menubutton_on:active,.cke_menubutton_on:focus,.cke_menubutton_on:hover{border-color:#316ac5;background-color:#dff1ff}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:2px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-position:0 -1400px;padding:0 5px}.cke_menuarrow,.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-repeat:no-repeat}.cke_rtl .cke_menuarrow{background-position:7px -1380px}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px;filter:alpha(opacity = 70);opacity:.7}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{display:inline-block;border-radius:5px;background:url(images/sprites.png) 0 -100px repeat-x;float:left;padding:2px 4px 2px 6px;height:22px;margin:0 5px 5px 0;background:linear-gradient(0deg,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:active,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:hover{background:#dff1ff;outline:0}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc .cke_combo_button{border:1px solid #000;padding:1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid #000}.cke_combo_text{line-height:24px;text-overflow:ellipsis;overflow:hidden;color:#666;float:left;cursor:default;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right}.cke_combo_inlinelabel{font-style:italic;opacity:.7}.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel{opacity:1}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 3px;width:5px}.cke_combo_arrow{margin:9px 0 0;float:left;opacity:.7;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #2f2f2f}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:4px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{margin-top:5px;float:left}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:1px 4px 0;color:#60676a;cursor:default;text-decoration:none;outline:0;border:0}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#efefef;opacity:.7;color:#000}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#222;border-radius:5px;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#96ca0a;border:1px solid #96ca0a}.cke_notification_warning{background:#fd7c44;border:1px solid #fd7c44}.cke_notification_info{background:#54d3ec;border:1px solid #01b2d2}.cke_notification_info span.cke_notification_progress{background-color:#01b2d2;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/sprites.png);background-repeat:no-repeat;background-position:0 -1022px;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:2px;right:3px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2640px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2688px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2736px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2784px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2832px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2880px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2928px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2976px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3024px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3072px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3168px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3216px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3264px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3312px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3408px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3456px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3600px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3696px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3744px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3840px!important}.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3888px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3936px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -3984px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4032px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}.cke_button_off{filter:alpha(opacity = 70)}.cke_button_on{filter:alpha(opacity = 100)}.cke_button_disabled{filter:alpha(opacity = 30)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_hc .cke_button_arrow{margin-top:5px}.cke_combo_inlinelabel{filter:alpha(opacity = 70)}.cke_combo_button_off:hover .cke_combo_inlinelabel{filter:alpha(opacity = 100)}.cke_combo_button_disabled .cke_combo_inlinelabel,.cke_combo_button_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:2px outset #efefef}.cke_toolbox_collapser .cke_arrow{margin:0 1px 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{filter:alpha(opacity = 70)}.cke_resizer{filter:alpha(opacity = 80)}.cke_hc .cke_resizer{filter:none;font-size:28px}.cke_menuarrow{position:absolute;right:2px}.cke_rtl .cke_menuarrow{position:absolute;left:2px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:10px!important}.cke_bottom,.cke_contents,.cke_top{width:100%}.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{float:none}.cke_rtl .cke_button,.cke_rtl .cke_button_arrow,.cke_rtl .cke_button_icon,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_toolbar_separator{vertical-align:top;display:inline-block}.cke_button_arrow,.cke_combo_arrow,.cke_combo_button,.cke_resizer,.cke_toolbox_collapser,.cke_toolgroup{background-image:url(images/sprites_ie6.png)}.cke_toolgroup{background-color:#fff;display:inline-block;padding:2px}.cke_inner{padding-top:2px;background-color:#d3d3d3;background-image:none}.cke_toolbar{margin:2px 0}.cke_rtl .cke_toolbar{margin-bottom:-1px;margin-top:-1px}.cke_toolbar_separator{vertical-align:top}.cke_toolbox{width:100%;float:left;padding-bottom:4px}.cke_rtl .cke_toolbox{margin-top:2px;margin-bottom:-4px}.cke_combo_button{background-color:#fff}.cke_rtl .cke_combo_button{padding-right:6px;padding-left:0}.cke_combo_text{line-height:21px}.cke_ltr .cke_combo_open{margin-left:-3px}.cke_combo_arrow{background-position:2px -1467px;margin:2px 0 0;border:0;width:8px;height:13px}.cke_rtl .cke_button_arrow{background-position-x:0}.cke_toolbox_collapser .cke_arrow{display:block;visibility:hidden;font-size:0;color:transparent;border:0}.cke_button_arrow{background-position:2px -1467px;margin:0;border:0;width:8px;height:15px}.cke_ltr .cke_button_arrow{background-position:0 -1467px;margin-left:-3px}.cke_toolbox_collapser{background-position:3px -1367px}.cke_toolbox_collapser_min{background-position:4px -1387px;margin:2px 0 0}.cke_rtl .cke_toolbox_collapser_min{background-position:4px -1408px}.cke_resizer{background-position:0 -1427px;width:12px;height:12px;border:0;margin:9px 0 0;vertical-align:baseline}.cke_dialog_tabs{position:absolute;top:38px;left:0}.cke_dialog_body{clear:both;margin-top:20px}a.cke_dialog_ui_button{background:url(images/sprites.png) repeat_x 0 _ 1069px}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:hover{background-position:0 -1179px}a.cke_dialog_ui_button_ok{background:url(images/sprites.png) repeat_x 0 _ 1144px}a.cke_dialog_ui_button_cancel{background:url(images/sprites.png) repeat_x 0 _ 1105px}a.cke_dialog_ui_button_cancel span,a.cke_dialog_ui_button_ok span{background-image:none}.cke_menubutton_label{height:25px}.cke_menuarrow{background-image:url(images/sprites_ie6.png)}.cke_button_disabled .cke_button_icon,.cke_button_icon,.cke_menuitem .cke_disabled .cke_icon,.cke_menuitem .cke_icon{filter:""}.cke_colorbox,.cke_menuseparator{font-size:0}.cke_source{white-space:normal}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/kama/icons.png b/public/build/ckeditor/skins/kama/icons.png
new file mode 100644
index 0000000..46ff6b2
Binary files /dev/null and b/public/build/ckeditor/skins/kama/icons.png differ
diff --git a/public/build/ckeditor/skins/kama/icons_hidpi.png b/public/build/ckeditor/skins/kama/icons_hidpi.png
new file mode 100644
index 0000000..ebe8dc7
Binary files /dev/null and b/public/build/ckeditor/skins/kama/icons_hidpi.png differ
diff --git a/public/build/ckeditor/skins/kama/images/dialog_sides.gif b/public/build/ckeditor/skins/kama/images/dialog_sides.gif
new file mode 100644
index 0000000..b5d9a53
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/dialog_sides.gif differ
diff --git a/public/build/ckeditor/skins/kama/images/dialog_sides.png b/public/build/ckeditor/skins/kama/images/dialog_sides.png
new file mode 100644
index 0000000..2df7a15
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/dialog_sides.png differ
diff --git a/public/build/ckeditor/skins/kama/images/dialog_sides_rtl.png b/public/build/ckeditor/skins/kama/images/dialog_sides_rtl.png
new file mode 100644
index 0000000..b179935
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/dialog_sides_rtl.png differ
diff --git a/public/build/ckeditor/skins/kama/images/mini.gif b/public/build/ckeditor/skins/kama/images/mini.gif
new file mode 100644
index 0000000..babc31a
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/mini.gif differ
diff --git a/public/build/ckeditor/skins/kama/images/spinner.gif b/public/build/ckeditor/skins/kama/images/spinner.gif
new file mode 100644
index 0000000..d898d41
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/spinner.gif differ
diff --git a/public/build/ckeditor/skins/kama/images/sprites.png b/public/build/ckeditor/skins/kama/images/sprites.png
new file mode 100644
index 0000000..5fc409d
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/sprites.png differ
diff --git a/public/build/ckeditor/skins/kama/images/sprites_ie6.png b/public/build/ckeditor/skins/kama/images/sprites_ie6.png
new file mode 100644
index 0000000..070a8ce
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/sprites_ie6.png differ
diff --git a/public/build/ckeditor/skins/kama/images/toolbar_start.gif b/public/build/ckeditor/skins/kama/images/toolbar_start.gif
new file mode 100644
index 0000000..94aa4ab
Binary files /dev/null and b/public/build/ckeditor/skins/kama/images/toolbar_start.gif differ
diff --git a/public/build/ckeditor/skins/kama/readme.md b/public/build/ckeditor/skins/kama/readme.md
new file mode 100644
index 0000000..97b79ce
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/readme.md
@@ -0,0 +1,38 @@
+"Kama" Skin
+====================
+
+"Kama" is the default skin of CKEditor 3.x.
+It's been ported to CKEditor 4 and fully featured.
+
+For more information about skins, please check the [CKEditor Skin SDK](https://ckeditor.com/docs/ckeditor4/latest/guide/skin_sdk_intro.html)
+documentation.
+
+Directory Structure
+-------------------
+
+CSS parts:
+- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
+- **mainui.css**: the file contains styles of entire editor outline structures,
+- **toolbar.css**: the file contains styles of the editor toolbar space (top),
+- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
+- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
+until the first panel open up,
+- **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
+- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
+it's not loaded until the first menu open up,
+- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
+- **reset.css**: the file defines the basis of style resets among all editor UI spaces,
+- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
+- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
+
+Other parts:
+- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
+- **icons/**: contains all skin defined icons,
+- **images/**: contains a fill general used images.
+
+License
+-------
+
+Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+
+For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license)
diff --git a/public/build/ckeditor/skins/kama/skin.js b/public/build/ckeditor/skins/kama/skin.js
new file mode 100644
index 0000000..56cfb23
--- /dev/null
+++ b/public/build/ckeditor/skins/kama/skin.js
@@ -0,0 +1,8 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.skin.name="kama";CKEDITOR.skin.ua_editor="ie,iequirks,ie7,ie8";CKEDITOR.skin.ua_dialog="ie,iequirks,ie7,ie8";
+CKEDITOR.skin.chameleon=function(d,c){var b,a="."+d.id;"editor"==c?b=a+" .cke_inner,"+a+" .cke_dialog_tab{background-color:$color;linear-gradient( to bottom,#fff -15px,$color 40px );}"+a+" .cke_toolgroup{linear-gradient( to bottom,#fff,$color 100px );}"+a+" .cke_combo_button{linear-gradient( to top,#fff,$color 100px );}"+a+" .cke_dialog_contents,"+a+" .cke_dialog_footer{background-color:$color !important;}"+a+" .cke_dialog_tab:hover,"+a+" .cke_dialog_tab:active,"+a+" .cke_dialog_tab:focus,"+a+" .cke_dialog_tab_selected{background-color:$color;background-image:none;}":
+"panel"==c&&(b=".cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menubutton:hover .cke_menubutton_label,.cke_menubutton:focus .cke_menubutton_label,.cke_menubutton:active .cke_menubutton_label{background-color:$color !important;}.cke_menubutton_disabled:hover .cke_menubutton_label,.cke_menubutton_disabled:focus .cke_menubutton_label,.cke_menubutton_disabled:active .cke_menubutton_label{background-color: transparent !important;}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menubutton_disabled .cke_menubutton_icon{background-color:$color !important;border-color:$color !important;}.cke_menuseparator{background-color:$color !important;}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:$color !important;}");
+return b};
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/dialog.css b/public/build/ckeditor/skins/moono-lisa/dialog.css
new file mode 100644
index 0000000..6bd6e00
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/dialog.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:12px;cursor:move;position:relative;color:#484848;border-bottom:1px solid #d1d1d1;padding:12px 19px 12px 12px;background:#f8f8f8;letter-spacing:.3px}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:43px;border-top:1px solid #d1d1d1}.cke_dialog_contents_body{overflow:auto;padding:9px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:33px;display:inline-block;margin:9px 0 0;position:absolute;z-index:2;left:11px}.cke_rtl .cke_dialog_tabs{left:auto;right:11px}a.cke_dialog_tab{height:25px;padding:4px 8px;display:inline-block;cursor:pointer;line-height:26px;outline:0;color:#484848;border:1px solid #d1d1d1;border-radius:3px 3px 0 0;background:#f8f8f8;min-width:90px;text-align:center;margin-left:-1px;letter-spacing:.3px}a.cke_dialog_tab:hover{background-color:#fff}a.cke_dialog_tab:focus{border:2px solid #139ff7;border-bottom-color:#d1d1d1;padding:3px 7px;position:relative;z-index:1}a.cke_dialog_tab_selected{background:#fff;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{border-bottom-color:#fff}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:16px;width:16px;top:11px;z-index:5;opacity:.7;filter:alpha(opacity = 70)}.cke_rtl .cke_dialog_close_button{left:12px}.cke_ltr .cke_dialog_close_button{right:12px}.cke_hc a.cke_dialog_close_button{background-image:none}.cke_hidpi a.cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}a.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}a.cke_dialog_close_button span{display:none}.cke_hc a.cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%;margin-top:12px}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #bcbcbc;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:2px;min-height:28px;margin-left:1px}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:2px solid #139ff7}input.cke_dialog_ui_input_text:focus{padding-left:5px}textarea.cke_dialog_ui_input_textarea:focus{padding:3px 5px}select.cke_dialog_ui_input_select:focus{margin:0;width:100%!important}input.cke_dialog_ui_checkbox_input,input.cke_dialog_ui_radio_input{margin-left:1px;margin-right:2px}input.cke_dialog_ui_checkbox_input:active,input.cke_dialog_ui_checkbox_input:focus,input.cke_dialog_ui_radio_input:active,input.cke_dialog_ui_radio_input:focus{border:0;outline:2px solid #139ff7}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 1px;margin:0;text-align:center;color:#484848;vertical-align:middle;cursor:pointer;border:1px solid #bcbcbc;border-radius:2px;background:#f8f8f8;letter-spacing:.3px;line-height:18px;box-sizing:border-box}.cke_hc a.cke_dialog_ui_button{border-width:3px}span.cke_dialog_ui_button{padding:0 10px;cursor:pointer}a.cke_dialog_ui_button:hover{background:#fff}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border:2px solid #139ff7;outline:0;padding:3px 0}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;background:#09863e;border:1px solid #09863e}.cke_hc a.cke_dialog_ui_button{border:3px solid #bcbcbc}a.cke_dialog_ui_button_ok:hover{background:#53aa78;border-color:#53aa78}a.cke_dialog_ui_button_ok:focus{box-shadow:inset 0 0 0 2px #fff}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#139ff7}.cke_hc a.cke_dialog_ui_button_ok:active,.cke_hc a.cke_dialog_ui_button_ok:focus,.cke_hc a.cke_dialog_ui_button_ok:hover{border-color:#484848}a.cke_dialog_ui_button_ok.cke_disabled{background:#d1d1d1;border-color:#d1d1d1;cursor:default}a.cke_dialog_ui_button_ok.cke_disabled span{cursor:default}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:28px;line-height:28px;background-color:#fff;border:1px solid #bcbcbc;padding:3px 3px 3px 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!important}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog_ui_labeled_label{margin-left:1px}.cke_dialog .cke_dark_background{background-color:transparent}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_reset,.cke_dialog a.cke_btn_unlocked{margin:2px}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_dialog a.cke_btn_locked:active,.cke_dialog a.cke_btn_locked:focus,.cke_dialog a.cke_btn_locked:hover,.cke_dialog a.cke_btn_over,.cke_dialog a.cke_btn_reset:active,.cke_dialog a.cke_btn_reset:focus,.cke_dialog a.cke_btn_reset:hover,.cke_dialog a.cke_btn_unlocked:active,.cke_dialog a.cke_btn_unlocked:focus,.cke_dialog a.cke_btn_unlocked:hover{cursor:pointer;outline:0;margin:0;border:2px solid #139ff7}.cke_dialog fieldset{border:1px solid #bcbcbc}.cke_dialog fieldset legend{padding:0 6px}.cke_dialog_ui_checkbox,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{display:inline-block}.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{padding-top:5px}.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label{vertical-align:middle}.cke_dialog .ImagePreviewBox{border:1px ridge #bcbcbc;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:1px solid #bcbcbc;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;cursor:default;letter-spacing:.3px}.cke_dialog_body label+.cke_dialog_ui_labeled_content{margin-top:2px}.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button,.cke_dialog_contents_body .cke_dialog_ui_select,.cke_dialog_contents_body .cke_dialog_ui_text{margin-top:4px}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:2px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_dialog_contents_body .cke_accessibility_legend{margin:2px 7px 2px 2px}.cke_dialog_contents_body .cke_accessibility_legend:active,.cke_dialog_contents_body .cke_accessibility_legend:focus{outline:0;border:2px solid #139ff7;margin:0 5px 0 0}.cke_dialog_contents_body input[type=file]:active,.cke_dialog_contents_body input[type=file]:focus{border:2px solid #139ff7}.cke_dialog_find_fieldset{margin-top:10px!important}.cke_dialog_image_ratiolock{margin-top:52px!important}.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label{margin-left:0}.cke_dialog_forms_select_order div.cke_dialog_ui_input_select{width:100%}.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last{padding-top:4px}.cke_dialog_flash_url .cke_dialog_ui_hbox_last,.cke_dialog_image_url .cke_dialog_ui_hbox_last{vertical-align:bottom}a.cke_dialog_ui_button.cke_dialog_image_browse{margin-top:10px}.cke_dialog_contents_body .cke_tpl_list{border:1px solid #bcbcbc;margin:1px}.cke_dialog_contents_body .cke_tpl_list:active,.cke_dialog_contents_body .cke_tpl_list:focus{outline:0;margin:0;border:2px solid #139ff7}.cke_dialog_contents_body .cke_tpl_list a:active,.cke_dialog_contents_body .cke_tpl_list a:focus{outline:0}.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item,.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item{border:2px solid #139ff7;padding:6px}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/dialog_ie.css b/public/build/ckeditor/skins/moono-lisa/dialog_ie.css
new file mode 100644
index 0000000..1f80db2
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/dialog_ie.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:12px;cursor:move;position:relative;color:#484848;border-bottom:1px solid #d1d1d1;padding:12px 19px 12px 12px;background:#f8f8f8;letter-spacing:.3px}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:43px;border-top:1px solid #d1d1d1}.cke_dialog_contents_body{overflow:auto;padding:9px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:33px;display:inline-block;margin:9px 0 0;position:absolute;z-index:2;left:11px}.cke_rtl .cke_dialog_tabs{left:auto;right:11px}a.cke_dialog_tab{height:25px;padding:4px 8px;display:inline-block;cursor:pointer;line-height:26px;outline:0;color:#484848;border:1px solid #d1d1d1;border-radius:3px 3px 0 0;background:#f8f8f8;min-width:90px;text-align:center;margin-left:-1px;letter-spacing:.3px}a.cke_dialog_tab:hover{background-color:#fff}a.cke_dialog_tab:focus{border:2px solid #139ff7;border-bottom-color:#d1d1d1;padding:3px 7px;position:relative;z-index:1}a.cke_dialog_tab_selected{background:#fff;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{border-bottom-color:#fff}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:16px;width:16px;top:11px;z-index:5;opacity:.7;filter:alpha(opacity = 70)}.cke_rtl .cke_dialog_close_button{left:12px}.cke_ltr .cke_dialog_close_button{right:12px}.cke_hc a.cke_dialog_close_button{background-image:none}.cke_hidpi a.cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}a.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}a.cke_dialog_close_button span{display:none}.cke_hc a.cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%;margin-top:12px}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #bcbcbc;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:2px;min-height:28px;margin-left:1px}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:2px solid #139ff7}input.cke_dialog_ui_input_text:focus{padding-left:5px}textarea.cke_dialog_ui_input_textarea:focus{padding:3px 5px}select.cke_dialog_ui_input_select:focus{margin:0;width:100%!important}input.cke_dialog_ui_checkbox_input,input.cke_dialog_ui_radio_input{margin-left:1px;margin-right:2px}input.cke_dialog_ui_checkbox_input:active,input.cke_dialog_ui_checkbox_input:focus,input.cke_dialog_ui_radio_input:active,input.cke_dialog_ui_radio_input:focus{border:0;outline:2px solid #139ff7}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 1px;margin:0;text-align:center;color:#484848;vertical-align:middle;cursor:pointer;border:1px solid #bcbcbc;border-radius:2px;background:#f8f8f8;letter-spacing:.3px;line-height:18px;box-sizing:border-box}.cke_hc a.cke_dialog_ui_button{border-width:3px}span.cke_dialog_ui_button{padding:0 10px;cursor:pointer}a.cke_dialog_ui_button:hover{background:#fff}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border:2px solid #139ff7;outline:0;padding:3px 0}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;background:#09863e;border:1px solid #09863e}.cke_hc a.cke_dialog_ui_button{border:3px solid #bcbcbc}a.cke_dialog_ui_button_ok:hover{background:#53aa78;border-color:#53aa78}a.cke_dialog_ui_button_ok:focus{box-shadow:inset 0 0 0 2px #fff}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#139ff7}.cke_hc a.cke_dialog_ui_button_ok:active,.cke_hc a.cke_dialog_ui_button_ok:focus,.cke_hc a.cke_dialog_ui_button_ok:hover{border-color:#484848}a.cke_dialog_ui_button_ok.cke_disabled{background:#d1d1d1;border-color:#d1d1d1;cursor:default}a.cke_dialog_ui_button_ok.cke_disabled span{cursor:default}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:28px;line-height:28px;background-color:#fff;border:1px solid #bcbcbc;padding:3px 3px 3px 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!important}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog_ui_labeled_label{margin-left:1px}.cke_dialog .cke_dark_background{background-color:transparent}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_reset,.cke_dialog a.cke_btn_unlocked{margin:2px}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_dialog a.cke_btn_locked:active,.cke_dialog a.cke_btn_locked:focus,.cke_dialog a.cke_btn_locked:hover,.cke_dialog a.cke_btn_over,.cke_dialog a.cke_btn_reset:active,.cke_dialog a.cke_btn_reset:focus,.cke_dialog a.cke_btn_reset:hover,.cke_dialog a.cke_btn_unlocked:active,.cke_dialog a.cke_btn_unlocked:focus,.cke_dialog a.cke_btn_unlocked:hover{cursor:pointer;outline:0;margin:0;border:2px solid #139ff7}.cke_dialog fieldset{border:1px solid #bcbcbc}.cke_dialog fieldset legend{padding:0 6px}.cke_dialog_ui_checkbox,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{display:inline-block}.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{padding-top:5px}.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label{vertical-align:middle}.cke_dialog .ImagePreviewBox{border:1px ridge #bcbcbc;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:1px solid #bcbcbc;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;cursor:default;letter-spacing:.3px}.cke_dialog_body label+.cke_dialog_ui_labeled_content{margin-top:2px}.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button,.cke_dialog_contents_body .cke_dialog_ui_select,.cke_dialog_contents_body .cke_dialog_ui_text{margin-top:4px}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:2px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_dialog_contents_body .cke_accessibility_legend{margin:2px 7px 2px 2px}.cke_dialog_contents_body .cke_accessibility_legend:active,.cke_dialog_contents_body .cke_accessibility_legend:focus{outline:0;border:2px solid #139ff7;margin:0 5px 0 0}.cke_dialog_contents_body input[type=file]:active,.cke_dialog_contents_body input[type=file]:focus{border:2px solid #139ff7}.cke_dialog_find_fieldset{margin-top:10px!important}.cke_dialog_image_ratiolock{margin-top:52px!important}.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label{margin-left:0}.cke_dialog_forms_select_order div.cke_dialog_ui_input_select{width:100%}.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last{padding-top:4px}.cke_dialog_flash_url .cke_dialog_ui_hbox_last,.cke_dialog_image_url .cke_dialog_ui_hbox_last{vertical-align:bottom}a.cke_dialog_ui_button.cke_dialog_image_browse{margin-top:10px}.cke_dialog_contents_body .cke_tpl_list{border:1px solid #bcbcbc;margin:1px}.cke_dialog_contents_body .cke_tpl_list:active,.cke_dialog_contents_body .cke_tpl_list:focus{outline:0;margin:0;border:2px solid #139ff7}.cke_dialog_contents_body .cke_tpl_list a:active,.cke_dialog_contents_body .cke_tpl_list a:focus{outline:0}.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item,.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item{border:2px solid #139ff7;padding:6px}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_title,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:0}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/dialog_ie8.css b/public/build/ckeditor/skins/moono-lisa/dialog_ie8.css
new file mode 100644
index 0000000..713cc71
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/dialog_ie8.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:12px;cursor:move;position:relative;color:#484848;border-bottom:1px solid #d1d1d1;padding:12px 19px 12px 12px;background:#f8f8f8;letter-spacing:.3px}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:43px;border-top:1px solid #d1d1d1}.cke_dialog_contents_body{overflow:auto;padding:9px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:33px;display:inline-block;margin:9px 0 0;position:absolute;z-index:2;left:11px}.cke_rtl .cke_dialog_tabs{left:auto;right:11px}a.cke_dialog_tab{height:25px;padding:4px 8px;display:inline-block;cursor:pointer;line-height:26px;outline:0;color:#484848;border:1px solid #d1d1d1;border-radius:3px 3px 0 0;background:#f8f8f8;min-width:90px;text-align:center;margin-left:-1px;letter-spacing:.3px}a.cke_dialog_tab:hover{background-color:#fff}a.cke_dialog_tab:focus{border:2px solid #139ff7;border-bottom-color:#d1d1d1;padding:3px 7px;position:relative;z-index:1}a.cke_dialog_tab_selected{background:#fff;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{border-bottom-color:#fff}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:16px;width:16px;top:11px;z-index:5;opacity:.7;filter:alpha(opacity = 70)}.cke_rtl .cke_dialog_close_button{left:12px}.cke_ltr .cke_dialog_close_button{right:12px}.cke_hc a.cke_dialog_close_button{background-image:none}.cke_hidpi a.cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}a.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}a.cke_dialog_close_button span{display:none}.cke_hc a.cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%;margin-top:12px}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #bcbcbc;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:2px;min-height:28px;margin-left:1px}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:2px solid #139ff7}input.cke_dialog_ui_input_text:focus{padding-left:5px}textarea.cke_dialog_ui_input_textarea:focus{padding:3px 5px}select.cke_dialog_ui_input_select:focus{margin:0}input.cke_dialog_ui_checkbox_input,input.cke_dialog_ui_radio_input{margin-left:1px;margin-right:2px}input.cke_dialog_ui_checkbox_input:active,input.cke_dialog_ui_checkbox_input:focus,input.cke_dialog_ui_radio_input:active,input.cke_dialog_ui_radio_input:focus{border:0;outline:2px solid #139ff7}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 1px;margin:0;text-align:center;color:#484848;vertical-align:middle;cursor:pointer;border:1px solid #bcbcbc;border-radius:2px;background:#f8f8f8;letter-spacing:.3px;line-height:18px;box-sizing:border-box}.cke_hc a.cke_dialog_ui_button{border-width:3px}span.cke_dialog_ui_button{padding:0 10px;cursor:pointer}a.cke_dialog_ui_button:hover{background:#fff}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border:2px solid #139ff7;outline:0;padding:3px 0}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;background:#09863e;border:1px solid #09863e}.cke_hc a.cke_dialog_ui_button{border:3px solid #bcbcbc}a.cke_dialog_ui_button_ok:hover{background:#53aa78;border-color:#53aa78}a.cke_dialog_ui_button_ok:focus{box-shadow:inset 0 0 0 2px #fff}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#139ff7}.cke_hc a.cke_dialog_ui_button_ok:active,.cke_hc a.cke_dialog_ui_button_ok:focus,.cke_hc a.cke_dialog_ui_button_ok:hover{border-color:#484848}a.cke_dialog_ui_button_ok.cke_disabled{background:#d1d1d1;border-color:#d1d1d1;cursor:default}a.cke_dialog_ui_button_ok.cke_disabled span{cursor:default}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:28px;line-height:28px;background-color:#fff;border:1px solid #bcbcbc;padding:3px 3px 3px 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!important}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog_ui_labeled_label{margin-left:1px}.cke_dialog .cke_dark_background{background-color:transparent}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_reset,.cke_dialog a.cke_btn_unlocked{margin:2px}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_dialog a.cke_btn_locked:active,.cke_dialog a.cke_btn_locked:focus,.cke_dialog a.cke_btn_locked:hover,.cke_dialog a.cke_btn_over,.cke_dialog a.cke_btn_reset:active,.cke_dialog a.cke_btn_reset:focus,.cke_dialog a.cke_btn_reset:hover,.cke_dialog a.cke_btn_unlocked:active,.cke_dialog a.cke_btn_unlocked:focus,.cke_dialog a.cke_btn_unlocked:hover{cursor:pointer;outline:0;margin:0;border:2px solid #139ff7}.cke_dialog fieldset{border:1px solid #bcbcbc}.cke_dialog fieldset legend{padding:0 6px}.cke_dialog_ui_checkbox,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{display:inline-block}.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{padding-top:5px}.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label{vertical-align:middle}.cke_dialog .ImagePreviewBox{border:1px ridge #bcbcbc;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:1px solid #bcbcbc;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;cursor:default;letter-spacing:.3px}.cke_dialog_body label+.cke_dialog_ui_labeled_content{margin-top:2px}.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button,.cke_dialog_contents_body .cke_dialog_ui_select,.cke_dialog_contents_body .cke_dialog_ui_text{margin-top:4px}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:2px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_dialog_contents_body .cke_accessibility_legend{margin:2px 7px 2px 2px}.cke_dialog_contents_body .cke_accessibility_legend:active,.cke_dialog_contents_body .cke_accessibility_legend:focus{outline:0;border:2px solid #139ff7;margin:0 5px 0 0}.cke_dialog_contents_body input[type=file]:active,.cke_dialog_contents_body input[type=file]:focus{border:2px solid #139ff7}.cke_dialog_find_fieldset{margin-top:10px!important}.cke_dialog_image_ratiolock{margin-top:52px!important}.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label{margin-left:0}.cke_dialog_forms_select_order div.cke_dialog_ui_input_select{width:100%}.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last{padding-top:4px}.cke_dialog_flash_url .cke_dialog_ui_hbox_last,.cke_dialog_image_url .cke_dialog_ui_hbox_last{vertical-align:bottom}a.cke_dialog_ui_button.cke_dialog_image_browse{margin-top:10px}.cke_dialog_contents_body .cke_tpl_list{border:1px solid #bcbcbc;margin:1px}.cke_dialog_contents_body .cke_tpl_list:active,.cke_dialog_contents_body .cke_tpl_list:focus{outline:0;margin:0;border:2px solid #139ff7}.cke_dialog_contents_body .cke_tpl_list a:active,.cke_dialog_contents_body .cke_tpl_list a:focus{outline:0}.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item,.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item{border:2px solid #139ff7;padding:6px}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_title,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:0}a.cke_dialog_ui_button,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{min-height:18px}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,textarea.cke_dialog_ui_input_textarea:focus{padding-top:4px;padding-bottom:2px}select.cke_dialog_ui_input_select{width:100%!important}select.cke_dialog_ui_input_select:focus{margin-left:1px;width:100%!important;padding-top:2px;padding-bottom:2px}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/dialog_iequirks.css b/public/build/ckeditor/skins/moono-lisa/dialog_iequirks.css
new file mode 100644
index 0000000..78bf87f
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/dialog_iequirks.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:12px;cursor:move;position:relative;color:#484848;border-bottom:1px solid #d1d1d1;padding:12px 19px 12px 12px;background:#f8f8f8;letter-spacing:.3px}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:43px;border-top:1px solid #d1d1d1}.cke_dialog_contents_body{overflow:auto;padding:9px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:33px;display:inline-block;margin:9px 0 0;position:absolute;z-index:2;left:11px}.cke_rtl .cke_dialog_tabs{left:auto;right:11px}a.cke_dialog_tab{height:25px;padding:4px 8px;display:inline-block;cursor:pointer;line-height:26px;outline:0;color:#484848;border:1px solid #d1d1d1;border-radius:3px 3px 0 0;background:#f8f8f8;min-width:90px;text-align:center;margin-left:-1px;letter-spacing:.3px}a.cke_dialog_tab:hover{background-color:#fff}a.cke_dialog_tab:focus{border:2px solid #139ff7;border-bottom-color:#d1d1d1;padding:3px 7px;position:relative;z-index:1}a.cke_dialog_tab_selected{background:#fff;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{border-bottom-color:#fff}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:16px;width:16px;top:11px;z-index:5;opacity:.7;filter:alpha(opacity = 70)}.cke_rtl .cke_dialog_close_button{left:12px}.cke_ltr .cke_dialog_close_button{right:12px}.cke_hc a.cke_dialog_close_button{background-image:none}.cke_hidpi a.cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}a.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}a.cke_dialog_close_button span{display:none}.cke_hc a.cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%;margin-top:12px}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #bcbcbc;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:2px;min-height:28px;margin-left:1px}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:2px solid #139ff7}input.cke_dialog_ui_input_text:focus{padding-left:5px}textarea.cke_dialog_ui_input_textarea:focus{padding:3px 5px}select.cke_dialog_ui_input_select:focus{margin:0;width:100%!important}input.cke_dialog_ui_checkbox_input,input.cke_dialog_ui_radio_input{margin-left:1px;margin-right:2px}input.cke_dialog_ui_checkbox_input:active,input.cke_dialog_ui_checkbox_input:focus,input.cke_dialog_ui_radio_input:active,input.cke_dialog_ui_radio_input:focus{border:0;outline:2px solid #139ff7}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 1px;margin:0;text-align:center;color:#484848;vertical-align:middle;cursor:pointer;border:1px solid #bcbcbc;border-radius:2px;background:#f8f8f8;letter-spacing:.3px;line-height:18px;box-sizing:border-box}.cke_hc a.cke_dialog_ui_button{border-width:3px}span.cke_dialog_ui_button{padding:0 10px;cursor:pointer}a.cke_dialog_ui_button:hover{background:#fff}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border:2px solid #139ff7;outline:0;padding:3px 0}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;background:#09863e;border:1px solid #09863e}.cke_hc a.cke_dialog_ui_button{border:3px solid #bcbcbc}a.cke_dialog_ui_button_ok:hover{background:#53aa78;border-color:#53aa78}a.cke_dialog_ui_button_ok:focus{box-shadow:inset 0 0 0 2px #fff}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#139ff7}.cke_hc a.cke_dialog_ui_button_ok:active,.cke_hc a.cke_dialog_ui_button_ok:focus,.cke_hc a.cke_dialog_ui_button_ok:hover{border-color:#484848}a.cke_dialog_ui_button_ok.cke_disabled{background:#d1d1d1;border-color:#d1d1d1;cursor:default}a.cke_dialog_ui_button_ok.cke_disabled span{cursor:default}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:28px;line-height:28px;background-color:#fff;border:1px solid #bcbcbc;padding:3px 3px 3px 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!important}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog_ui_labeled_label{margin-left:1px}.cke_dialog .cke_dark_background{background-color:transparent}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_reset,.cke_dialog a.cke_btn_unlocked{margin:2px}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_dialog a.cke_btn_locked:active,.cke_dialog a.cke_btn_locked:focus,.cke_dialog a.cke_btn_locked:hover,.cke_dialog a.cke_btn_over,.cke_dialog a.cke_btn_reset:active,.cke_dialog a.cke_btn_reset:focus,.cke_dialog a.cke_btn_reset:hover,.cke_dialog a.cke_btn_unlocked:active,.cke_dialog a.cke_btn_unlocked:focus,.cke_dialog a.cke_btn_unlocked:hover{cursor:pointer;outline:0;margin:0;border:2px solid #139ff7}.cke_dialog fieldset{border:1px solid #bcbcbc}.cke_dialog fieldset legend{padding:0 6px}.cke_dialog_ui_checkbox,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{display:inline-block}.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{padding-top:5px}.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label{vertical-align:middle}.cke_dialog .ImagePreviewBox{border:1px ridge #bcbcbc;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:1px solid #bcbcbc;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;cursor:default;letter-spacing:.3px}.cke_dialog_body label+.cke_dialog_ui_labeled_content{margin-top:2px}.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button,.cke_dialog_contents_body .cke_dialog_ui_select,.cke_dialog_contents_body .cke_dialog_ui_text{margin-top:4px}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:2px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_dialog_contents_body .cke_accessibility_legend{margin:2px 7px 2px 2px}.cke_dialog_contents_body .cke_accessibility_legend:active,.cke_dialog_contents_body .cke_accessibility_legend:focus{outline:0;border:2px solid #139ff7;margin:0 5px 0 0}.cke_dialog_contents_body input[type=file]:active,.cke_dialog_contents_body input[type=file]:focus{border:2px solid #139ff7}.cke_dialog_find_fieldset{margin-top:10px!important}.cke_dialog_image_ratiolock{margin-top:52px!important}.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label{margin-left:0}.cke_dialog_forms_select_order div.cke_dialog_ui_input_select{width:100%}.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last{padding-top:4px}.cke_dialog_flash_url .cke_dialog_ui_hbox_last,.cke_dialog_image_url .cke_dialog_ui_hbox_last{vertical-align:bottom}a.cke_dialog_ui_button.cke_dialog_image_browse{margin-top:10px}.cke_dialog_contents_body .cke_tpl_list{border:1px solid #bcbcbc;margin:1px}.cke_dialog_contents_body .cke_tpl_list:active,.cke_dialog_contents_body .cke_tpl_list:focus{outline:0;margin:0;border:2px solid #139ff7}.cke_dialog_contents_body .cke_tpl_list a:active,.cke_dialog_contents_body .cke_tpl_list a:focus{outline:0}.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item,.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item{border:2px solid #139ff7;padding:6px}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_title,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:0}.cke_dialog_footer{filter:""}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/editor.css b/public/build/ckeditor/skins/moono-lisa/editor.css
new file mode 100644
index 0000000..a81fcc4
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/editor.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #d1d1d1}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{background:#fff;-webkit-touch-callout:none}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #d1d1d1;background:#f8f8f8;padding:6px 8px 2px;white-space:normal}.cke_float .cke_top{border:1px solid #d1d1d1}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #bcbcbc transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #bcbcbc;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #d1d1d1}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_block:focus{outline:0}.cke_panel_list{list-style-type:none;white-space:nowrap}.cke_panel_list,.cke_panel_listItem{margin:0;padding:0}.cke_panel_listItem a{padding:6px 7px;display:block;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.cke_hc .cke_panel_listItem a{border-style:none}.cke_panel_listItem.cke_selected a,.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{background-color:#e9e9e9}.cke_panel_listItem a:focus{outline:1px dotted #000}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:4px 5px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:6px 6px 7px;color:#484848;border-bottom:1px solid #d1d1d1;background:#f8f8f8}.cke_colorblock{padding:10px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}a.cke_colorbox{padding:2px;float:left;width:20px;height:20px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{outline:0;padding:0;border:2px solid #139ff7}a:hover.cke_colorbox{border-color:#bcbcbc}span.cke_colorbox{width:20px;height:20px;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:3px;display:block;cursor:pointer}a.cke_colorauto{padding:0;border:1px solid transparent;margin-bottom:6px;height:26px;line-height:26px}a.cke_colormore{margin-top:10px;height:20px;line-height:19px}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{outline:0;border:1px solid #139ff7;background-color:#f8f8f8}a:hover.cke_colorauto,a:hover.cke_colormore{border-color:#bcbcbc}.cke_colorauto span.cke_colorbox{width:18px;height:18px;border:1px solid grey;margin-left:1px;margin-top:3px}.cke_rtl .cke_colorauto span.cke_colorbox{margin-left:0;margin-right:1px}span.cke_colorbox[style*="#ffffff"],span.cke_colorbox[style*="#FFFFFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="rgb(255, 255, 255)"],span.cke_colorbox[style="background-color:#fff"],span.cke_colorbox[style="background-color:#FFF"]{border:1px solid grey;width:18px;height:18px}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border:0;float:left;margin:1px 2px 6px 0;padding-right:3px}.cke_rtl .cke_toolgroup{float:right;margin:1px 0 6px 2px;padding-left:3px;padding-right:0}.cke_hc .cke_toolgroup{margin-right:5px;margin-bottom:5px}.cke_hc.cke_rtl .cke_toolgroup{margin-right:0;margin-left:5px}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0;position:relative}a.cke_button_expandable{padding:4px 5px}.cke_rtl a.cke_button{float:right}.cke_hc a.cke_button{border:1px solid #000;padding:3px 5px;margin:0 3px 5px 0}.cke_hc.cke_rtl a.cke_button{margin:0 0 5px 3px}a.cke_button_on{background:#fff;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_on{padding:3px 4px}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background:#e5e5e5;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_off:active,a.cke_button_expandable.cke_button_off:focus,a.cke_button_expandable.cke_button_off:hover{padding:3px 4px}.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_on{background:#e5e5e5;border:3px solid #000;padding:1px 3px}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{border:0;padding:4px 6px;background-color:transparent}a.cke_button_expandable.cke_button_disabled:active,a.cke_button_expandable.cke_button_disabled:hover{padding:4px 5px}a.cke_button_disabled:focus{border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_disabled:focus{padding:3px 4px}.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover{border:1px solid #acacac;padding:3px 5px;margin:0 3px 5px 0}.cke_hc a.cke_button_disabled:focus{border:3px solid #000;padding:1px 3px}.cke_hc.cke_rtl a.cke_button_disabled:active,.cke_hc.cke_rtl a.cke_button_disabled:focus,.cke_hc.cke_rtl a.cke_button_disabled:hover{margin:0 0 5px 3px}a.cke_button_disabled .cke_button_arrow,a.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc a.cke_button_disabled{border-color:#acacac}.cke_hc a.cke_button_disabled .cke_button_icon,.cke_hc a.cke_button_disabled .cke_button_label{opacity:.5}.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_toolgroup a.cke_button:last-child:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:4px;top:0;right:-3px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:last-child:after{border-right:0;right:auto;border-left:1px solid #bcbcbc;top:0;left:-3px}.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc .cke_toolgroup a.cke_button:last-child:after{border-color:#000;top:0;right:-7px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after{top:0;right:auto;left:-7px}.cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_toolgroup a.cke_button:focus:last-child:after,.cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:-4px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:auto;left:-4px}.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:-9px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:auto;left:-9px}.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after{content:none;border:0;width:0;height:0}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#484848}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px 0 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#bcbcbc;margin:4px 2px 0;height:18px;width:1px}.cke_rtl .cke_toolbar_separator{float:right}.cke_hc .cke_toolbar_separator{background-color:#000;margin-left:2px;margin-right:5px;margin-bottom:9px}.cke_hc.cke_rtl .cke_toolbar_separator{margin-left:5px;margin-right:2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #bcbcbc}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser:hover{background:#e5e5e5}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border:3px solid transparent;border-bottom-color:#484848}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#484848}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0}.cke_menuitem span{cursor:default}.cke_menubutton{display:block}.cke_hc .cke_menubutton{padding:2px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#e9e9e9;display:block;outline:1px dotted}.cke_menubutton:hover{outline:0}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_disabled:active,.cke_menubutton_disabled:focus,.cke_menubutton_disabled:hover{background-color:transparent;outline:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#f8f8f8;padding:6px 4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#e9e9e9}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{background-color:#f8f8f8;outline:0}.cke_menuitem .cke_menubutton_on{background-color:#e9e9e9;border:1px solid #dedede;outline:0}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px;background-color:#e9e9e9}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d1d1d1;height:1px}.cke_menuarrow{background:transparent url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_hc .cke_menuarrow{background-image:none}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left;position:relative;margin-bottom:5px}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:1px;margin-bottom:10px}.cke_combo:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:5px;top:0;right:0}.cke_rtl .cke_combo:after{border-right:0;border-left:1px solid #bcbcbc;right:auto;left:0}.cke_hc .cke_combo:after{border-color:#000}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0;padding:1px}.cke_rtl a.cke_combo_button{float:right}.cke_hc a.cke_combo_button{padding:4px}.cke_combo_off a.cke_combo_button:active,.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button{background:#e5e5e5;border:1px solid #bcbcbc;padding:0 0 0 1px;margin-left:-1px}.cke_combo_off a.cke_combo_button:focus{outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{background:#fff}.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_combo_on a.cke_combo_button{padding:0 1px 0 0;margin-left:0;margin-right:-1px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border:3px solid #000;padding:1px 1px 1px 2px}.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button{padding:1px 2px 1px 1px}.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 0 0 3px;margin-left:-3px}.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 3px 0 0;margin-left:0;margin-right:-3px}.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 1px 1px 7px;margin-left:-6px}.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 7px 1px 1px;margin-left:0;margin-right:-6px}.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0;margin:0}.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px;margin:0}.cke_toolbar .cke_combo+.cke_toolbar_end,.cke_toolbar .cke_combo+.cke_toolgroup{margin-right:0;margin-left:2px}.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:2px}.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:5px}.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:5px}.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after{content:none;border:0;width:0;height:0}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#484848;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 10px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#484848;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#e5e5e5}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combopanel__fontsize{width:135px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4944px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important;background-size:16px!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/editor_gecko.css b/public/build/ckeditor/skins/moono-lisa/editor_gecko.css
new file mode 100644
index 0000000..26084f5
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/editor_gecko.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #d1d1d1}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{background:#fff;-webkit-touch-callout:none}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #d1d1d1;background:#f8f8f8;padding:6px 8px 2px;white-space:normal}.cke_float .cke_top{border:1px solid #d1d1d1}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #bcbcbc transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #bcbcbc;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #d1d1d1}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_block:focus{outline:0}.cke_panel_list{list-style-type:none;white-space:nowrap}.cke_panel_list,.cke_panel_listItem{margin:0;padding:0}.cke_panel_listItem a{padding:6px 7px;display:block;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.cke_hc .cke_panel_listItem a{border-style:none}.cke_panel_listItem.cke_selected a,.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{background-color:#e9e9e9}.cke_panel_listItem a:focus{outline:1px dotted #000}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:4px 5px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:6px 6px 7px;color:#484848;border-bottom:1px solid #d1d1d1;background:#f8f8f8}.cke_colorblock{padding:10px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}a.cke_colorbox{padding:2px;float:left;width:20px;height:20px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{outline:0;padding:0;border:2px solid #139ff7}a:hover.cke_colorbox{border-color:#bcbcbc}span.cke_colorbox{width:20px;height:20px;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:3px;display:block;cursor:pointer}a.cke_colorauto{padding:0;border:1px solid transparent;margin-bottom:6px;height:26px;line-height:26px}a.cke_colormore{margin-top:10px;height:20px;line-height:19px}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{outline:0;border:1px solid #139ff7;background-color:#f8f8f8}a:hover.cke_colorauto,a:hover.cke_colormore{border-color:#bcbcbc}.cke_colorauto span.cke_colorbox{width:18px;height:18px;border:1px solid grey;margin-left:1px;margin-top:3px}.cke_rtl .cke_colorauto span.cke_colorbox{margin-left:0;margin-right:1px}span.cke_colorbox[style*="#ffffff"],span.cke_colorbox[style*="#FFFFFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="rgb(255, 255, 255)"],span.cke_colorbox[style="background-color:#fff"],span.cke_colorbox[style="background-color:#FFF"]{border:1px solid grey;width:18px;height:18px}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border:0;float:left;margin:1px 2px 6px 0;padding-right:3px}.cke_rtl .cke_toolgroup{float:right;margin:1px 0 6px 2px;padding-left:3px;padding-right:0}.cke_hc .cke_toolgroup{margin-right:5px;margin-bottom:5px}.cke_hc.cke_rtl .cke_toolgroup{margin-right:0;margin-left:5px}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0;position:relative}a.cke_button_expandable{padding:4px 5px}.cke_rtl a.cke_button{float:right}.cke_hc a.cke_button{border:1px solid #000;padding:3px 5px;margin:0 3px 5px 0}.cke_hc.cke_rtl a.cke_button{margin:0 0 5px 3px}a.cke_button_on{background:#fff;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_on{padding:3px 4px}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background:#e5e5e5;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_off:active,a.cke_button_expandable.cke_button_off:focus,a.cke_button_expandable.cke_button_off:hover{padding:3px 4px}.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_on{background:#e5e5e5;border:3px solid #000;padding:1px 3px}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{border:0;padding:4px 6px;background-color:transparent}a.cke_button_expandable.cke_button_disabled:active,a.cke_button_expandable.cke_button_disabled:hover{padding:4px 5px}a.cke_button_disabled:focus{border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_disabled:focus{padding:3px 4px}.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover{border:1px solid #acacac;padding:3px 5px;margin:0 3px 5px 0}.cke_hc a.cke_button_disabled:focus{border:3px solid #000;padding:1px 3px}.cke_hc.cke_rtl a.cke_button_disabled:active,.cke_hc.cke_rtl a.cke_button_disabled:focus,.cke_hc.cke_rtl a.cke_button_disabled:hover{margin:0 0 5px 3px}a.cke_button_disabled .cke_button_arrow,a.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc a.cke_button_disabled{border-color:#acacac}.cke_hc a.cke_button_disabled .cke_button_icon,.cke_hc a.cke_button_disabled .cke_button_label{opacity:.5}.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_toolgroup a.cke_button:last-child:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:4px;top:0;right:-3px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:last-child:after{border-right:0;right:auto;border-left:1px solid #bcbcbc;top:0;left:-3px}.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc .cke_toolgroup a.cke_button:last-child:after{border-color:#000;top:0;right:-7px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after{top:0;right:auto;left:-7px}.cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_toolgroup a.cke_button:focus:last-child:after,.cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:-4px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:auto;left:-4px}.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:-9px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:auto;left:-9px}.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after{content:none;border:0;width:0;height:0}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#484848}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px 0 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#bcbcbc;margin:4px 2px 0;height:18px;width:1px}.cke_rtl .cke_toolbar_separator{float:right}.cke_hc .cke_toolbar_separator{background-color:#000;margin-left:2px;margin-right:5px;margin-bottom:9px}.cke_hc.cke_rtl .cke_toolbar_separator{margin-left:5px;margin-right:2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #bcbcbc}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser:hover{background:#e5e5e5}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border:3px solid transparent;border-bottom-color:#484848}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#484848}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0}.cke_menuitem span{cursor:default}.cke_menubutton{display:block}.cke_hc .cke_menubutton{padding:2px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#e9e9e9;display:block;outline:1px dotted}.cke_menubutton:hover{outline:0}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_disabled:active,.cke_menubutton_disabled:focus,.cke_menubutton_disabled:hover{background-color:transparent;outline:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#f8f8f8;padding:6px 4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#e9e9e9}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{background-color:#f8f8f8;outline:0}.cke_menuitem .cke_menubutton_on{background-color:#e9e9e9;border:1px solid #dedede;outline:0}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px;background-color:#e9e9e9}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d1d1d1;height:1px}.cke_menuarrow{background:transparent url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_hc .cke_menuarrow{background-image:none}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left;position:relative;margin-bottom:5px}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:1px;margin-bottom:10px}.cke_combo:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:5px;top:0;right:0}.cke_rtl .cke_combo:after{border-right:0;border-left:1px solid #bcbcbc;right:auto;left:0}.cke_hc .cke_combo:after{border-color:#000}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0;padding:1px}.cke_rtl a.cke_combo_button{float:right}.cke_hc a.cke_combo_button{padding:4px}.cke_combo_off a.cke_combo_button:active,.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button{background:#e5e5e5;border:1px solid #bcbcbc;padding:0 0 0 1px;margin-left:-1px}.cke_combo_off a.cke_combo_button:focus{outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{background:#fff}.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_combo_on a.cke_combo_button{padding:0 1px 0 0;margin-left:0;margin-right:-1px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border:3px solid #000;padding:1px 1px 1px 2px}.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button{padding:1px 2px 1px 1px}.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 0 0 3px;margin-left:-3px}.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 3px 0 0;margin-left:0;margin-right:-3px}.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 1px 1px 7px;margin-left:-6px}.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 7px 1px 1px;margin-left:0;margin-right:-6px}.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0;margin:0}.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px;margin:0}.cke_toolbar .cke_combo+.cke_toolbar_end,.cke_toolbar .cke_combo+.cke_toolgroup{margin-right:0;margin-left:2px}.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:2px}.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:5px}.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:5px}.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after{content:none;border:0;width:0;height:0}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#484848;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 10px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#484848;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#e5e5e5}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combopanel__fontsize{width:135px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4944px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important;background-size:16px!important}.cke_bottom{padding-bottom:3px}.cke_combo_text{margin-bottom:-1px;margin-top:1px}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/editor_ie.css b/public/build/ckeditor/skins/moono-lisa/editor_ie.css
new file mode 100644
index 0000000..83746e0
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/editor_ie.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #d1d1d1}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{background:#fff;-webkit-touch-callout:none}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #d1d1d1;background:#f8f8f8;padding:6px 8px 2px;white-space:normal}.cke_float .cke_top{border:1px solid #d1d1d1}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #bcbcbc transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #bcbcbc;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #d1d1d1}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_block:focus{outline:0}.cke_panel_list{list-style-type:none;white-space:nowrap}.cke_panel_list,.cke_panel_listItem{margin:0;padding:0}.cke_panel_listItem a{padding:6px 7px;display:block;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.cke_hc .cke_panel_listItem a{border-style:none}.cke_panel_listItem.cke_selected a,.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{background-color:#e9e9e9}.cke_panel_listItem a:focus{outline:1px dotted #000}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:4px 5px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:6px 6px 7px;color:#484848;border-bottom:1px solid #d1d1d1;background:#f8f8f8}.cke_colorblock{padding:10px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}a.cke_colorbox{padding:2px;float:left;width:20px;height:20px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{outline:0;padding:0;border:2px solid #139ff7}a:hover.cke_colorbox{border-color:#bcbcbc}span.cke_colorbox{width:20px;height:20px;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:3px;display:block;cursor:pointer}a.cke_colorauto{padding:0;border:1px solid transparent;margin-bottom:6px;height:26px;line-height:26px}a.cke_colormore{margin-top:10px;height:20px;line-height:19px}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{outline:0;border:1px solid #139ff7;background-color:#f8f8f8}a:hover.cke_colorauto,a:hover.cke_colormore{border-color:#bcbcbc}.cke_colorauto span.cke_colorbox{width:18px;height:18px;border:1px solid grey;margin-left:1px;margin-top:3px}.cke_rtl .cke_colorauto span.cke_colorbox{margin-left:0;margin-right:1px}span.cke_colorbox[style*="#ffffff"],span.cke_colorbox[style*="#FFFFFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="rgb(255, 255, 255)"],span.cke_colorbox[style="background-color:#fff"],span.cke_colorbox[style="background-color:#FFF"]{border:1px solid grey;width:18px;height:18px}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border:0;float:left;margin:1px 2px 6px 0;padding-right:3px}.cke_rtl .cke_toolgroup{float:right;margin:1px 0 6px 2px;padding-left:3px;padding-right:0}.cke_hc .cke_toolgroup{margin-right:5px;margin-bottom:5px}.cke_hc.cke_rtl .cke_toolgroup{margin-right:0;margin-left:5px}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0;position:relative}a.cke_button_expandable{padding:4px 5px}.cke_rtl a.cke_button{float:right}.cke_hc a.cke_button{border:1px solid #000;padding:3px 5px;margin:0 3px 5px 0}.cke_hc.cke_rtl a.cke_button{margin:0 0 5px 3px}a.cke_button_on{background:#fff;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_on{padding:3px 4px}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background:#e5e5e5;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_off:active,a.cke_button_expandable.cke_button_off:focus,a.cke_button_expandable.cke_button_off:hover{padding:3px 4px}.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_on{background:#e5e5e5;border:3px solid #000;padding:1px 3px}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{border:0;padding:4px 6px;background-color:transparent}a.cke_button_expandable.cke_button_disabled:active,a.cke_button_expandable.cke_button_disabled:hover{padding:4px 5px}a.cke_button_disabled:focus{border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_disabled:focus{padding:3px 4px}.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover{border:1px solid #acacac;padding:3px 5px;margin:0 3px 5px 0}.cke_hc a.cke_button_disabled:focus{border:3px solid #000;padding:1px 3px}.cke_hc.cke_rtl a.cke_button_disabled:active,.cke_hc.cke_rtl a.cke_button_disabled:focus,.cke_hc.cke_rtl a.cke_button_disabled:hover{margin:0 0 5px 3px}a.cke_button_disabled .cke_button_arrow,a.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc a.cke_button_disabled{border-color:#acacac}.cke_hc a.cke_button_disabled .cke_button_icon,.cke_hc a.cke_button_disabled .cke_button_label{opacity:.5}.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_toolgroup a.cke_button:last-child:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:4px;top:0;right:-3px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:last-child:after{border-right:0;right:auto;border-left:1px solid #bcbcbc;top:0;left:-3px}.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc .cke_toolgroup a.cke_button:last-child:after{border-color:#000;top:0;right:-7px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after{top:0;right:auto;left:-7px}.cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_toolgroup a.cke_button:focus:last-child:after,.cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:-4px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:auto;left:-4px}.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:-9px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:auto;left:-9px}.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after{content:none;border:0;width:0;height:0}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#484848}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px 0 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#bcbcbc;margin:4px 2px 0;height:18px;width:1px}.cke_rtl .cke_toolbar_separator{float:right}.cke_hc .cke_toolbar_separator{background-color:#000;margin-left:2px;margin-right:5px;margin-bottom:9px}.cke_hc.cke_rtl .cke_toolbar_separator{margin-left:5px;margin-right:2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #bcbcbc}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser:hover{background:#e5e5e5}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#484848}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#484848}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0}.cke_menuitem span{cursor:default}.cke_menubutton{display:block}.cke_hc .cke_menubutton{padding:2px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#e9e9e9;display:block;outline:1px dotted}.cke_menubutton:hover{outline:0}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_disabled:active,.cke_menubutton_disabled:focus,.cke_menubutton_disabled:hover{background-color:transparent;outline:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#f8f8f8;padding:6px 4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#e9e9e9}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{background-color:#f8f8f8;outline:0}.cke_menuitem .cke_menubutton_on{background-color:#e9e9e9;border:1px solid #dedede;outline:0}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px;background-color:#e9e9e9}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d1d1d1;height:1px}.cke_menuarrow{background:transparent url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_hc .cke_menuarrow{background-image:none}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left;position:relative;margin-bottom:5px}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:1px;margin-bottom:10px}.cke_combo:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:5px;top:0;right:0}.cke_rtl .cke_combo:after{border-right:0;border-left:1px solid #bcbcbc;right:auto;left:0}.cke_hc .cke_combo:after{border-color:#000}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0;padding:1px}.cke_rtl a.cke_combo_button{float:right}.cke_hc a.cke_combo_button{padding:4px}.cke_combo_off a.cke_combo_button:active,.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button{background:#e5e5e5;border:1px solid #bcbcbc;padding:0 0 0 1px;margin-left:-1px}.cke_combo_off a.cke_combo_button:focus{outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{background:#fff}.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_combo_on a.cke_combo_button{padding:0 1px 0 0;margin-left:0;margin-right:-1px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border:3px solid #000;padding:1px 1px 1px 2px}.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button{padding:1px 2px 1px 1px}.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 0 0 3px;margin-left:-3px}.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 3px 0 0;margin-left:0;margin-right:-3px}.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 1px 1px 7px;margin-left:-6px}.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 7px 1px 1px;margin-left:0;margin-right:-6px}.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0;margin:0}.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px;margin:0}.cke_toolbar .cke_combo+.cke_toolbar_end,.cke_toolbar .cke_combo+.cke_toolgroup{margin-right:0;margin-left:2px}.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:2px}.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:5px}.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:5px}.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after{content:none;border:0;width:0;height:0}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#484848;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 10px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#484848;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#e5e5e5}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combopanel__fontsize{width:135px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4944px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_bottom,.cke_hc .cke_button_on,.cke_hc .cke_combo_button,.cke_hc .cke_panel_grouptitle,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_toolgroup,.cke_hc .cke_top,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_combo_button:focus,.cke_hc a.cke_combo_button:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/editor_ie8.css b/public/build/ckeditor/skins/moono-lisa/editor_ie8.css
new file mode 100644
index 0000000..6913585
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/editor_ie8.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #d1d1d1}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{background:#fff;-webkit-touch-callout:none}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #d1d1d1;background:#f8f8f8;padding:6px 8px 2px;white-space:normal}.cke_float .cke_top{border:1px solid #d1d1d1}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #bcbcbc transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #bcbcbc;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #d1d1d1}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_block:focus{outline:0}.cke_panel_list{list-style-type:none;white-space:nowrap}.cke_panel_list,.cke_panel_listItem{margin:0;padding:0}.cke_panel_listItem a{padding:6px 7px;display:block;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.cke_hc .cke_panel_listItem a{border-style:none}.cke_panel_listItem.cke_selected a,.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{background-color:#e9e9e9}.cke_panel_listItem a:focus{outline:1px dotted #000}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:4px 5px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:6px 6px 7px;color:#484848;border-bottom:1px solid #d1d1d1;background:#f8f8f8}.cke_colorblock{padding:10px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}a.cke_colorbox{padding:2px;float:left;width:20px;height:20px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{outline:0;padding:0;border:2px solid #139ff7}a:hover.cke_colorbox{border-color:#bcbcbc}span.cke_colorbox{width:20px;height:20px;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:3px;display:block;cursor:pointer}a.cke_colorauto{padding:0;border:1px solid transparent;margin-bottom:6px;height:26px;line-height:26px}a.cke_colormore{margin-top:10px;height:20px;line-height:19px}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{outline:0;border:1px solid #139ff7;background-color:#f8f8f8}a:hover.cke_colorauto,a:hover.cke_colormore{border-color:#bcbcbc}.cke_colorauto span.cke_colorbox{width:18px;height:18px;border:1px solid grey;margin-left:1px;margin-top:3px}.cke_rtl .cke_colorauto span.cke_colorbox{margin-left:0;margin-right:1px}span.cke_colorbox[style*="#ffffff"],span.cke_colorbox[style*="#FFFFFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="rgb(255, 255, 255)"],span.cke_colorbox[style="background-color:#fff"],span.cke_colorbox[style="background-color:#FFF"]{border:1px solid grey;width:18px;height:18px}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border:0;float:left;margin:1px 2px 6px 0;padding-right:3px}.cke_rtl .cke_toolgroup{float:right;margin:1px 0 6px 2px;padding-left:3px;padding-right:0}.cke_hc .cke_toolgroup{margin-right:5px;margin-bottom:5px}.cke_hc.cke_rtl .cke_toolgroup{margin-right:0;margin-left:5px}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0;position:relative}a.cke_button_expandable{padding:4px 5px}.cke_rtl a.cke_button{float:right}.cke_hc a.cke_button{border:1px solid #000;padding:3px 5px;margin:0 3px 5px 0}.cke_hc.cke_rtl a.cke_button{margin:0 0 5px 3px}a.cke_button_on{background:#fff;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_on{padding:3px 4px}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background:#e5e5e5;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_off:active,a.cke_button_expandable.cke_button_off:focus,a.cke_button_expandable.cke_button_off:hover{padding:3px 4px}.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_on{background:#e5e5e5;border:3px solid #000;padding:1px 3px}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{border:0;padding:4px 6px;background-color:transparent}a.cke_button_expandable.cke_button_disabled:active,a.cke_button_expandable.cke_button_disabled:hover{padding:4px 5px}a.cke_button_disabled:focus{border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_disabled:focus{padding:3px 4px}.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover{border:1px solid #acacac;padding:3px 5px;margin:0 3px 5px 0}.cke_hc a.cke_button_disabled:focus{border:3px solid #000;padding:1px 3px}.cke_hc.cke_rtl a.cke_button_disabled:active,.cke_hc.cke_rtl a.cke_button_disabled:focus,.cke_hc.cke_rtl a.cke_button_disabled:hover{margin:0 0 5px 3px}a.cke_button_disabled .cke_button_arrow,a.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc a.cke_button_disabled{border-color:#acacac}.cke_hc a.cke_button_disabled .cke_button_icon,.cke_hc a.cke_button_disabled .cke_button_label{opacity:.5}.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_toolgroup a.cke_button:last-child:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:4px;top:0;right:-3px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:last-child:after{border-right:0;right:auto;border-left:1px solid #bcbcbc;top:0;left:-3px}.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc .cke_toolgroup a.cke_button:last-child:after{border-color:#000;top:0;right:-7px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after{top:0;right:auto;left:-7px}.cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_toolgroup a.cke_button:focus:last-child:after,.cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:-4px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:auto;left:-4px}.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:-9px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:auto;left:-9px}.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after{content:none;border:0;width:0;height:0}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#484848}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px 0 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#bcbcbc;margin:4px 2px 0;height:18px;width:1px}.cke_rtl .cke_toolbar_separator{float:right}.cke_hc .cke_toolbar_separator{background-color:#000;margin-left:2px;margin-right:5px;margin-bottom:9px}.cke_hc.cke_rtl .cke_toolbar_separator{margin-left:5px;margin-right:2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #bcbcbc}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser:hover{background:#e5e5e5}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#484848}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#484848}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0}.cke_menuitem span{cursor:default}.cke_menubutton{display:block}.cke_hc .cke_menubutton{padding:2px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#e9e9e9;display:block;outline:1px dotted}.cke_menubutton:hover{outline:0}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_disabled:active,.cke_menubutton_disabled:focus,.cke_menubutton_disabled:hover{background-color:transparent;outline:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#f8f8f8;padding:6px 4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#e9e9e9}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{background-color:#f8f8f8;outline:0}.cke_menuitem .cke_menubutton_on{background-color:#e9e9e9;border:1px solid #dedede;outline:0}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px;background-color:#e9e9e9}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d1d1d1;height:1px}.cke_menuarrow{background:transparent url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_hc .cke_menuarrow{background-image:none}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left;position:relative;margin-bottom:5px}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:1px;margin-bottom:10px}.cke_combo:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:5px;top:0;right:0}.cke_rtl .cke_combo:after{border-right:0;border-left:1px solid #bcbcbc;right:auto;left:0}.cke_hc .cke_combo:after{border-color:#000}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0;padding:1px}.cke_rtl a.cke_combo_button{float:right}.cke_hc a.cke_combo_button{padding:4px}.cke_combo_off a.cke_combo_button:active,.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button{background:#e5e5e5;border:1px solid #bcbcbc;padding:0 0 0 1px;margin-left:-1px}.cke_combo_off a.cke_combo_button:focus{outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{background:#fff}.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_combo_on a.cke_combo_button{padding:0 1px 0 0;margin-left:0;margin-right:-1px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border:3px solid #000;padding:1px 1px 1px 2px}.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button{padding:1px 2px 1px 1px}.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 0 0 3px;margin-left:-3px}.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 3px 0 0;margin-left:0;margin-right:-3px}.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 1px 1px 7px;margin-left:-6px}.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 7px 1px 1px;margin-left:0;margin-right:-6px}.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0;margin:0}.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px;margin:0}.cke_toolbar .cke_combo+.cke_toolbar_end,.cke_toolbar .cke_combo+.cke_toolgroup{margin-right:0;margin-left:2px}.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:2px}.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:5px}.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:5px}.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after{content:none;border:0;width:0;height:0}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#484848;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 10px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#484848;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#e5e5e5}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combopanel__fontsize{width:135px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4944px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_bottom,.cke_hc .cke_button_on,.cke_hc .cke_combo_button,.cke_hc .cke_panel_grouptitle,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_toolgroup,.cke_hc .cke_top,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_combo_button:focus,.cke_hc a.cke_combo_button:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_toolbar{position:relative}.cke_rtl .cke_toolbar_end{right:auto;left:0}.cke_toolbar_end:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:4px;top:1px;right:2px}.cke_rtl .cke_toolbar_end:after{right:auto;left:2px}.cke_hc .cke_toolbar_end:after{top:2px;right:5px;border-color:#000}.cke_hc.cke_rtl .cke_toolbar_end:after{right:auto;left:5px}.cke_combo+.cke_toolbar_end:after,.cke_toolbar.cke_toolbar_last .cke_toolbar_end:after{content:none;border:0}.cke_combo+.cke_toolgroup+.cke_toolbar_end:after{right:0}.cke_rtl .cke_combo+.cke_toolgroup+.cke_toolbar_end:after{right:auto;left:0}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/editor_iequirks.css b/public/build/ckeditor/skins/moono-lisa/editor_iequirks.css
new file mode 100644
index 0000000..a14bb0b
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/editor_iequirks.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #d1d1d1}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{background:#fff;-webkit-touch-callout:none}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #d1d1d1;background:#f8f8f8;padding:6px 8px 2px;white-space:normal}.cke_float .cke_top{border:1px solid #d1d1d1}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #d1d1d1;background:#f8f8f8}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #bcbcbc transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #bcbcbc;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #d1d1d1}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_block:focus{outline:0}.cke_panel_list{list-style-type:none;white-space:nowrap}.cke_panel_list,.cke_panel_listItem{margin:0;padding:0}.cke_panel_listItem a{padding:6px 7px;display:block;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.cke_hc .cke_panel_listItem a{border-style:none}.cke_panel_listItem.cke_selected a,.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{background-color:#e9e9e9}.cke_panel_listItem a:focus{outline:1px dotted #000}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:4px 5px}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:6px 6px 7px;color:#484848;border-bottom:1px solid #d1d1d1;background:#f8f8f8}.cke_colorblock{padding:10px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}a.cke_colorbox{padding:2px;float:left;width:20px;height:20px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{outline:0;padding:0;border:2px solid #139ff7}a:hover.cke_colorbox{border-color:#bcbcbc}span.cke_colorbox{width:20px;height:20px;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:3px;display:block;cursor:pointer}a.cke_colorauto{padding:0;border:1px solid transparent;margin-bottom:6px;height:26px;line-height:26px}a.cke_colormore{margin-top:10px;height:20px;line-height:19px}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{outline:0;border:1px solid #139ff7;background-color:#f8f8f8}a:hover.cke_colorauto,a:hover.cke_colormore{border-color:#bcbcbc}.cke_colorauto span.cke_colorbox{width:18px;height:18px;border:1px solid grey;margin-left:1px;margin-top:3px}.cke_rtl .cke_colorauto span.cke_colorbox{margin-left:0;margin-right:1px}span.cke_colorbox[style*="#ffffff"],span.cke_colorbox[style*="#FFFFFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="rgb(255, 255, 255)"],span.cke_colorbox[style="background-color:#fff"],span.cke_colorbox[style="background-color:#FFF"]{border:1px solid grey;width:18px;height:18px}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{border:0;float:left;margin:1px 2px 6px 0;padding-right:3px}.cke_rtl .cke_toolgroup{float:right;margin:1px 0 6px 2px;padding-left:3px;padding-right:0}.cke_hc .cke_toolgroup{margin-right:5px;margin-bottom:5px}.cke_hc.cke_rtl .cke_toolgroup{margin-right:0;margin-left:5px}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0;position:relative}a.cke_button_expandable{padding:4px 5px}.cke_rtl a.cke_button{float:right}.cke_hc a.cke_button{border:1px solid #000;padding:3px 5px;margin:0 3px 5px 0}.cke_hc.cke_rtl a.cke_button{margin:0 0 5px 3px}a.cke_button_on{background:#fff;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_on{padding:3px 4px}a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{background:#e5e5e5;border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_off:active,a.cke_button_expandable.cke_button_off:focus,a.cke_button_expandable.cke_button_off:hover{padding:3px 4px}.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_on{background:#e5e5e5;border:3px solid #000;padding:1px 3px}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{border:0;padding:4px 6px;background-color:transparent}a.cke_button_expandable.cke_button_disabled:active,a.cke_button_expandable.cke_button_disabled:hover{padding:4px 5px}a.cke_button_disabled:focus{border:1px solid #bcbcbc;padding:3px 5px}a.cke_button_expandable.cke_button_disabled:focus{padding:3px 4px}.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover{border:1px solid #acacac;padding:3px 5px;margin:0 3px 5px 0}.cke_hc a.cke_button_disabled:focus{border:3px solid #000;padding:1px 3px}.cke_hc.cke_rtl a.cke_button_disabled:active,.cke_hc.cke_rtl a.cke_button_disabled:focus,.cke_hc.cke_rtl a.cke_button_disabled:hover{margin:0 0 5px 3px}a.cke_button_disabled .cke_button_arrow,a.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc a.cke_button_disabled{border-color:#acacac}.cke_hc a.cke_button_disabled .cke_button_icon,.cke_hc a.cke_button_disabled .cke_button_label{opacity:.5}.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_toolgroup a.cke_button:last-child:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:4px;top:0;right:-3px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:last-child:after{border-right:0;right:auto;border-left:1px solid #bcbcbc;top:0;left:-3px}.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc .cke_toolgroup a.cke_button:last-child:after{border-color:#000;top:0;right:-7px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after{top:0;right:auto;left:-7px}.cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_toolgroup a.cke_button:focus:last-child:after,.cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:-4px}.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-1px;right:auto;left:-4px}.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:-9px}.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after,.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after{top:-2px;right:auto;left:-9px}.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after{content:none;border:0;width:0;height:0}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#484848}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px 0 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#bcbcbc;margin:4px 2px 0;height:18px;width:1px}.cke_rtl .cke_toolbar_separator{float:right}.cke_hc .cke_toolbar_separator{background-color:#000;margin-left:2px;margin-right:5px;margin-bottom:9px}.cke_hc.cke_rtl .cke_toolbar_separator{margin-left:5px;margin-right:2px}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #bcbcbc}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser:hover{background:#e5e5e5}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#484848}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#484848}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0}.cke_menuitem span{cursor:default}.cke_menubutton{display:block}.cke_hc .cke_menubutton{padding:2px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#e9e9e9;display:block;outline:1px dotted}.cke_menubutton:hover{outline:0}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_disabled:active,.cke_menubutton_disabled:focus,.cke_menubutton_disabled:hover{background-color:transparent;outline:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#f8f8f8;padding:6px 4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#e9e9e9}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{background-color:#f8f8f8;outline:0}.cke_menuitem .cke_menubutton_on{background-color:#e9e9e9;border:1px solid #dedede;outline:0}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px;background-color:#e9e9e9}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d1d1d1;height:1px}.cke_menuarrow{background:transparent url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_hc .cke_menuarrow{background-image:none}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left;position:relative;margin-bottom:5px}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:1px;margin-bottom:10px}.cke_combo:after{content:"";position:absolute;height:18px;width:0;border-right:1px solid #bcbcbc;margin-top:5px;top:0;right:0}.cke_rtl .cke_combo:after{border-right:0;border-left:1px solid #bcbcbc;right:auto;left:0}.cke_hc .cke_combo:after{border-color:#000}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0;padding:1px}.cke_rtl a.cke_combo_button{float:right}.cke_hc a.cke_combo_button{padding:4px}.cke_combo_off a.cke_combo_button:active,.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button{background:#e5e5e5;border:1px solid #bcbcbc;padding:0 0 0 1px;margin-left:-1px}.cke_combo_off a.cke_combo_button:focus{outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{background:#fff}.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_combo_on a.cke_combo_button{padding:0 1px 0 0;margin-left:0;margin-right:-1px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border:3px solid #000;padding:1px 1px 1px 2px}.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button{padding:1px 2px 1px 1px}.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 0 0 3px;margin-left:-3px}.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_rtl .cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_rtl .cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0 3px 0 0;margin-left:0;margin-right:-3px}.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 1px 1px 7px;margin-left:-6px}.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px 7px 1px 1px;margin-left:0;margin-right:-6px}.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:0;margin:0}.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button{padding:1px;margin:0}.cke_toolbar .cke_combo+.cke_toolbar_end,.cke_toolbar .cke_combo+.cke_toolgroup{margin-right:0;margin-left:2px}.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:2px}.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:5px}.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end,.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup{margin-left:0;margin-right:5px}.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after{content:none;border:0;width:0;height:0}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#484848;width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 10px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #484848}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#484848;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#e5e5e5}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combopanel__fontsize{width:135px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4944px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2496px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_bottom,.cke_hc .cke_button_on,.cke_hc .cke_combo_button,.cke_hc .cke_panel_grouptitle,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_toolgroup,.cke_hc .cke_top,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_combo_button:focus,.cke_hc a.cke_combo_button:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_bottom,.cke_contents,.cke_top{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{float:none}.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{display:inline-block;vertical-align:top}.cke_rtl .cke_button_icon{float:none}.cke_resizer{width:10px}.cke_source{white-space:normal}.cke_bottom{position:static}.cke_colorbox{font-size:0}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono-lisa/icons.png b/public/build/ckeditor/skins/moono-lisa/icons.png
new file mode 100644
index 0000000..c497ada
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/icons.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/icons_hidpi.png b/public/build/ckeditor/skins/moono-lisa/icons_hidpi.png
new file mode 100644
index 0000000..524b70d
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/icons_hidpi.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/arrow.png b/public/build/ckeditor/skins/moono-lisa/images/arrow.png
new file mode 100644
index 0000000..d72b5f3
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/arrow.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/close.png b/public/build/ckeditor/skins/moono-lisa/images/close.png
new file mode 100644
index 0000000..40caa6d
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/close.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/hidpi/close.png b/public/build/ckeditor/skins/moono-lisa/images/hidpi/close.png
new file mode 100644
index 0000000..fa00f4f
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/hidpi/close.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png b/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
new file mode 100644
index 0000000..c899789
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock.png b/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock.png
new file mode 100644
index 0000000..25ad0f4
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/hidpi/refresh.png b/public/build/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
new file mode 100644
index 0000000..117a2d4
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/hidpi/refresh.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/lock-open.png b/public/build/ckeditor/skins/moono-lisa/images/lock-open.png
new file mode 100644
index 0000000..42df5f4
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/lock-open.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/lock.png b/public/build/ckeditor/skins/moono-lisa/images/lock.png
new file mode 100644
index 0000000..bde6772
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/lock.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/refresh.png b/public/build/ckeditor/skins/moono-lisa/images/refresh.png
new file mode 100644
index 0000000..e363764
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/refresh.png differ
diff --git a/public/build/ckeditor/skins/moono-lisa/images/spinner.gif b/public/build/ckeditor/skins/moono-lisa/images/spinner.gif
new file mode 100644
index 0000000..d898d41
Binary files /dev/null and b/public/build/ckeditor/skins/moono-lisa/images/spinner.gif differ
diff --git a/public/build/ckeditor/skins/moono-lisa/readme.md b/public/build/ckeditor/skins/moono-lisa/readme.md
new file mode 100644
index 0000000..9b0c0fe
--- /dev/null
+++ b/public/build/ckeditor/skins/moono-lisa/readme.md
@@ -0,0 +1,46 @@
+"Moono-lisa" Skin
+=================
+
+This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the core developers.
+
+For more information about skins, please check the [CKEditor Skin SDK](https://ckeditor.com/docs/ckeditor4/latest/guide/skin_sdk_intro.html)
+documentation.
+
+Features
+-------------------
+"Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blends very well in modern design.
+It comes with the following features:
+
+- Chameleon feature with brightness.
+- High-contrast compatibility.
+- Graphics source provided in SVG.
+
+Directory Structure
+-------------------
+
+CSS parts:
+- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
+- **mainui.css**: the file contains styles of entire editor outline structures,
+- **toolbar.css**: the file contains styles of the editor toolbar space (top),
+- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
+- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
+until the first panel open up,
+- **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
+- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
+it's not loaded until the first menu open up,
+- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
+- **reset.css**: the file defines the basis of style resets among all editor UI spaces,
+- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
+- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
+
+Other parts:
+- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
+- **images/**: contains a fill general used images,
+- **dev/**: contains SVG and PNG source of the skin icons.
+
+License
+-------
+
+Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+
+For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license)
diff --git a/public/build/ckeditor/skins/moono/dialog.css b/public/build/ckeditor/skins/moono/dialog.css
new file mode 100644
index 0000000..ad35e22
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/dialog.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(180deg,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#fafafa",endColorstr="#ededed")}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:focus,a.cke_dialog_tab:hover{background:#ebebeb;background:linear-gradient(180deg,#ebebeb 0,#dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#dfdfdf",GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{background:#ededed;background:linear-gradient(180deg,#ededed 0,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ffffff",GradientType=0)}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border-color:#969696;outline:0;box-shadow:inset 0 0 6px rgba(0,0,0,.4)}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:active span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:hover span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(180deg,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#9ad717",endColorstr="#69b10b")}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(180deg,#88be14 0,#5d9c0a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#88be14",endColorstr="#5d9c0a",GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(180deg,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#B3D271",endColorstr="#8DAD62")}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_cancel:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:active,a.cke_dialog_ui_button_ok.cke_disabled:focus{border-color:#6f8c49}a.cke_dialog_ui_button_cancel:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_ok:focus span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/dialog_ie.css b/public/build/ckeditor/skins/moono/dialog_ie.css
new file mode 100644
index 0000000..e8c0b02
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/dialog_ie.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(180deg,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#fafafa",endColorstr="#ededed")}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:focus,a.cke_dialog_tab:hover{background:#ebebeb;background:linear-gradient(180deg,#ebebeb 0,#dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#dfdfdf",GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{background:#ededed;background:linear-gradient(180deg,#ededed 0,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ffffff",GradientType=0)}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border-color:#969696;outline:0;box-shadow:inset 0 0 6px rgba(0,0,0,.4)}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:active span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:hover span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(180deg,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#9ad717",endColorstr="#69b10b")}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(180deg,#88be14 0,#5d9c0a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#88be14",endColorstr="#5d9c0a",GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(180deg,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#B3D271",endColorstr="#8DAD62")}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_cancel:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:active,a.cke_dialog_ui_button_ok.cke_disabled:focus{border-color:#6f8c49}a.cke_dialog_ui_button_cancel:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_ok:focus span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_title,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:0}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/dialog_ie7.css b/public/build/ckeditor/skins/moono/dialog_ie7.css
new file mode 100644
index 0000000..c86ae11
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/dialog_ie7.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(180deg,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#fafafa",endColorstr="#ededed")}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:focus,a.cke_dialog_tab:hover{background:#ebebeb;background:linear-gradient(180deg,#ebebeb 0,#dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#dfdfdf",GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{background:#ededed;background:linear-gradient(180deg,#ededed 0,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ffffff",GradientType=0)}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border-color:#969696;outline:0;box-shadow:inset 0 0 6px rgba(0,0,0,.4)}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:active span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:hover span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(180deg,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#9ad717",endColorstr="#69b10b")}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(180deg,#88be14 0,#5d9c0a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#88be14",endColorstr="#5d9c0a",GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(180deg,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#B3D271",endColorstr="#8DAD62")}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_cancel:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:active,a.cke_dialog_ui_button_ok.cke_disabled:focus{border-color:#6f8c49}a.cke_dialog_ui_button_cancel:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_ok:focus span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_title,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:0}.cke_dialog_title{zoom:1}.cke_dialog_footer{border-top:1px solid #bfbfbf}.cke_dialog_footer_buttons{position:static}.cke_dialog_footer_buttons a.cke_dialog_ui_button{vertical-align:top}.cke_dialog .cke_resizer_ltr{padding-left:4px}.cke_dialog .cke_resizer_rtl{padding-right:4px}.cke_dialog_ui_input_password,.cke_dialog_ui_input_select,.cke_dialog_ui_input_tel,.cke_dialog_ui_input_text,.cke_dialog_ui_input_textarea{padding:0!important}.cke_btn_locked,.cke_btn_reset,.cke_btn_unlocked,.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input{border:1px solid transparent!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/dialog_ie8.css b/public/build/ckeditor/skins/moono/dialog_ie8.css
new file mode 100644
index 0000000..14218ff
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/dialog_ie8.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(180deg,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#fafafa",endColorstr="#ededed")}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:focus,a.cke_dialog_tab:hover{background:#ebebeb;background:linear-gradient(180deg,#ebebeb 0,#dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#dfdfdf",GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{background:#ededed;background:linear-gradient(180deg,#ededed 0,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ffffff",GradientType=0)}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border-color:#969696;outline:0;box-shadow:inset 0 0 6px rgba(0,0,0,.4)}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:active span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:hover span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(180deg,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#9ad717",endColorstr="#69b10b")}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(180deg,#88be14 0,#5d9c0a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#88be14",endColorstr="#5d9c0a",GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(180deg,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#B3D271",endColorstr="#8DAD62")}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_cancel:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:active,a.cke_dialog_ui_button_ok.cke_disabled:focus{border-color:#6f8c49}a.cke_dialog_ui_button_cancel:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_ok:focus span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_title,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:0}a.cke_dialog_ui_button_cancel:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_ok:focus span{display:block}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/dialog_iequirks.css b/public/build/ckeditor/skins/moono/dialog_iequirks.css
new file mode 100644
index 0000000..03a4adb
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/dialog_iequirks.css
@@ -0,0 +1 @@
+.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:700}.cke_dialog_title{font-weight:700;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_dialog_spinner{border-radius:50%;width:12px;height:12px;overflow:hidden;text-indent:-9999em;border:2px solid hsla(0,0%,40%,.2);border-left-color:#666;-webkit-animation:dialog_spinner 1s linear infinite;animation:dialog_spinner 1s linear infinite}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:linear-gradient(180deg,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#fafafa",endColorstr="#ededed")}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:focus,a.cke_dialog_tab:hover{background:#ebebeb;background:linear-gradient(180deg,#ebebeb 0,#dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#dfdfdf",GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:focus,a.cke_dialog_tab_selected:hover{background:#ededed;background:linear-gradient(180deg,#ededed 0,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ffffff",GradientType=0)}.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}a.cke_dialog_close_button{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:4px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:700;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_hbox table,.cke_dialog_ui_vbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_ui_hbox_first{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,input.cke_dialog_ui_input_text,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;box-sizing:border-box;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,input.cke_dialog_ui_input_text:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,input.cke_dialog_ui_input_text:focus,select.cke_dialog_ui_input_select:focus,textarea.cke_dialog_ui_input_textarea:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}a.cke_dialog_ui_button:active,a.cke_dialog_ui_button:focus{border-color:#969696;outline:0;box-shadow:inset 0 0 6px rgba(0,0,0,.4)}.cke_hc a.cke_dialog_ui_button:active,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:hover{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:active span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:hover span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:700;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:linear-gradient(180deg,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#9ad717",endColorstr="#69b10b")}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:linear-gradient(180deg,#88be14 0,#5d9c0a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#88be14",endColorstr="#5d9c0a",GradientType=0)}a.cke_dialog_ui_button_ok.cke_disabled{border-color:#7d9f51;background:#8dad62;background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3d271),to(#8dad62));background-image:-webkit-linear-gradient(top,#b3d271,#8dad62);background-image:-o-linear-gradient(top,#b3d271,#8dad62);background-image:linear-gradient(180deg,#b3d271,#8dad62);background-image:-moz-linear-gradient(top,#b3d271,#8dad62);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#B3D271",endColorstr="#8DAD62")}a.cke_dialog_ui_button_ok.cke_disabled span{color:#e0e8d1}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_cancel:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_ok:focus{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:active,a.cke_dialog_ui_button_ok.cke_disabled:focus{border-color:#6f8c49}a.cke_dialog_ui_button_cancel:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_ok:focus span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(images/refresh.png) 0 0 no-repeat;width:16px;height:16px;border:1px;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_locked,.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:1px outset;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge #000;overflow:scroll;height:200px;width:300px;padding:2px;background-color:#fff}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge #000;overflow:auto;height:160px;width:390px;padding:2px;background-color:#fff}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:#fff;border:1px solid #aeb3b9;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:700}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:active,a.cke_smile:focus,a.cke_smile:hover,a.cke_specialchar:active,a.cke_specialchar:focus,a.cke_specialchar:hover{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:active,a.cke_smile:focus,a.cke_specialchar:active,a.cke_specialchar:focus{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_btn_over,.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel,.cke_rtl div.cke_dialog_ui_input_text{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last,.cke_rtl .cke_dialog_ui_vbox_child{padding-right:2px!important}.cke_hc .cke_dialog_footer,.cke_hc .cke_dialog_title,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_file,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_textarea{border:0}.cke_dialog_footer{filter:""}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/editor.css b/public/build/ckeditor/skins/moono/editor.css
new file mode 100644
index 0000000..6fd71ff
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/editor.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #b6b6b6;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{-webkit-touch-callout:none;background:#fff}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 hsla(0,0%,100%,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #b6b6b6;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #b6b6b6;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}a.cke_button.cke_button_expandable{padding:4px 5px}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:inset 0 1px 5px rgba(0,0,0,.6),0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_hc .cke_button_on,.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover,a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{box-shadow:inset 0 0 1px rgba(0,0,0,.3);background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:silver;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px hsla(0,0%,100%,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px hsla(0,0%,100%,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border:3px solid transparent;border-bottom-color:#474747}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc");outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 1px 5px rgba(0,0,0,.6);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_combo_on a.cke_combo_button:active,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 hsla(0,0%,100%,.5);border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.5)}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/editor_gecko.css b/public/build/ckeditor/skins/moono/editor_gecko.css
new file mode 100644
index 0000000..1a6e8e1
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/editor_gecko.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #b6b6b6;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{-webkit-touch-callout:none;background:#fff}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 hsla(0,0%,100%,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #b6b6b6;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #b6b6b6;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}a.cke_button.cke_button_expandable{padding:4px 5px}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:inset 0 1px 5px rgba(0,0,0,.6),0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_hc .cke_button_on,.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover,a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{box-shadow:inset 0 0 1px rgba(0,0,0,.3);background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:silver;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px hsla(0,0%,100%,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px hsla(0,0%,100%,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border:3px solid transparent;border-bottom-color:#474747}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc");outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 1px 5px rgba(0,0,0,.6);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_combo_on a.cke_combo_button:active,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 hsla(0,0%,100%,.5);border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.5)}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}.cke_bottom{padding-bottom:3px}.cke_combo_text{margin-bottom:-1px;margin-top:1px}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/editor_ie.css b/public/build/ckeditor/skins/moono/editor_ie.css
new file mode 100644
index 0000000..94f1671
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/editor_ie.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #b6b6b6;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{-webkit-touch-callout:none;background:#fff}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 hsla(0,0%,100%,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #b6b6b6;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #b6b6b6;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}a.cke_button.cke_button_expandable{padding:4px 5px}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:inset 0 1px 5px rgba(0,0,0,.6),0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_hc .cke_button_on,.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover,a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{box-shadow:inset 0 0 1px rgba(0,0,0,.3);background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:silver;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px hsla(0,0%,100%,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px hsla(0,0%,100%,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#474747}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc");outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 1px 5px rgba(0,0,0,.6);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_combo_on a.cke_combo_button:active,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 hsla(0,0%,100%,.5);border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.5)}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}a.cke_button_disabled,a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_bottom,.cke_hc .cke_button_on,.cke_hc .cke_combo_button,.cke_hc .cke_panel_grouptitle,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_toolgroup,.cke_hc .cke_top,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_combo_button:focus,.cke_hc a.cke_combo_button:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/editor_ie7.css b/public/build/ckeditor/skins/moono/editor_ie7.css
new file mode 100644
index 0000000..ba61b03
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/editor_ie7.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #b6b6b6;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{-webkit-touch-callout:none;background:#fff}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 hsla(0,0%,100%,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #b6b6b6;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #b6b6b6;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}a.cke_button.cke_button_expandable{padding:4px 5px}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:inset 0 1px 5px rgba(0,0,0,.6),0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_hc .cke_button_on,.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover,a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{box-shadow:inset 0 0 1px rgba(0,0,0,.3);background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px hsla(0,0%,100%,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px hsla(0,0%,100%,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#474747}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc");outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 1px 5px rgba(0,0,0,.6);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_combo_on a.cke_combo_button:active,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 hsla(0,0%,100%,.5);border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.5)}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}a.cke_button_disabled,a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_bottom,.cke_hc .cke_button_on,.cke_hc .cke_combo_button,.cke_hc .cke_panel_grouptitle,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_toolgroup,.cke_hc .cke_top,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_combo_button:focus,.cke_hc a.cke_combo_button:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{float:none}.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{display:inline-block;vertical-align:top}.cke_toolbox{display:inline-block;padding-bottom:5px;height:100%}.cke_rtl .cke_toolbox{padding-bottom:0}.cke_toolbar{margin-bottom:5px}.cke_rtl .cke_toolbar{margin-bottom:0}.cke_toolgroup{height:26px}.cke_combo,.cke_toolgroup{position:relative}.cke_toolbar_separator,a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;background-color:silver}.cke_toolbox_collapser .cke_arrow{margin-top:0;border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_rtl .cke_button_arrow{padding-top:8px;margin-right:2px}.cke_rtl .cke_combo_inlinelabel{display:table-cell;vertical-align:middle}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:inline-block}.cke_menubutton_label{width:auto;vertical-align:top;line-height:24px;height:24px;margin:0 10px 0 0}.cke_menuarrow{width:5px;height:6px;padding:0;position:absolute;right:8px;top:10px;background-position:0 0}.cke_rtl .cke_menubutton_icon{position:absolute;right:0;top:0}.cke_rtl .cke_menubutton_label{float:right;clear:both;margin:0 24px 0 10px}.cke_hc .cke_rtl .cke_menubutton_label{margin-right:0}.cke_rtl .cke_menuarrow{left:8px;right:auto;background-position:0 -24px}.cke_hc .cke_menuarrow{top:5px;padding:0 5px}.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel,.cke_rtl input.cke_dialog_ui_input_text{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/editor_ie8.css b/public/build/ckeditor/skins/moono/editor_ie8.css
new file mode 100644
index 0000000..eae1805
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/editor_ie8.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #b6b6b6;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{-webkit-touch-callout:none;background:#fff}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 hsla(0,0%,100%,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #b6b6b6;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #b6b6b6;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}a.cke_button.cke_button_expandable{padding:4px 5px}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:inset 0 1px 5px rgba(0,0,0,.6),0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_hc .cke_button_on,.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover,a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{box-shadow:inset 0 0 1px rgba(0,0,0,.3);background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:silver;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px hsla(0,0%,100%,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px hsla(0,0%,100%,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#474747}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc");outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 1px 5px rgba(0,0,0,.6);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_combo_on a.cke_combo_button:active,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 hsla(0,0%,100%,.5);border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.5)}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}a.cke_button_disabled,a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_bottom,.cke_hc .cke_button_on,.cke_hc .cke_combo_button,.cke_hc .cke_panel_grouptitle,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_toolgroup,.cke_hc .cke_top,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_combo_button:focus,.cke_hc a.cke_combo_button:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/editor_iequirks.css b/public/build/ckeditor/skins/moono/editor_iequirks.css
new file mode 100644
index 0000000..418bff5
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/editor_iequirks.css
@@ -0,0 +1 @@
+.cke_reset,.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_all *,.cke_reset_all a,.cke_reset_all textarea{border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.cke_reset_all input[type=password],.cke_reset_all input[type=text],.cke_reset_all textarea{cursor:text}.cke_reset_all input[type=password][disabled],.cke_reset_all input[type=text][disabled],.cke_reset_all textarea[disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{border:1px solid #b6b6b6;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_chrome,.cke_inner{display:block;padding:0}.cke_inner{-webkit-touch-callout:none;background:#fff}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_bottom,.cke_contents,.cke_top{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ebebeb",endColorstr="#cfd1cf")}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;border-width:10px 10px 0 0;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 hsla(0,0%,100%,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;border-width:10px 0 0 10px;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_panel_listItem a:active,.cke_panel_listItem a:focus,.cke_panel_listItem a:hover{border-color:#dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:active,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:hover{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:700;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:inset 0 1px 0 #fff;background:#cfd1cf;background-image:linear-gradient(180deg,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f5f5f5",endColorstr="#cfd1cf")}.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem p,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:"Microsoft Sans Serif",Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:1px solid grey;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:1px solid #fff;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:active.cke_colorbox,a:focus.cke_colorbox,a:hover.cke_colorbox{border:1px solid #b6b6b6;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:1px solid #fff;padding:2px;display:block;cursor:pointer}a:active.cke_colorauto,a:active.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:hover.cke_colorauto,a:hover.cke_colormore{border:1px solid #b6b6b6;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}a.cke_button.cke_button_expandable{padding:4px 5px}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid #000;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:inset 0 1px 5px rgba(0,0,0,.6),0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_hc .cke_button_on,.cke_hc a.cke_button_disabled:active,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:active,a.cke_button_on:focus,a.cke_button_on:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover,a.cke_button_off:active,a.cke_button_off:focus,a.cke_button_off:hover{box-shadow:inset 0 0 1px rgba(0,0,0,.3);background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 3px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:silver;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px hsla(0,0%,100%,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px hsla(0,0%,100%,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}a.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc")}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;border:3px solid transparent;border-bottom-color:#474747}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:active,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:hover{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menuarrow,.cke_menubutton_icon,.cke_menubutton_label{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.7;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:active .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:hover .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:hover .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_shortcut{color:#979797}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:active,.cke_menubutton:focus,.cke_menubutton:hover{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.7}.cke_menuarrow{background-image:url(images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}a.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;border-radius:3px;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 0 2px hsla(0,0%,100%,.15),inset 0 1px 0 hsla(0,0%,100%,.15);background:#e4e4e4;background-image:linear-gradient(180deg,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#ffffff",endColorstr="#e4e4e4")}.cke_combo_off a.cke_combo_button:focus,.cke_combo_off a.cke_combo_button:hover{background:#ccc;background-image:linear-gradient(180deg,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#f2f2f2",endColorstr="#cccccc");outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;box-shadow:0 1px 0 hsla(0,0%,100%,.5),inset 0 1px 5px rgba(0,0,0,.6);background:#b5b5b5;background-image:linear-gradient(180deg,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#aaaaaa",endColorstr="#cacaca")}.cke_combo_on a.cke_combo_button:active,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:hover{box-shadow:inset 0 1px 6px rgba(0,0,0,.7),0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_off a.cke_combo_button:active,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_on a.cke_combo_button{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 hsla(0,0%,100%,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}a.cke_path_item,span.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:700;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item{float:right}a.cke_path_item:active,a.cke_path_item:focus,a.cke_path_item:hover{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 hsla(0,0%,100%,.5);border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.5)}.cke_hc a.cke_path_item:active,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:hover{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}textarea.cke_source{font-family:Courier New,Monospace;font-size:small;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_div,.cke_wysiwyg_frame,textarea.cke_source{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#fff;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}@keyframes fadeIn{0%{opacity:.4}to{opacity:.95}}.cke_notification_success{background:#72b572;border:1px solid #63a563}.cke_notification_warning{background:#c83939;border:1px solid #902b2b}.cke_notification_info{background:#2e9ad0;border:1px solid #0f74a8}.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}.cke_notification_close{background-image:url(images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.6;filter:alpha(opacity = 60)}.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_notification_close span{display:none}.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}.cke_chrome{visibility:inherit}.cke_voice_label,legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(icons.png?t=J5S9) no-repeat 0 0!important}.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -24px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -48px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -72px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=J5S9) no-repeat 0 -96px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=J5S9) no-repeat 0 -120px!important}.cke_button__blockquote_icon{background:url(icons.png?t=J5S9) no-repeat 0 -144px!important}.cke_button__bold_icon{background:url(icons.png?t=J5S9) no-repeat 0 -168px!important}.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -192px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -216px!important}.cke_button__button_icon{background:url(icons.png?t=J5S9) no-repeat 0 -240px!important}.cke_button__checkbox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -264px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=J5S9) no-repeat 0 -288px!important}.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -312px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=J5S9) no-repeat 0 -336px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=J5S9) no-repeat 0 -360px!important}.cke_button__creatediv_icon{background:url(icons.png?t=J5S9) no-repeat 0 -384px!important}.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -408px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=J5S9) no-repeat 0 -432px!important}.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -456px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=J5S9) no-repeat 0 -480px!important}.cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -504px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=J5S9) no-repeat 0 -528px!important}.cke_button__flash_icon{background:url(icons.png?t=J5S9) no-repeat 0 -552px!important}.cke_button__form_icon{background:url(icons.png?t=J5S9) no-repeat 0 -576px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -600px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=J5S9) no-repeat 0 -624px!important}.cke_button__iframe_icon{background:url(icons.png?t=J5S9) no-repeat 0 -648px!important}.cke_button__image_icon{background:url(icons.png?t=J5S9) no-repeat 0 -672px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=J5S9) no-repeat 0 -696px!important}.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -720px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -744px!important}.cke_button__italic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -768px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=J5S9) no-repeat 0 -792px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -816px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -840px!important}.cke_button__justifyright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -864px!important}.cke_button__language_icon{background:url(icons.png?t=J5S9) no-repeat 0 -888px!important}.cke_button__link_icon{background:url(icons.png?t=J5S9) no-repeat 0 -912px!important}.cke_button__maximize_icon{background:url(icons.png?t=J5S9) no-repeat 0 -936px!important}.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -960px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=J5S9) no-repeat 0 -984px!important}.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1008px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1032px!important}.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1056px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1080px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1104px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1128px!important}.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1152px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1176px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1200px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1224px!important}.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1248px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1272px!important}.cke_button__placeholder_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1296px!important}.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1320px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1344px!important}.cke_button__print_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1368px!important}.cke_button__radio_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1392px!important}.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1416px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1440px!important}.cke_button__removeformat_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1464px!important}.cke_button__replace_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1488px!important}.cke_button__save_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1512px!important}.cke_button__scayt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1536px!important}.cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1560px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1584px!important}.cke_button__selectall_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1608px!important}.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1632px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1656px!important}.cke_button__smiley_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1680px!important}.cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1704px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1728px!important}.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1752px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1776px!important}.cke_button__specialchar_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1800px!important}.cke_button__spellchecker_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1824px!important}.cke_button__strike_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1848px!important}.cke_button__subscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1872px!important}.cke_button__superscript_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1896px!important}.cke_button__table_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1920px!important}.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1944px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1968px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -1992px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2016px!important}.cke_button__textcolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2040px!important}.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2064px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2088px!important}.cke_button__uicolor_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2112px!important}.cke_button__underline_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2136px!important}.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2160px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2184px!important}.cke_button__unlink_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2208px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2232px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2256px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2280px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2304px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2328px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2352px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2376px!important}.cke_button__embed_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2400px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2424px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2448px!important}.cke_button__mathjax_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2472px!important}.cke_button__simplebox_icon{background:url(icons.png?t=J5S9) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 0!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon,.cke_rtl.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon,.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -288px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon,.cke_rtl.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon,.cke_rtl.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon,.cke_rtl.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -480px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon,.cke_rtl.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -624px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -696px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon,.cke_rtl.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -720px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -744px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -768px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -792px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -816px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon,.cke_rtl.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon,.cke_rtl.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1008px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1032px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon,.cke_rtl.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon,.cke_rtl.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon,.cke_rtl.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon,.cke_rtl.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon,.cke_rtl.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1248px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1272px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1296px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon,.cke_rtl.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1320px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1344px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1368px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1392px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon,.cke_rtl.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1416px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1440px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1464px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1488px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1512px!important;background-size:16px!important}.cke_hidpi .cke_button__scayt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1536px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon,.cke_rtl.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1560px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1608px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon,.cke_rtl.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1632px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon,.cke_rtl.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1704px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1728px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon,.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__spellchecker_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1824px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1848px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1896px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1920px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon,.cke_rtl.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1968px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon,.cke_rtl.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -1992px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2016px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2040px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon,.cke_rtl.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon,.cke_rtl.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2184px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2208px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2232px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2256px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2304px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2328px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2400px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2424px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -2472px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=J5S9) no-repeat 0 -4992px!important}a.cke_button_disabled,a.cke_button_disabled:active,a.cke_button_disabled:focus,a.cke_button_disabled:hover{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:active,.cke_button_off:focus,.cke_button_off:hover{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_bottom,.cke_hc .cke_button_on,.cke_hc .cke_combo_button,.cke_hc .cke_panel_grouptitle,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_toolgroup,.cke_hc .cke_top,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_combo_button:focus,.cke_hc a.cke_combo_button:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_bottom,.cke_contents,.cke_top{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_empty,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{float:none}.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_toolgroup{display:inline-block;vertical-align:top}.cke_rtl .cke_button_icon{float:none}.cke_resizer{width:10px}.cke_source{white-space:normal}.cke_bottom{position:static}.cke_colorbox{font-size:0}
\ No newline at end of file
diff --git a/public/build/ckeditor/skins/moono/icons.png b/public/build/ckeditor/skins/moono/icons.png
new file mode 100644
index 0000000..e2a4fe8
Binary files /dev/null and b/public/build/ckeditor/skins/moono/icons.png differ
diff --git a/public/build/ckeditor/skins/moono/icons_hidpi.png b/public/build/ckeditor/skins/moono/icons_hidpi.png
new file mode 100644
index 0000000..dfedba6
Binary files /dev/null and b/public/build/ckeditor/skins/moono/icons_hidpi.png differ
diff --git a/public/build/ckeditor/skins/moono/images/anchor.png b/public/build/ckeditor/skins/moono/images/anchor.png
new file mode 100644
index 0000000..1c802f5
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/anchor.png differ
diff --git a/public/build/ckeditor/skins/moono/images/arrow.png b/public/build/ckeditor/skins/moono/images/arrow.png
new file mode 100644
index 0000000..d72b5f3
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/arrow.png differ
diff --git a/public/build/ckeditor/skins/moono/images/close.png b/public/build/ckeditor/skins/moono/images/close.png
new file mode 100644
index 0000000..2d02977
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/close.png differ
diff --git a/public/build/ckeditor/skins/moono/images/hidpi/anchor.png b/public/build/ckeditor/skins/moono/images/hidpi/anchor.png
new file mode 100644
index 0000000..17cca97
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/hidpi/anchor.png differ
diff --git a/public/build/ckeditor/skins/moono/images/hidpi/close.png b/public/build/ckeditor/skins/moono/images/hidpi/close.png
new file mode 100644
index 0000000..de4eedf
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/hidpi/close.png differ
diff --git a/public/build/ckeditor/skins/moono/images/hidpi/lock-open.png b/public/build/ckeditor/skins/moono/images/hidpi/lock-open.png
new file mode 100644
index 0000000..594f0d3
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/hidpi/lock-open.png differ
diff --git a/public/build/ckeditor/skins/moono/images/hidpi/lock.png b/public/build/ckeditor/skins/moono/images/hidpi/lock.png
new file mode 100644
index 0000000..1e23a0b
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/hidpi/lock.png differ
diff --git a/public/build/ckeditor/skins/moono/images/hidpi/refresh.png b/public/build/ckeditor/skins/moono/images/hidpi/refresh.png
new file mode 100644
index 0000000..42d94a9
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/hidpi/refresh.png differ
diff --git a/public/build/ckeditor/skins/moono/images/lock-open.png b/public/build/ckeditor/skins/moono/images/lock-open.png
new file mode 100644
index 0000000..7d24c5f
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/lock-open.png differ
diff --git a/public/build/ckeditor/skins/moono/images/lock.png b/public/build/ckeditor/skins/moono/images/lock.png
new file mode 100644
index 0000000..8baeaa4
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/lock.png differ
diff --git a/public/build/ckeditor/skins/moono/images/refresh.png b/public/build/ckeditor/skins/moono/images/refresh.png
new file mode 100644
index 0000000..d8106b0
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/refresh.png differ
diff --git a/public/build/ckeditor/skins/moono/images/spinner.gif b/public/build/ckeditor/skins/moono/images/spinner.gif
new file mode 100644
index 0000000..d898d41
Binary files /dev/null and b/public/build/ckeditor/skins/moono/images/spinner.gif differ
diff --git a/public/build/ckeditor/skins/moono/readme.md b/public/build/ckeditor/skins/moono/readme.md
new file mode 100644
index 0000000..f08c068
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/readme.md
@@ -0,0 +1,49 @@
+"Moono" Skin
+====================
+
+This skin has been chosen for the **default skin** of CKEditor 4.x.x (replaced by "Moono-lisa" skin since CKEditor 4.6.0),
+elected from the CKEditor [skin contest](https://ckeditor.com/blog/CKEditor-4-Skin-Contest-Winner/) and further shaped by
+the CKEditor team. "Moono" is maintained by the core developers.
+
+For more information about skins, please check the [CKEditor Skin SDK](https://ckeditor.com/docs/ckeditor4/latest/guide/skin_sdk_intro.html)
+documentation.
+
+Features
+-------------------
+"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
+It comes with the following features:
+
+- Chameleon feature with brightness,
+- high-contrast compatibility,
+- graphics source provided in SVG.
+
+Directory Structure
+-------------------
+
+CSS parts:
+- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
+- **mainui.css**: the file contains styles of entire editor outline structures,
+- **toolbar.css**: the file contains styles of the editor toolbar space (top),
+- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
+- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
+until the first panel open up,
+- **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
+- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
+it's not loaded until the first menu open up,
+- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
+- **reset.css**: the file defines the basis of style resets among all editor UI spaces,
+- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
+- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
+
+Other parts:
+- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
+- **icons/**: contains all skin defined icons,
+- **images/**: contains a fill general used images,
+- **dev/**: contains SVG source of the skin icons.
+
+License
+-------
+
+Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+
+For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license)
diff --git a/public/build/ckeditor/skins/moono/skin.js b/public/build/ckeditor/skins/moono/skin.js
new file mode 100644
index 0000000..c1bb859
--- /dev/null
+++ b/public/build/ckeditor/skins/moono/skin.js
@@ -0,0 +1,10 @@
+/*
+ Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+*/
+CKEDITOR.skin.name="moono";CKEDITOR.skin.ua_editor="ie,iequirks,ie7,ie8,gecko";CKEDITOR.skin.ua_dialog="ie,iequirks,ie7,ie8";
+CKEDITOR.skin.chameleon=function(){var b=function(){return function(b,e){for(var a=b.match(/[^#]./g),c=0;3>c;c++){var f=c,d;d=parseInt(a[c],16);d=("0"+(0>e?0|d*(1+e):0|d+(255-d)*e).toString(16)).slice(-2);a[f]=d}return"#"+a.join("")}}(),c=function(){var b=new CKEDITOR.template("background:#{to};background-image:linear-gradient(to bottom,{from},{to});filter:progid:DXImageTransform.Microsoft.gradient(gradientType\x3d0,startColorstr\x3d'{from}',endColorstr\x3d'{to}');");return function(c,a){return b.output({from:c,
+to:a})}}(),f={editor:new CKEDITOR.template("{id}.cke_chrome [border-color:{defaultBorder};] {id} .cke_top [ {defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_bottom [{defaultGradient}border-top-color:{defaultBorder};] {id} .cke_resizer [border-right-color:{ckeResizer}] {id} .cke_dialog_title [{defaultGradient}border-bottom-color:{defaultBorder};] {id} .cke_dialog_footer [{defaultGradient}outline-color:{defaultBorder};border-top-color:{defaultBorder};] {id} .cke_dialog_tab [{lightGradient}border-color:{defaultBorder};] {id} .cke_dialog_tab:hover [{mediumGradient}] {id} .cke_dialog_contents [border-top-color:{defaultBorder};] {id} .cke_dialog_tab_selected, {id} .cke_dialog_tab_selected:hover [background:{dialogTabSelected};border-bottom-color:{dialogTabSelectedBorder};] {id} .cke_dialog_body [background:{dialogBody};border-color:{defaultBorder};] {id} .cke_toolgroup [{lightGradient}border-color:{defaultBorder};] {id} a.cke_button_off:hover, {id} a.cke_button_off:focus, {id} a.cke_button_off:active [{mediumGradient}] {id} .cke_button_on [{ckeButtonOn}] {id} .cke_toolbar_separator [background-color: {ckeToolbarSeparator};] {id} .cke_combo_button [border-color:{defaultBorder};{lightGradient}] {id} a.cke_combo_button:hover, {id} a.cke_combo_button:focus, {id} .cke_combo_on a.cke_combo_button [border-color:{defaultBorder};{mediumGradient}] {id} .cke_path_item [color:{elementsPathColor};] {id} a.cke_path_item:hover, {id} a.cke_path_item:focus, {id} a.cke_path_item:active [background-color:{elementsPathBg};] {id}.cke_panel [border-color:{defaultBorder};] "),
+panel:new CKEDITOR.template(".cke_panel_grouptitle [{lightGradient}border-color:{defaultBorder};] .cke_menubutton_icon [background-color:{menubuttonIcon};] .cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon [background-color:{menubuttonIconHover};] .cke_menuseparator [background-color:{menubuttonIcon};] a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox [border-color:{defaultBorder};] a:hover.cke_colorauto, a:hover.cke_colormore, a:focus.cke_colorauto, a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore [background-color:{ckeColorauto};border-color:{defaultBorder};] ")};
+return function(g,e){var a=g.uiColor,a={id:"."+g.id,defaultBorder:b(a,-.1),defaultGradient:c(b(a,.9),a),lightGradient:c(b(a,1),b(a,.7)),mediumGradient:c(b(a,.8),b(a,.5)),ckeButtonOn:c(b(a,.6),b(a,.7)),ckeResizer:b(a,-.4),ckeToolbarSeparator:b(a,.5),ckeColorauto:b(a,.8),dialogBody:b(a,.7),dialogTabSelected:c("#FFFFFF","#FFFFFF"),dialogTabSelectedBorder:"#FFF",elementsPathColor:b(a,-.6),elementsPathBg:a,menubuttonIcon:b(a,.5),menubuttonIconHover:b(a,.3)};return f[e].output(a).replace(/\[/g,"{").replace(/\]/g,
+"}")}}();
\ No newline at end of file
diff --git a/public/build/ckeditor/styles.js b/public/build/ckeditor/styles.js
new file mode 100644
index 0000000..9966993
--- /dev/null
+++ b/public/build/ckeditor/styles.js
@@ -0,0 +1,137 @@
+/**
+ * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
+// This file contains style definitions that can be used by CKEditor plugins.
+//
+// The most common use for it is the "stylescombo" plugin which shows the Styles drop-down
+// list containing all styles in the editor toolbar. Other plugins, like
+// the "div" plugin, use a subset of the styles for their features.
+//
+// If you do not have plugins that depend on this file in your editor build, you can simply
+// ignore it. Otherwise it is strongly recommended to customize this file to match your
+// website requirements and design properly.
+//
+// For more information refer to: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_styles.html#style-rules
+
+CKEDITOR.stylesSet.add( 'default', [
+ /* Block styles */
+
+ // These styles are already available in the "Format" drop-down list ("format" plugin),
+ // so they are not needed here by default. You may enable them to avoid
+ // placing the "Format" combo in the toolbar, maintaining the same features.
+ /*
+ { name: 'Paragraph', element: 'p' },
+ { name: 'Heading 1', element: 'h1' },
+ { name: 'Heading 2', element: 'h2' },
+ { name: 'Heading 3', element: 'h3' },
+ { name: 'Heading 4', element: 'h4' },
+ { name: 'Heading 5', element: 'h5' },
+ { name: 'Heading 6', element: 'h6' },
+ { name: 'Preformatted Text',element: 'pre' },
+ { name: 'Address', element: 'address' },
+ */
+
+ { name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
+ { name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } },
+ {
+ name: 'Special Container',
+ element: 'div',
+ styles: {
+ padding: '5px 10px',
+ background: '#eee',
+ border: '1px solid #ccc'
+ }
+ },
+
+ /* Inline styles */
+
+ // These are core styles available as toolbar buttons. You may opt enabling
+ // some of them in the Styles drop-down list, removing them from the toolbar.
+ // (This requires the "stylescombo" plugin.)
+ /*
+ { name: 'Strong', element: 'strong', overrides: 'b' },
+ { name: 'Emphasis', element: 'em' , overrides: 'i' },
+ { name: 'Underline', element: 'u' },
+ { name: 'Strikethrough', element: 'strike' },
+ { name: 'Subscript', element: 'sub' },
+ { name: 'Superscript', element: 'sup' },
+ */
+
+ { name: 'Marker', element: 'span', attributes: { 'class': 'marker' } },
+
+ { name: 'Big', element: 'big' },
+ { name: 'Small', element: 'small' },
+ { name: 'Typewriter', element: 'tt' },
+
+ { name: 'Computer Code', element: 'code' },
+ { name: 'Keyboard Phrase', element: 'kbd' },
+ { name: 'Sample Text', element: 'samp' },
+ { name: 'Variable', element: 'var' },
+
+ { name: 'Deleted Text', element: 'del' },
+ { name: 'Inserted Text', element: 'ins' },
+
+ { name: 'Cited Work', element: 'cite' },
+ { name: 'Inline Quotation', element: 'q' },
+
+ { name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } },
+ { name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } },
+
+ /* Object styles */
+
+ {
+ name: 'Styled Image (left)',
+ element: 'img',
+ attributes: { 'class': 'left' }
+ },
+
+ {
+ name: 'Styled Image (right)',
+ element: 'img',
+ attributes: { 'class': 'right' }
+ },
+
+ {
+ name: 'Compact Table',
+ element: 'table',
+ attributes: {
+ cellpadding: '5',
+ cellspacing: '0',
+ border: '1',
+ bordercolor: '#ccc'
+ },
+ styles: {
+ 'border-collapse': 'collapse'
+ }
+ },
+
+ { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
+ { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } },
+
+ /* Widget styles */
+
+ { name: 'Clean Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-clean' } },
+ { name: 'Grayscale Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-grayscale' } },
+
+ { name: 'Featured Snippet', type: 'widget', widget: 'codeSnippet', attributes: { 'class': 'code-featured' } },
+
+ { name: 'Featured Formula', type: 'widget', widget: 'mathjax', attributes: { 'class': 'math-featured' } },
+
+ { name: '240p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-240p' }, group: 'size' },
+ { name: '360p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-360p' }, group: 'size' },
+ { name: '480p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-480p' }, group: 'size' },
+ { name: '720p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-720p' }, group: 'size' },
+ { name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' },
+
+ // Adding space after the style name is an intended workaround. For now, there
+ // is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664.
+ { name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' },
+ { name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' },
+ { name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' },
+ { name: '720p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-720p' }, group: 'size' },
+ { name: '1080p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-1080p' }, group: 'size' }
+
+] );
+
diff --git a/public/build/dropzone.fa66760c.js b/public/build/dropzone.fa66760c.js
new file mode 100644
index 0000000..db04ffb
--- /dev/null
+++ b/public/build/dropzone.fa66760c.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([["dropzone"],{MZys:function(e,n,o){o("e8E5");var t=o("JRDH").Dropzone;document.addEventListener("DOMContentLoaded",(function(){var e=document.getElementById("mydropzone");maxFiles=e.getAttribute("data-maxFiles"),1!=maxFiles&&(maxFiles=null);var n=new t(e,{acceptedMimeTypes:$(e).data("acceptedMimeTypes"),maxFiles:maxFiles,init:function(){dropzoneinit(this)},success:function(e,n){dropzonesuccess(e,n)},queuecomplete:function(e){dropzonequeuecomplete(e)}});window.mydropzone=n}))}},[["MZys","runtime",3]]]);
\ No newline at end of file
diff --git a/public/build/entrypoints.json b/public/build/entrypoints.json
new file mode 100644
index 0000000..da70855
--- /dev/null
+++ b/public/build/entrypoints.json
@@ -0,0 +1,34 @@
+{
+ "entrypoints": {
+ "app": {
+ "js": [
+ "/ninefolio/build/runtime.1a888c2d.js",
+ "/ninefolio/build/1.80d0c72c.js",
+ "/ninefolio/build/app.da0b40e3.js"
+ ],
+ "css": [
+ "/ninefolio/build/1.9752a63e.css"
+ ]
+ },
+ "fullcalendar": {
+ "js": [
+ "/ninefolio/build/runtime.1a888c2d.js",
+ "/ninefolio/build/2.5f578333.js",
+ "/ninefolio/build/fullcalendar.de79123d.js"
+ ],
+ "css": [
+ "/ninefolio/build/2.483c24c4.css"
+ ]
+ },
+ "dropzone": {
+ "js": [
+ "/ninefolio/build/runtime.1a888c2d.js",
+ "/ninefolio/build/3.2af3a9ae.js",
+ "/ninefolio/build/dropzone.fa66760c.js"
+ ],
+ "css": [
+ "/ninefolio/build/3.986bb952.css"
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/build/fonts/fa-brands-400.1a575a41.woff b/public/build/fonts/fa-brands-400.1a575a41.woff
new file mode 100644
index 0000000..3375bef
Binary files /dev/null and b/public/build/fonts/fa-brands-400.1a575a41.woff differ
diff --git a/public/build/fonts/fa-brands-400.513aa607.ttf b/public/build/fonts/fa-brands-400.513aa607.ttf
new file mode 100644
index 0000000..8d75ded
Binary files /dev/null and b/public/build/fonts/fa-brands-400.513aa607.ttf differ
diff --git a/public/build/fonts/fa-brands-400.592643a8.eot b/public/build/fonts/fa-brands-400.592643a8.eot
new file mode 100644
index 0000000..cba6c6c
Binary files /dev/null and b/public/build/fonts/fa-brands-400.592643a8.eot differ
diff --git a/public/build/fonts/fa-brands-400.ed311c7a.woff2 b/public/build/fonts/fa-brands-400.ed311c7a.woff2
new file mode 100644
index 0000000..402f81c
Binary files /dev/null and b/public/build/fonts/fa-brands-400.ed311c7a.woff2 differ
diff --git a/public/build/fonts/fa-regular-400.766913e6.ttf b/public/build/fonts/fa-regular-400.766913e6.ttf
new file mode 100644
index 0000000..7157aaf
Binary files /dev/null and b/public/build/fonts/fa-regular-400.766913e6.ttf differ
diff --git a/public/build/fonts/fa-regular-400.b0e2db3b.eot b/public/build/fonts/fa-regular-400.b0e2db3b.eot
new file mode 100644
index 0000000..a4e5989
Binary files /dev/null and b/public/build/fonts/fa-regular-400.b0e2db3b.eot differ
diff --git a/public/build/fonts/fa-regular-400.b91d376b.woff2 b/public/build/fonts/fa-regular-400.b91d376b.woff2
new file mode 100644
index 0000000..5632894
Binary files /dev/null and b/public/build/fonts/fa-regular-400.b91d376b.woff2 differ
diff --git a/public/build/fonts/fa-regular-400.d1d7e3b4.woff b/public/build/fonts/fa-regular-400.d1d7e3b4.woff
new file mode 100644
index 0000000..ad077c6
Binary files /dev/null and b/public/build/fonts/fa-regular-400.d1d7e3b4.woff differ
diff --git a/public/build/fonts/fa-solid-900.0c6bfc66.eot b/public/build/fonts/fa-solid-900.0c6bfc66.eot
new file mode 100644
index 0000000..e994171
Binary files /dev/null and b/public/build/fonts/fa-solid-900.0c6bfc66.eot differ
diff --git a/public/build/fonts/fa-solid-900.b9625119.ttf b/public/build/fonts/fa-solid-900.b9625119.ttf
new file mode 100644
index 0000000..25abf38
Binary files /dev/null and b/public/build/fonts/fa-solid-900.b9625119.ttf differ
diff --git a/public/build/fonts/fa-solid-900.d745348d.woff b/public/build/fonts/fa-solid-900.d745348d.woff
new file mode 100644
index 0000000..23ee663
Binary files /dev/null and b/public/build/fonts/fa-solid-900.d745348d.woff differ
diff --git a/public/build/fonts/fa-solid-900.d824df7e.woff2 b/public/build/fonts/fa-solid-900.d824df7e.woff2
new file mode 100644
index 0000000..2217164
Binary files /dev/null and b/public/build/fonts/fa-solid-900.d824df7e.woff2 differ
diff --git a/public/build/fullcalendar.de79123d.js b/public/build/fullcalendar.de79123d.js
new file mode 100644
index 0000000..e03996f
--- /dev/null
+++ b/public/build/fullcalendar.de79123d.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([["fullcalendar"],{"hhX+":function(n,e,t){"use strict";t.r(e),function(n){t("DQNa"),t("07d7"),t("JfAA");var e,r=t("SZB9"),i=t("9mV6"),c=t.n(i),o=t("Gbwi"),u=t("iOEq");t("eV1F"),t("pDWP"),t("pDWP"),document.addEventListener("DOMContentLoaded",(function(){var t=document.getElementById("fullcalendar");e=new r.a(t,{plugins:[o.a,u.a],locale:c.a,weekNumbers:!0,selectable:!0,events:"event/load",eventLimit:4,eventDrop:function(n){n.revert()},eventRender:function(n){function e(e){return n.apply(this,arguments)}return e.toString=function(){return n.toString()},e}((function(n){eventRender(n)})),select:function(n){eventSelect(n)},eventClick:function(n){function e(e){return n.apply(this,arguments)}return e.toString=function(){return n.toString()},e}((function(n){eventClick(n)}))}),n.calendar=e,e.render()}))}.call(this,t("yLpj"))}},[["hhX+","runtime",2]]]);
\ No newline at end of file
diff --git a/public/build/images/fa-brands-400.1d5619cd.svg b/public/build/images/fa-brands-400.1d5619cd.svg
new file mode 100644
index 0000000..b9881a4
--- /dev/null
+++ b/public/build/images/fa-brands-400.1d5619cd.svg
@@ -0,0 +1,3717 @@
+
+
+
+
+Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021
+ By Robert Madole
+Copyright (c) Font Awesome
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/build/images/fa-regular-400.c5d109be.svg b/public/build/images/fa-regular-400.c5d109be.svg
new file mode 100644
index 0000000..463af27
--- /dev/null
+++ b/public/build/images/fa-regular-400.c5d109be.svg
@@ -0,0 +1,801 @@
+
+
+
+
+Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021
+ By Robert Madole
+Copyright (c) Font Awesome
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/build/images/fa-solid-900.37bc7099.svg b/public/build/images/fa-solid-900.37bc7099.svg
new file mode 100644
index 0000000..00296e9
--- /dev/null
+++ b/public/build/images/fa-solid-900.37bc7099.svg
@@ -0,0 +1,5034 @@
+
+
+
+
+Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021
+ By Robert Madole
+Copyright (c) Font Awesome
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/build/images/selection.3870c12e.gif b/public/build/images/selection.3870c12e.gif
new file mode 100644
index 0000000..e65ac83
Binary files /dev/null and b/public/build/images/selection.3870c12e.gif differ
diff --git a/public/build/manifest.json b/public/build/manifest.json
new file mode 100644
index 0000000..474c41c
--- /dev/null
+++ b/public/build/manifest.json
@@ -0,0 +1,2676 @@
+{
+ "ninefolio/0.577458bf.js": "/ninefolio/build/0.577458bf.js",
+ "ninefolio/1.9752a63e.css": "/ninefolio/build/1.9752a63e.css",
+ "ninefolio/1.80d0c72c.js": "/ninefolio/build/1.80d0c72c.js",
+ "ninefolio/2.483c24c4.css": "/ninefolio/build/2.483c24c4.css",
+ "ninefolio/2.5f578333.js": "/ninefolio/build/2.5f578333.js",
+ "ninefolio/3.986bb952.css": "/ninefolio/build/3.986bb952.css",
+ "ninefolio/3.2af3a9ae.js": "/ninefolio/build/3.2af3a9ae.js",
+ "ninefolio/app.js": "/ninefolio/build/app.da0b40e3.js",
+ "ninefolio/dropzone.js": "/ninefolio/build/dropzone.fa66760c.js",
+ "ninefolio/fullcalendar.js": "/ninefolio/build/fullcalendar.de79123d.js",
+ "ninefolio/runtime.js": "/ninefolio/build/runtime.1a888c2d.js",
+ "ninefolio/ckeditor/adapters/jquery.js": "/ninefolio/build/ckeditor/adapters/jquery.js",
+ "ninefolio/ckeditor/ckeditor.js": "/ninefolio/build/ckeditor/ckeditor.js",
+ "ninefolio/ckeditor/config.js": "/ninefolio/build/ckeditor/config.js",
+ "ninefolio/ckeditor/contents.css": "/ninefolio/build/ckeditor/contents.css",
+ "ninefolio/ckeditor/lang/_translationstatus.txt": "/ninefolio/build/ckeditor/lang/_translationstatus.txt",
+ "ninefolio/ckeditor/lang/af.js": "/ninefolio/build/ckeditor/lang/af.js",
+ "ninefolio/ckeditor/lang/ar.js": "/ninefolio/build/ckeditor/lang/ar.js",
+ "ninefolio/ckeditor/lang/az.js": "/ninefolio/build/ckeditor/lang/az.js",
+ "ninefolio/ckeditor/lang/bg.js": "/ninefolio/build/ckeditor/lang/bg.js",
+ "ninefolio/ckeditor/lang/bn.js": "/ninefolio/build/ckeditor/lang/bn.js",
+ "ninefolio/ckeditor/lang/bs.js": "/ninefolio/build/ckeditor/lang/bs.js",
+ "ninefolio/ckeditor/lang/ca.js": "/ninefolio/build/ckeditor/lang/ca.js",
+ "ninefolio/ckeditor/lang/cs.js": "/ninefolio/build/ckeditor/lang/cs.js",
+ "ninefolio/ckeditor/lang/cy.js": "/ninefolio/build/ckeditor/lang/cy.js",
+ "ninefolio/ckeditor/lang/da.js": "/ninefolio/build/ckeditor/lang/da.js",
+ "ninefolio/ckeditor/lang/de-ch.js": "/ninefolio/build/ckeditor/lang/de-ch.js",
+ "ninefolio/ckeditor/lang/de.js": "/ninefolio/build/ckeditor/lang/de.js",
+ "ninefolio/ckeditor/lang/el.js": "/ninefolio/build/ckeditor/lang/el.js",
+ "ninefolio/ckeditor/lang/en-au.js": "/ninefolio/build/ckeditor/lang/en-au.js",
+ "ninefolio/ckeditor/lang/en-ca.js": "/ninefolio/build/ckeditor/lang/en-ca.js",
+ "ninefolio/ckeditor/lang/en-gb.js": "/ninefolio/build/ckeditor/lang/en-gb.js",
+ "ninefolio/ckeditor/lang/en.js": "/ninefolio/build/ckeditor/lang/en.js",
+ "ninefolio/ckeditor/lang/eo.js": "/ninefolio/build/ckeditor/lang/eo.js",
+ "ninefolio/ckeditor/lang/es-mx.js": "/ninefolio/build/ckeditor/lang/es-mx.js",
+ "ninefolio/ckeditor/lang/es.js": "/ninefolio/build/ckeditor/lang/es.js",
+ "ninefolio/ckeditor/lang/et.js": "/ninefolio/build/ckeditor/lang/et.js",
+ "ninefolio/ckeditor/lang/eu.js": "/ninefolio/build/ckeditor/lang/eu.js",
+ "ninefolio/ckeditor/lang/fa.js": "/ninefolio/build/ckeditor/lang/fa.js",
+ "ninefolio/ckeditor/lang/fi.js": "/ninefolio/build/ckeditor/lang/fi.js",
+ "ninefolio/ckeditor/lang/fo.js": "/ninefolio/build/ckeditor/lang/fo.js",
+ "ninefolio/ckeditor/lang/fr-ca.js": "/ninefolio/build/ckeditor/lang/fr-ca.js",
+ "ninefolio/ckeditor/lang/fr.js": "/ninefolio/build/ckeditor/lang/fr.js",
+ "ninefolio/ckeditor/lang/gl.js": "/ninefolio/build/ckeditor/lang/gl.js",
+ "ninefolio/ckeditor/lang/gu.js": "/ninefolio/build/ckeditor/lang/gu.js",
+ "ninefolio/ckeditor/lang/he.js": "/ninefolio/build/ckeditor/lang/he.js",
+ "ninefolio/ckeditor/lang/hi.js": "/ninefolio/build/ckeditor/lang/hi.js",
+ "ninefolio/ckeditor/lang/hr.js": "/ninefolio/build/ckeditor/lang/hr.js",
+ "ninefolio/ckeditor/lang/hu.js": "/ninefolio/build/ckeditor/lang/hu.js",
+ "ninefolio/ckeditor/lang/id.js": "/ninefolio/build/ckeditor/lang/id.js",
+ "ninefolio/ckeditor/lang/is.js": "/ninefolio/build/ckeditor/lang/is.js",
+ "ninefolio/ckeditor/lang/it.js": "/ninefolio/build/ckeditor/lang/it.js",
+ "ninefolio/ckeditor/lang/ja.js": "/ninefolio/build/ckeditor/lang/ja.js",
+ "ninefolio/ckeditor/lang/ka.js": "/ninefolio/build/ckeditor/lang/ka.js",
+ "ninefolio/ckeditor/lang/km.js": "/ninefolio/build/ckeditor/lang/km.js",
+ "ninefolio/ckeditor/lang/ko.js": "/ninefolio/build/ckeditor/lang/ko.js",
+ "ninefolio/ckeditor/lang/ku.js": "/ninefolio/build/ckeditor/lang/ku.js",
+ "ninefolio/ckeditor/lang/lt.js": "/ninefolio/build/ckeditor/lang/lt.js",
+ "ninefolio/ckeditor/lang/lv.js": "/ninefolio/build/ckeditor/lang/lv.js",
+ "ninefolio/ckeditor/lang/mk.js": "/ninefolio/build/ckeditor/lang/mk.js",
+ "ninefolio/ckeditor/lang/mn.js": "/ninefolio/build/ckeditor/lang/mn.js",
+ "ninefolio/ckeditor/lang/ms.js": "/ninefolio/build/ckeditor/lang/ms.js",
+ "ninefolio/ckeditor/lang/nb.js": "/ninefolio/build/ckeditor/lang/nb.js",
+ "ninefolio/ckeditor/lang/nl.js": "/ninefolio/build/ckeditor/lang/nl.js",
+ "ninefolio/ckeditor/lang/no.js": "/ninefolio/build/ckeditor/lang/no.js",
+ "ninefolio/ckeditor/lang/oc.js": "/ninefolio/build/ckeditor/lang/oc.js",
+ "ninefolio/ckeditor/lang/pl.js": "/ninefolio/build/ckeditor/lang/pl.js",
+ "ninefolio/ckeditor/lang/pt-br.js": "/ninefolio/build/ckeditor/lang/pt-br.js",
+ "ninefolio/ckeditor/lang/pt.js": "/ninefolio/build/ckeditor/lang/pt.js",
+ "ninefolio/ckeditor/lang/ro.js": "/ninefolio/build/ckeditor/lang/ro.js",
+ "ninefolio/ckeditor/lang/ru.js": "/ninefolio/build/ckeditor/lang/ru.js",
+ "ninefolio/ckeditor/lang/si.js": "/ninefolio/build/ckeditor/lang/si.js",
+ "ninefolio/ckeditor/lang/sk.js": "/ninefolio/build/ckeditor/lang/sk.js",
+ "ninefolio/ckeditor/lang/sl.js": "/ninefolio/build/ckeditor/lang/sl.js",
+ "ninefolio/ckeditor/lang/sq.js": "/ninefolio/build/ckeditor/lang/sq.js",
+ "ninefolio/ckeditor/lang/sr-latn.js": "/ninefolio/build/ckeditor/lang/sr-latn.js",
+ "ninefolio/ckeditor/lang/sr.js": "/ninefolio/build/ckeditor/lang/sr.js",
+ "ninefolio/ckeditor/lang/sv.js": "/ninefolio/build/ckeditor/lang/sv.js",
+ "ninefolio/ckeditor/lang/th.js": "/ninefolio/build/ckeditor/lang/th.js",
+ "ninefolio/ckeditor/lang/tr.js": "/ninefolio/build/ckeditor/lang/tr.js",
+ "ninefolio/ckeditor/lang/tt.js": "/ninefolio/build/ckeditor/lang/tt.js",
+ "ninefolio/ckeditor/lang/ug.js": "/ninefolio/build/ckeditor/lang/ug.js",
+ "ninefolio/ckeditor/lang/uk.js": "/ninefolio/build/ckeditor/lang/uk.js",
+ "ninefolio/ckeditor/lang/vi.js": "/ninefolio/build/ckeditor/lang/vi.js",
+ "ninefolio/ckeditor/lang/zh-cn.js": "/ninefolio/build/ckeditor/lang/zh-cn.js",
+ "ninefolio/ckeditor/lang/zh.js": "/ninefolio/build/ckeditor/lang/zh.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/af.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/af.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/az.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/az.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/da.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/da.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/de.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/de.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/el.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/el.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/en.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/en.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/es.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/es.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/et.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/et.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/he.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/he.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/id.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/id.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/it.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/it.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/km.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/km.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/no.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/no.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/si.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/si.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/th.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/th.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js": "/ninefolio/build/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js",
+ "ninefolio/ckeditor/plugins/about/dialogs/about.js": "/ninefolio/build/ckeditor/plugins/about/dialogs/about.js",
+ "ninefolio/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png": "/ninefolio/build/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png",
+ "ninefolio/ckeditor/plugins/about/dialogs/logo_ckeditor.png": "/ninefolio/build/ckeditor/plugins/about/dialogs/logo_ckeditor.png",
+ "ninefolio/ckeditor/plugins/adobeair/plugin.js": "/ninefolio/build/ckeditor/plugins/adobeair/plugin.js",
+ "ninefolio/ckeditor/plugins/ajax/plugin.js": "/ninefolio/build/ckeditor/plugins/ajax/plugin.js",
+ "ninefolio/ckeditor/plugins/autocomplete/plugin.js": "/ninefolio/build/ckeditor/plugins/autocomplete/plugin.js",
+ "ninefolio/ckeditor/plugins/autocomplete/skins/default.css": "/ninefolio/build/ckeditor/plugins/autocomplete/skins/default.css",
+ "ninefolio/ckeditor/plugins/autoembed/lang/az.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/az.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/bg.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/bg.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/ca.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/ca.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/cs.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/cs.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/da.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/da.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/de.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/de.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/el.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/el.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/en.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/en.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/eo.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/eo.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/es.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/es.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/et.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/et.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/eu.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/eu.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/fr.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/fr.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/gl.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/gl.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/hr.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/hr.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/hu.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/hu.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/it.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/it.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/ja.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/ja.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/km.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/km.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/ko.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/ko.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/ku.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/ku.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/lt.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/lt.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/lv.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/lv.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/mk.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/mk.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/nb.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/nb.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/nl.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/nl.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/oc.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/oc.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/pl.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/pl.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/pt.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/pt.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/ro.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/ro.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/ru.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/ru.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/sk.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/sk.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/sq.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/sq.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/sr.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/sr.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/sv.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/sv.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/tr.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/tr.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/ug.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/ug.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/uk.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/uk.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/vi.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/vi.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/autoembed/lang/zh.js": "/ninefolio/build/ckeditor/plugins/autoembed/lang/zh.js",
+ "ninefolio/ckeditor/plugins/autoembed/plugin.js": "/ninefolio/build/ckeditor/plugins/autoembed/plugin.js",
+ "ninefolio/ckeditor/plugins/autogrow/plugin.js": "/ninefolio/build/ckeditor/plugins/autogrow/plugin.js",
+ "ninefolio/ckeditor/plugins/autolink/plugin.js": "/ninefolio/build/ckeditor/plugins/autolink/plugin.js",
+ "ninefolio/ckeditor/plugins/balloonpanel/plugin.js": "/ninefolio/build/ckeditor/plugins/balloonpanel/plugin.js",
+ "ninefolio/ckeditor/plugins/balloonpanel/skins/kama/balloonpanel.css": "/ninefolio/build/ckeditor/plugins/balloonpanel/skins/kama/balloonpanel.css",
+ "ninefolio/ckeditor/plugins/balloonpanel/skins/moono-lisa/balloonpanel.css": "/ninefolio/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/balloonpanel.css",
+ "ninefolio/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/close.png": "/ninefolio/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/close.png",
+ "ninefolio/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/hidpi/close.png": "/ninefolio/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/hidpi/close.png",
+ "ninefolio/ckeditor/plugins/balloonpanel/skins/moono/balloonpanel.css": "/ninefolio/build/ckeditor/plugins/balloonpanel/skins/moono/balloonpanel.css",
+ "ninefolio/ckeditor/plugins/balloonpanel/skins/moono/images/close.png": "/ninefolio/build/ckeditor/plugins/balloonpanel/skins/moono/images/close.png",
+ "ninefolio/ckeditor/plugins/balloonpanel/skins/moono/images/hidpi/close.png": "/ninefolio/build/ckeditor/plugins/balloonpanel/skins/moono/images/hidpi/close.png",
+ "ninefolio/ckeditor/plugins/balloontoolbar/plugin.js": "/ninefolio/build/ckeditor/plugins/balloontoolbar/plugin.js",
+ "ninefolio/ckeditor/plugins/balloontoolbar/skins/default.css": "/ninefolio/build/ckeditor/plugins/balloontoolbar/skins/default.css",
+ "ninefolio/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css": "/ninefolio/build/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css",
+ "ninefolio/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css": "/ninefolio/build/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css",
+ "ninefolio/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css": "/ninefolio/build/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css",
+ "ninefolio/ckeditor/plugins/bbcode/plugin.js": "/ninefolio/build/ckeditor/plugins/bbcode/plugin.js",
+ "ninefolio/ckeditor/plugins/bidi/icons/bidiltr.png": "/ninefolio/build/ckeditor/plugins/bidi/icons/bidiltr.png",
+ "ninefolio/ckeditor/plugins/bidi/icons/bidirtl.png": "/ninefolio/build/ckeditor/plugins/bidi/icons/bidirtl.png",
+ "ninefolio/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png": "/ninefolio/build/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png",
+ "ninefolio/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png": "/ninefolio/build/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png",
+ "ninefolio/ckeditor/plugins/bidi/lang/af.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/af.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ar.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ar.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/az.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/az.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/bg.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/bg.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/bn.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/bn.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/bs.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/bs.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ca.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ca.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/cs.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/cs.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/cy.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/cy.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/da.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/da.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/de.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/de.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/el.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/el.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/en.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/en.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/eo.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/eo.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/es.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/es.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/et.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/et.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/eu.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/eu.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/fa.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/fa.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/fi.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/fi.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/fo.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/fo.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/fr.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/fr.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/gl.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/gl.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/gu.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/gu.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/he.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/he.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/hi.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/hi.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/hr.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/hr.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/hu.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/hu.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/id.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/id.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/is.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/is.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/it.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/it.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ja.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ja.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ka.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ka.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/km.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/km.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ko.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ko.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ku.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ku.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/lt.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/lt.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/lv.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/lv.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/mk.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/mk.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/mn.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/mn.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ms.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ms.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/nb.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/nb.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/nl.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/nl.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/no.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/no.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/oc.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/oc.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/pl.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/pl.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/pt.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/pt.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ro.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ro.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ru.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ru.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/si.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/si.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/sk.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/sk.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/sl.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/sl.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/sq.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/sq.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/sr.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/sr.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/sv.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/sv.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/th.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/th.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/tr.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/tr.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/tt.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/tt.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/ug.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/ug.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/uk.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/uk.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/vi.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/vi.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/bidi/lang/zh.js": "/ninefolio/build/ckeditor/plugins/bidi/lang/zh.js",
+ "ninefolio/ckeditor/plugins/bidi/plugin.js": "/ninefolio/build/ckeditor/plugins/bidi/plugin.js",
+ "ninefolio/ckeditor/plugins/clipboard/dialogs/paste.js": "/ninefolio/build/ckeditor/plugins/clipboard/dialogs/paste.js",
+ "ninefolio/ckeditor/plugins/cloudservices/plugin.js": "/ninefolio/build/ckeditor/plugins/cloudservices/plugin.js",
+ "ninefolio/ckeditor/plugins/codesnippet/dialogs/codesnippet.js": "/ninefolio/build/ckeditor/plugins/codesnippet/dialogs/codesnippet.js",
+ "ninefolio/ckeditor/plugins/codesnippet/icons/codesnippet.png": "/ninefolio/build/ckeditor/plugins/codesnippet/icons/codesnippet.png",
+ "ninefolio/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png": "/ninefolio/build/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ar.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ar.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/az.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/az.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/bg.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/bg.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ca.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ca.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/cs.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/cs.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/da.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/da.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/de.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/de.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/el.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/el.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/en.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/en.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/eo.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/eo.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/es.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/es.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/et.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/et.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/eu.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/eu.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/fa.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/fa.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/fi.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/fi.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/fr.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/fr.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/gl.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/gl.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/he.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/he.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/hr.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/hr.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/hu.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/hu.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/id.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/id.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/it.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/it.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ja.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ja.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/km.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/km.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ko.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ko.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ku.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ku.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/lt.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/lt.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/lv.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/lv.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/nb.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/nb.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/nl.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/nl.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/no.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/no.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/oc.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/oc.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/pl.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/pl.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/pt.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/pt.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ro.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ro.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ru.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ru.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/sk.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/sk.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/sl.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/sl.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/sq.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/sq.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/sr.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/sr.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/sv.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/sv.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/th.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/th.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/tr.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/tr.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/tt.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/tt.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/ug.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/ug.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/uk.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/uk.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/vi.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/vi.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lang/zh.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lang/zh.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/LICENSE": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css",
+ "ninefolio/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css": "/ninefolio/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css",
+ "ninefolio/ckeditor/plugins/codesnippet/plugin.js": "/ninefolio/build/ckeditor/plugins/codesnippet/plugin.js",
+ "ninefolio/ckeditor/plugins/codesnippetgeshi/plugin.js": "/ninefolio/build/ckeditor/plugins/codesnippetgeshi/plugin.js",
+ "ninefolio/ckeditor/plugins/colorbutton/icons/bgcolor.png": "/ninefolio/build/ckeditor/plugins/colorbutton/icons/bgcolor.png",
+ "ninefolio/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png": "/ninefolio/build/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png",
+ "ninefolio/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png": "/ninefolio/build/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png",
+ "ninefolio/ckeditor/plugins/colorbutton/icons/textcolor.png": "/ninefolio/build/ckeditor/plugins/colorbutton/icons/textcolor.png",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/af.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/af.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ar.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ar.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/az.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/az.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/bg.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/bg.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/bn.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/bn.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/bs.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/bs.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ca.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ca.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/cs.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/cs.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/cy.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/cy.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/da.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/da.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/de.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/de.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/el.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/el.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/en.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/en.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/eo.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/eo.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/es.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/es.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/et.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/et.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/eu.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/eu.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/fa.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/fa.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/fi.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/fi.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/fo.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/fo.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/fr.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/fr.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/gl.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/gl.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/gu.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/gu.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/he.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/he.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/hi.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/hi.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/hr.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/hr.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/hu.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/hu.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/id.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/id.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/is.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/is.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/it.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/it.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ja.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ja.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ka.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ka.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/km.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/km.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ko.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ko.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ku.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ku.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/lt.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/lt.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/lv.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/lv.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/mk.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/mk.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/mn.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/mn.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ms.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ms.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/nb.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/nb.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/nl.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/nl.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/no.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/no.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/oc.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/oc.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/pl.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/pl.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/pt.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/pt.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ro.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ro.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ru.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ru.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/si.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/si.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/sk.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/sk.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/sl.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/sl.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/sq.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/sq.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/sr.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/sr.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/sv.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/sv.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/th.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/th.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/tr.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/tr.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/tt.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/tt.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/ug.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/ug.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/uk.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/uk.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/vi.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/vi.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/colorbutton/lang/zh.js": "/ninefolio/build/ckeditor/plugins/colorbutton/lang/zh.js",
+ "ninefolio/ckeditor/plugins/colorbutton/plugin.js": "/ninefolio/build/ckeditor/plugins/colorbutton/plugin.js",
+ "ninefolio/ckeditor/plugins/colordialog/dialogs/colordialog.css": "/ninefolio/build/ckeditor/plugins/colordialog/dialogs/colordialog.css",
+ "ninefolio/ckeditor/plugins/colordialog/dialogs/colordialog.js": "/ninefolio/build/ckeditor/plugins/colordialog/dialogs/colordialog.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/af.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/af.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ar.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ar.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/az.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/az.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/bg.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/bg.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/bn.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/bn.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/bs.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/bs.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ca.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ca.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/cs.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/cs.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/cy.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/cy.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/da.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/da.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/de.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/de.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/el.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/el.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/en.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/en.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/eo.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/eo.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/es.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/es.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/et.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/et.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/eu.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/eu.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/fa.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/fa.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/fi.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/fi.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/fo.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/fo.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/fr.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/fr.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/gl.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/gl.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/gu.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/gu.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/he.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/he.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/hi.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/hi.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/hr.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/hr.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/hu.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/hu.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/id.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/id.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/is.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/is.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/it.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/it.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ja.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ja.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ka.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ka.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/km.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/km.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ko.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ko.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ku.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ku.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/lt.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/lt.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/lv.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/lv.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/mk.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/mk.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/mn.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/mn.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ms.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ms.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/nb.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/nb.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/nl.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/nl.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/no.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/no.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/oc.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/oc.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/pl.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/pl.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/pt.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/pt.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ro.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ro.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ru.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ru.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/si.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/si.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/sk.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/sk.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/sl.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/sl.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/sq.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/sq.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/sr.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/sr.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/sv.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/sv.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/th.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/th.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/tr.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/tr.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/tt.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/tt.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/ug.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/ug.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/uk.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/uk.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/vi.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/vi.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/colordialog/lang/zh.js": "/ninefolio/build/ckeditor/plugins/colordialog/lang/zh.js",
+ "ninefolio/ckeditor/plugins/colordialog/plugin.js": "/ninefolio/build/ckeditor/plugins/colordialog/plugin.js",
+ "ninefolio/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg": "/ninefolio/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg",
+ "ninefolio/ckeditor/plugins/copyformatting/cursors/cursor.svg": "/ninefolio/build/ckeditor/plugins/copyformatting/cursors/cursor.svg",
+ "ninefolio/ckeditor/plugins/copyformatting/icons/copyformatting.png": "/ninefolio/build/ckeditor/plugins/copyformatting/icons/copyformatting.png",
+ "ninefolio/ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png": "/ninefolio/build/ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/az.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/az.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/de.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/de.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/en.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/en.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/it.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/it.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/ja.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/ja.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/nb.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/nb.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/nl.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/nl.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/oc.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/oc.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/pl.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/pl.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/ru.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/ru.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/sv.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/sv.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/tr.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/tr.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/copyformatting/lang/zh.js": "/ninefolio/build/ckeditor/plugins/copyformatting/lang/zh.js",
+ "ninefolio/ckeditor/plugins/copyformatting/plugin.js": "/ninefolio/build/ckeditor/plugins/copyformatting/plugin.js",
+ "ninefolio/ckeditor/plugins/copyformatting/styles/copyformatting.css": "/ninefolio/build/ckeditor/plugins/copyformatting/styles/copyformatting.css",
+ "ninefolio/ckeditor/plugins/devtools/lang/_translationstatus.txt": "/ninefolio/build/ckeditor/plugins/devtools/lang/_translationstatus.txt",
+ "ninefolio/ckeditor/plugins/devtools/lang/ar.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ar.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/az.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/az.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/bg.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/bg.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/ca.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ca.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/cs.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/cs.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/cy.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/cy.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/da.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/da.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/de.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/de.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/el.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/el.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/en.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/en.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/eo.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/eo.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/es.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/es.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/et.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/et.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/eu.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/eu.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/fa.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/fa.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/fi.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/fi.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/fr.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/fr.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/gl.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/gl.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/gu.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/gu.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/he.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/he.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/hr.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/hr.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/hu.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/hu.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/id.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/id.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/it.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/it.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/ja.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ja.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/km.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/km.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/ko.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ko.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/ku.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ku.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/lt.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/lt.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/lv.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/lv.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/nb.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/nb.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/nl.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/nl.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/no.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/no.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/oc.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/oc.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/pl.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/pl.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/pt.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/pt.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/ro.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ro.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/ru.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ru.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/si.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/si.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/sk.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/sk.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/sl.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/sl.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/sq.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/sq.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/sr.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/sr.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/sv.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/sv.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/tr.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/tr.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/tt.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/tt.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/ug.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/ug.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/uk.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/uk.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/vi.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/vi.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/devtools/lang/zh.js": "/ninefolio/build/ckeditor/plugins/devtools/lang/zh.js",
+ "ninefolio/ckeditor/plugins/devtools/plugin.js": "/ninefolio/build/ckeditor/plugins/devtools/plugin.js",
+ "ninefolio/ckeditor/plugins/dialog/dialogDefinition.js": "/ninefolio/build/ckeditor/plugins/dialog/dialogDefinition.js",
+ "ninefolio/ckeditor/plugins/dialogadvtab/plugin.js": "/ninefolio/build/ckeditor/plugins/dialogadvtab/plugin.js",
+ "ninefolio/ckeditor/plugins/div/dialogs/div.js": "/ninefolio/build/ckeditor/plugins/div/dialogs/div.js",
+ "ninefolio/ckeditor/plugins/div/icons/creatediv.png": "/ninefolio/build/ckeditor/plugins/div/icons/creatediv.png",
+ "ninefolio/ckeditor/plugins/div/icons/hidpi/creatediv.png": "/ninefolio/build/ckeditor/plugins/div/icons/hidpi/creatediv.png",
+ "ninefolio/ckeditor/plugins/div/lang/af.js": "/ninefolio/build/ckeditor/plugins/div/lang/af.js",
+ "ninefolio/ckeditor/plugins/div/lang/ar.js": "/ninefolio/build/ckeditor/plugins/div/lang/ar.js",
+ "ninefolio/ckeditor/plugins/div/lang/az.js": "/ninefolio/build/ckeditor/plugins/div/lang/az.js",
+ "ninefolio/ckeditor/plugins/div/lang/bg.js": "/ninefolio/build/ckeditor/plugins/div/lang/bg.js",
+ "ninefolio/ckeditor/plugins/div/lang/bn.js": "/ninefolio/build/ckeditor/plugins/div/lang/bn.js",
+ "ninefolio/ckeditor/plugins/div/lang/bs.js": "/ninefolio/build/ckeditor/plugins/div/lang/bs.js",
+ "ninefolio/ckeditor/plugins/div/lang/ca.js": "/ninefolio/build/ckeditor/plugins/div/lang/ca.js",
+ "ninefolio/ckeditor/plugins/div/lang/cs.js": "/ninefolio/build/ckeditor/plugins/div/lang/cs.js",
+ "ninefolio/ckeditor/plugins/div/lang/cy.js": "/ninefolio/build/ckeditor/plugins/div/lang/cy.js",
+ "ninefolio/ckeditor/plugins/div/lang/da.js": "/ninefolio/build/ckeditor/plugins/div/lang/da.js",
+ "ninefolio/ckeditor/plugins/div/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/div/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/div/lang/de.js": "/ninefolio/build/ckeditor/plugins/div/lang/de.js",
+ "ninefolio/ckeditor/plugins/div/lang/el.js": "/ninefolio/build/ckeditor/plugins/div/lang/el.js",
+ "ninefolio/ckeditor/plugins/div/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/div/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/div/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/div/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/div/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/div/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/div/lang/en.js": "/ninefolio/build/ckeditor/plugins/div/lang/en.js",
+ "ninefolio/ckeditor/plugins/div/lang/eo.js": "/ninefolio/build/ckeditor/plugins/div/lang/eo.js",
+ "ninefolio/ckeditor/plugins/div/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/div/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/div/lang/es.js": "/ninefolio/build/ckeditor/plugins/div/lang/es.js",
+ "ninefolio/ckeditor/plugins/div/lang/et.js": "/ninefolio/build/ckeditor/plugins/div/lang/et.js",
+ "ninefolio/ckeditor/plugins/div/lang/eu.js": "/ninefolio/build/ckeditor/plugins/div/lang/eu.js",
+ "ninefolio/ckeditor/plugins/div/lang/fa.js": "/ninefolio/build/ckeditor/plugins/div/lang/fa.js",
+ "ninefolio/ckeditor/plugins/div/lang/fi.js": "/ninefolio/build/ckeditor/plugins/div/lang/fi.js",
+ "ninefolio/ckeditor/plugins/div/lang/fo.js": "/ninefolio/build/ckeditor/plugins/div/lang/fo.js",
+ "ninefolio/ckeditor/plugins/div/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/div/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/div/lang/fr.js": "/ninefolio/build/ckeditor/plugins/div/lang/fr.js",
+ "ninefolio/ckeditor/plugins/div/lang/gl.js": "/ninefolio/build/ckeditor/plugins/div/lang/gl.js",
+ "ninefolio/ckeditor/plugins/div/lang/gu.js": "/ninefolio/build/ckeditor/plugins/div/lang/gu.js",
+ "ninefolio/ckeditor/plugins/div/lang/he.js": "/ninefolio/build/ckeditor/plugins/div/lang/he.js",
+ "ninefolio/ckeditor/plugins/div/lang/hi.js": "/ninefolio/build/ckeditor/plugins/div/lang/hi.js",
+ "ninefolio/ckeditor/plugins/div/lang/hr.js": "/ninefolio/build/ckeditor/plugins/div/lang/hr.js",
+ "ninefolio/ckeditor/plugins/div/lang/hu.js": "/ninefolio/build/ckeditor/plugins/div/lang/hu.js",
+ "ninefolio/ckeditor/plugins/div/lang/id.js": "/ninefolio/build/ckeditor/plugins/div/lang/id.js",
+ "ninefolio/ckeditor/plugins/div/lang/is.js": "/ninefolio/build/ckeditor/plugins/div/lang/is.js",
+ "ninefolio/ckeditor/plugins/div/lang/it.js": "/ninefolio/build/ckeditor/plugins/div/lang/it.js",
+ "ninefolio/ckeditor/plugins/div/lang/ja.js": "/ninefolio/build/ckeditor/plugins/div/lang/ja.js",
+ "ninefolio/ckeditor/plugins/div/lang/ka.js": "/ninefolio/build/ckeditor/plugins/div/lang/ka.js",
+ "ninefolio/ckeditor/plugins/div/lang/km.js": "/ninefolio/build/ckeditor/plugins/div/lang/km.js",
+ "ninefolio/ckeditor/plugins/div/lang/ko.js": "/ninefolio/build/ckeditor/plugins/div/lang/ko.js",
+ "ninefolio/ckeditor/plugins/div/lang/ku.js": "/ninefolio/build/ckeditor/plugins/div/lang/ku.js",
+ "ninefolio/ckeditor/plugins/div/lang/lt.js": "/ninefolio/build/ckeditor/plugins/div/lang/lt.js",
+ "ninefolio/ckeditor/plugins/div/lang/lv.js": "/ninefolio/build/ckeditor/plugins/div/lang/lv.js",
+ "ninefolio/ckeditor/plugins/div/lang/mk.js": "/ninefolio/build/ckeditor/plugins/div/lang/mk.js",
+ "ninefolio/ckeditor/plugins/div/lang/mn.js": "/ninefolio/build/ckeditor/plugins/div/lang/mn.js",
+ "ninefolio/ckeditor/plugins/div/lang/ms.js": "/ninefolio/build/ckeditor/plugins/div/lang/ms.js",
+ "ninefolio/ckeditor/plugins/div/lang/nb.js": "/ninefolio/build/ckeditor/plugins/div/lang/nb.js",
+ "ninefolio/ckeditor/plugins/div/lang/nl.js": "/ninefolio/build/ckeditor/plugins/div/lang/nl.js",
+ "ninefolio/ckeditor/plugins/div/lang/no.js": "/ninefolio/build/ckeditor/plugins/div/lang/no.js",
+ "ninefolio/ckeditor/plugins/div/lang/oc.js": "/ninefolio/build/ckeditor/plugins/div/lang/oc.js",
+ "ninefolio/ckeditor/plugins/div/lang/pl.js": "/ninefolio/build/ckeditor/plugins/div/lang/pl.js",
+ "ninefolio/ckeditor/plugins/div/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/div/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/div/lang/pt.js": "/ninefolio/build/ckeditor/plugins/div/lang/pt.js",
+ "ninefolio/ckeditor/plugins/div/lang/ro.js": "/ninefolio/build/ckeditor/plugins/div/lang/ro.js",
+ "ninefolio/ckeditor/plugins/div/lang/ru.js": "/ninefolio/build/ckeditor/plugins/div/lang/ru.js",
+ "ninefolio/ckeditor/plugins/div/lang/si.js": "/ninefolio/build/ckeditor/plugins/div/lang/si.js",
+ "ninefolio/ckeditor/plugins/div/lang/sk.js": "/ninefolio/build/ckeditor/plugins/div/lang/sk.js",
+ "ninefolio/ckeditor/plugins/div/lang/sl.js": "/ninefolio/build/ckeditor/plugins/div/lang/sl.js",
+ "ninefolio/ckeditor/plugins/div/lang/sq.js": "/ninefolio/build/ckeditor/plugins/div/lang/sq.js",
+ "ninefolio/ckeditor/plugins/div/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/div/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/div/lang/sr.js": "/ninefolio/build/ckeditor/plugins/div/lang/sr.js",
+ "ninefolio/ckeditor/plugins/div/lang/sv.js": "/ninefolio/build/ckeditor/plugins/div/lang/sv.js",
+ "ninefolio/ckeditor/plugins/div/lang/th.js": "/ninefolio/build/ckeditor/plugins/div/lang/th.js",
+ "ninefolio/ckeditor/plugins/div/lang/tr.js": "/ninefolio/build/ckeditor/plugins/div/lang/tr.js",
+ "ninefolio/ckeditor/plugins/div/lang/tt.js": "/ninefolio/build/ckeditor/plugins/div/lang/tt.js",
+ "ninefolio/ckeditor/plugins/div/lang/ug.js": "/ninefolio/build/ckeditor/plugins/div/lang/ug.js",
+ "ninefolio/ckeditor/plugins/div/lang/uk.js": "/ninefolio/build/ckeditor/plugins/div/lang/uk.js",
+ "ninefolio/ckeditor/plugins/div/lang/vi.js": "/ninefolio/build/ckeditor/plugins/div/lang/vi.js",
+ "ninefolio/ckeditor/plugins/div/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/div/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/div/lang/zh.js": "/ninefolio/build/ckeditor/plugins/div/lang/zh.js",
+ "ninefolio/ckeditor/plugins/div/plugin.js": "/ninefolio/build/ckeditor/plugins/div/plugin.js",
+ "ninefolio/ckeditor/plugins/divarea/plugin.js": "/ninefolio/build/ckeditor/plugins/divarea/plugin.js",
+ "ninefolio/ckeditor/plugins/docprops/dialogs/docprops.js": "/ninefolio/build/ckeditor/plugins/docprops/dialogs/docprops.js",
+ "ninefolio/ckeditor/plugins/docprops/icons/docprops-rtl.png": "/ninefolio/build/ckeditor/plugins/docprops/icons/docprops-rtl.png",
+ "ninefolio/ckeditor/plugins/docprops/icons/docprops.png": "/ninefolio/build/ckeditor/plugins/docprops/icons/docprops.png",
+ "ninefolio/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png": "/ninefolio/build/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png",
+ "ninefolio/ckeditor/plugins/docprops/icons/hidpi/docprops.png": "/ninefolio/build/ckeditor/plugins/docprops/icons/hidpi/docprops.png",
+ "ninefolio/ckeditor/plugins/docprops/lang/af.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/af.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ar.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ar.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/az.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/az.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/bg.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/bg.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/bn.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/bn.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/bs.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/bs.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ca.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ca.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/cs.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/cs.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/cy.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/cy.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/da.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/da.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/de.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/de.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/el.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/el.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/en.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/en.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/eo.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/eo.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/es.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/es.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/et.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/et.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/eu.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/eu.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/fa.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/fa.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/fi.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/fi.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/fo.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/fo.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/fr.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/fr.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/gl.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/gl.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/gu.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/gu.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/he.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/he.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/hi.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/hi.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/hr.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/hr.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/hu.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/hu.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/id.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/id.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/is.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/is.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/it.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/it.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ja.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ja.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ka.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ka.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/km.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/km.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ko.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ko.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ku.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ku.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/lt.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/lt.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/lv.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/lv.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/mk.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/mk.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/mn.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/mn.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ms.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ms.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/nb.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/nb.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/nl.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/nl.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/no.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/no.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/oc.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/oc.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/pl.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/pl.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/pt.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/pt.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ro.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ro.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ru.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ru.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/si.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/si.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/sk.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/sk.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/sl.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/sl.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/sq.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/sq.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/sr.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/sr.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/sv.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/sv.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/th.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/th.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/tr.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/tr.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/tt.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/tt.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/ug.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/ug.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/uk.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/uk.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/vi.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/vi.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/docprops/lang/zh.js": "/ninefolio/build/ckeditor/plugins/docprops/lang/zh.js",
+ "ninefolio/ckeditor/plugins/docprops/plugin.js": "/ninefolio/build/ckeditor/plugins/docprops/plugin.js",
+ "ninefolio/ckeditor/plugins/easyimage/dialogs/easyimagealt.js": "/ninefolio/build/ckeditor/plugins/easyimage/dialogs/easyimagealt.js",
+ "ninefolio/ckeditor/plugins/easyimage/icons/easyimagealigncenter.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/easyimagealigncenter.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/easyimagealignleft.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/easyimagealignleft.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/easyimagealignright.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/easyimagealignright.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/easyimagealt.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/easyimagealt.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/easyimagefull.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/easyimagefull.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/easyimageside.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/easyimageside.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/easyimageupload.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/easyimageupload.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignleft.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignleft.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignright.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignright.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/hidpi/easyimagealt.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealt.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/hidpi/easyimageside.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/hidpi/easyimageside.png",
+ "ninefolio/ckeditor/plugins/easyimage/icons/hidpi/easyimageupload.png": "/ninefolio/build/ckeditor/plugins/easyimage/icons/hidpi/easyimageupload.png",
+ "ninefolio/ckeditor/plugins/easyimage/lang/en.js": "/ninefolio/build/ckeditor/plugins/easyimage/lang/en.js",
+ "ninefolio/ckeditor/plugins/easyimage/plugin.js": "/ninefolio/build/ckeditor/plugins/easyimage/plugin.js",
+ "ninefolio/ckeditor/plugins/easyimage/styles/easyimage.css": "/ninefolio/build/ckeditor/plugins/easyimage/styles/easyimage.css",
+ "ninefolio/ckeditor/plugins/embed/icons/embed.png": "/ninefolio/build/ckeditor/plugins/embed/icons/embed.png",
+ "ninefolio/ckeditor/plugins/embed/icons/hidpi/embed.png": "/ninefolio/build/ckeditor/plugins/embed/icons/hidpi/embed.png",
+ "ninefolio/ckeditor/plugins/embed/plugin.js": "/ninefolio/build/ckeditor/plugins/embed/plugin.js",
+ "ninefolio/ckeditor/plugins/embedbase/dialogs/embedbase.js": "/ninefolio/build/ckeditor/plugins/embedbase/dialogs/embedbase.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ar.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ar.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/az.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/az.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/bg.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/bg.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ca.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ca.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/cs.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/cs.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/da.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/da.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/de.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/de.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/en.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/en.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/eo.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/eo.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/es.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/es.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/et.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/et.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/eu.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/eu.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/fr.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/fr.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/gl.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/gl.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/hr.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/hr.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/hu.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/hu.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/id.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/id.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/it.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/it.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ja.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ja.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ko.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ko.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ku.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ku.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/lv.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/lv.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/nb.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/nb.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/nl.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/nl.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/oc.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/oc.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/pl.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/pl.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/pt.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/pt.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ro.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ro.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ru.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ru.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/sk.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/sk.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/sq.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/sq.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/sr.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/sr.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/sv.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/sv.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/tr.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/tr.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/ug.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/ug.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/uk.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/uk.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/embedbase/lang/zh.js": "/ninefolio/build/ckeditor/plugins/embedbase/lang/zh.js",
+ "ninefolio/ckeditor/plugins/embedbase/plugin.js": "/ninefolio/build/ckeditor/plugins/embedbase/plugin.js",
+ "ninefolio/ckeditor/plugins/embedsemantic/icons/embedsemantic.png": "/ninefolio/build/ckeditor/plugins/embedsemantic/icons/embedsemantic.png",
+ "ninefolio/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png": "/ninefolio/build/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png",
+ "ninefolio/ckeditor/plugins/embedsemantic/plugin.js": "/ninefolio/build/ckeditor/plugins/embedsemantic/plugin.js",
+ "ninefolio/ckeditor/plugins/emoji/assets/iconsall.png": "/ninefolio/build/ckeditor/plugins/emoji/assets/iconsall.png",
+ "ninefolio/ckeditor/plugins/emoji/assets/iconsall.svg": "/ninefolio/build/ckeditor/plugins/emoji/assets/iconsall.svg",
+ "ninefolio/ckeditor/plugins/emoji/emoji.json": "/ninefolio/build/ckeditor/plugins/emoji/emoji.json",
+ "ninefolio/ckeditor/plugins/emoji/icons/emojipanel.png": "/ninefolio/build/ckeditor/plugins/emoji/icons/emojipanel.png",
+ "ninefolio/ckeditor/plugins/emoji/icons/hidpi/emojipanel.png": "/ninefolio/build/ckeditor/plugins/emoji/icons/hidpi/emojipanel.png",
+ "ninefolio/ckeditor/plugins/emoji/lang/en.js": "/ninefolio/build/ckeditor/plugins/emoji/lang/en.js",
+ "ninefolio/ckeditor/plugins/emoji/plugin.js": "/ninefolio/build/ckeditor/plugins/emoji/plugin.js",
+ "ninefolio/ckeditor/plugins/emoji/skins/default.css": "/ninefolio/build/ckeditor/plugins/emoji/skins/default.css",
+ "ninefolio/ckeditor/plugins/find/dialogs/find.js": "/ninefolio/build/ckeditor/plugins/find/dialogs/find.js",
+ "ninefolio/ckeditor/plugins/find/icons/find-rtl.png": "/ninefolio/build/ckeditor/plugins/find/icons/find-rtl.png",
+ "ninefolio/ckeditor/plugins/find/icons/find.png": "/ninefolio/build/ckeditor/plugins/find/icons/find.png",
+ "ninefolio/ckeditor/plugins/find/icons/hidpi/find-rtl.png": "/ninefolio/build/ckeditor/plugins/find/icons/hidpi/find-rtl.png",
+ "ninefolio/ckeditor/plugins/find/icons/hidpi/find.png": "/ninefolio/build/ckeditor/plugins/find/icons/hidpi/find.png",
+ "ninefolio/ckeditor/plugins/find/icons/hidpi/replace.png": "/ninefolio/build/ckeditor/plugins/find/icons/hidpi/replace.png",
+ "ninefolio/ckeditor/plugins/find/icons/replace.png": "/ninefolio/build/ckeditor/plugins/find/icons/replace.png",
+ "ninefolio/ckeditor/plugins/find/lang/af.js": "/ninefolio/build/ckeditor/plugins/find/lang/af.js",
+ "ninefolio/ckeditor/plugins/find/lang/ar.js": "/ninefolio/build/ckeditor/plugins/find/lang/ar.js",
+ "ninefolio/ckeditor/plugins/find/lang/az.js": "/ninefolio/build/ckeditor/plugins/find/lang/az.js",
+ "ninefolio/ckeditor/plugins/find/lang/bg.js": "/ninefolio/build/ckeditor/plugins/find/lang/bg.js",
+ "ninefolio/ckeditor/plugins/find/lang/bn.js": "/ninefolio/build/ckeditor/plugins/find/lang/bn.js",
+ "ninefolio/ckeditor/plugins/find/lang/bs.js": "/ninefolio/build/ckeditor/plugins/find/lang/bs.js",
+ "ninefolio/ckeditor/plugins/find/lang/ca.js": "/ninefolio/build/ckeditor/plugins/find/lang/ca.js",
+ "ninefolio/ckeditor/plugins/find/lang/cs.js": "/ninefolio/build/ckeditor/plugins/find/lang/cs.js",
+ "ninefolio/ckeditor/plugins/find/lang/cy.js": "/ninefolio/build/ckeditor/plugins/find/lang/cy.js",
+ "ninefolio/ckeditor/plugins/find/lang/da.js": "/ninefolio/build/ckeditor/plugins/find/lang/da.js",
+ "ninefolio/ckeditor/plugins/find/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/find/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/find/lang/de.js": "/ninefolio/build/ckeditor/plugins/find/lang/de.js",
+ "ninefolio/ckeditor/plugins/find/lang/el.js": "/ninefolio/build/ckeditor/plugins/find/lang/el.js",
+ "ninefolio/ckeditor/plugins/find/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/find/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/find/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/find/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/find/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/find/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/find/lang/en.js": "/ninefolio/build/ckeditor/plugins/find/lang/en.js",
+ "ninefolio/ckeditor/plugins/find/lang/eo.js": "/ninefolio/build/ckeditor/plugins/find/lang/eo.js",
+ "ninefolio/ckeditor/plugins/find/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/find/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/find/lang/es.js": "/ninefolio/build/ckeditor/plugins/find/lang/es.js",
+ "ninefolio/ckeditor/plugins/find/lang/et.js": "/ninefolio/build/ckeditor/plugins/find/lang/et.js",
+ "ninefolio/ckeditor/plugins/find/lang/eu.js": "/ninefolio/build/ckeditor/plugins/find/lang/eu.js",
+ "ninefolio/ckeditor/plugins/find/lang/fa.js": "/ninefolio/build/ckeditor/plugins/find/lang/fa.js",
+ "ninefolio/ckeditor/plugins/find/lang/fi.js": "/ninefolio/build/ckeditor/plugins/find/lang/fi.js",
+ "ninefolio/ckeditor/plugins/find/lang/fo.js": "/ninefolio/build/ckeditor/plugins/find/lang/fo.js",
+ "ninefolio/ckeditor/plugins/find/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/find/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/find/lang/fr.js": "/ninefolio/build/ckeditor/plugins/find/lang/fr.js",
+ "ninefolio/ckeditor/plugins/find/lang/gl.js": "/ninefolio/build/ckeditor/plugins/find/lang/gl.js",
+ "ninefolio/ckeditor/plugins/find/lang/gu.js": "/ninefolio/build/ckeditor/plugins/find/lang/gu.js",
+ "ninefolio/ckeditor/plugins/find/lang/he.js": "/ninefolio/build/ckeditor/plugins/find/lang/he.js",
+ "ninefolio/ckeditor/plugins/find/lang/hi.js": "/ninefolio/build/ckeditor/plugins/find/lang/hi.js",
+ "ninefolio/ckeditor/plugins/find/lang/hr.js": "/ninefolio/build/ckeditor/plugins/find/lang/hr.js",
+ "ninefolio/ckeditor/plugins/find/lang/hu.js": "/ninefolio/build/ckeditor/plugins/find/lang/hu.js",
+ "ninefolio/ckeditor/plugins/find/lang/id.js": "/ninefolio/build/ckeditor/plugins/find/lang/id.js",
+ "ninefolio/ckeditor/plugins/find/lang/is.js": "/ninefolio/build/ckeditor/plugins/find/lang/is.js",
+ "ninefolio/ckeditor/plugins/find/lang/it.js": "/ninefolio/build/ckeditor/plugins/find/lang/it.js",
+ "ninefolio/ckeditor/plugins/find/lang/ja.js": "/ninefolio/build/ckeditor/plugins/find/lang/ja.js",
+ "ninefolio/ckeditor/plugins/find/lang/ka.js": "/ninefolio/build/ckeditor/plugins/find/lang/ka.js",
+ "ninefolio/ckeditor/plugins/find/lang/km.js": "/ninefolio/build/ckeditor/plugins/find/lang/km.js",
+ "ninefolio/ckeditor/plugins/find/lang/ko.js": "/ninefolio/build/ckeditor/plugins/find/lang/ko.js",
+ "ninefolio/ckeditor/plugins/find/lang/ku.js": "/ninefolio/build/ckeditor/plugins/find/lang/ku.js",
+ "ninefolio/ckeditor/plugins/find/lang/lt.js": "/ninefolio/build/ckeditor/plugins/find/lang/lt.js",
+ "ninefolio/ckeditor/plugins/find/lang/lv.js": "/ninefolio/build/ckeditor/plugins/find/lang/lv.js",
+ "ninefolio/ckeditor/plugins/find/lang/mk.js": "/ninefolio/build/ckeditor/plugins/find/lang/mk.js",
+ "ninefolio/ckeditor/plugins/find/lang/mn.js": "/ninefolio/build/ckeditor/plugins/find/lang/mn.js",
+ "ninefolio/ckeditor/plugins/find/lang/ms.js": "/ninefolio/build/ckeditor/plugins/find/lang/ms.js",
+ "ninefolio/ckeditor/plugins/find/lang/nb.js": "/ninefolio/build/ckeditor/plugins/find/lang/nb.js",
+ "ninefolio/ckeditor/plugins/find/lang/nl.js": "/ninefolio/build/ckeditor/plugins/find/lang/nl.js",
+ "ninefolio/ckeditor/plugins/find/lang/no.js": "/ninefolio/build/ckeditor/plugins/find/lang/no.js",
+ "ninefolio/ckeditor/plugins/find/lang/oc.js": "/ninefolio/build/ckeditor/plugins/find/lang/oc.js",
+ "ninefolio/ckeditor/plugins/find/lang/pl.js": "/ninefolio/build/ckeditor/plugins/find/lang/pl.js",
+ "ninefolio/ckeditor/plugins/find/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/find/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/find/lang/pt.js": "/ninefolio/build/ckeditor/plugins/find/lang/pt.js",
+ "ninefolio/ckeditor/plugins/find/lang/ro.js": "/ninefolio/build/ckeditor/plugins/find/lang/ro.js",
+ "ninefolio/ckeditor/plugins/find/lang/ru.js": "/ninefolio/build/ckeditor/plugins/find/lang/ru.js",
+ "ninefolio/ckeditor/plugins/find/lang/si.js": "/ninefolio/build/ckeditor/plugins/find/lang/si.js",
+ "ninefolio/ckeditor/plugins/find/lang/sk.js": "/ninefolio/build/ckeditor/plugins/find/lang/sk.js",
+ "ninefolio/ckeditor/plugins/find/lang/sl.js": "/ninefolio/build/ckeditor/plugins/find/lang/sl.js",
+ "ninefolio/ckeditor/plugins/find/lang/sq.js": "/ninefolio/build/ckeditor/plugins/find/lang/sq.js",
+ "ninefolio/ckeditor/plugins/find/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/find/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/find/lang/sr.js": "/ninefolio/build/ckeditor/plugins/find/lang/sr.js",
+ "ninefolio/ckeditor/plugins/find/lang/sv.js": "/ninefolio/build/ckeditor/plugins/find/lang/sv.js",
+ "ninefolio/ckeditor/plugins/find/lang/th.js": "/ninefolio/build/ckeditor/plugins/find/lang/th.js",
+ "ninefolio/ckeditor/plugins/find/lang/tr.js": "/ninefolio/build/ckeditor/plugins/find/lang/tr.js",
+ "ninefolio/ckeditor/plugins/find/lang/tt.js": "/ninefolio/build/ckeditor/plugins/find/lang/tt.js",
+ "ninefolio/ckeditor/plugins/find/lang/ug.js": "/ninefolio/build/ckeditor/plugins/find/lang/ug.js",
+ "ninefolio/ckeditor/plugins/find/lang/uk.js": "/ninefolio/build/ckeditor/plugins/find/lang/uk.js",
+ "ninefolio/ckeditor/plugins/find/lang/vi.js": "/ninefolio/build/ckeditor/plugins/find/lang/vi.js",
+ "ninefolio/ckeditor/plugins/find/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/find/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/find/lang/zh.js": "/ninefolio/build/ckeditor/plugins/find/lang/zh.js",
+ "ninefolio/ckeditor/plugins/find/plugin.js": "/ninefolio/build/ckeditor/plugins/find/plugin.js",
+ "ninefolio/ckeditor/plugins/flash/dialogs/flash.js": "/ninefolio/build/ckeditor/plugins/flash/dialogs/flash.js",
+ "ninefolio/ckeditor/plugins/flash/icons/flash.png": "/ninefolio/build/ckeditor/plugins/flash/icons/flash.png",
+ "ninefolio/ckeditor/plugins/flash/icons/hidpi/flash.png": "/ninefolio/build/ckeditor/plugins/flash/icons/hidpi/flash.png",
+ "ninefolio/ckeditor/plugins/flash/images/placeholder.png": "/ninefolio/build/ckeditor/plugins/flash/images/placeholder.png",
+ "ninefolio/ckeditor/plugins/flash/lang/af.js": "/ninefolio/build/ckeditor/plugins/flash/lang/af.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ar.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ar.js",
+ "ninefolio/ckeditor/plugins/flash/lang/az.js": "/ninefolio/build/ckeditor/plugins/flash/lang/az.js",
+ "ninefolio/ckeditor/plugins/flash/lang/bg.js": "/ninefolio/build/ckeditor/plugins/flash/lang/bg.js",
+ "ninefolio/ckeditor/plugins/flash/lang/bn.js": "/ninefolio/build/ckeditor/plugins/flash/lang/bn.js",
+ "ninefolio/ckeditor/plugins/flash/lang/bs.js": "/ninefolio/build/ckeditor/plugins/flash/lang/bs.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ca.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ca.js",
+ "ninefolio/ckeditor/plugins/flash/lang/cs.js": "/ninefolio/build/ckeditor/plugins/flash/lang/cs.js",
+ "ninefolio/ckeditor/plugins/flash/lang/cy.js": "/ninefolio/build/ckeditor/plugins/flash/lang/cy.js",
+ "ninefolio/ckeditor/plugins/flash/lang/da.js": "/ninefolio/build/ckeditor/plugins/flash/lang/da.js",
+ "ninefolio/ckeditor/plugins/flash/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/flash/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/flash/lang/de.js": "/ninefolio/build/ckeditor/plugins/flash/lang/de.js",
+ "ninefolio/ckeditor/plugins/flash/lang/el.js": "/ninefolio/build/ckeditor/plugins/flash/lang/el.js",
+ "ninefolio/ckeditor/plugins/flash/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/flash/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/flash/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/flash/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/flash/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/flash/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/flash/lang/en.js": "/ninefolio/build/ckeditor/plugins/flash/lang/en.js",
+ "ninefolio/ckeditor/plugins/flash/lang/eo.js": "/ninefolio/build/ckeditor/plugins/flash/lang/eo.js",
+ "ninefolio/ckeditor/plugins/flash/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/flash/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/flash/lang/es.js": "/ninefolio/build/ckeditor/plugins/flash/lang/es.js",
+ "ninefolio/ckeditor/plugins/flash/lang/et.js": "/ninefolio/build/ckeditor/plugins/flash/lang/et.js",
+ "ninefolio/ckeditor/plugins/flash/lang/eu.js": "/ninefolio/build/ckeditor/plugins/flash/lang/eu.js",
+ "ninefolio/ckeditor/plugins/flash/lang/fa.js": "/ninefolio/build/ckeditor/plugins/flash/lang/fa.js",
+ "ninefolio/ckeditor/plugins/flash/lang/fi.js": "/ninefolio/build/ckeditor/plugins/flash/lang/fi.js",
+ "ninefolio/ckeditor/plugins/flash/lang/fo.js": "/ninefolio/build/ckeditor/plugins/flash/lang/fo.js",
+ "ninefolio/ckeditor/plugins/flash/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/flash/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/flash/lang/fr.js": "/ninefolio/build/ckeditor/plugins/flash/lang/fr.js",
+ "ninefolio/ckeditor/plugins/flash/lang/gl.js": "/ninefolio/build/ckeditor/plugins/flash/lang/gl.js",
+ "ninefolio/ckeditor/plugins/flash/lang/gu.js": "/ninefolio/build/ckeditor/plugins/flash/lang/gu.js",
+ "ninefolio/ckeditor/plugins/flash/lang/he.js": "/ninefolio/build/ckeditor/plugins/flash/lang/he.js",
+ "ninefolio/ckeditor/plugins/flash/lang/hi.js": "/ninefolio/build/ckeditor/plugins/flash/lang/hi.js",
+ "ninefolio/ckeditor/plugins/flash/lang/hr.js": "/ninefolio/build/ckeditor/plugins/flash/lang/hr.js",
+ "ninefolio/ckeditor/plugins/flash/lang/hu.js": "/ninefolio/build/ckeditor/plugins/flash/lang/hu.js",
+ "ninefolio/ckeditor/plugins/flash/lang/id.js": "/ninefolio/build/ckeditor/plugins/flash/lang/id.js",
+ "ninefolio/ckeditor/plugins/flash/lang/is.js": "/ninefolio/build/ckeditor/plugins/flash/lang/is.js",
+ "ninefolio/ckeditor/plugins/flash/lang/it.js": "/ninefolio/build/ckeditor/plugins/flash/lang/it.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ja.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ja.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ka.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ka.js",
+ "ninefolio/ckeditor/plugins/flash/lang/km.js": "/ninefolio/build/ckeditor/plugins/flash/lang/km.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ko.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ko.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ku.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ku.js",
+ "ninefolio/ckeditor/plugins/flash/lang/lt.js": "/ninefolio/build/ckeditor/plugins/flash/lang/lt.js",
+ "ninefolio/ckeditor/plugins/flash/lang/lv.js": "/ninefolio/build/ckeditor/plugins/flash/lang/lv.js",
+ "ninefolio/ckeditor/plugins/flash/lang/mk.js": "/ninefolio/build/ckeditor/plugins/flash/lang/mk.js",
+ "ninefolio/ckeditor/plugins/flash/lang/mn.js": "/ninefolio/build/ckeditor/plugins/flash/lang/mn.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ms.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ms.js",
+ "ninefolio/ckeditor/plugins/flash/lang/nb.js": "/ninefolio/build/ckeditor/plugins/flash/lang/nb.js",
+ "ninefolio/ckeditor/plugins/flash/lang/nl.js": "/ninefolio/build/ckeditor/plugins/flash/lang/nl.js",
+ "ninefolio/ckeditor/plugins/flash/lang/no.js": "/ninefolio/build/ckeditor/plugins/flash/lang/no.js",
+ "ninefolio/ckeditor/plugins/flash/lang/oc.js": "/ninefolio/build/ckeditor/plugins/flash/lang/oc.js",
+ "ninefolio/ckeditor/plugins/flash/lang/pl.js": "/ninefolio/build/ckeditor/plugins/flash/lang/pl.js",
+ "ninefolio/ckeditor/plugins/flash/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/flash/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/flash/lang/pt.js": "/ninefolio/build/ckeditor/plugins/flash/lang/pt.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ro.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ro.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ru.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ru.js",
+ "ninefolio/ckeditor/plugins/flash/lang/si.js": "/ninefolio/build/ckeditor/plugins/flash/lang/si.js",
+ "ninefolio/ckeditor/plugins/flash/lang/sk.js": "/ninefolio/build/ckeditor/plugins/flash/lang/sk.js",
+ "ninefolio/ckeditor/plugins/flash/lang/sl.js": "/ninefolio/build/ckeditor/plugins/flash/lang/sl.js",
+ "ninefolio/ckeditor/plugins/flash/lang/sq.js": "/ninefolio/build/ckeditor/plugins/flash/lang/sq.js",
+ "ninefolio/ckeditor/plugins/flash/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/flash/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/flash/lang/sr.js": "/ninefolio/build/ckeditor/plugins/flash/lang/sr.js",
+ "ninefolio/ckeditor/plugins/flash/lang/sv.js": "/ninefolio/build/ckeditor/plugins/flash/lang/sv.js",
+ "ninefolio/ckeditor/plugins/flash/lang/th.js": "/ninefolio/build/ckeditor/plugins/flash/lang/th.js",
+ "ninefolio/ckeditor/plugins/flash/lang/tr.js": "/ninefolio/build/ckeditor/plugins/flash/lang/tr.js",
+ "ninefolio/ckeditor/plugins/flash/lang/tt.js": "/ninefolio/build/ckeditor/plugins/flash/lang/tt.js",
+ "ninefolio/ckeditor/plugins/flash/lang/ug.js": "/ninefolio/build/ckeditor/plugins/flash/lang/ug.js",
+ "ninefolio/ckeditor/plugins/flash/lang/uk.js": "/ninefolio/build/ckeditor/plugins/flash/lang/uk.js",
+ "ninefolio/ckeditor/plugins/flash/lang/vi.js": "/ninefolio/build/ckeditor/plugins/flash/lang/vi.js",
+ "ninefolio/ckeditor/plugins/flash/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/flash/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/flash/lang/zh.js": "/ninefolio/build/ckeditor/plugins/flash/lang/zh.js",
+ "ninefolio/ckeditor/plugins/flash/plugin.js": "/ninefolio/build/ckeditor/plugins/flash/plugin.js",
+ "ninefolio/ckeditor/plugins/font/lang/af.js": "/ninefolio/build/ckeditor/plugins/font/lang/af.js",
+ "ninefolio/ckeditor/plugins/font/lang/ar.js": "/ninefolio/build/ckeditor/plugins/font/lang/ar.js",
+ "ninefolio/ckeditor/plugins/font/lang/az.js": "/ninefolio/build/ckeditor/plugins/font/lang/az.js",
+ "ninefolio/ckeditor/plugins/font/lang/bg.js": "/ninefolio/build/ckeditor/plugins/font/lang/bg.js",
+ "ninefolio/ckeditor/plugins/font/lang/bn.js": "/ninefolio/build/ckeditor/plugins/font/lang/bn.js",
+ "ninefolio/ckeditor/plugins/font/lang/bs.js": "/ninefolio/build/ckeditor/plugins/font/lang/bs.js",
+ "ninefolio/ckeditor/plugins/font/lang/ca.js": "/ninefolio/build/ckeditor/plugins/font/lang/ca.js",
+ "ninefolio/ckeditor/plugins/font/lang/cs.js": "/ninefolio/build/ckeditor/plugins/font/lang/cs.js",
+ "ninefolio/ckeditor/plugins/font/lang/cy.js": "/ninefolio/build/ckeditor/plugins/font/lang/cy.js",
+ "ninefolio/ckeditor/plugins/font/lang/da.js": "/ninefolio/build/ckeditor/plugins/font/lang/da.js",
+ "ninefolio/ckeditor/plugins/font/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/font/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/font/lang/de.js": "/ninefolio/build/ckeditor/plugins/font/lang/de.js",
+ "ninefolio/ckeditor/plugins/font/lang/el.js": "/ninefolio/build/ckeditor/plugins/font/lang/el.js",
+ "ninefolio/ckeditor/plugins/font/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/font/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/font/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/font/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/font/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/font/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/font/lang/en.js": "/ninefolio/build/ckeditor/plugins/font/lang/en.js",
+ "ninefolio/ckeditor/plugins/font/lang/eo.js": "/ninefolio/build/ckeditor/plugins/font/lang/eo.js",
+ "ninefolio/ckeditor/plugins/font/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/font/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/font/lang/es.js": "/ninefolio/build/ckeditor/plugins/font/lang/es.js",
+ "ninefolio/ckeditor/plugins/font/lang/et.js": "/ninefolio/build/ckeditor/plugins/font/lang/et.js",
+ "ninefolio/ckeditor/plugins/font/lang/eu.js": "/ninefolio/build/ckeditor/plugins/font/lang/eu.js",
+ "ninefolio/ckeditor/plugins/font/lang/fa.js": "/ninefolio/build/ckeditor/plugins/font/lang/fa.js",
+ "ninefolio/ckeditor/plugins/font/lang/fi.js": "/ninefolio/build/ckeditor/plugins/font/lang/fi.js",
+ "ninefolio/ckeditor/plugins/font/lang/fo.js": "/ninefolio/build/ckeditor/plugins/font/lang/fo.js",
+ "ninefolio/ckeditor/plugins/font/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/font/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/font/lang/fr.js": "/ninefolio/build/ckeditor/plugins/font/lang/fr.js",
+ "ninefolio/ckeditor/plugins/font/lang/gl.js": "/ninefolio/build/ckeditor/plugins/font/lang/gl.js",
+ "ninefolio/ckeditor/plugins/font/lang/gu.js": "/ninefolio/build/ckeditor/plugins/font/lang/gu.js",
+ "ninefolio/ckeditor/plugins/font/lang/he.js": "/ninefolio/build/ckeditor/plugins/font/lang/he.js",
+ "ninefolio/ckeditor/plugins/font/lang/hi.js": "/ninefolio/build/ckeditor/plugins/font/lang/hi.js",
+ "ninefolio/ckeditor/plugins/font/lang/hr.js": "/ninefolio/build/ckeditor/plugins/font/lang/hr.js",
+ "ninefolio/ckeditor/plugins/font/lang/hu.js": "/ninefolio/build/ckeditor/plugins/font/lang/hu.js",
+ "ninefolio/ckeditor/plugins/font/lang/id.js": "/ninefolio/build/ckeditor/plugins/font/lang/id.js",
+ "ninefolio/ckeditor/plugins/font/lang/is.js": "/ninefolio/build/ckeditor/plugins/font/lang/is.js",
+ "ninefolio/ckeditor/plugins/font/lang/it.js": "/ninefolio/build/ckeditor/plugins/font/lang/it.js",
+ "ninefolio/ckeditor/plugins/font/lang/ja.js": "/ninefolio/build/ckeditor/plugins/font/lang/ja.js",
+ "ninefolio/ckeditor/plugins/font/lang/ka.js": "/ninefolio/build/ckeditor/plugins/font/lang/ka.js",
+ "ninefolio/ckeditor/plugins/font/lang/km.js": "/ninefolio/build/ckeditor/plugins/font/lang/km.js",
+ "ninefolio/ckeditor/plugins/font/lang/ko.js": "/ninefolio/build/ckeditor/plugins/font/lang/ko.js",
+ "ninefolio/ckeditor/plugins/font/lang/ku.js": "/ninefolio/build/ckeditor/plugins/font/lang/ku.js",
+ "ninefolio/ckeditor/plugins/font/lang/lt.js": "/ninefolio/build/ckeditor/plugins/font/lang/lt.js",
+ "ninefolio/ckeditor/plugins/font/lang/lv.js": "/ninefolio/build/ckeditor/plugins/font/lang/lv.js",
+ "ninefolio/ckeditor/plugins/font/lang/mk.js": "/ninefolio/build/ckeditor/plugins/font/lang/mk.js",
+ "ninefolio/ckeditor/plugins/font/lang/mn.js": "/ninefolio/build/ckeditor/plugins/font/lang/mn.js",
+ "ninefolio/ckeditor/plugins/font/lang/ms.js": "/ninefolio/build/ckeditor/plugins/font/lang/ms.js",
+ "ninefolio/ckeditor/plugins/font/lang/nb.js": "/ninefolio/build/ckeditor/plugins/font/lang/nb.js",
+ "ninefolio/ckeditor/plugins/font/lang/nl.js": "/ninefolio/build/ckeditor/plugins/font/lang/nl.js",
+ "ninefolio/ckeditor/plugins/font/lang/no.js": "/ninefolio/build/ckeditor/plugins/font/lang/no.js",
+ "ninefolio/ckeditor/plugins/font/lang/oc.js": "/ninefolio/build/ckeditor/plugins/font/lang/oc.js",
+ "ninefolio/ckeditor/plugins/font/lang/pl.js": "/ninefolio/build/ckeditor/plugins/font/lang/pl.js",
+ "ninefolio/ckeditor/plugins/font/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/font/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/font/lang/pt.js": "/ninefolio/build/ckeditor/plugins/font/lang/pt.js",
+ "ninefolio/ckeditor/plugins/font/lang/ro.js": "/ninefolio/build/ckeditor/plugins/font/lang/ro.js",
+ "ninefolio/ckeditor/plugins/font/lang/ru.js": "/ninefolio/build/ckeditor/plugins/font/lang/ru.js",
+ "ninefolio/ckeditor/plugins/font/lang/si.js": "/ninefolio/build/ckeditor/plugins/font/lang/si.js",
+ "ninefolio/ckeditor/plugins/font/lang/sk.js": "/ninefolio/build/ckeditor/plugins/font/lang/sk.js",
+ "ninefolio/ckeditor/plugins/font/lang/sl.js": "/ninefolio/build/ckeditor/plugins/font/lang/sl.js",
+ "ninefolio/ckeditor/plugins/font/lang/sq.js": "/ninefolio/build/ckeditor/plugins/font/lang/sq.js",
+ "ninefolio/ckeditor/plugins/font/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/font/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/font/lang/sr.js": "/ninefolio/build/ckeditor/plugins/font/lang/sr.js",
+ "ninefolio/ckeditor/plugins/font/lang/sv.js": "/ninefolio/build/ckeditor/plugins/font/lang/sv.js",
+ "ninefolio/ckeditor/plugins/font/lang/th.js": "/ninefolio/build/ckeditor/plugins/font/lang/th.js",
+ "ninefolio/ckeditor/plugins/font/lang/tr.js": "/ninefolio/build/ckeditor/plugins/font/lang/tr.js",
+ "ninefolio/ckeditor/plugins/font/lang/tt.js": "/ninefolio/build/ckeditor/plugins/font/lang/tt.js",
+ "ninefolio/ckeditor/plugins/font/lang/ug.js": "/ninefolio/build/ckeditor/plugins/font/lang/ug.js",
+ "ninefolio/ckeditor/plugins/font/lang/uk.js": "/ninefolio/build/ckeditor/plugins/font/lang/uk.js",
+ "ninefolio/ckeditor/plugins/font/lang/vi.js": "/ninefolio/build/ckeditor/plugins/font/lang/vi.js",
+ "ninefolio/ckeditor/plugins/font/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/font/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/font/lang/zh.js": "/ninefolio/build/ckeditor/plugins/font/lang/zh.js",
+ "ninefolio/ckeditor/plugins/font/plugin.js": "/ninefolio/build/ckeditor/plugins/font/plugin.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/button.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/button.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/checkbox.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/checkbox.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/form.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/form.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/hiddenfield.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/hiddenfield.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/radio.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/radio.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/select.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/select.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/textarea.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/textarea.js",
+ "ninefolio/ckeditor/plugins/forms/dialogs/textfield.js": "/ninefolio/build/ckeditor/plugins/forms/dialogs/textfield.js",
+ "ninefolio/ckeditor/plugins/forms/icons/button.png": "/ninefolio/build/ckeditor/plugins/forms/icons/button.png",
+ "ninefolio/ckeditor/plugins/forms/icons/checkbox.png": "/ninefolio/build/ckeditor/plugins/forms/icons/checkbox.png",
+ "ninefolio/ckeditor/plugins/forms/icons/form.png": "/ninefolio/build/ckeditor/plugins/forms/icons/form.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hiddenfield.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hiddenfield.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/button.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/button.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/checkbox.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/checkbox.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/form.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/form.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/imagebutton.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/imagebutton.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/radio.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/radio.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/select-rtl.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/select-rtl.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/select.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/select.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/textarea.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/textarea.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png",
+ "ninefolio/ckeditor/plugins/forms/icons/hidpi/textfield.png": "/ninefolio/build/ckeditor/plugins/forms/icons/hidpi/textfield.png",
+ "ninefolio/ckeditor/plugins/forms/icons/imagebutton.png": "/ninefolio/build/ckeditor/plugins/forms/icons/imagebutton.png",
+ "ninefolio/ckeditor/plugins/forms/icons/radio.png": "/ninefolio/build/ckeditor/plugins/forms/icons/radio.png",
+ "ninefolio/ckeditor/plugins/forms/icons/select-rtl.png": "/ninefolio/build/ckeditor/plugins/forms/icons/select-rtl.png",
+ "ninefolio/ckeditor/plugins/forms/icons/select.png": "/ninefolio/build/ckeditor/plugins/forms/icons/select.png",
+ "ninefolio/ckeditor/plugins/forms/icons/textarea-rtl.png": "/ninefolio/build/ckeditor/plugins/forms/icons/textarea-rtl.png",
+ "ninefolio/ckeditor/plugins/forms/icons/textarea.png": "/ninefolio/build/ckeditor/plugins/forms/icons/textarea.png",
+ "ninefolio/ckeditor/plugins/forms/icons/textfield-rtl.png": "/ninefolio/build/ckeditor/plugins/forms/icons/textfield-rtl.png",
+ "ninefolio/ckeditor/plugins/forms/icons/textfield.png": "/ninefolio/build/ckeditor/plugins/forms/icons/textfield.png",
+ "ninefolio/ckeditor/plugins/forms/images/hiddenfield.gif": "/ninefolio/build/ckeditor/plugins/forms/images/hiddenfield.gif",
+ "ninefolio/ckeditor/plugins/forms/lang/af.js": "/ninefolio/build/ckeditor/plugins/forms/lang/af.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ar.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ar.js",
+ "ninefolio/ckeditor/plugins/forms/lang/az.js": "/ninefolio/build/ckeditor/plugins/forms/lang/az.js",
+ "ninefolio/ckeditor/plugins/forms/lang/bg.js": "/ninefolio/build/ckeditor/plugins/forms/lang/bg.js",
+ "ninefolio/ckeditor/plugins/forms/lang/bn.js": "/ninefolio/build/ckeditor/plugins/forms/lang/bn.js",
+ "ninefolio/ckeditor/plugins/forms/lang/bs.js": "/ninefolio/build/ckeditor/plugins/forms/lang/bs.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ca.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ca.js",
+ "ninefolio/ckeditor/plugins/forms/lang/cs.js": "/ninefolio/build/ckeditor/plugins/forms/lang/cs.js",
+ "ninefolio/ckeditor/plugins/forms/lang/cy.js": "/ninefolio/build/ckeditor/plugins/forms/lang/cy.js",
+ "ninefolio/ckeditor/plugins/forms/lang/da.js": "/ninefolio/build/ckeditor/plugins/forms/lang/da.js",
+ "ninefolio/ckeditor/plugins/forms/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/forms/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/forms/lang/de.js": "/ninefolio/build/ckeditor/plugins/forms/lang/de.js",
+ "ninefolio/ckeditor/plugins/forms/lang/el.js": "/ninefolio/build/ckeditor/plugins/forms/lang/el.js",
+ "ninefolio/ckeditor/plugins/forms/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/forms/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/forms/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/forms/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/forms/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/forms/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/forms/lang/en.js": "/ninefolio/build/ckeditor/plugins/forms/lang/en.js",
+ "ninefolio/ckeditor/plugins/forms/lang/eo.js": "/ninefolio/build/ckeditor/plugins/forms/lang/eo.js",
+ "ninefolio/ckeditor/plugins/forms/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/forms/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/forms/lang/es.js": "/ninefolio/build/ckeditor/plugins/forms/lang/es.js",
+ "ninefolio/ckeditor/plugins/forms/lang/et.js": "/ninefolio/build/ckeditor/plugins/forms/lang/et.js",
+ "ninefolio/ckeditor/plugins/forms/lang/eu.js": "/ninefolio/build/ckeditor/plugins/forms/lang/eu.js",
+ "ninefolio/ckeditor/plugins/forms/lang/fa.js": "/ninefolio/build/ckeditor/plugins/forms/lang/fa.js",
+ "ninefolio/ckeditor/plugins/forms/lang/fi.js": "/ninefolio/build/ckeditor/plugins/forms/lang/fi.js",
+ "ninefolio/ckeditor/plugins/forms/lang/fo.js": "/ninefolio/build/ckeditor/plugins/forms/lang/fo.js",
+ "ninefolio/ckeditor/plugins/forms/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/forms/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/forms/lang/fr.js": "/ninefolio/build/ckeditor/plugins/forms/lang/fr.js",
+ "ninefolio/ckeditor/plugins/forms/lang/gl.js": "/ninefolio/build/ckeditor/plugins/forms/lang/gl.js",
+ "ninefolio/ckeditor/plugins/forms/lang/gu.js": "/ninefolio/build/ckeditor/plugins/forms/lang/gu.js",
+ "ninefolio/ckeditor/plugins/forms/lang/he.js": "/ninefolio/build/ckeditor/plugins/forms/lang/he.js",
+ "ninefolio/ckeditor/plugins/forms/lang/hi.js": "/ninefolio/build/ckeditor/plugins/forms/lang/hi.js",
+ "ninefolio/ckeditor/plugins/forms/lang/hr.js": "/ninefolio/build/ckeditor/plugins/forms/lang/hr.js",
+ "ninefolio/ckeditor/plugins/forms/lang/hu.js": "/ninefolio/build/ckeditor/plugins/forms/lang/hu.js",
+ "ninefolio/ckeditor/plugins/forms/lang/id.js": "/ninefolio/build/ckeditor/plugins/forms/lang/id.js",
+ "ninefolio/ckeditor/plugins/forms/lang/is.js": "/ninefolio/build/ckeditor/plugins/forms/lang/is.js",
+ "ninefolio/ckeditor/plugins/forms/lang/it.js": "/ninefolio/build/ckeditor/plugins/forms/lang/it.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ja.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ja.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ka.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ka.js",
+ "ninefolio/ckeditor/plugins/forms/lang/km.js": "/ninefolio/build/ckeditor/plugins/forms/lang/km.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ko.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ko.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ku.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ku.js",
+ "ninefolio/ckeditor/plugins/forms/lang/lt.js": "/ninefolio/build/ckeditor/plugins/forms/lang/lt.js",
+ "ninefolio/ckeditor/plugins/forms/lang/lv.js": "/ninefolio/build/ckeditor/plugins/forms/lang/lv.js",
+ "ninefolio/ckeditor/plugins/forms/lang/mk.js": "/ninefolio/build/ckeditor/plugins/forms/lang/mk.js",
+ "ninefolio/ckeditor/plugins/forms/lang/mn.js": "/ninefolio/build/ckeditor/plugins/forms/lang/mn.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ms.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ms.js",
+ "ninefolio/ckeditor/plugins/forms/lang/nb.js": "/ninefolio/build/ckeditor/plugins/forms/lang/nb.js",
+ "ninefolio/ckeditor/plugins/forms/lang/nl.js": "/ninefolio/build/ckeditor/plugins/forms/lang/nl.js",
+ "ninefolio/ckeditor/plugins/forms/lang/no.js": "/ninefolio/build/ckeditor/plugins/forms/lang/no.js",
+ "ninefolio/ckeditor/plugins/forms/lang/oc.js": "/ninefolio/build/ckeditor/plugins/forms/lang/oc.js",
+ "ninefolio/ckeditor/plugins/forms/lang/pl.js": "/ninefolio/build/ckeditor/plugins/forms/lang/pl.js",
+ "ninefolio/ckeditor/plugins/forms/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/forms/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/forms/lang/pt.js": "/ninefolio/build/ckeditor/plugins/forms/lang/pt.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ro.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ro.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ru.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ru.js",
+ "ninefolio/ckeditor/plugins/forms/lang/si.js": "/ninefolio/build/ckeditor/plugins/forms/lang/si.js",
+ "ninefolio/ckeditor/plugins/forms/lang/sk.js": "/ninefolio/build/ckeditor/plugins/forms/lang/sk.js",
+ "ninefolio/ckeditor/plugins/forms/lang/sl.js": "/ninefolio/build/ckeditor/plugins/forms/lang/sl.js",
+ "ninefolio/ckeditor/plugins/forms/lang/sq.js": "/ninefolio/build/ckeditor/plugins/forms/lang/sq.js",
+ "ninefolio/ckeditor/plugins/forms/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/forms/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/forms/lang/sr.js": "/ninefolio/build/ckeditor/plugins/forms/lang/sr.js",
+ "ninefolio/ckeditor/plugins/forms/lang/sv.js": "/ninefolio/build/ckeditor/plugins/forms/lang/sv.js",
+ "ninefolio/ckeditor/plugins/forms/lang/th.js": "/ninefolio/build/ckeditor/plugins/forms/lang/th.js",
+ "ninefolio/ckeditor/plugins/forms/lang/tr.js": "/ninefolio/build/ckeditor/plugins/forms/lang/tr.js",
+ "ninefolio/ckeditor/plugins/forms/lang/tt.js": "/ninefolio/build/ckeditor/plugins/forms/lang/tt.js",
+ "ninefolio/ckeditor/plugins/forms/lang/ug.js": "/ninefolio/build/ckeditor/plugins/forms/lang/ug.js",
+ "ninefolio/ckeditor/plugins/forms/lang/uk.js": "/ninefolio/build/ckeditor/plugins/forms/lang/uk.js",
+ "ninefolio/ckeditor/plugins/forms/lang/vi.js": "/ninefolio/build/ckeditor/plugins/forms/lang/vi.js",
+ "ninefolio/ckeditor/plugins/forms/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/forms/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/forms/lang/zh.js": "/ninefolio/build/ckeditor/plugins/forms/lang/zh.js",
+ "ninefolio/ckeditor/plugins/forms/plugin.js": "/ninefolio/build/ckeditor/plugins/forms/plugin.js",
+ "ninefolio/ckeditor/plugins/icons.png": "/ninefolio/build/ckeditor/plugins/icons.png",
+ "ninefolio/ckeditor/plugins/icons_hidpi.png": "/ninefolio/build/ckeditor/plugins/icons_hidpi.png",
+ "ninefolio/ckeditor/plugins/iframe/dialogs/iframe.js": "/ninefolio/build/ckeditor/plugins/iframe/dialogs/iframe.js",
+ "ninefolio/ckeditor/plugins/iframe/icons/hidpi/iframe.png": "/ninefolio/build/ckeditor/plugins/iframe/icons/hidpi/iframe.png",
+ "ninefolio/ckeditor/plugins/iframe/icons/iframe.png": "/ninefolio/build/ckeditor/plugins/iframe/icons/iframe.png",
+ "ninefolio/ckeditor/plugins/iframe/images/placeholder.png": "/ninefolio/build/ckeditor/plugins/iframe/images/placeholder.png",
+ "ninefolio/ckeditor/plugins/iframe/lang/af.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/af.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ar.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ar.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/az.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/az.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/bg.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/bg.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/bn.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/bn.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/bs.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/bs.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ca.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ca.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/cs.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/cs.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/cy.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/cy.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/da.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/da.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/de.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/de.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/el.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/el.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/en.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/en.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/eo.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/eo.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/es.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/es.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/et.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/et.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/eu.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/eu.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/fa.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/fa.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/fi.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/fi.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/fo.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/fo.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/fr.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/fr.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/gl.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/gl.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/gu.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/gu.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/he.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/he.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/hi.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/hi.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/hr.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/hr.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/hu.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/hu.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/id.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/id.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/is.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/is.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/it.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/it.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ja.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ja.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ka.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ka.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/km.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/km.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ko.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ko.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ku.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ku.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/lt.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/lt.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/lv.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/lv.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/mk.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/mk.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/mn.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/mn.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ms.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ms.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/nb.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/nb.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/nl.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/nl.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/no.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/no.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/oc.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/oc.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/pl.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/pl.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/pt.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/pt.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ro.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ro.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ru.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ru.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/si.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/si.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/sk.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/sk.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/sl.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/sl.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/sq.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/sq.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/sr.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/sr.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/sv.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/sv.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/th.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/th.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/tr.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/tr.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/tt.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/tt.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/ug.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/ug.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/uk.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/uk.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/vi.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/vi.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/iframe/lang/zh.js": "/ninefolio/build/ckeditor/plugins/iframe/lang/zh.js",
+ "ninefolio/ckeditor/plugins/iframe/plugin.js": "/ninefolio/build/ckeditor/plugins/iframe/plugin.js",
+ "ninefolio/ckeditor/plugins/iframedialog/plugin.js": "/ninefolio/build/ckeditor/plugins/iframedialog/plugin.js",
+ "ninefolio/ckeditor/plugins/image/dialogs/image.js": "/ninefolio/build/ckeditor/plugins/image/dialogs/image.js",
+ "ninefolio/ckeditor/plugins/image/images/noimage.png": "/ninefolio/build/ckeditor/plugins/image/images/noimage.png",
+ "ninefolio/ckeditor/plugins/image2/dialogs/image2.js": "/ninefolio/build/ckeditor/plugins/image2/dialogs/image2.js",
+ "ninefolio/ckeditor/plugins/image2/icons/hidpi/image.png": "/ninefolio/build/ckeditor/plugins/image2/icons/hidpi/image.png",
+ "ninefolio/ckeditor/plugins/image2/icons/image.png": "/ninefolio/build/ckeditor/plugins/image2/icons/image.png",
+ "ninefolio/ckeditor/plugins/image2/lang/af.js": "/ninefolio/build/ckeditor/plugins/image2/lang/af.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ar.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ar.js",
+ "ninefolio/ckeditor/plugins/image2/lang/az.js": "/ninefolio/build/ckeditor/plugins/image2/lang/az.js",
+ "ninefolio/ckeditor/plugins/image2/lang/bg.js": "/ninefolio/build/ckeditor/plugins/image2/lang/bg.js",
+ "ninefolio/ckeditor/plugins/image2/lang/bn.js": "/ninefolio/build/ckeditor/plugins/image2/lang/bn.js",
+ "ninefolio/ckeditor/plugins/image2/lang/bs.js": "/ninefolio/build/ckeditor/plugins/image2/lang/bs.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ca.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ca.js",
+ "ninefolio/ckeditor/plugins/image2/lang/cs.js": "/ninefolio/build/ckeditor/plugins/image2/lang/cs.js",
+ "ninefolio/ckeditor/plugins/image2/lang/cy.js": "/ninefolio/build/ckeditor/plugins/image2/lang/cy.js",
+ "ninefolio/ckeditor/plugins/image2/lang/da.js": "/ninefolio/build/ckeditor/plugins/image2/lang/da.js",
+ "ninefolio/ckeditor/plugins/image2/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/image2/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/image2/lang/de.js": "/ninefolio/build/ckeditor/plugins/image2/lang/de.js",
+ "ninefolio/ckeditor/plugins/image2/lang/el.js": "/ninefolio/build/ckeditor/plugins/image2/lang/el.js",
+ "ninefolio/ckeditor/plugins/image2/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/image2/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/image2/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/image2/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/image2/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/image2/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/image2/lang/en.js": "/ninefolio/build/ckeditor/plugins/image2/lang/en.js",
+ "ninefolio/ckeditor/plugins/image2/lang/eo.js": "/ninefolio/build/ckeditor/plugins/image2/lang/eo.js",
+ "ninefolio/ckeditor/plugins/image2/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/image2/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/image2/lang/es.js": "/ninefolio/build/ckeditor/plugins/image2/lang/es.js",
+ "ninefolio/ckeditor/plugins/image2/lang/et.js": "/ninefolio/build/ckeditor/plugins/image2/lang/et.js",
+ "ninefolio/ckeditor/plugins/image2/lang/eu.js": "/ninefolio/build/ckeditor/plugins/image2/lang/eu.js",
+ "ninefolio/ckeditor/plugins/image2/lang/fa.js": "/ninefolio/build/ckeditor/plugins/image2/lang/fa.js",
+ "ninefolio/ckeditor/plugins/image2/lang/fi.js": "/ninefolio/build/ckeditor/plugins/image2/lang/fi.js",
+ "ninefolio/ckeditor/plugins/image2/lang/fo.js": "/ninefolio/build/ckeditor/plugins/image2/lang/fo.js",
+ "ninefolio/ckeditor/plugins/image2/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/image2/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/image2/lang/fr.js": "/ninefolio/build/ckeditor/plugins/image2/lang/fr.js",
+ "ninefolio/ckeditor/plugins/image2/lang/gl.js": "/ninefolio/build/ckeditor/plugins/image2/lang/gl.js",
+ "ninefolio/ckeditor/plugins/image2/lang/gu.js": "/ninefolio/build/ckeditor/plugins/image2/lang/gu.js",
+ "ninefolio/ckeditor/plugins/image2/lang/he.js": "/ninefolio/build/ckeditor/plugins/image2/lang/he.js",
+ "ninefolio/ckeditor/plugins/image2/lang/hi.js": "/ninefolio/build/ckeditor/plugins/image2/lang/hi.js",
+ "ninefolio/ckeditor/plugins/image2/lang/hr.js": "/ninefolio/build/ckeditor/plugins/image2/lang/hr.js",
+ "ninefolio/ckeditor/plugins/image2/lang/hu.js": "/ninefolio/build/ckeditor/plugins/image2/lang/hu.js",
+ "ninefolio/ckeditor/plugins/image2/lang/id.js": "/ninefolio/build/ckeditor/plugins/image2/lang/id.js",
+ "ninefolio/ckeditor/plugins/image2/lang/is.js": "/ninefolio/build/ckeditor/plugins/image2/lang/is.js",
+ "ninefolio/ckeditor/plugins/image2/lang/it.js": "/ninefolio/build/ckeditor/plugins/image2/lang/it.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ja.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ja.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ka.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ka.js",
+ "ninefolio/ckeditor/plugins/image2/lang/km.js": "/ninefolio/build/ckeditor/plugins/image2/lang/km.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ko.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ko.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ku.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ku.js",
+ "ninefolio/ckeditor/plugins/image2/lang/lt.js": "/ninefolio/build/ckeditor/plugins/image2/lang/lt.js",
+ "ninefolio/ckeditor/plugins/image2/lang/lv.js": "/ninefolio/build/ckeditor/plugins/image2/lang/lv.js",
+ "ninefolio/ckeditor/plugins/image2/lang/mk.js": "/ninefolio/build/ckeditor/plugins/image2/lang/mk.js",
+ "ninefolio/ckeditor/plugins/image2/lang/mn.js": "/ninefolio/build/ckeditor/plugins/image2/lang/mn.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ms.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ms.js",
+ "ninefolio/ckeditor/plugins/image2/lang/nb.js": "/ninefolio/build/ckeditor/plugins/image2/lang/nb.js",
+ "ninefolio/ckeditor/plugins/image2/lang/nl.js": "/ninefolio/build/ckeditor/plugins/image2/lang/nl.js",
+ "ninefolio/ckeditor/plugins/image2/lang/no.js": "/ninefolio/build/ckeditor/plugins/image2/lang/no.js",
+ "ninefolio/ckeditor/plugins/image2/lang/oc.js": "/ninefolio/build/ckeditor/plugins/image2/lang/oc.js",
+ "ninefolio/ckeditor/plugins/image2/lang/pl.js": "/ninefolio/build/ckeditor/plugins/image2/lang/pl.js",
+ "ninefolio/ckeditor/plugins/image2/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/image2/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/image2/lang/pt.js": "/ninefolio/build/ckeditor/plugins/image2/lang/pt.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ro.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ro.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ru.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ru.js",
+ "ninefolio/ckeditor/plugins/image2/lang/si.js": "/ninefolio/build/ckeditor/plugins/image2/lang/si.js",
+ "ninefolio/ckeditor/plugins/image2/lang/sk.js": "/ninefolio/build/ckeditor/plugins/image2/lang/sk.js",
+ "ninefolio/ckeditor/plugins/image2/lang/sl.js": "/ninefolio/build/ckeditor/plugins/image2/lang/sl.js",
+ "ninefolio/ckeditor/plugins/image2/lang/sq.js": "/ninefolio/build/ckeditor/plugins/image2/lang/sq.js",
+ "ninefolio/ckeditor/plugins/image2/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/image2/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/image2/lang/sr.js": "/ninefolio/build/ckeditor/plugins/image2/lang/sr.js",
+ "ninefolio/ckeditor/plugins/image2/lang/sv.js": "/ninefolio/build/ckeditor/plugins/image2/lang/sv.js",
+ "ninefolio/ckeditor/plugins/image2/lang/th.js": "/ninefolio/build/ckeditor/plugins/image2/lang/th.js",
+ "ninefolio/ckeditor/plugins/image2/lang/tr.js": "/ninefolio/build/ckeditor/plugins/image2/lang/tr.js",
+ "ninefolio/ckeditor/plugins/image2/lang/tt.js": "/ninefolio/build/ckeditor/plugins/image2/lang/tt.js",
+ "ninefolio/ckeditor/plugins/image2/lang/ug.js": "/ninefolio/build/ckeditor/plugins/image2/lang/ug.js",
+ "ninefolio/ckeditor/plugins/image2/lang/uk.js": "/ninefolio/build/ckeditor/plugins/image2/lang/uk.js",
+ "ninefolio/ckeditor/plugins/image2/lang/vi.js": "/ninefolio/build/ckeditor/plugins/image2/lang/vi.js",
+ "ninefolio/ckeditor/plugins/image2/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/image2/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/image2/lang/zh.js": "/ninefolio/build/ckeditor/plugins/image2/lang/zh.js",
+ "ninefolio/ckeditor/plugins/image2/plugin.js": "/ninefolio/build/ckeditor/plugins/image2/plugin.js",
+ "ninefolio/ckeditor/plugins/imagebase/lang/en.js": "/ninefolio/build/ckeditor/plugins/imagebase/lang/en.js",
+ "ninefolio/ckeditor/plugins/imagebase/plugin.js": "/ninefolio/build/ckeditor/plugins/imagebase/plugin.js",
+ "ninefolio/ckeditor/plugins/imagebase/styles/imagebase.css": "/ninefolio/build/ckeditor/plugins/imagebase/styles/imagebase.css",
+ "ninefolio/ckeditor/plugins/indentblock/plugin.js": "/ninefolio/build/ckeditor/plugins/indentblock/plugin.js",
+ "ninefolio/ckeditor/plugins/justify/icons/hidpi/justifyblock.png": "/ninefolio/build/ckeditor/plugins/justify/icons/hidpi/justifyblock.png",
+ "ninefolio/ckeditor/plugins/justify/icons/hidpi/justifycenter.png": "/ninefolio/build/ckeditor/plugins/justify/icons/hidpi/justifycenter.png",
+ "ninefolio/ckeditor/plugins/justify/icons/hidpi/justifyleft.png": "/ninefolio/build/ckeditor/plugins/justify/icons/hidpi/justifyleft.png",
+ "ninefolio/ckeditor/plugins/justify/icons/hidpi/justifyright.png": "/ninefolio/build/ckeditor/plugins/justify/icons/hidpi/justifyright.png",
+ "ninefolio/ckeditor/plugins/justify/icons/justifyblock.png": "/ninefolio/build/ckeditor/plugins/justify/icons/justifyblock.png",
+ "ninefolio/ckeditor/plugins/justify/icons/justifycenter.png": "/ninefolio/build/ckeditor/plugins/justify/icons/justifycenter.png",
+ "ninefolio/ckeditor/plugins/justify/icons/justifyleft.png": "/ninefolio/build/ckeditor/plugins/justify/icons/justifyleft.png",
+ "ninefolio/ckeditor/plugins/justify/icons/justifyright.png": "/ninefolio/build/ckeditor/plugins/justify/icons/justifyright.png",
+ "ninefolio/ckeditor/plugins/justify/plugin.js": "/ninefolio/build/ckeditor/plugins/justify/plugin.js",
+ "ninefolio/ckeditor/plugins/language/icons/hidpi/language.png": "/ninefolio/build/ckeditor/plugins/language/icons/hidpi/language.png",
+ "ninefolio/ckeditor/plugins/language/icons/language.png": "/ninefolio/build/ckeditor/plugins/language/icons/language.png",
+ "ninefolio/ckeditor/plugins/language/lang/ar.js": "/ninefolio/build/ckeditor/plugins/language/lang/ar.js",
+ "ninefolio/ckeditor/plugins/language/lang/az.js": "/ninefolio/build/ckeditor/plugins/language/lang/az.js",
+ "ninefolio/ckeditor/plugins/language/lang/bg.js": "/ninefolio/build/ckeditor/plugins/language/lang/bg.js",
+ "ninefolio/ckeditor/plugins/language/lang/ca.js": "/ninefolio/build/ckeditor/plugins/language/lang/ca.js",
+ "ninefolio/ckeditor/plugins/language/lang/cs.js": "/ninefolio/build/ckeditor/plugins/language/lang/cs.js",
+ "ninefolio/ckeditor/plugins/language/lang/cy.js": "/ninefolio/build/ckeditor/plugins/language/lang/cy.js",
+ "ninefolio/ckeditor/plugins/language/lang/da.js": "/ninefolio/build/ckeditor/plugins/language/lang/da.js",
+ "ninefolio/ckeditor/plugins/language/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/language/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/language/lang/de.js": "/ninefolio/build/ckeditor/plugins/language/lang/de.js",
+ "ninefolio/ckeditor/plugins/language/lang/el.js": "/ninefolio/build/ckeditor/plugins/language/lang/el.js",
+ "ninefolio/ckeditor/plugins/language/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/language/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/language/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/language/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/language/lang/en.js": "/ninefolio/build/ckeditor/plugins/language/lang/en.js",
+ "ninefolio/ckeditor/plugins/language/lang/eo.js": "/ninefolio/build/ckeditor/plugins/language/lang/eo.js",
+ "ninefolio/ckeditor/plugins/language/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/language/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/language/lang/es.js": "/ninefolio/build/ckeditor/plugins/language/lang/es.js",
+ "ninefolio/ckeditor/plugins/language/lang/et.js": "/ninefolio/build/ckeditor/plugins/language/lang/et.js",
+ "ninefolio/ckeditor/plugins/language/lang/eu.js": "/ninefolio/build/ckeditor/plugins/language/lang/eu.js",
+ "ninefolio/ckeditor/plugins/language/lang/fa.js": "/ninefolio/build/ckeditor/plugins/language/lang/fa.js",
+ "ninefolio/ckeditor/plugins/language/lang/fi.js": "/ninefolio/build/ckeditor/plugins/language/lang/fi.js",
+ "ninefolio/ckeditor/plugins/language/lang/fo.js": "/ninefolio/build/ckeditor/plugins/language/lang/fo.js",
+ "ninefolio/ckeditor/plugins/language/lang/fr.js": "/ninefolio/build/ckeditor/plugins/language/lang/fr.js",
+ "ninefolio/ckeditor/plugins/language/lang/gl.js": "/ninefolio/build/ckeditor/plugins/language/lang/gl.js",
+ "ninefolio/ckeditor/plugins/language/lang/he.js": "/ninefolio/build/ckeditor/plugins/language/lang/he.js",
+ "ninefolio/ckeditor/plugins/language/lang/hr.js": "/ninefolio/build/ckeditor/plugins/language/lang/hr.js",
+ "ninefolio/ckeditor/plugins/language/lang/hu.js": "/ninefolio/build/ckeditor/plugins/language/lang/hu.js",
+ "ninefolio/ckeditor/plugins/language/lang/id.js": "/ninefolio/build/ckeditor/plugins/language/lang/id.js",
+ "ninefolio/ckeditor/plugins/language/lang/it.js": "/ninefolio/build/ckeditor/plugins/language/lang/it.js",
+ "ninefolio/ckeditor/plugins/language/lang/ja.js": "/ninefolio/build/ckeditor/plugins/language/lang/ja.js",
+ "ninefolio/ckeditor/plugins/language/lang/km.js": "/ninefolio/build/ckeditor/plugins/language/lang/km.js",
+ "ninefolio/ckeditor/plugins/language/lang/ko.js": "/ninefolio/build/ckeditor/plugins/language/lang/ko.js",
+ "ninefolio/ckeditor/plugins/language/lang/ku.js": "/ninefolio/build/ckeditor/plugins/language/lang/ku.js",
+ "ninefolio/ckeditor/plugins/language/lang/lt.js": "/ninefolio/build/ckeditor/plugins/language/lang/lt.js",
+ "ninefolio/ckeditor/plugins/language/lang/lv.js": "/ninefolio/build/ckeditor/plugins/language/lang/lv.js",
+ "ninefolio/ckeditor/plugins/language/lang/nb.js": "/ninefolio/build/ckeditor/plugins/language/lang/nb.js",
+ "ninefolio/ckeditor/plugins/language/lang/nl.js": "/ninefolio/build/ckeditor/plugins/language/lang/nl.js",
+ "ninefolio/ckeditor/plugins/language/lang/no.js": "/ninefolio/build/ckeditor/plugins/language/lang/no.js",
+ "ninefolio/ckeditor/plugins/language/lang/oc.js": "/ninefolio/build/ckeditor/plugins/language/lang/oc.js",
+ "ninefolio/ckeditor/plugins/language/lang/pl.js": "/ninefolio/build/ckeditor/plugins/language/lang/pl.js",
+ "ninefolio/ckeditor/plugins/language/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/language/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/language/lang/pt.js": "/ninefolio/build/ckeditor/plugins/language/lang/pt.js",
+ "ninefolio/ckeditor/plugins/language/lang/ro.js": "/ninefolio/build/ckeditor/plugins/language/lang/ro.js",
+ "ninefolio/ckeditor/plugins/language/lang/ru.js": "/ninefolio/build/ckeditor/plugins/language/lang/ru.js",
+ "ninefolio/ckeditor/plugins/language/lang/sk.js": "/ninefolio/build/ckeditor/plugins/language/lang/sk.js",
+ "ninefolio/ckeditor/plugins/language/lang/sl.js": "/ninefolio/build/ckeditor/plugins/language/lang/sl.js",
+ "ninefolio/ckeditor/plugins/language/lang/sq.js": "/ninefolio/build/ckeditor/plugins/language/lang/sq.js",
+ "ninefolio/ckeditor/plugins/language/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/language/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/language/lang/sr.js": "/ninefolio/build/ckeditor/plugins/language/lang/sr.js",
+ "ninefolio/ckeditor/plugins/language/lang/sv.js": "/ninefolio/build/ckeditor/plugins/language/lang/sv.js",
+ "ninefolio/ckeditor/plugins/language/lang/tr.js": "/ninefolio/build/ckeditor/plugins/language/lang/tr.js",
+ "ninefolio/ckeditor/plugins/language/lang/tt.js": "/ninefolio/build/ckeditor/plugins/language/lang/tt.js",
+ "ninefolio/ckeditor/plugins/language/lang/ug.js": "/ninefolio/build/ckeditor/plugins/language/lang/ug.js",
+ "ninefolio/ckeditor/plugins/language/lang/uk.js": "/ninefolio/build/ckeditor/plugins/language/lang/uk.js",
+ "ninefolio/ckeditor/plugins/language/lang/vi.js": "/ninefolio/build/ckeditor/plugins/language/lang/vi.js",
+ "ninefolio/ckeditor/plugins/language/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/language/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/language/lang/zh.js": "/ninefolio/build/ckeditor/plugins/language/lang/zh.js",
+ "ninefolio/ckeditor/plugins/language/plugin.js": "/ninefolio/build/ckeditor/plugins/language/plugin.js",
+ "ninefolio/ckeditor/plugins/link/dialogs/anchor.js": "/ninefolio/build/ckeditor/plugins/link/dialogs/anchor.js",
+ "ninefolio/ckeditor/plugins/link/dialogs/link.js": "/ninefolio/build/ckeditor/plugins/link/dialogs/link.js",
+ "ninefolio/ckeditor/plugins/link/images/anchor.png": "/ninefolio/build/ckeditor/plugins/link/images/anchor.png",
+ "ninefolio/ckeditor/plugins/link/images/hidpi/anchor.png": "/ninefolio/build/ckeditor/plugins/link/images/hidpi/anchor.png",
+ "ninefolio/ckeditor/plugins/liststyle/dialogs/liststyle.js": "/ninefolio/build/ckeditor/plugins/liststyle/dialogs/liststyle.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/af.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/af.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ar.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ar.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/az.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/az.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/bg.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/bg.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/bn.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/bn.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/bs.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/bs.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ca.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ca.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/cs.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/cs.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/cy.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/cy.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/da.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/da.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/de.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/de.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/el.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/el.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/en.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/en.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/eo.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/eo.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/es.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/es.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/et.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/et.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/eu.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/eu.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/fa.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/fa.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/fi.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/fi.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/fo.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/fo.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/fr.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/fr.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/gl.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/gl.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/gu.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/gu.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/he.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/he.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/hi.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/hi.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/hr.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/hr.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/hu.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/hu.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/id.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/id.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/is.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/is.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/it.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/it.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ja.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ja.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ka.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ka.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/km.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/km.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ko.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ko.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ku.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ku.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/lt.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/lt.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/lv.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/lv.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/mk.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/mk.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/mn.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/mn.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ms.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ms.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/nb.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/nb.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/nl.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/nl.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/no.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/no.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/oc.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/oc.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/pl.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/pl.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/pt.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/pt.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ro.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ro.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ru.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ru.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/si.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/si.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/sk.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/sk.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/sl.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/sl.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/sq.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/sq.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/sr.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/sr.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/sv.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/sv.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/th.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/th.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/tr.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/tr.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/tt.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/tt.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/ug.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/ug.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/uk.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/uk.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/vi.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/vi.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/liststyle/lang/zh.js": "/ninefolio/build/ckeditor/plugins/liststyle/lang/zh.js",
+ "ninefolio/ckeditor/plugins/liststyle/plugin.js": "/ninefolio/build/ckeditor/plugins/liststyle/plugin.js",
+ "ninefolio/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png": "/ninefolio/build/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png",
+ "ninefolio/ckeditor/plugins/magicline/images/hidpi/icon.png": "/ninefolio/build/ckeditor/plugins/magicline/images/hidpi/icon.png",
+ "ninefolio/ckeditor/plugins/magicline/images/icon-rtl.png": "/ninefolio/build/ckeditor/plugins/magicline/images/icon-rtl.png",
+ "ninefolio/ckeditor/plugins/magicline/images/icon.png": "/ninefolio/build/ckeditor/plugins/magicline/images/icon.png",
+ "ninefolio/ckeditor/plugins/mathjax/dialogs/mathjax.js": "/ninefolio/build/ckeditor/plugins/mathjax/dialogs/mathjax.js",
+ "ninefolio/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png": "/ninefolio/build/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png",
+ "ninefolio/ckeditor/plugins/mathjax/icons/mathjax.png": "/ninefolio/build/ckeditor/plugins/mathjax/icons/mathjax.png",
+ "ninefolio/ckeditor/plugins/mathjax/images/loader.gif": "/ninefolio/build/ckeditor/plugins/mathjax/images/loader.gif",
+ "ninefolio/ckeditor/plugins/mathjax/lang/af.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/af.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ar.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ar.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/az.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/az.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/bg.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/bg.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ca.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ca.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/cs.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/cs.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/cy.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/cy.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/da.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/da.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/de.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/de.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/el.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/el.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/en.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/en.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/eo.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/eo.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/es.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/es.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/et.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/et.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/eu.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/eu.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/fa.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/fa.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/fi.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/fi.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/fr.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/fr.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/gl.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/gl.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/he.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/he.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/hr.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/hr.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/hu.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/hu.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/id.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/id.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/it.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/it.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ja.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ja.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/km.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/km.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ko.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ko.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ku.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ku.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/lt.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/lt.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/lv.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/lv.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/nb.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/nb.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/nl.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/nl.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/no.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/no.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/oc.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/oc.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/pl.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/pl.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/pt.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/pt.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ro.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ro.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ru.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ru.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/sk.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/sk.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/sl.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/sl.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/sq.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/sq.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/sr.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/sr.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/sv.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/sv.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/tr.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/tr.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/tt.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/tt.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/ug.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/ug.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/uk.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/uk.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/vi.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/vi.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/mathjax/lang/zh.js": "/ninefolio/build/ckeditor/plugins/mathjax/lang/zh.js",
+ "ninefolio/ckeditor/plugins/mathjax/plugin.js": "/ninefolio/build/ckeditor/plugins/mathjax/plugin.js",
+ "ninefolio/ckeditor/plugins/mentions/plugin.js": "/ninefolio/build/ckeditor/plugins/mentions/plugin.js",
+ "ninefolio/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png": "/ninefolio/build/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png",
+ "ninefolio/ckeditor/plugins/newpage/icons/hidpi/newpage.png": "/ninefolio/build/ckeditor/plugins/newpage/icons/hidpi/newpage.png",
+ "ninefolio/ckeditor/plugins/newpage/icons/newpage-rtl.png": "/ninefolio/build/ckeditor/plugins/newpage/icons/newpage-rtl.png",
+ "ninefolio/ckeditor/plugins/newpage/icons/newpage.png": "/ninefolio/build/ckeditor/plugins/newpage/icons/newpage.png",
+ "ninefolio/ckeditor/plugins/newpage/lang/af.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/af.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ar.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ar.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/az.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/az.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/bg.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/bg.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/bn.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/bn.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/bs.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/bs.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ca.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ca.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/cs.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/cs.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/cy.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/cy.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/da.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/da.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/de.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/de.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/el.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/el.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/en.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/en.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/eo.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/eo.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/es.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/es.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/et.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/et.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/eu.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/eu.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/fa.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/fa.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/fi.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/fi.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/fo.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/fo.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/fr.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/fr.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/gl.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/gl.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/gu.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/gu.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/he.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/he.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/hi.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/hi.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/hr.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/hr.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/hu.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/hu.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/id.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/id.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/is.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/is.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/it.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/it.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ja.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ja.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ka.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ka.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/km.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/km.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ko.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ko.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ku.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ku.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/lt.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/lt.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/lv.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/lv.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/mk.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/mk.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/mn.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/mn.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ms.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ms.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/nb.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/nb.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/nl.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/nl.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/no.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/no.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/oc.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/oc.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/pl.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/pl.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/pt.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/pt.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ro.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ro.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ru.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ru.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/si.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/si.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/sk.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/sk.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/sl.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/sl.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/sq.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/sq.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/sr.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/sr.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/sv.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/sv.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/th.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/th.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/tr.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/tr.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/tt.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/tt.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/ug.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/ug.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/uk.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/uk.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/vi.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/vi.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/newpage/lang/zh.js": "/ninefolio/build/ckeditor/plugins/newpage/lang/zh.js",
+ "ninefolio/ckeditor/plugins/newpage/plugin.js": "/ninefolio/build/ckeditor/plugins/newpage/plugin.js",
+ "ninefolio/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png": "/ninefolio/build/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png",
+ "ninefolio/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png": "/ninefolio/build/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png",
+ "ninefolio/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png": "/ninefolio/build/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png",
+ "ninefolio/ckeditor/plugins/pagebreak/icons/pagebreak.png": "/ninefolio/build/ckeditor/plugins/pagebreak/icons/pagebreak.png",
+ "ninefolio/ckeditor/plugins/pagebreak/images/pagebreak.gif": "/ninefolio/build/ckeditor/plugins/pagebreak/images/pagebreak.gif",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/af.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/af.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ar.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ar.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/az.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/az.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/bg.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/bg.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/bn.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/bn.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/bs.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/bs.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ca.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ca.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/cs.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/cs.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/cy.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/cy.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/da.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/da.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/de.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/de.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/el.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/el.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/en.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/en.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/eo.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/eo.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/es.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/es.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/et.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/et.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/eu.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/eu.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/fa.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/fa.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/fi.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/fi.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/fo.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/fo.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/fr.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/fr.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/gl.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/gl.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/gu.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/gu.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/he.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/he.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/hi.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/hi.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/hr.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/hr.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/hu.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/hu.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/id.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/id.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/is.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/is.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/it.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/it.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ja.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ja.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ka.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ka.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/km.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/km.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ko.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ko.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ku.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ku.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/lt.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/lt.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/lv.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/lv.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/mk.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/mk.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/mn.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/mn.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ms.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ms.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/nb.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/nb.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/nl.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/nl.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/no.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/no.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/oc.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/oc.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/pl.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/pl.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/pt.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/pt.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ro.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ro.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ru.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ru.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/si.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/si.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/sk.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/sk.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/sl.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/sl.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/sq.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/sq.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/sr.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/sr.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/sv.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/sv.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/th.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/th.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/tr.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/tr.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/tt.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/tt.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/ug.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/ug.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/uk.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/uk.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/vi.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/vi.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/pagebreak/lang/zh.js": "/ninefolio/build/ckeditor/plugins/pagebreak/lang/zh.js",
+ "ninefolio/ckeditor/plugins/pagebreak/plugin.js": "/ninefolio/build/ckeditor/plugins/pagebreak/plugin.js",
+ "ninefolio/ckeditor/plugins/panelbutton/plugin.js": "/ninefolio/build/ckeditor/plugins/panelbutton/plugin.js",
+ "ninefolio/ckeditor/plugins/pastefromword/filter/default.js": "/ninefolio/build/ckeditor/plugins/pastefromword/filter/default.js",
+ "ninefolio/ckeditor/plugins/placeholder/dialogs/placeholder.js": "/ninefolio/build/ckeditor/plugins/placeholder/dialogs/placeholder.js",
+ "ninefolio/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png": "/ninefolio/build/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png",
+ "ninefolio/ckeditor/plugins/placeholder/icons/placeholder.png": "/ninefolio/build/ckeditor/plugins/placeholder/icons/placeholder.png",
+ "ninefolio/ckeditor/plugins/placeholder/lang/af.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/af.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ar.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ar.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/az.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/az.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/bg.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/bg.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ca.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ca.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/cs.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/cs.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/cy.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/cy.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/da.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/da.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/de.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/de.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/el.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/el.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/en.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/en.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/eo.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/eo.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/es.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/es.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/et.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/et.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/eu.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/eu.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/fa.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/fa.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/fi.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/fi.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/fr.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/fr.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/gl.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/gl.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/he.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/he.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/hr.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/hr.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/hu.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/hu.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/id.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/id.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/it.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/it.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ja.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ja.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/km.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/km.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ko.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ko.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ku.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ku.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/lv.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/lv.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/nb.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/nb.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/nl.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/nl.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/no.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/no.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/oc.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/oc.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/pl.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/pl.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/pt.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/pt.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ro.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ro.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ru.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ru.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/si.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/si.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/sk.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/sk.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/sl.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/sl.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/sq.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/sq.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/sr.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/sr.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/sv.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/sv.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/th.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/th.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/tr.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/tr.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/tt.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/tt.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/ug.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/ug.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/uk.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/uk.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/vi.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/vi.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/placeholder/lang/zh.js": "/ninefolio/build/ckeditor/plugins/placeholder/lang/zh.js",
+ "ninefolio/ckeditor/plugins/placeholder/plugin.js": "/ninefolio/build/ckeditor/plugins/placeholder/plugin.js",
+ "ninefolio/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png": "/ninefolio/build/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png",
+ "ninefolio/ckeditor/plugins/preview/icons/hidpi/preview.png": "/ninefolio/build/ckeditor/plugins/preview/icons/hidpi/preview.png",
+ "ninefolio/ckeditor/plugins/preview/icons/preview-rtl.png": "/ninefolio/build/ckeditor/plugins/preview/icons/preview-rtl.png",
+ "ninefolio/ckeditor/plugins/preview/icons/preview.png": "/ninefolio/build/ckeditor/plugins/preview/icons/preview.png",
+ "ninefolio/ckeditor/plugins/preview/lang/af.js": "/ninefolio/build/ckeditor/plugins/preview/lang/af.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ar.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ar.js",
+ "ninefolio/ckeditor/plugins/preview/lang/az.js": "/ninefolio/build/ckeditor/plugins/preview/lang/az.js",
+ "ninefolio/ckeditor/plugins/preview/lang/bg.js": "/ninefolio/build/ckeditor/plugins/preview/lang/bg.js",
+ "ninefolio/ckeditor/plugins/preview/lang/bn.js": "/ninefolio/build/ckeditor/plugins/preview/lang/bn.js",
+ "ninefolio/ckeditor/plugins/preview/lang/bs.js": "/ninefolio/build/ckeditor/plugins/preview/lang/bs.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ca.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ca.js",
+ "ninefolio/ckeditor/plugins/preview/lang/cs.js": "/ninefolio/build/ckeditor/plugins/preview/lang/cs.js",
+ "ninefolio/ckeditor/plugins/preview/lang/cy.js": "/ninefolio/build/ckeditor/plugins/preview/lang/cy.js",
+ "ninefolio/ckeditor/plugins/preview/lang/da.js": "/ninefolio/build/ckeditor/plugins/preview/lang/da.js",
+ "ninefolio/ckeditor/plugins/preview/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/preview/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/preview/lang/de.js": "/ninefolio/build/ckeditor/plugins/preview/lang/de.js",
+ "ninefolio/ckeditor/plugins/preview/lang/el.js": "/ninefolio/build/ckeditor/plugins/preview/lang/el.js",
+ "ninefolio/ckeditor/plugins/preview/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/preview/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/preview/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/preview/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/preview/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/preview/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/preview/lang/en.js": "/ninefolio/build/ckeditor/plugins/preview/lang/en.js",
+ "ninefolio/ckeditor/plugins/preview/lang/eo.js": "/ninefolio/build/ckeditor/plugins/preview/lang/eo.js",
+ "ninefolio/ckeditor/plugins/preview/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/preview/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/preview/lang/es.js": "/ninefolio/build/ckeditor/plugins/preview/lang/es.js",
+ "ninefolio/ckeditor/plugins/preview/lang/et.js": "/ninefolio/build/ckeditor/plugins/preview/lang/et.js",
+ "ninefolio/ckeditor/plugins/preview/lang/eu.js": "/ninefolio/build/ckeditor/plugins/preview/lang/eu.js",
+ "ninefolio/ckeditor/plugins/preview/lang/fa.js": "/ninefolio/build/ckeditor/plugins/preview/lang/fa.js",
+ "ninefolio/ckeditor/plugins/preview/lang/fi.js": "/ninefolio/build/ckeditor/plugins/preview/lang/fi.js",
+ "ninefolio/ckeditor/plugins/preview/lang/fo.js": "/ninefolio/build/ckeditor/plugins/preview/lang/fo.js",
+ "ninefolio/ckeditor/plugins/preview/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/preview/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/preview/lang/fr.js": "/ninefolio/build/ckeditor/plugins/preview/lang/fr.js",
+ "ninefolio/ckeditor/plugins/preview/lang/gl.js": "/ninefolio/build/ckeditor/plugins/preview/lang/gl.js",
+ "ninefolio/ckeditor/plugins/preview/lang/gu.js": "/ninefolio/build/ckeditor/plugins/preview/lang/gu.js",
+ "ninefolio/ckeditor/plugins/preview/lang/he.js": "/ninefolio/build/ckeditor/plugins/preview/lang/he.js",
+ "ninefolio/ckeditor/plugins/preview/lang/hi.js": "/ninefolio/build/ckeditor/plugins/preview/lang/hi.js",
+ "ninefolio/ckeditor/plugins/preview/lang/hr.js": "/ninefolio/build/ckeditor/plugins/preview/lang/hr.js",
+ "ninefolio/ckeditor/plugins/preview/lang/hu.js": "/ninefolio/build/ckeditor/plugins/preview/lang/hu.js",
+ "ninefolio/ckeditor/plugins/preview/lang/id.js": "/ninefolio/build/ckeditor/plugins/preview/lang/id.js",
+ "ninefolio/ckeditor/plugins/preview/lang/is.js": "/ninefolio/build/ckeditor/plugins/preview/lang/is.js",
+ "ninefolio/ckeditor/plugins/preview/lang/it.js": "/ninefolio/build/ckeditor/plugins/preview/lang/it.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ja.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ja.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ka.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ka.js",
+ "ninefolio/ckeditor/plugins/preview/lang/km.js": "/ninefolio/build/ckeditor/plugins/preview/lang/km.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ko.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ko.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ku.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ku.js",
+ "ninefolio/ckeditor/plugins/preview/lang/lt.js": "/ninefolio/build/ckeditor/plugins/preview/lang/lt.js",
+ "ninefolio/ckeditor/plugins/preview/lang/lv.js": "/ninefolio/build/ckeditor/plugins/preview/lang/lv.js",
+ "ninefolio/ckeditor/plugins/preview/lang/mk.js": "/ninefolio/build/ckeditor/plugins/preview/lang/mk.js",
+ "ninefolio/ckeditor/plugins/preview/lang/mn.js": "/ninefolio/build/ckeditor/plugins/preview/lang/mn.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ms.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ms.js",
+ "ninefolio/ckeditor/plugins/preview/lang/nb.js": "/ninefolio/build/ckeditor/plugins/preview/lang/nb.js",
+ "ninefolio/ckeditor/plugins/preview/lang/nl.js": "/ninefolio/build/ckeditor/plugins/preview/lang/nl.js",
+ "ninefolio/ckeditor/plugins/preview/lang/no.js": "/ninefolio/build/ckeditor/plugins/preview/lang/no.js",
+ "ninefolio/ckeditor/plugins/preview/lang/oc.js": "/ninefolio/build/ckeditor/plugins/preview/lang/oc.js",
+ "ninefolio/ckeditor/plugins/preview/lang/pl.js": "/ninefolio/build/ckeditor/plugins/preview/lang/pl.js",
+ "ninefolio/ckeditor/plugins/preview/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/preview/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/preview/lang/pt.js": "/ninefolio/build/ckeditor/plugins/preview/lang/pt.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ro.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ro.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ru.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ru.js",
+ "ninefolio/ckeditor/plugins/preview/lang/si.js": "/ninefolio/build/ckeditor/plugins/preview/lang/si.js",
+ "ninefolio/ckeditor/plugins/preview/lang/sk.js": "/ninefolio/build/ckeditor/plugins/preview/lang/sk.js",
+ "ninefolio/ckeditor/plugins/preview/lang/sl.js": "/ninefolio/build/ckeditor/plugins/preview/lang/sl.js",
+ "ninefolio/ckeditor/plugins/preview/lang/sq.js": "/ninefolio/build/ckeditor/plugins/preview/lang/sq.js",
+ "ninefolio/ckeditor/plugins/preview/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/preview/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/preview/lang/sr.js": "/ninefolio/build/ckeditor/plugins/preview/lang/sr.js",
+ "ninefolio/ckeditor/plugins/preview/lang/sv.js": "/ninefolio/build/ckeditor/plugins/preview/lang/sv.js",
+ "ninefolio/ckeditor/plugins/preview/lang/th.js": "/ninefolio/build/ckeditor/plugins/preview/lang/th.js",
+ "ninefolio/ckeditor/plugins/preview/lang/tr.js": "/ninefolio/build/ckeditor/plugins/preview/lang/tr.js",
+ "ninefolio/ckeditor/plugins/preview/lang/tt.js": "/ninefolio/build/ckeditor/plugins/preview/lang/tt.js",
+ "ninefolio/ckeditor/plugins/preview/lang/ug.js": "/ninefolio/build/ckeditor/plugins/preview/lang/ug.js",
+ "ninefolio/ckeditor/plugins/preview/lang/uk.js": "/ninefolio/build/ckeditor/plugins/preview/lang/uk.js",
+ "ninefolio/ckeditor/plugins/preview/lang/vi.js": "/ninefolio/build/ckeditor/plugins/preview/lang/vi.js",
+ "ninefolio/ckeditor/plugins/preview/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/preview/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/preview/lang/zh.js": "/ninefolio/build/ckeditor/plugins/preview/lang/zh.js",
+ "ninefolio/ckeditor/plugins/preview/plugin.js": "/ninefolio/build/ckeditor/plugins/preview/plugin.js",
+ "ninefolio/ckeditor/plugins/preview/preview.html": "/ninefolio/build/ckeditor/plugins/preview/preview.html",
+ "ninefolio/ckeditor/plugins/print/icons/hidpi/print.png": "/ninefolio/build/ckeditor/plugins/print/icons/hidpi/print.png",
+ "ninefolio/ckeditor/plugins/print/icons/print.png": "/ninefolio/build/ckeditor/plugins/print/icons/print.png",
+ "ninefolio/ckeditor/plugins/print/lang/af.js": "/ninefolio/build/ckeditor/plugins/print/lang/af.js",
+ "ninefolio/ckeditor/plugins/print/lang/ar.js": "/ninefolio/build/ckeditor/plugins/print/lang/ar.js",
+ "ninefolio/ckeditor/plugins/print/lang/az.js": "/ninefolio/build/ckeditor/plugins/print/lang/az.js",
+ "ninefolio/ckeditor/plugins/print/lang/bg.js": "/ninefolio/build/ckeditor/plugins/print/lang/bg.js",
+ "ninefolio/ckeditor/plugins/print/lang/bn.js": "/ninefolio/build/ckeditor/plugins/print/lang/bn.js",
+ "ninefolio/ckeditor/plugins/print/lang/bs.js": "/ninefolio/build/ckeditor/plugins/print/lang/bs.js",
+ "ninefolio/ckeditor/plugins/print/lang/ca.js": "/ninefolio/build/ckeditor/plugins/print/lang/ca.js",
+ "ninefolio/ckeditor/plugins/print/lang/cs.js": "/ninefolio/build/ckeditor/plugins/print/lang/cs.js",
+ "ninefolio/ckeditor/plugins/print/lang/cy.js": "/ninefolio/build/ckeditor/plugins/print/lang/cy.js",
+ "ninefolio/ckeditor/plugins/print/lang/da.js": "/ninefolio/build/ckeditor/plugins/print/lang/da.js",
+ "ninefolio/ckeditor/plugins/print/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/print/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/print/lang/de.js": "/ninefolio/build/ckeditor/plugins/print/lang/de.js",
+ "ninefolio/ckeditor/plugins/print/lang/el.js": "/ninefolio/build/ckeditor/plugins/print/lang/el.js",
+ "ninefolio/ckeditor/plugins/print/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/print/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/print/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/print/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/print/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/print/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/print/lang/en.js": "/ninefolio/build/ckeditor/plugins/print/lang/en.js",
+ "ninefolio/ckeditor/plugins/print/lang/eo.js": "/ninefolio/build/ckeditor/plugins/print/lang/eo.js",
+ "ninefolio/ckeditor/plugins/print/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/print/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/print/lang/es.js": "/ninefolio/build/ckeditor/plugins/print/lang/es.js",
+ "ninefolio/ckeditor/plugins/print/lang/et.js": "/ninefolio/build/ckeditor/plugins/print/lang/et.js",
+ "ninefolio/ckeditor/plugins/print/lang/eu.js": "/ninefolio/build/ckeditor/plugins/print/lang/eu.js",
+ "ninefolio/ckeditor/plugins/print/lang/fa.js": "/ninefolio/build/ckeditor/plugins/print/lang/fa.js",
+ "ninefolio/ckeditor/plugins/print/lang/fi.js": "/ninefolio/build/ckeditor/plugins/print/lang/fi.js",
+ "ninefolio/ckeditor/plugins/print/lang/fo.js": "/ninefolio/build/ckeditor/plugins/print/lang/fo.js",
+ "ninefolio/ckeditor/plugins/print/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/print/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/print/lang/fr.js": "/ninefolio/build/ckeditor/plugins/print/lang/fr.js",
+ "ninefolio/ckeditor/plugins/print/lang/gl.js": "/ninefolio/build/ckeditor/plugins/print/lang/gl.js",
+ "ninefolio/ckeditor/plugins/print/lang/gu.js": "/ninefolio/build/ckeditor/plugins/print/lang/gu.js",
+ "ninefolio/ckeditor/plugins/print/lang/he.js": "/ninefolio/build/ckeditor/plugins/print/lang/he.js",
+ "ninefolio/ckeditor/plugins/print/lang/hi.js": "/ninefolio/build/ckeditor/plugins/print/lang/hi.js",
+ "ninefolio/ckeditor/plugins/print/lang/hr.js": "/ninefolio/build/ckeditor/plugins/print/lang/hr.js",
+ "ninefolio/ckeditor/plugins/print/lang/hu.js": "/ninefolio/build/ckeditor/plugins/print/lang/hu.js",
+ "ninefolio/ckeditor/plugins/print/lang/id.js": "/ninefolio/build/ckeditor/plugins/print/lang/id.js",
+ "ninefolio/ckeditor/plugins/print/lang/is.js": "/ninefolio/build/ckeditor/plugins/print/lang/is.js",
+ "ninefolio/ckeditor/plugins/print/lang/it.js": "/ninefolio/build/ckeditor/plugins/print/lang/it.js",
+ "ninefolio/ckeditor/plugins/print/lang/ja.js": "/ninefolio/build/ckeditor/plugins/print/lang/ja.js",
+ "ninefolio/ckeditor/plugins/print/lang/ka.js": "/ninefolio/build/ckeditor/plugins/print/lang/ka.js",
+ "ninefolio/ckeditor/plugins/print/lang/km.js": "/ninefolio/build/ckeditor/plugins/print/lang/km.js",
+ "ninefolio/ckeditor/plugins/print/lang/ko.js": "/ninefolio/build/ckeditor/plugins/print/lang/ko.js",
+ "ninefolio/ckeditor/plugins/print/lang/ku.js": "/ninefolio/build/ckeditor/plugins/print/lang/ku.js",
+ "ninefolio/ckeditor/plugins/print/lang/lt.js": "/ninefolio/build/ckeditor/plugins/print/lang/lt.js",
+ "ninefolio/ckeditor/plugins/print/lang/lv.js": "/ninefolio/build/ckeditor/plugins/print/lang/lv.js",
+ "ninefolio/ckeditor/plugins/print/lang/mk.js": "/ninefolio/build/ckeditor/plugins/print/lang/mk.js",
+ "ninefolio/ckeditor/plugins/print/lang/mn.js": "/ninefolio/build/ckeditor/plugins/print/lang/mn.js",
+ "ninefolio/ckeditor/plugins/print/lang/ms.js": "/ninefolio/build/ckeditor/plugins/print/lang/ms.js",
+ "ninefolio/ckeditor/plugins/print/lang/nb.js": "/ninefolio/build/ckeditor/plugins/print/lang/nb.js",
+ "ninefolio/ckeditor/plugins/print/lang/nl.js": "/ninefolio/build/ckeditor/plugins/print/lang/nl.js",
+ "ninefolio/ckeditor/plugins/print/lang/no.js": "/ninefolio/build/ckeditor/plugins/print/lang/no.js",
+ "ninefolio/ckeditor/plugins/print/lang/oc.js": "/ninefolio/build/ckeditor/plugins/print/lang/oc.js",
+ "ninefolio/ckeditor/plugins/print/lang/pl.js": "/ninefolio/build/ckeditor/plugins/print/lang/pl.js",
+ "ninefolio/ckeditor/plugins/print/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/print/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/print/lang/pt.js": "/ninefolio/build/ckeditor/plugins/print/lang/pt.js",
+ "ninefolio/ckeditor/plugins/print/lang/ro.js": "/ninefolio/build/ckeditor/plugins/print/lang/ro.js",
+ "ninefolio/ckeditor/plugins/print/lang/ru.js": "/ninefolio/build/ckeditor/plugins/print/lang/ru.js",
+ "ninefolio/ckeditor/plugins/print/lang/si.js": "/ninefolio/build/ckeditor/plugins/print/lang/si.js",
+ "ninefolio/ckeditor/plugins/print/lang/sk.js": "/ninefolio/build/ckeditor/plugins/print/lang/sk.js",
+ "ninefolio/ckeditor/plugins/print/lang/sl.js": "/ninefolio/build/ckeditor/plugins/print/lang/sl.js",
+ "ninefolio/ckeditor/plugins/print/lang/sq.js": "/ninefolio/build/ckeditor/plugins/print/lang/sq.js",
+ "ninefolio/ckeditor/plugins/print/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/print/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/print/lang/sr.js": "/ninefolio/build/ckeditor/plugins/print/lang/sr.js",
+ "ninefolio/ckeditor/plugins/print/lang/sv.js": "/ninefolio/build/ckeditor/plugins/print/lang/sv.js",
+ "ninefolio/ckeditor/plugins/print/lang/th.js": "/ninefolio/build/ckeditor/plugins/print/lang/th.js",
+ "ninefolio/ckeditor/plugins/print/lang/tr.js": "/ninefolio/build/ckeditor/plugins/print/lang/tr.js",
+ "ninefolio/ckeditor/plugins/print/lang/tt.js": "/ninefolio/build/ckeditor/plugins/print/lang/tt.js",
+ "ninefolio/ckeditor/plugins/print/lang/ug.js": "/ninefolio/build/ckeditor/plugins/print/lang/ug.js",
+ "ninefolio/ckeditor/plugins/print/lang/uk.js": "/ninefolio/build/ckeditor/plugins/print/lang/uk.js",
+ "ninefolio/ckeditor/plugins/print/lang/vi.js": "/ninefolio/build/ckeditor/plugins/print/lang/vi.js",
+ "ninefolio/ckeditor/plugins/print/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/print/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/print/lang/zh.js": "/ninefolio/build/ckeditor/plugins/print/lang/zh.js",
+ "ninefolio/ckeditor/plugins/print/plugin.js": "/ninefolio/build/ckeditor/plugins/print/plugin.js",
+ "ninefolio/ckeditor/plugins/save/icons/hidpi/save.png": "/ninefolio/build/ckeditor/plugins/save/icons/hidpi/save.png",
+ "ninefolio/ckeditor/plugins/save/icons/save.png": "/ninefolio/build/ckeditor/plugins/save/icons/save.png",
+ "ninefolio/ckeditor/plugins/save/lang/af.js": "/ninefolio/build/ckeditor/plugins/save/lang/af.js",
+ "ninefolio/ckeditor/plugins/save/lang/ar.js": "/ninefolio/build/ckeditor/plugins/save/lang/ar.js",
+ "ninefolio/ckeditor/plugins/save/lang/az.js": "/ninefolio/build/ckeditor/plugins/save/lang/az.js",
+ "ninefolio/ckeditor/plugins/save/lang/bg.js": "/ninefolio/build/ckeditor/plugins/save/lang/bg.js",
+ "ninefolio/ckeditor/plugins/save/lang/bn.js": "/ninefolio/build/ckeditor/plugins/save/lang/bn.js",
+ "ninefolio/ckeditor/plugins/save/lang/bs.js": "/ninefolio/build/ckeditor/plugins/save/lang/bs.js",
+ "ninefolio/ckeditor/plugins/save/lang/ca.js": "/ninefolio/build/ckeditor/plugins/save/lang/ca.js",
+ "ninefolio/ckeditor/plugins/save/lang/cs.js": "/ninefolio/build/ckeditor/plugins/save/lang/cs.js",
+ "ninefolio/ckeditor/plugins/save/lang/cy.js": "/ninefolio/build/ckeditor/plugins/save/lang/cy.js",
+ "ninefolio/ckeditor/plugins/save/lang/da.js": "/ninefolio/build/ckeditor/plugins/save/lang/da.js",
+ "ninefolio/ckeditor/plugins/save/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/save/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/save/lang/de.js": "/ninefolio/build/ckeditor/plugins/save/lang/de.js",
+ "ninefolio/ckeditor/plugins/save/lang/el.js": "/ninefolio/build/ckeditor/plugins/save/lang/el.js",
+ "ninefolio/ckeditor/plugins/save/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/save/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/save/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/save/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/save/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/save/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/save/lang/en.js": "/ninefolio/build/ckeditor/plugins/save/lang/en.js",
+ "ninefolio/ckeditor/plugins/save/lang/eo.js": "/ninefolio/build/ckeditor/plugins/save/lang/eo.js",
+ "ninefolio/ckeditor/plugins/save/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/save/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/save/lang/es.js": "/ninefolio/build/ckeditor/plugins/save/lang/es.js",
+ "ninefolio/ckeditor/plugins/save/lang/et.js": "/ninefolio/build/ckeditor/plugins/save/lang/et.js",
+ "ninefolio/ckeditor/plugins/save/lang/eu.js": "/ninefolio/build/ckeditor/plugins/save/lang/eu.js",
+ "ninefolio/ckeditor/plugins/save/lang/fa.js": "/ninefolio/build/ckeditor/plugins/save/lang/fa.js",
+ "ninefolio/ckeditor/plugins/save/lang/fi.js": "/ninefolio/build/ckeditor/plugins/save/lang/fi.js",
+ "ninefolio/ckeditor/plugins/save/lang/fo.js": "/ninefolio/build/ckeditor/plugins/save/lang/fo.js",
+ "ninefolio/ckeditor/plugins/save/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/save/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/save/lang/fr.js": "/ninefolio/build/ckeditor/plugins/save/lang/fr.js",
+ "ninefolio/ckeditor/plugins/save/lang/gl.js": "/ninefolio/build/ckeditor/plugins/save/lang/gl.js",
+ "ninefolio/ckeditor/plugins/save/lang/gu.js": "/ninefolio/build/ckeditor/plugins/save/lang/gu.js",
+ "ninefolio/ckeditor/plugins/save/lang/he.js": "/ninefolio/build/ckeditor/plugins/save/lang/he.js",
+ "ninefolio/ckeditor/plugins/save/lang/hi.js": "/ninefolio/build/ckeditor/plugins/save/lang/hi.js",
+ "ninefolio/ckeditor/plugins/save/lang/hr.js": "/ninefolio/build/ckeditor/plugins/save/lang/hr.js",
+ "ninefolio/ckeditor/plugins/save/lang/hu.js": "/ninefolio/build/ckeditor/plugins/save/lang/hu.js",
+ "ninefolio/ckeditor/plugins/save/lang/id.js": "/ninefolio/build/ckeditor/plugins/save/lang/id.js",
+ "ninefolio/ckeditor/plugins/save/lang/is.js": "/ninefolio/build/ckeditor/plugins/save/lang/is.js",
+ "ninefolio/ckeditor/plugins/save/lang/it.js": "/ninefolio/build/ckeditor/plugins/save/lang/it.js",
+ "ninefolio/ckeditor/plugins/save/lang/ja.js": "/ninefolio/build/ckeditor/plugins/save/lang/ja.js",
+ "ninefolio/ckeditor/plugins/save/lang/ka.js": "/ninefolio/build/ckeditor/plugins/save/lang/ka.js",
+ "ninefolio/ckeditor/plugins/save/lang/km.js": "/ninefolio/build/ckeditor/plugins/save/lang/km.js",
+ "ninefolio/ckeditor/plugins/save/lang/ko.js": "/ninefolio/build/ckeditor/plugins/save/lang/ko.js",
+ "ninefolio/ckeditor/plugins/save/lang/ku.js": "/ninefolio/build/ckeditor/plugins/save/lang/ku.js",
+ "ninefolio/ckeditor/plugins/save/lang/lt.js": "/ninefolio/build/ckeditor/plugins/save/lang/lt.js",
+ "ninefolio/ckeditor/plugins/save/lang/lv.js": "/ninefolio/build/ckeditor/plugins/save/lang/lv.js",
+ "ninefolio/ckeditor/plugins/save/lang/mk.js": "/ninefolio/build/ckeditor/plugins/save/lang/mk.js",
+ "ninefolio/ckeditor/plugins/save/lang/mn.js": "/ninefolio/build/ckeditor/plugins/save/lang/mn.js",
+ "ninefolio/ckeditor/plugins/save/lang/ms.js": "/ninefolio/build/ckeditor/plugins/save/lang/ms.js",
+ "ninefolio/ckeditor/plugins/save/lang/nb.js": "/ninefolio/build/ckeditor/plugins/save/lang/nb.js",
+ "ninefolio/ckeditor/plugins/save/lang/nl.js": "/ninefolio/build/ckeditor/plugins/save/lang/nl.js",
+ "ninefolio/ckeditor/plugins/save/lang/no.js": "/ninefolio/build/ckeditor/plugins/save/lang/no.js",
+ "ninefolio/ckeditor/plugins/save/lang/oc.js": "/ninefolio/build/ckeditor/plugins/save/lang/oc.js",
+ "ninefolio/ckeditor/plugins/save/lang/pl.js": "/ninefolio/build/ckeditor/plugins/save/lang/pl.js",
+ "ninefolio/ckeditor/plugins/save/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/save/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/save/lang/pt.js": "/ninefolio/build/ckeditor/plugins/save/lang/pt.js",
+ "ninefolio/ckeditor/plugins/save/lang/ro.js": "/ninefolio/build/ckeditor/plugins/save/lang/ro.js",
+ "ninefolio/ckeditor/plugins/save/lang/ru.js": "/ninefolio/build/ckeditor/plugins/save/lang/ru.js",
+ "ninefolio/ckeditor/plugins/save/lang/si.js": "/ninefolio/build/ckeditor/plugins/save/lang/si.js",
+ "ninefolio/ckeditor/plugins/save/lang/sk.js": "/ninefolio/build/ckeditor/plugins/save/lang/sk.js",
+ "ninefolio/ckeditor/plugins/save/lang/sl.js": "/ninefolio/build/ckeditor/plugins/save/lang/sl.js",
+ "ninefolio/ckeditor/plugins/save/lang/sq.js": "/ninefolio/build/ckeditor/plugins/save/lang/sq.js",
+ "ninefolio/ckeditor/plugins/save/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/save/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/save/lang/sr.js": "/ninefolio/build/ckeditor/plugins/save/lang/sr.js",
+ "ninefolio/ckeditor/plugins/save/lang/sv.js": "/ninefolio/build/ckeditor/plugins/save/lang/sv.js",
+ "ninefolio/ckeditor/plugins/save/lang/th.js": "/ninefolio/build/ckeditor/plugins/save/lang/th.js",
+ "ninefolio/ckeditor/plugins/save/lang/tr.js": "/ninefolio/build/ckeditor/plugins/save/lang/tr.js",
+ "ninefolio/ckeditor/plugins/save/lang/tt.js": "/ninefolio/build/ckeditor/plugins/save/lang/tt.js",
+ "ninefolio/ckeditor/plugins/save/lang/ug.js": "/ninefolio/build/ckeditor/plugins/save/lang/ug.js",
+ "ninefolio/ckeditor/plugins/save/lang/uk.js": "/ninefolio/build/ckeditor/plugins/save/lang/uk.js",
+ "ninefolio/ckeditor/plugins/save/lang/vi.js": "/ninefolio/build/ckeditor/plugins/save/lang/vi.js",
+ "ninefolio/ckeditor/plugins/save/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/save/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/save/lang/zh.js": "/ninefolio/build/ckeditor/plugins/save/lang/zh.js",
+ "ninefolio/ckeditor/plugins/save/plugin.js": "/ninefolio/build/ckeditor/plugins/save/plugin.js",
+ "ninefolio/ckeditor/plugins/scayt/CHANGELOG.md": "/ninefolio/build/ckeditor/plugins/scayt/CHANGELOG.md",
+ "ninefolio/ckeditor/plugins/scayt/LICENSE.md": "/ninefolio/build/ckeditor/plugins/scayt/LICENSE.md",
+ "ninefolio/ckeditor/plugins/scayt/dialogs/dialog.css": "/ninefolio/build/ckeditor/plugins/scayt/dialogs/dialog.css",
+ "ninefolio/ckeditor/plugins/scayt/dialogs/options.js": "/ninefolio/build/ckeditor/plugins/scayt/dialogs/options.js",
+ "ninefolio/ckeditor/plugins/scayt/dialogs/toolbar.css": "/ninefolio/build/ckeditor/plugins/scayt/dialogs/toolbar.css",
+ "ninefolio/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css": "/ninefolio/build/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css",
+ "ninefolio/ckeditor/plugins/selectall/icons/hidpi/selectall.png": "/ninefolio/build/ckeditor/plugins/selectall/icons/hidpi/selectall.png",
+ "ninefolio/ckeditor/plugins/selectall/icons/selectall.png": "/ninefolio/build/ckeditor/plugins/selectall/icons/selectall.png",
+ "ninefolio/ckeditor/plugins/selectall/lang/af.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/af.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ar.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ar.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/az.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/az.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/bg.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/bg.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/bn.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/bn.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/bs.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/bs.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ca.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ca.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/cs.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/cs.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/cy.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/cy.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/da.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/da.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/de.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/de.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/el.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/el.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/en.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/en.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/eo.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/eo.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/es.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/es.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/et.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/et.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/eu.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/eu.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/fa.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/fa.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/fi.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/fi.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/fo.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/fo.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/fr.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/fr.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/gl.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/gl.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/gu.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/gu.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/he.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/he.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/hi.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/hi.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/hr.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/hr.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/hu.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/hu.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/id.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/id.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/is.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/is.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/it.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/it.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ja.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ja.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ka.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ka.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/km.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/km.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ko.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ko.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ku.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ku.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/lt.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/lt.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/lv.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/lv.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/mk.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/mk.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/mn.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/mn.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ms.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ms.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/nb.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/nb.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/nl.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/nl.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/no.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/no.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/oc.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/oc.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/pl.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/pl.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/pt.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/pt.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ro.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ro.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ru.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ru.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/si.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/si.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/sk.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/sk.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/sl.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/sl.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/sq.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/sq.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/sr.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/sr.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/sv.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/sv.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/th.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/th.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/tr.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/tr.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/tt.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/tt.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/ug.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/ug.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/uk.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/uk.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/vi.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/vi.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/selectall/lang/zh.js": "/ninefolio/build/ckeditor/plugins/selectall/lang/zh.js",
+ "ninefolio/ckeditor/plugins/selectall/plugin.js": "/ninefolio/build/ckeditor/plugins/selectall/plugin.js",
+ "ninefolio/ckeditor/plugins/sharedspace/plugin.js": "/ninefolio/build/ckeditor/plugins/sharedspace/plugin.js",
+ "ninefolio/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png": "/ninefolio/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png",
+ "ninefolio/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png": "/ninefolio/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png",
+ "ninefolio/ckeditor/plugins/showblocks/icons/showblocks-rtl.png": "/ninefolio/build/ckeditor/plugins/showblocks/icons/showblocks-rtl.png",
+ "ninefolio/ckeditor/plugins/showblocks/icons/showblocks.png": "/ninefolio/build/ckeditor/plugins/showblocks/icons/showblocks.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_address.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_address.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_blockquote.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_blockquote.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_div.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_div.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_h1.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_h1.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_h2.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_h2.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_h3.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_h3.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_h4.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_h4.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_h5.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_h5.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_h6.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_h6.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_p.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_p.png",
+ "ninefolio/ckeditor/plugins/showblocks/images/block_pre.png": "/ninefolio/build/ckeditor/plugins/showblocks/images/block_pre.png",
+ "ninefolio/ckeditor/plugins/showblocks/lang/af.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/af.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ar.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ar.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/az.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/az.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/bg.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/bg.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/bn.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/bn.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/bs.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/bs.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ca.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ca.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/cs.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/cs.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/cy.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/cy.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/da.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/da.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/de.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/de.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/el.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/el.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/en.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/en.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/eo.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/eo.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/es.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/es.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/et.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/et.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/eu.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/eu.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/fa.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/fa.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/fi.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/fi.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/fo.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/fo.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/fr.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/fr.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/gl.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/gl.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/gu.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/gu.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/he.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/he.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/hi.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/hi.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/hr.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/hr.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/hu.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/hu.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/id.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/id.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/is.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/is.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/it.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/it.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ja.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ja.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ka.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ka.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/km.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/km.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ko.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ko.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ku.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ku.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/lt.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/lt.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/lv.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/lv.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/mk.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/mk.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/mn.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/mn.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ms.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ms.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/nb.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/nb.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/nl.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/nl.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/no.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/no.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/oc.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/oc.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/pl.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/pl.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/pt.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/pt.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ro.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ro.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ru.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ru.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/si.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/si.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/sk.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/sk.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/sl.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/sl.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/sq.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/sq.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/sr.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/sr.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/sv.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/sv.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/th.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/th.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/tr.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/tr.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/tt.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/tt.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/ug.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/ug.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/uk.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/uk.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/vi.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/vi.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/showblocks/lang/zh.js": "/ninefolio/build/ckeditor/plugins/showblocks/lang/zh.js",
+ "ninefolio/ckeditor/plugins/showblocks/plugin.js": "/ninefolio/build/ckeditor/plugins/showblocks/plugin.js",
+ "ninefolio/ckeditor/plugins/smiley/dialogs/smiley.js": "/ninefolio/build/ckeditor/plugins/smiley/dialogs/smiley.js",
+ "ninefolio/ckeditor/plugins/smiley/icons/hidpi/smiley.png": "/ninefolio/build/ckeditor/plugins/smiley/icons/hidpi/smiley.png",
+ "ninefolio/ckeditor/plugins/smiley/icons/smiley.png": "/ninefolio/build/ckeditor/plugins/smiley/icons/smiley.png",
+ "ninefolio/ckeditor/plugins/smiley/images/angel_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/angel_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/angel_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/angel_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/angry_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/angry_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/angry_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/angry_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/broken_heart.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/broken_heart.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/broken_heart.png": "/ninefolio/build/ckeditor/plugins/smiley/images/broken_heart.png",
+ "ninefolio/ckeditor/plugins/smiley/images/confused_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/confused_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/confused_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/confused_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/cry_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/cry_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/cry_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/cry_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/devil_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/devil_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/devil_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/devil_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/embaressed_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/embaressed_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/embarrassed_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/embarrassed_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/embarrassed_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/embarrassed_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/envelope.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/envelope.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/envelope.png": "/ninefolio/build/ckeditor/plugins/smiley/images/envelope.png",
+ "ninefolio/ckeditor/plugins/smiley/images/heart.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/heart.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/heart.png": "/ninefolio/build/ckeditor/plugins/smiley/images/heart.png",
+ "ninefolio/ckeditor/plugins/smiley/images/kiss.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/kiss.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/kiss.png": "/ninefolio/build/ckeditor/plugins/smiley/images/kiss.png",
+ "ninefolio/ckeditor/plugins/smiley/images/lightbulb.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/lightbulb.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/lightbulb.png": "/ninefolio/build/ckeditor/plugins/smiley/images/lightbulb.png",
+ "ninefolio/ckeditor/plugins/smiley/images/omg_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/omg_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/omg_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/omg_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/regular_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/regular_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/regular_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/regular_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/sad_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/sad_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/sad_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/sad_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/shades_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/shades_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/shades_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/shades_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/teeth_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/teeth_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/teeth_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/teeth_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/thumbs_down.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/thumbs_down.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/thumbs_down.png": "/ninefolio/build/ckeditor/plugins/smiley/images/thumbs_down.png",
+ "ninefolio/ckeditor/plugins/smiley/images/thumbs_up.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/thumbs_up.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/thumbs_up.png": "/ninefolio/build/ckeditor/plugins/smiley/images/thumbs_up.png",
+ "ninefolio/ckeditor/plugins/smiley/images/tongue_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/tongue_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/tongue_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/tongue_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/tounge_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/tounge_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/images/wink_smile.gif": "/ninefolio/build/ckeditor/plugins/smiley/images/wink_smile.gif",
+ "ninefolio/ckeditor/plugins/smiley/images/wink_smile.png": "/ninefolio/build/ckeditor/plugins/smiley/images/wink_smile.png",
+ "ninefolio/ckeditor/plugins/smiley/lang/af.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/af.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ar.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ar.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/az.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/az.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/bg.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/bg.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/bn.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/bn.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/bs.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/bs.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ca.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ca.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/cs.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/cs.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/cy.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/cy.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/da.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/da.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/de.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/de.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/el.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/el.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/en.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/en.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/eo.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/eo.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/es.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/es.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/et.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/et.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/eu.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/eu.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/fa.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/fa.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/fi.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/fi.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/fo.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/fo.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/fr.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/fr.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/gl.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/gl.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/gu.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/gu.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/he.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/he.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/hi.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/hi.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/hr.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/hr.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/hu.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/hu.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/id.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/id.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/is.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/is.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/it.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/it.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ja.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ja.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ka.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ka.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/km.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/km.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ko.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ko.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ku.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ku.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/lt.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/lt.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/lv.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/lv.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/mk.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/mk.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/mn.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/mn.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ms.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ms.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/nb.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/nb.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/nl.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/nl.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/no.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/no.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/oc.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/oc.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/pl.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/pl.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/pt.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/pt.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ro.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ro.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ru.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ru.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/si.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/si.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/sk.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/sk.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/sl.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/sl.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/sq.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/sq.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/sr.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/sr.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/sv.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/sv.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/th.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/th.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/tr.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/tr.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/tt.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/tt.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/ug.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/ug.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/uk.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/uk.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/vi.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/vi.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/smiley/lang/zh.js": "/ninefolio/build/ckeditor/plugins/smiley/lang/zh.js",
+ "ninefolio/ckeditor/plugins/smiley/plugin.js": "/ninefolio/build/ckeditor/plugins/smiley/plugin.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png": "/ninefolio/build/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png",
+ "ninefolio/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png": "/ninefolio/build/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png",
+ "ninefolio/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png": "/ninefolio/build/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png",
+ "ninefolio/ckeditor/plugins/sourcedialog/icons/sourcedialog.png": "/ninefolio/build/ckeditor/plugins/sourcedialog/icons/sourcedialog.png",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/af.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/af.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ar.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ar.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/az.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/az.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/bg.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/bg.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/bn.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/bn.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/bs.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/bs.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ca.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ca.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/cs.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/cs.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/cy.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/cy.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/da.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/da.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/de.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/de.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/el.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/el.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/en.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/en.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/eo.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/eo.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/es.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/es.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/et.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/et.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/eu.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/eu.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/fa.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/fa.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/fi.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/fi.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/fo.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/fo.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/fr.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/fr.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/gl.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/gl.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/gu.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/gu.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/he.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/he.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/hi.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/hi.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/hr.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/hr.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/hu.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/hu.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/id.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/id.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/is.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/is.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/it.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/it.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ja.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ja.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ka.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ka.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/km.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/km.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ko.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ko.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ku.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ku.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/lt.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/lt.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/lv.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/lv.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/mn.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/mn.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ms.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ms.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/nb.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/nb.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/nl.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/nl.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/no.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/no.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/oc.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/oc.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/pl.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/pl.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/pt.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/pt.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ro.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ro.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ru.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ru.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/si.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/si.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/sk.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/sk.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/sl.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/sl.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/sq.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/sq.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/sr.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/sr.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/sv.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/sv.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/th.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/th.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/tr.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/tr.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/tt.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/tt.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/ug.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/ug.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/uk.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/uk.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/vi.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/vi.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/lang/zh.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/lang/zh.js",
+ "ninefolio/ckeditor/plugins/sourcedialog/plugin.js": "/ninefolio/build/ckeditor/plugins/sourcedialog/plugin.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/af.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/af.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ar.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ar.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/az.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/az.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/bg.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/bg.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ca.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ca.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/cs.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/cs.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/cy.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/cy.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/da.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/da.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/de.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/de.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/el.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/el.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/en.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/en.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/eo.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/eo.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/es.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/es.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/et.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/et.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/eu.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/eu.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/fa.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/fa.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/fi.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/fi.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/fr.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/fr.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/gl.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/gl.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/he.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/he.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/hr.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/hr.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/hu.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/hu.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/id.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/id.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/it.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/it.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ja.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ja.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/km.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/km.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ko.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ko.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ku.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ku.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/lt.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/lt.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/lv.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/lv.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/nb.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/nb.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/nl.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/nl.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/no.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/no.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/oc.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/oc.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/pl.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/pl.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/pt.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/pt.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ro.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ro.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ru.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ru.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/si.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/si.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/sk.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/sk.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/sl.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/sl.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/sq.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/sq.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/sr.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/sr.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/sv.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/sv.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/th.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/th.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/tr.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/tr.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/tt.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/tt.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/ug.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/ug.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/uk.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/uk.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/vi.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/vi.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/lang/zh.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/lang/zh.js",
+ "ninefolio/ckeditor/plugins/specialchar/dialogs/specialchar.js": "/ninefolio/build/ckeditor/plugins/specialchar/dialogs/specialchar.js",
+ "ninefolio/ckeditor/plugins/stylesheetparser/plugin.js": "/ninefolio/build/ckeditor/plugins/stylesheetparser/plugin.js",
+ "ninefolio/ckeditor/plugins/table/dialogs/table.js": "/ninefolio/build/ckeditor/plugins/table/dialogs/table.js",
+ "ninefolio/ckeditor/plugins/tableresize/plugin.js": "/ninefolio/build/ckeditor/plugins/tableresize/plugin.js",
+ "ninefolio/ckeditor/plugins/tableselection/styles/tableselection.css": "/ninefolio/build/ckeditor/plugins/tableselection/styles/tableselection.css",
+ "ninefolio/ckeditor/plugins/tabletools/dialogs/tableCell.js": "/ninefolio/build/ckeditor/plugins/tabletools/dialogs/tableCell.js",
+ "ninefolio/ckeditor/plugins/templates/dialogs/templates.css": "/ninefolio/build/ckeditor/plugins/templates/dialogs/templates.css",
+ "ninefolio/ckeditor/plugins/templates/dialogs/templates.js": "/ninefolio/build/ckeditor/plugins/templates/dialogs/templates.js",
+ "ninefolio/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png": "/ninefolio/build/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png",
+ "ninefolio/ckeditor/plugins/templates/icons/hidpi/templates.png": "/ninefolio/build/ckeditor/plugins/templates/icons/hidpi/templates.png",
+ "ninefolio/ckeditor/plugins/templates/icons/templates-rtl.png": "/ninefolio/build/ckeditor/plugins/templates/icons/templates-rtl.png",
+ "ninefolio/ckeditor/plugins/templates/icons/templates.png": "/ninefolio/build/ckeditor/plugins/templates/icons/templates.png",
+ "ninefolio/ckeditor/plugins/templates/lang/af.js": "/ninefolio/build/ckeditor/plugins/templates/lang/af.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ar.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ar.js",
+ "ninefolio/ckeditor/plugins/templates/lang/az.js": "/ninefolio/build/ckeditor/plugins/templates/lang/az.js",
+ "ninefolio/ckeditor/plugins/templates/lang/bg.js": "/ninefolio/build/ckeditor/plugins/templates/lang/bg.js",
+ "ninefolio/ckeditor/plugins/templates/lang/bn.js": "/ninefolio/build/ckeditor/plugins/templates/lang/bn.js",
+ "ninefolio/ckeditor/plugins/templates/lang/bs.js": "/ninefolio/build/ckeditor/plugins/templates/lang/bs.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ca.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ca.js",
+ "ninefolio/ckeditor/plugins/templates/lang/cs.js": "/ninefolio/build/ckeditor/plugins/templates/lang/cs.js",
+ "ninefolio/ckeditor/plugins/templates/lang/cy.js": "/ninefolio/build/ckeditor/plugins/templates/lang/cy.js",
+ "ninefolio/ckeditor/plugins/templates/lang/da.js": "/ninefolio/build/ckeditor/plugins/templates/lang/da.js",
+ "ninefolio/ckeditor/plugins/templates/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/templates/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/templates/lang/de.js": "/ninefolio/build/ckeditor/plugins/templates/lang/de.js",
+ "ninefolio/ckeditor/plugins/templates/lang/el.js": "/ninefolio/build/ckeditor/plugins/templates/lang/el.js",
+ "ninefolio/ckeditor/plugins/templates/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/templates/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/templates/lang/en-ca.js": "/ninefolio/build/ckeditor/plugins/templates/lang/en-ca.js",
+ "ninefolio/ckeditor/plugins/templates/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/templates/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/templates/lang/en.js": "/ninefolio/build/ckeditor/plugins/templates/lang/en.js",
+ "ninefolio/ckeditor/plugins/templates/lang/eo.js": "/ninefolio/build/ckeditor/plugins/templates/lang/eo.js",
+ "ninefolio/ckeditor/plugins/templates/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/templates/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/templates/lang/es.js": "/ninefolio/build/ckeditor/plugins/templates/lang/es.js",
+ "ninefolio/ckeditor/plugins/templates/lang/et.js": "/ninefolio/build/ckeditor/plugins/templates/lang/et.js",
+ "ninefolio/ckeditor/plugins/templates/lang/eu.js": "/ninefolio/build/ckeditor/plugins/templates/lang/eu.js",
+ "ninefolio/ckeditor/plugins/templates/lang/fa.js": "/ninefolio/build/ckeditor/plugins/templates/lang/fa.js",
+ "ninefolio/ckeditor/plugins/templates/lang/fi.js": "/ninefolio/build/ckeditor/plugins/templates/lang/fi.js",
+ "ninefolio/ckeditor/plugins/templates/lang/fo.js": "/ninefolio/build/ckeditor/plugins/templates/lang/fo.js",
+ "ninefolio/ckeditor/plugins/templates/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/templates/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/templates/lang/fr.js": "/ninefolio/build/ckeditor/plugins/templates/lang/fr.js",
+ "ninefolio/ckeditor/plugins/templates/lang/gl.js": "/ninefolio/build/ckeditor/plugins/templates/lang/gl.js",
+ "ninefolio/ckeditor/plugins/templates/lang/gu.js": "/ninefolio/build/ckeditor/plugins/templates/lang/gu.js",
+ "ninefolio/ckeditor/plugins/templates/lang/he.js": "/ninefolio/build/ckeditor/plugins/templates/lang/he.js",
+ "ninefolio/ckeditor/plugins/templates/lang/hi.js": "/ninefolio/build/ckeditor/plugins/templates/lang/hi.js",
+ "ninefolio/ckeditor/plugins/templates/lang/hr.js": "/ninefolio/build/ckeditor/plugins/templates/lang/hr.js",
+ "ninefolio/ckeditor/plugins/templates/lang/hu.js": "/ninefolio/build/ckeditor/plugins/templates/lang/hu.js",
+ "ninefolio/ckeditor/plugins/templates/lang/id.js": "/ninefolio/build/ckeditor/plugins/templates/lang/id.js",
+ "ninefolio/ckeditor/plugins/templates/lang/is.js": "/ninefolio/build/ckeditor/plugins/templates/lang/is.js",
+ "ninefolio/ckeditor/plugins/templates/lang/it.js": "/ninefolio/build/ckeditor/plugins/templates/lang/it.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ja.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ja.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ka.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ka.js",
+ "ninefolio/ckeditor/plugins/templates/lang/km.js": "/ninefolio/build/ckeditor/plugins/templates/lang/km.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ko.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ko.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ku.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ku.js",
+ "ninefolio/ckeditor/plugins/templates/lang/lt.js": "/ninefolio/build/ckeditor/plugins/templates/lang/lt.js",
+ "ninefolio/ckeditor/plugins/templates/lang/lv.js": "/ninefolio/build/ckeditor/plugins/templates/lang/lv.js",
+ "ninefolio/ckeditor/plugins/templates/lang/mk.js": "/ninefolio/build/ckeditor/plugins/templates/lang/mk.js",
+ "ninefolio/ckeditor/plugins/templates/lang/mn.js": "/ninefolio/build/ckeditor/plugins/templates/lang/mn.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ms.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ms.js",
+ "ninefolio/ckeditor/plugins/templates/lang/nb.js": "/ninefolio/build/ckeditor/plugins/templates/lang/nb.js",
+ "ninefolio/ckeditor/plugins/templates/lang/nl.js": "/ninefolio/build/ckeditor/plugins/templates/lang/nl.js",
+ "ninefolio/ckeditor/plugins/templates/lang/no.js": "/ninefolio/build/ckeditor/plugins/templates/lang/no.js",
+ "ninefolio/ckeditor/plugins/templates/lang/oc.js": "/ninefolio/build/ckeditor/plugins/templates/lang/oc.js",
+ "ninefolio/ckeditor/plugins/templates/lang/pl.js": "/ninefolio/build/ckeditor/plugins/templates/lang/pl.js",
+ "ninefolio/ckeditor/plugins/templates/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/templates/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/templates/lang/pt.js": "/ninefolio/build/ckeditor/plugins/templates/lang/pt.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ro.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ro.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ru.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ru.js",
+ "ninefolio/ckeditor/plugins/templates/lang/si.js": "/ninefolio/build/ckeditor/plugins/templates/lang/si.js",
+ "ninefolio/ckeditor/plugins/templates/lang/sk.js": "/ninefolio/build/ckeditor/plugins/templates/lang/sk.js",
+ "ninefolio/ckeditor/plugins/templates/lang/sl.js": "/ninefolio/build/ckeditor/plugins/templates/lang/sl.js",
+ "ninefolio/ckeditor/plugins/templates/lang/sq.js": "/ninefolio/build/ckeditor/plugins/templates/lang/sq.js",
+ "ninefolio/ckeditor/plugins/templates/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/templates/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/templates/lang/sr.js": "/ninefolio/build/ckeditor/plugins/templates/lang/sr.js",
+ "ninefolio/ckeditor/plugins/templates/lang/sv.js": "/ninefolio/build/ckeditor/plugins/templates/lang/sv.js",
+ "ninefolio/ckeditor/plugins/templates/lang/th.js": "/ninefolio/build/ckeditor/plugins/templates/lang/th.js",
+ "ninefolio/ckeditor/plugins/templates/lang/tr.js": "/ninefolio/build/ckeditor/plugins/templates/lang/tr.js",
+ "ninefolio/ckeditor/plugins/templates/lang/tt.js": "/ninefolio/build/ckeditor/plugins/templates/lang/tt.js",
+ "ninefolio/ckeditor/plugins/templates/lang/ug.js": "/ninefolio/build/ckeditor/plugins/templates/lang/ug.js",
+ "ninefolio/ckeditor/plugins/templates/lang/uk.js": "/ninefolio/build/ckeditor/plugins/templates/lang/uk.js",
+ "ninefolio/ckeditor/plugins/templates/lang/vi.js": "/ninefolio/build/ckeditor/plugins/templates/lang/vi.js",
+ "ninefolio/ckeditor/plugins/templates/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/templates/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/templates/lang/zh.js": "/ninefolio/build/ckeditor/plugins/templates/lang/zh.js",
+ "ninefolio/ckeditor/plugins/templates/plugin.js": "/ninefolio/build/ckeditor/plugins/templates/plugin.js",
+ "ninefolio/ckeditor/plugins/templates/templates/default.js": "/ninefolio/build/ckeditor/plugins/templates/templates/default.js",
+ "ninefolio/ckeditor/plugins/templates/templates/images/template1.gif": "/ninefolio/build/ckeditor/plugins/templates/templates/images/template1.gif",
+ "ninefolio/ckeditor/plugins/templates/templates/images/template2.gif": "/ninefolio/build/ckeditor/plugins/templates/templates/images/template2.gif",
+ "ninefolio/ckeditor/plugins/templates/templates/images/template3.gif": "/ninefolio/build/ckeditor/plugins/templates/templates/images/template3.gif",
+ "ninefolio/ckeditor/plugins/textmatch/plugin.js": "/ninefolio/build/ckeditor/plugins/textmatch/plugin.js",
+ "ninefolio/ckeditor/plugins/textwatcher/plugin.js": "/ninefolio/build/ckeditor/plugins/textwatcher/plugin.js",
+ "ninefolio/ckeditor/plugins/uicolor/dialogs/uicolor.css": "/ninefolio/build/ckeditor/plugins/uicolor/dialogs/uicolor.css",
+ "ninefolio/ckeditor/plugins/uicolor/dialogs/uicolor.js": "/ninefolio/build/ckeditor/plugins/uicolor/dialogs/uicolor.js",
+ "ninefolio/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png": "/ninefolio/build/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png",
+ "ninefolio/ckeditor/plugins/uicolor/icons/uicolor.png": "/ninefolio/build/ckeditor/plugins/uicolor/icons/uicolor.png",
+ "ninefolio/ckeditor/plugins/uicolor/lang/_translationstatus.txt": "/ninefolio/build/ckeditor/plugins/uicolor/lang/_translationstatus.txt",
+ "ninefolio/ckeditor/plugins/uicolor/lang/af.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/af.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ar.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ar.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/az.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/az.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/bg.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/bg.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ca.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ca.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/cs.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/cs.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/cy.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/cy.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/da.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/da.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/de-ch.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/de-ch.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/de.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/de.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/el.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/el.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/en-au.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/en-au.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/en-gb.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/en-gb.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/en.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/en.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/eo.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/eo.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/es-mx.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/es-mx.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/es.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/es.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/et.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/et.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/eu.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/eu.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/fa.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/fa.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/fi.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/fi.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/fr-ca.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/fr-ca.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/fr.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/fr.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/gl.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/gl.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/he.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/he.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/hr.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/hr.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/hu.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/hu.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/id.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/id.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/it.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/it.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ja.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ja.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/km.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/km.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ko.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ko.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ku.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ku.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/lv.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/lv.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/mk.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/mk.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/nb.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/nb.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/nl.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/nl.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/no.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/no.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/oc.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/oc.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/pl.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/pl.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/pt-br.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/pt-br.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/pt.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/pt.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ro.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ro.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ru.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ru.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/si.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/si.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/sk.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/sk.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/sl.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/sl.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/sq.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/sq.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/sr-latn.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/sr-latn.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/sr.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/sr.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/sv.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/sv.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/tr.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/tr.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/tt.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/tt.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/ug.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/ug.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/uk.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/uk.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/vi.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/vi.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/zh-cn.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/zh-cn.js",
+ "ninefolio/ckeditor/plugins/uicolor/lang/zh.js": "/ninefolio/build/ckeditor/plugins/uicolor/lang/zh.js",
+ "ninefolio/ckeditor/plugins/uicolor/plugin.js": "/ninefolio/build/ckeditor/plugins/uicolor/plugin.js",
+ "ninefolio/ckeditor/plugins/uploadfile/plugin.js": "/ninefolio/build/ckeditor/plugins/uploadfile/plugin.js",
+ "ninefolio/ckeditor/plugins/widget/images/handle.png": "/ninefolio/build/ckeditor/plugins/widget/images/handle.png",
+ "ninefolio/ckeditor/plugins/wsc/LICENSE.md": "/ninefolio/build/ckeditor/plugins/wsc/LICENSE.md",
+ "ninefolio/ckeditor/plugins/wsc/dialogs/ciframe.html": "/ninefolio/build/ckeditor/plugins/wsc/dialogs/ciframe.html",
+ "ninefolio/ckeditor/plugins/wsc/dialogs/tmpFrameset.html": "/ninefolio/build/ckeditor/plugins/wsc/dialogs/tmpFrameset.html",
+ "ninefolio/ckeditor/plugins/wsc/dialogs/wsc.css": "/ninefolio/build/ckeditor/plugins/wsc/dialogs/wsc.css",
+ "ninefolio/ckeditor/plugins/wsc/dialogs/wsc.js": "/ninefolio/build/ckeditor/plugins/wsc/dialogs/wsc.js",
+ "ninefolio/ckeditor/plugins/wsc/dialogs/wsc_ie.js": "/ninefolio/build/ckeditor/plugins/wsc/dialogs/wsc_ie.js",
+ "ninefolio/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css": "/ninefolio/build/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css",
+ "ninefolio/ckeditor/plugins/xml/plugin.js": "/ninefolio/build/ckeditor/plugins/xml/plugin.js",
+ "ninefolio/ckeditor/skins/kama/dialog.css": "/ninefolio/build/ckeditor/skins/kama/dialog.css",
+ "ninefolio/ckeditor/skins/kama/dialog_ie.css": "/ninefolio/build/ckeditor/skins/kama/dialog_ie.css",
+ "ninefolio/ckeditor/skins/kama/dialog_ie7.css": "/ninefolio/build/ckeditor/skins/kama/dialog_ie7.css",
+ "ninefolio/ckeditor/skins/kama/dialog_ie8.css": "/ninefolio/build/ckeditor/skins/kama/dialog_ie8.css",
+ "ninefolio/ckeditor/skins/kama/dialog_iequirks.css": "/ninefolio/build/ckeditor/skins/kama/dialog_iequirks.css",
+ "ninefolio/ckeditor/skins/kama/editor.css": "/ninefolio/build/ckeditor/skins/kama/editor.css",
+ "ninefolio/ckeditor/skins/kama/editor_ie.css": "/ninefolio/build/ckeditor/skins/kama/editor_ie.css",
+ "ninefolio/ckeditor/skins/kama/editor_ie7.css": "/ninefolio/build/ckeditor/skins/kama/editor_ie7.css",
+ "ninefolio/ckeditor/skins/kama/editor_ie8.css": "/ninefolio/build/ckeditor/skins/kama/editor_ie8.css",
+ "ninefolio/ckeditor/skins/kama/editor_iequirks.css": "/ninefolio/build/ckeditor/skins/kama/editor_iequirks.css",
+ "ninefolio/ckeditor/skins/kama/icons.png": "/ninefolio/build/ckeditor/skins/kama/icons.png",
+ "ninefolio/ckeditor/skins/kama/icons_hidpi.png": "/ninefolio/build/ckeditor/skins/kama/icons_hidpi.png",
+ "ninefolio/ckeditor/skins/kama/images/dialog_sides.gif": "/ninefolio/build/ckeditor/skins/kama/images/dialog_sides.gif",
+ "ninefolio/ckeditor/skins/kama/images/dialog_sides.png": "/ninefolio/build/ckeditor/skins/kama/images/dialog_sides.png",
+ "ninefolio/ckeditor/skins/kama/images/dialog_sides_rtl.png": "/ninefolio/build/ckeditor/skins/kama/images/dialog_sides_rtl.png",
+ "ninefolio/ckeditor/skins/kama/images/mini.gif": "/ninefolio/build/ckeditor/skins/kama/images/mini.gif",
+ "ninefolio/ckeditor/skins/kama/images/spinner.gif": "/ninefolio/build/ckeditor/skins/kama/images/spinner.gif",
+ "ninefolio/ckeditor/skins/kama/images/sprites.png": "/ninefolio/build/ckeditor/skins/kama/images/sprites.png",
+ "ninefolio/ckeditor/skins/kama/images/sprites_ie6.png": "/ninefolio/build/ckeditor/skins/kama/images/sprites_ie6.png",
+ "ninefolio/ckeditor/skins/kama/images/toolbar_start.gif": "/ninefolio/build/ckeditor/skins/kama/images/toolbar_start.gif",
+ "ninefolio/ckeditor/skins/kama/readme.md": "/ninefolio/build/ckeditor/skins/kama/readme.md",
+ "ninefolio/ckeditor/skins/kama/skin.js": "/ninefolio/build/ckeditor/skins/kama/skin.js",
+ "ninefolio/ckeditor/skins/moono-lisa/dialog.css": "/ninefolio/build/ckeditor/skins/moono-lisa/dialog.css",
+ "ninefolio/ckeditor/skins/moono-lisa/dialog_ie.css": "/ninefolio/build/ckeditor/skins/moono-lisa/dialog_ie.css",
+ "ninefolio/ckeditor/skins/moono-lisa/dialog_ie8.css": "/ninefolio/build/ckeditor/skins/moono-lisa/dialog_ie8.css",
+ "ninefolio/ckeditor/skins/moono-lisa/dialog_iequirks.css": "/ninefolio/build/ckeditor/skins/moono-lisa/dialog_iequirks.css",
+ "ninefolio/ckeditor/skins/moono-lisa/editor.css": "/ninefolio/build/ckeditor/skins/moono-lisa/editor.css",
+ "ninefolio/ckeditor/skins/moono-lisa/editor_gecko.css": "/ninefolio/build/ckeditor/skins/moono-lisa/editor_gecko.css",
+ "ninefolio/ckeditor/skins/moono-lisa/editor_ie.css": "/ninefolio/build/ckeditor/skins/moono-lisa/editor_ie.css",
+ "ninefolio/ckeditor/skins/moono-lisa/editor_ie8.css": "/ninefolio/build/ckeditor/skins/moono-lisa/editor_ie8.css",
+ "ninefolio/ckeditor/skins/moono-lisa/editor_iequirks.css": "/ninefolio/build/ckeditor/skins/moono-lisa/editor_iequirks.css",
+ "ninefolio/ckeditor/skins/moono-lisa/icons.png": "/ninefolio/build/ckeditor/skins/moono-lisa/icons.png",
+ "ninefolio/ckeditor/skins/moono-lisa/icons_hidpi.png": "/ninefolio/build/ckeditor/skins/moono-lisa/icons_hidpi.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/arrow.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/arrow.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/close.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/close.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/hidpi/close.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/hidpi/close.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/hidpi/lock.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/hidpi/lock.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/hidpi/refresh.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/hidpi/refresh.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/lock-open.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/lock-open.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/lock.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/lock.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/refresh.png": "/ninefolio/build/ckeditor/skins/moono-lisa/images/refresh.png",
+ "ninefolio/ckeditor/skins/moono-lisa/images/spinner.gif": "/ninefolio/build/ckeditor/skins/moono-lisa/images/spinner.gif",
+ "ninefolio/ckeditor/skins/moono-lisa/readme.md": "/ninefolio/build/ckeditor/skins/moono-lisa/readme.md",
+ "ninefolio/ckeditor/skins/moono/dialog.css": "/ninefolio/build/ckeditor/skins/moono/dialog.css",
+ "ninefolio/ckeditor/skins/moono/dialog_ie.css": "/ninefolio/build/ckeditor/skins/moono/dialog_ie.css",
+ "ninefolio/ckeditor/skins/moono/dialog_ie7.css": "/ninefolio/build/ckeditor/skins/moono/dialog_ie7.css",
+ "ninefolio/ckeditor/skins/moono/dialog_ie8.css": "/ninefolio/build/ckeditor/skins/moono/dialog_ie8.css",
+ "ninefolio/ckeditor/skins/moono/dialog_iequirks.css": "/ninefolio/build/ckeditor/skins/moono/dialog_iequirks.css",
+ "ninefolio/ckeditor/skins/moono/editor.css": "/ninefolio/build/ckeditor/skins/moono/editor.css",
+ "ninefolio/ckeditor/skins/moono/editor_gecko.css": "/ninefolio/build/ckeditor/skins/moono/editor_gecko.css",
+ "ninefolio/ckeditor/skins/moono/editor_ie.css": "/ninefolio/build/ckeditor/skins/moono/editor_ie.css",
+ "ninefolio/ckeditor/skins/moono/editor_ie7.css": "/ninefolio/build/ckeditor/skins/moono/editor_ie7.css",
+ "ninefolio/ckeditor/skins/moono/editor_ie8.css": "/ninefolio/build/ckeditor/skins/moono/editor_ie8.css",
+ "ninefolio/ckeditor/skins/moono/editor_iequirks.css": "/ninefolio/build/ckeditor/skins/moono/editor_iequirks.css",
+ "ninefolio/ckeditor/skins/moono/icons.png": "/ninefolio/build/ckeditor/skins/moono/icons.png",
+ "ninefolio/ckeditor/skins/moono/icons_hidpi.png": "/ninefolio/build/ckeditor/skins/moono/icons_hidpi.png",
+ "ninefolio/ckeditor/skins/moono/images/anchor.png": "/ninefolio/build/ckeditor/skins/moono/images/anchor.png",
+ "ninefolio/ckeditor/skins/moono/images/arrow.png": "/ninefolio/build/ckeditor/skins/moono/images/arrow.png",
+ "ninefolio/ckeditor/skins/moono/images/close.png": "/ninefolio/build/ckeditor/skins/moono/images/close.png",
+ "ninefolio/ckeditor/skins/moono/images/hidpi/anchor.png": "/ninefolio/build/ckeditor/skins/moono/images/hidpi/anchor.png",
+ "ninefolio/ckeditor/skins/moono/images/hidpi/close.png": "/ninefolio/build/ckeditor/skins/moono/images/hidpi/close.png",
+ "ninefolio/ckeditor/skins/moono/images/hidpi/lock-open.png": "/ninefolio/build/ckeditor/skins/moono/images/hidpi/lock-open.png",
+ "ninefolio/ckeditor/skins/moono/images/hidpi/lock.png": "/ninefolio/build/ckeditor/skins/moono/images/hidpi/lock.png",
+ "ninefolio/ckeditor/skins/moono/images/hidpi/refresh.png": "/ninefolio/build/ckeditor/skins/moono/images/hidpi/refresh.png",
+ "ninefolio/ckeditor/skins/moono/images/lock-open.png": "/ninefolio/build/ckeditor/skins/moono/images/lock-open.png",
+ "ninefolio/ckeditor/skins/moono/images/lock.png": "/ninefolio/build/ckeditor/skins/moono/images/lock.png",
+ "ninefolio/ckeditor/skins/moono/images/refresh.png": "/ninefolio/build/ckeditor/skins/moono/images/refresh.png",
+ "ninefolio/ckeditor/skins/moono/images/spinner.gif": "/ninefolio/build/ckeditor/skins/moono/images/spinner.gif",
+ "ninefolio/ckeditor/skins/moono/readme.md": "/ninefolio/build/ckeditor/skins/moono/readme.md",
+ "ninefolio/ckeditor/skins/moono/skin.js": "/ninefolio/build/ckeditor/skins/moono/skin.js",
+ "ninefolio/ckeditor/styles.js": "/ninefolio/build/ckeditor/styles.js",
+ "ninefolio/fonts/fa-brands-400.woff": "/ninefolio/build/fonts/fa-brands-400.1a575a41.woff",
+ "ninefolio/fonts/fa-brands-400.ttf": "/ninefolio/build/fonts/fa-brands-400.513aa607.ttf",
+ "ninefolio/fonts/fa-brands-400.eot": "/ninefolio/build/fonts/fa-brands-400.592643a8.eot",
+ "ninefolio/fonts/fa-brands-400.woff2": "/ninefolio/build/fonts/fa-brands-400.ed311c7a.woff2",
+ "ninefolio/fonts/fa-regular-400.ttf": "/ninefolio/build/fonts/fa-regular-400.766913e6.ttf",
+ "ninefolio/fonts/fa-regular-400.eot": "/ninefolio/build/fonts/fa-regular-400.b0e2db3b.eot",
+ "ninefolio/fonts/fa-regular-400.woff2": "/ninefolio/build/fonts/fa-regular-400.b91d376b.woff2",
+ "ninefolio/fonts/fa-regular-400.woff": "/ninefolio/build/fonts/fa-regular-400.d1d7e3b4.woff",
+ "ninefolio/fonts/fa-solid-900.eot": "/ninefolio/build/fonts/fa-solid-900.0c6bfc66.eot",
+ "ninefolio/fonts/fa-solid-900.ttf": "/ninefolio/build/fonts/fa-solid-900.b9625119.ttf",
+ "ninefolio/fonts/fa-solid-900.woff": "/ninefolio/build/fonts/fa-solid-900.d745348d.woff",
+ "ninefolio/fonts/fa-solid-900.woff2": "/ninefolio/build/fonts/fa-solid-900.d824df7e.woff2",
+ "ninefolio/images/fa-brands-400.svg": "/ninefolio/build/images/fa-brands-400.1d5619cd.svg",
+ "ninefolio/images/fa-regular-400.svg": "/ninefolio/build/images/fa-regular-400.c5d109be.svg",
+ "ninefolio/images/fa-solid-900.svg": "/ninefolio/build/images/fa-solid-900.37bc7099.svg",
+ "ninefolio/images/selection.gif": "/ninefolio/build/images/selection.3870c12e.gif"
+}
\ No newline at end of file
diff --git a/public/build/runtime.1a888c2d.js b/public/build/runtime.1a888c2d.js
new file mode 100644
index 0000000..2d35a3f
--- /dev/null
+++ b/public/build/runtime.1a888c2d.js
@@ -0,0 +1 @@
+!function(e){function r(r){for(var n,i,l=r[0],f=r[1],a=r[2],c=0,s=[];cem->flush();
$this->user=$user;
}
- dump($this->user);
}
private function insertConfig(): void {
diff --git a/templates/Config/edit.html.twig b/templates/Config/edit.html.twig
index 021bdf6..8da9a69 100755
--- a/templates/Config/edit.html.twig
+++ b/templates/Config/edit.html.twig
@@ -53,17 +53,17 @@
{% set color = app.session.get('colorbgbodylight') %}
{% endif %}
-
+
Modifier