From 746dfa054a3b3cbad662d12605c1089f412a581a Mon Sep 17 00:00:00 2001 From: tianya Date: Sat, 21 May 2022 20:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88=E8=B5=84?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/ckeditor/skins/kama/dialog.css | 5 -- src/static/ckeditor/skins/kama/dialog_ie.css | 5 -- src/static/ckeditor/skins/kama/dialog_ie7.css | 5 -- src/static/ckeditor/skins/kama/dialog_ie8.css | 5 -- .../ckeditor/skins/kama/dialog_iequirks.css | 5 -- src/static/ckeditor/skins/kama/editor.css | 5 -- src/static/ckeditor/skins/kama/editor_ie.css | 5 -- src/static/ckeditor/skins/kama/editor_ie7.css | 5 -- src/static/ckeditor/skins/kama/editor_ie8.css | 5 -- .../ckeditor/skins/kama/editor_iequirks.css | 5 -- src/static/ckeditor/skins/kama/icons.png | Bin 10177 -> 0 bytes .../ckeditor/skins/kama/icons_hidpi.png | Bin 15767 -> 0 bytes .../skins/kama/images/dialog_sides.gif | Bin 47 -> 0 bytes .../skins/kama/images/dialog_sides.png | Bin 125 -> 0 bytes .../skins/kama/images/dialog_sides_rtl.png | Bin 128 -> 0 bytes .../ckeditor/skins/kama/images/mini.gif | Bin 181 -> 0 bytes .../ckeditor/skins/kama/images/spinner.gif | Bin 2984 -> 0 bytes .../ckeditor/skins/kama/images/sprites.png | Bin 6117 -> 0 bytes .../skins/kama/images/sprites_ie6.png | Bin 2658 -> 0 bytes .../skins/kama/images/toolbar_start.gif | Bin 102 -> 0 bytes src/static/ckeditor/skins/kama/readme.md | 38 -------------- src/static/ckeditor/skins/kama/skin.js | 8 --- src/static/ckeditor/skins/moono/dialog.css | 5 -- src/static/ckeditor/skins/moono/dialog_ie.css | 5 -- .../ckeditor/skins/moono/dialog_ie7.css | 5 -- .../ckeditor/skins/moono/dialog_ie8.css | 5 -- .../ckeditor/skins/moono/dialog_iequirks.css | 5 -- src/static/ckeditor/skins/moono/editor.css | 5 -- .../ckeditor/skins/moono/editor_gecko.css | 5 -- src/static/ckeditor/skins/moono/editor_ie.css | 5 -- .../ckeditor/skins/moono/editor_ie7.css | 5 -- .../ckeditor/skins/moono/editor_ie8.css | 5 -- .../ckeditor/skins/moono/editor_iequirks.css | 5 -- src/static/ckeditor/skins/moono/icons.png | Bin 18909 -> 0 bytes .../ckeditor/skins/moono/icons_hidpi.png | Bin 54148 -> 0 bytes .../ckeditor/skins/moono/images/anchor.png | Bin 929 -> 0 bytes .../ckeditor/skins/moono/images/arrow.png | Bin 191 -> 0 bytes .../ckeditor/skins/moono/images/close.png | Bin 869 -> 0 bytes .../skins/moono/images/hidpi/anchor.png | Bin 1510 -> 0 bytes .../skins/moono/images/hidpi/close.png | Bin 1732 -> 0 bytes .../skins/moono/images/hidpi/lock-open.png | Bin 1582 -> 0 bytes .../skins/moono/images/hidpi/lock.png | Bin 1644 -> 0 bytes .../skins/moono/images/hidpi/refresh.png | Bin 2311 -> 0 bytes .../ckeditor/skins/moono/images/lock-open.png | Bin 801 -> 0 bytes .../ckeditor/skins/moono/images/lock.png | Bin 849 -> 0 bytes .../ckeditor/skins/moono/images/refresh.png | Bin 1050 -> 0 bytes .../ckeditor/skins/moono/images/spinner.gif | Bin 2984 -> 0 bytes src/static/ckeditor/skins/moono/readme.md | 49 ------------------ src/static/ckeditor/skins/moono/skin.js | 10 ---- 49 files changed, 210 deletions(-) delete mode 100755 src/static/ckeditor/skins/kama/dialog.css delete mode 100755 src/static/ckeditor/skins/kama/dialog_ie.css delete mode 100755 src/static/ckeditor/skins/kama/dialog_ie7.css delete mode 100755 src/static/ckeditor/skins/kama/dialog_ie8.css delete mode 100755 src/static/ckeditor/skins/kama/dialog_iequirks.css delete mode 100755 src/static/ckeditor/skins/kama/editor.css delete mode 100755 src/static/ckeditor/skins/kama/editor_ie.css delete mode 100755 src/static/ckeditor/skins/kama/editor_ie7.css delete mode 100755 src/static/ckeditor/skins/kama/editor_ie8.css delete mode 100755 src/static/ckeditor/skins/kama/editor_iequirks.css delete mode 100755 src/static/ckeditor/skins/kama/icons.png delete mode 100755 src/static/ckeditor/skins/kama/icons_hidpi.png delete mode 100755 src/static/ckeditor/skins/kama/images/dialog_sides.gif delete mode 100755 src/static/ckeditor/skins/kama/images/dialog_sides.png delete mode 100755 src/static/ckeditor/skins/kama/images/dialog_sides_rtl.png delete mode 100755 src/static/ckeditor/skins/kama/images/mini.gif delete mode 100755 src/static/ckeditor/skins/kama/images/spinner.gif delete mode 100755 src/static/ckeditor/skins/kama/images/sprites.png delete mode 100755 src/static/ckeditor/skins/kama/images/sprites_ie6.png delete mode 100755 src/static/ckeditor/skins/kama/images/toolbar_start.gif delete mode 100755 src/static/ckeditor/skins/kama/readme.md delete mode 100755 src/static/ckeditor/skins/kama/skin.js delete mode 100755 src/static/ckeditor/skins/moono/dialog.css delete mode 100755 src/static/ckeditor/skins/moono/dialog_ie.css delete mode 100755 src/static/ckeditor/skins/moono/dialog_ie7.css delete mode 100755 src/static/ckeditor/skins/moono/dialog_ie8.css delete mode 100755 src/static/ckeditor/skins/moono/dialog_iequirks.css delete mode 100755 src/static/ckeditor/skins/moono/editor.css delete mode 100755 src/static/ckeditor/skins/moono/editor_gecko.css delete mode 100755 src/static/ckeditor/skins/moono/editor_ie.css delete mode 100755 src/static/ckeditor/skins/moono/editor_ie7.css delete mode 100755 src/static/ckeditor/skins/moono/editor_ie8.css delete mode 100755 src/static/ckeditor/skins/moono/editor_iequirks.css delete mode 100755 src/static/ckeditor/skins/moono/icons.png delete mode 100755 src/static/ckeditor/skins/moono/icons_hidpi.png delete mode 100755 src/static/ckeditor/skins/moono/images/anchor.png delete mode 100755 src/static/ckeditor/skins/moono/images/arrow.png delete mode 100755 src/static/ckeditor/skins/moono/images/close.png delete mode 100755 src/static/ckeditor/skins/moono/images/hidpi/anchor.png delete mode 100755 src/static/ckeditor/skins/moono/images/hidpi/close.png delete mode 100755 src/static/ckeditor/skins/moono/images/hidpi/lock-open.png delete mode 100755 src/static/ckeditor/skins/moono/images/hidpi/lock.png delete mode 100755 src/static/ckeditor/skins/moono/images/hidpi/refresh.png delete mode 100755 src/static/ckeditor/skins/moono/images/lock-open.png delete mode 100755 src/static/ckeditor/skins/moono/images/lock.png delete mode 100755 src/static/ckeditor/skins/moono/images/refresh.png delete mode 100755 src/static/ckeditor/skins/moono/images/spinner.gif delete mode 100755 src/static/ckeditor/skins/moono/readme.md delete mode 100755 src/static/ckeditor/skins/moono/skin.js diff --git a/src/static/ckeditor/skins/kama/dialog.css b/src/static/ckeditor/skins/kama/dialog.css deleted file mode 100755 index f25e9257..00000000 --- a/src/static/ckeditor/skins/kama/dialog.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;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 5px;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:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;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:white}.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 none;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:none 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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{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:bold;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:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{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_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{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/src/static/ckeditor/skins/kama/dialog_ie.css b/src/static/ckeditor/skins/kama/dialog_ie.css deleted file mode 100755 index f9796b08..00000000 --- a/src/static/ckeditor/skins/kama/dialog_ie.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;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 5px;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:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;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:white}.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 none;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:none 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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{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:bold;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:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{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_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important} \ No newline at end of file diff --git a/src/static/ckeditor/skins/kama/dialog_ie7.css b/src/static/ckeditor/skins/kama/dialog_ie7.css deleted file mode 100755 index 924c9143..00000000 --- a/src/static/ckeditor/skins/kama/dialog_ie7.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;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 5px;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:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;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:white}.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 none;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:none 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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{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:bold;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:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{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_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{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_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid transparent!important}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel{position:absolute}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel{height:14px;position:relative} \ No newline at end of file diff --git a/src/static/ckeditor/skins/kama/dialog_ie8.css b/src/static/ckeditor/skins/kama/dialog_ie8.css deleted file mode 100755 index 115c8abe..00000000 --- a/src/static/ckeditor/skins/kama/dialog_ie8.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;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 5px;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:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;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:white}.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 none;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:none 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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{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:bold;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:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{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_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{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/src/static/ckeditor/skins/kama/dialog_iequirks.css b/src/static/ckeditor/skins/kama/dialog_iequirks.css deleted file mode 100755 index ebbe34f1..00000000 --- a/src/static/ckeditor/skins/kama/dialog_iequirks.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;border:solid 1px #ddd;padding:5px;background-color:#fff;border-radius:5px}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#ebebeb;border:solid 1px #fff;border-bottom:0;overflow:auto;padding:17px 10px 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:22px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;background-color:#ebebeb;border:solid 1px #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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel{background-color:white;border:0;padding:0;width:100%;height:14px}div.cke_dialog_ui_input_text,div.cke_dialog_ui_input_password,div.cke_dialog_ui_input_tel{background-color:white;border:1px solid #a0a0a0;padding:1px 0}textarea.cke_dialog_ui_input_textarea{background-color:white;border:0;padding:0;width:100%;overflow:auto;resize:none}div.cke_dialog_ui_input_textarea{background-color:white;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 5px;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:#898980 1px solid;color:#5e5e55;background-color:#c5c5b3}a.cke_dialog_ui_button:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{background-position:0 -1180px}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border-width:2px}.cke_dialog_footer_buttons{display:inline-table;margin:6px 12px 0 12px;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:white}.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 none;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:none 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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;border:1px solid black}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_tabs,.cke_hc .cke_dialog_contents,.cke_hc .cke_dialog_footer{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:bold;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:bold}.cke_hc .cke_dialog_body .cke_label{display:inline;cursor:inherit}.cke_hc a.cke_btn_locked,.cke_hc a.cke_btn_unlocked,.cke_hc a.cke_btn_reset{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_unlocked,.cke_rtl.cke_hc a.cke_btn_reset{float:right}.cke_hc a.cke_btn_locked .cke_icon{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active img,a.cke_smile:hover img{border-color:#c7c78f}.cke_hc .cke_dialog_tabs a,.cke_hc .cke_dialog_footer a{opacity:1.0;filter:alpha(opacity=100);border:1px solid white}.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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_dialog_ui_input_select:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{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:hover span,a.cke_dialog_ui_button:focus span,a.cke_dialog_ui_button:active span{background-image:none;background:#f7a922}div.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{width:99%}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid red!important;filter:chroma(color=red)}.cke_dialog_ui_focused,.cke_btn_over{border:1px dotted #696969!important} \ No newline at end of file diff --git a/src/static/ckeditor/skins/kama/editor.css b/src/static/ckeditor/skins/kama/editor.css deleted file mode 100755 index 1a2b5f3d..00000000 --- a/src/static/ckeditor/skins/kama/editor.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{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-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;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:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;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(to bottom,#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 black;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:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{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-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;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:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #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-width:3px;border-style:solid;border-color:transparent transparent #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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{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:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;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_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(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{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 black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.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:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .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:.70;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_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{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{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!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=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1488px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1536px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2016px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2064px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2352px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2448px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2640px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2688px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2736px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2784px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2832px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2880px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2928px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2976px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3024px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3168px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3216px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3264px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3312px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3408px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3456px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3696px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3744px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3840px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3888px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3936px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3984px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4032px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4128px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4176px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4224px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4272px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4320px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4368px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4416px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4464px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4512px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4560px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4608px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4656px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4704px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4752px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4800px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4848px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4896px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4944px!important} \ No newline at end of file diff --git a/src/static/ckeditor/skins/kama/editor_ie.css b/src/static/ckeditor/skins/kama/editor_ie.css deleted file mode 100755 index 12070e79..00000000 --- a/src/static/ckeditor/skins/kama/editor_ie.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{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-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;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:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;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(to bottom,#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 black;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:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{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-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;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:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #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-width:3px;border-style:solid;border-color:transparent transparent #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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{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:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;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_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(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{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 black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.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:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .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:.70;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_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{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{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!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=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1488px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1536px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2016px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2064px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2352px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2448px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2640px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2688px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2736px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2784px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2832px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2880px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2928px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2976px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3024px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3168px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3216px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3264px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3312px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3408px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3456px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3696px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3744px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3840px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3888px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3936px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3984px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4032px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4128px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4176px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4224px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4272px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4320px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4368px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4416px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4464px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4512px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4560px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4608px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4656px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4704px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4752px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4800px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4848px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4896px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4944px!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:hover,.cke_button_off:focus,.cke_button_off:active{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 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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/src/static/ckeditor/skins/kama/editor_ie7.css b/src/static/ckeditor/skins/kama/editor_ie7.css deleted file mode 100755 index 81f8c180..00000000 --- a/src/static/ckeditor/skins/kama/editor_ie7.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{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-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;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:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;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(to bottom,#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 black;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:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{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-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;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:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #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-width:3px;border-style:solid;border-color:transparent transparent #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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{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:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;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_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(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{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 black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.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:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .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:.70;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_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{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{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!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=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1488px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1536px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2016px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2064px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2352px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2448px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2640px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2688px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2736px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2784px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2832px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2880px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2928px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2976px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3024px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3168px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3216px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3264px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3312px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3408px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3456px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3696px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3744px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3840px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3888px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3936px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3984px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4032px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4128px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4176px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4224px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4272px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4320px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4368px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4416px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4464px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4512px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4560px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4608px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4656px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4704px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4752px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4800px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4848px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4896px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4944px!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:hover,.cke_button_off:focus,.cke_button_off:active{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 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.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_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{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}a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;float:none;vertical-align:top}.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_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important} \ No newline at end of file diff --git a/src/static/ckeditor/skins/kama/editor_ie8.css b/src/static/ckeditor/skins/kama/editor_ie8.css deleted file mode 100755 index 6ebc353d..00000000 --- a/src/static/ckeditor/skins/kama/editor_ie8.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{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-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;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:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;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(to bottom,#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 black;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:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{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-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;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:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #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-width:3px;border-style:solid;border-color:transparent transparent #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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{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:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;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_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(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{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 black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.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:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .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:.70;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_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{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{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!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=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1488px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1536px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2016px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2064px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2352px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2448px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2640px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2688px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2736px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2784px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2832px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2880px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2928px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2976px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3024px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3168px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3216px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3264px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3312px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3408px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3456px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3696px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3744px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3840px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3888px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3936px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3984px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4032px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4128px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4176px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4224px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4272px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4320px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4368px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4416px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4464px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4512px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4560px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4608px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4656px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4704px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4752px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4800px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4848px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4896px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4944px!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:hover,.cke_button_off:focus,.cke_button_off:active{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 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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/src/static/ckeditor/skins/kama/editor_iequirks.css b/src/static/ckeditor/skins/kama/editor_iequirks.css deleted file mode 100755 index 1bc3c9d9..00000000 --- a/src/static/ckeditor/skins/kama/editor_iequirks.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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(to bottom,#fff -15px,#d3d3d3 40px);padding:5px}.cke_float{background:#fff}.cke_float .cke_inner{padding-bottom:0}.cke_hc .cke_contents{border:1px solid black}.cke_top,.cke_contents,.cke_bottom{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-width:12px 12px 0 12px;border-color:transparent #efefef transparent transparent;border-style:dashed solid dashed dashed;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:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#316ac5;background-color:#dff1ff}.cke_hc .cke_panel_listItem.cke_selected a,.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border-width:3px;padding:0}.cke_panel_grouptitle{font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;font-weight:bold;white-space:nowrap;background-color:#dcdcdc;color:#000;margin:0;padding:3px}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#316ac5 1px solid;background-color:#dff1ff}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#316ac5 1px solid;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(to bottom,#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 black;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:hover,a.cke_button_on:focus,a.cke_button_on:active{background-color:#86caff}.cke_hc a.cke_button:hover{background:black}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active{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-width:3px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;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:solid 1px #d3d3d3;margin:3px 2px 0;height:16px}.cke_rtl .cke_toolbar_separator{border-right:solid 1px #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-width:3px;border-style:solid;border-color:transparent transparent #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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d3d3d3;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#9d9d9d}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3}.cke_menubutton_on:hover,.cke_menubutton_on:focus,.cke_menubutton_on:active{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:.70}.cke_menuarrow{background-image:url(images/sprites.png);background-position:0 -1400px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-image:url(images/sprites.png);background-position:7px -1380px;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_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(to top,#fff,#d3d3d3 100px)}.cke_combo_off .cke_combo_button:hover,.cke_combo_off .cke_combo_button:focus,.cke_combo_off .cke_combo_button:active{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 black;padding:1px 3px 1px 3px}.cke_hc .cke_rtl .cke_combo_button{border:1px solid black}.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:.70}.cke_combo_off .cke_combo_button:hover .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:active .cke_combo_inlinelabel,.cke_combo_off .cke_combo_button:focus .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:.70;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_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{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{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!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=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1056px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1296px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1344px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1392px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1440px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1488px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1536px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1584px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important}.cke_hidpi .cke_ltr .cke_button__docprops_icon,.cke_ltr.cke_hidpi .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1872px!important}.cke_hidpi .cke_ltr .cke_button__find_icon,.cke_ltr.cke_hidpi .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2016px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2064px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2352px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2448px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2496px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2544px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2592px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2640px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2688px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2736px!important}.cke_hidpi .cke_ltr .cke_button__newpage_icon,.cke_ltr.cke_hidpi .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2784px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2832px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2880px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2928px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2976px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3024px!important}.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,.cke_ltr.cke_hidpi .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3072px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3120px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3168px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3216px!important}.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3264px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3312px!important}.cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3360px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3408px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3456px!important}.cke_hidpi .cke_ltr .cke_button__preview_icon,.cke_ltr.cke_hidpi .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3504px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3552px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3600px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3648px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3696px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3744px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3792px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3840px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3888px!important}.cke_hidpi .cke_ltr .cke_button__select_icon,.cke_ltr.cke_hidpi .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3936px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -3984px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4032px!important}.cke_hidpi .cke_ltr .cke_button__showblocks_icon,.cke_ltr.cke_hidpi .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4080px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4128px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4176px!important}.cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4224px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4272px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4320px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4368px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4416px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4464px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4512px!important}.cke_hidpi .cke_ltr .cke_button__templates_icon,.cke_ltr.cke_hidpi .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4560px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4608px!important}.cke_hidpi .cke_ltr .cke_button__textarea_icon,.cke_ltr.cke_hidpi .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4656px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4704px!important}.cke_hidpi .cke_ltr .cke_button__textfield_icon,.cke_ltr.cke_hidpi .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4752px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4800px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4848px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4896px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -4944px!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:hover,.cke_button_off:focus,.cke_button_off:active{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 1px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-left:2px}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{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_top,.cke_contents,.cke_bottom{width:100%}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.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 *{float:none}.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_button_arrow{vertical-align:top;display:inline-block}.cke_toolgroup,.cke_combo_button,.cke_combo_arrow,.cke_button_arrow,.cke_toolbox_collapser,.cke_resizer{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:hover,a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{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_ok span,a.cke_dialog_ui_button_cancel span{background-image:none}.cke_menubutton_label{height:25px}.cke_menuarrow{background-image:url(images/sprites_ie6.png)}.cke_menuitem .cke_icon,.cke_button_icon,.cke_menuitem .cke_disabled .cke_icon,.cke_button_disabled .cke_button_icon{filter:""}.cke_menuseparator{font-size:0}.cke_colorbox{font-size:0}.cke_source{white-space:normal} \ No newline at end of file diff --git a/src/static/ckeditor/skins/kama/icons.png b/src/static/ckeditor/skins/kama/icons.png deleted file mode 100755 index 38aefd30e0a084e9f1a45cc15e66ad4924580c34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10177 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

3~K`&cKfxmYP7@C-NnrKYoR2Iup7h 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 diff --git a/src/static/ckeditor/skins/kama/images/dialog_sides.gif b/src/static/ckeditor/skins/kama/images/dialog_sides.gif deleted file mode 100755 index b5d9a532742be3b80fe8fa49dc0508a929554519..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 47 ycmZ?wbhEHbRA69a_`tw$_3GUJ|NkrgWMO0g3g|EZ0Z7JyiLIxfgZpJTgEat4Jq%m` diff --git a/src/static/ckeditor/skins/kama/images/dialog_sides.png b/src/static/ckeditor/skins/kama/images/dialog_sides.png deleted file mode 100755 index 2df7a15be31234ff8dbf372be25d82aefa9e14e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-r!3HGvcdbbWQZAk@jv*DdlK%YvZ_jMFV2MhT zq{l`kLu-Lzb=94=uG8k5=U>-V_{!LEpZR09LLKLk^9#RZudwj=$1PCL`e?qxA8CaH Z40anton)%nwgSy#@O1TaS?83{1OUR^C|>{o diff --git a/src/static/ckeditor/skins/kama/images/dialog_sides_rtl.png b/src/static/ckeditor/skins/kama/images/dialog_sides_rtl.png deleted file mode 100755 index b179935fa33237cb367cf6c75146a0a93412b745..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-r!3HGvcdbbWQtqBEjv*Ddl63U=($f+W5?GVU z6rQmq$tj32BsnUGu_hHNOl!HcD4?)$iHf-?n~FjHJ-tkYuc96GOdsFRn ajbYw?uK!Q}nw|g}$>8bg=d#Wzp$P!)DiH7@_8OTS5bp~7b$8a)O0|4XOwP=T3e-=BBi$4DkQN?thHqk38A4vt5G2&WJ5X+EFD9YT0*sI89FsZ>!72Q&ifkPB@Bi+&U~74=F2=EpXZ$4bKTc<{qMhnlf9`~ zkQ^Wfd;|ajfe;xP85bAFX0snWcpwxChlhv9#>S$eqLP!78yXs3ym*1f!KBV7>b5C(sIPDd$9=)eU}Lyb1T(C|L~Y+d zitR+2qa5i~Maw@~h|4LnKu1*BpT|0%7X#@Us zYG0c%Rw%8s#h!qURb_nB6CDm#w0$Lm!+p6v)M1kPS6XTpYCGb>$ zrTSFsgjs@7;L=ZNHr`*n_AE1e5P&%x;-F-v(5M@!yeHIV8(Mr6q{Znl>TQf94KE)T z7jK=}M@8CeE4Ft!n|nH5@PMzW$tdgUYdov%J=p^p227dAuVV6QXd{etFA&=)=JQj9v_;&SKsh|xZYiyHz`t} zO$T;SEw-s42kOby%|^F=j7GM_Km1qqEqlBw5OJV|i6ea(-8^72y3DWglIPp>Okf(v zPU7=mxfODI5iS2nYy$E81{Tzpng{R3ssh~8E%-KLGq=WZNxhi=qK3lRWk{V+skb`$ z_YH4Mpe6Q-$#UD#5Xp6su8QKBCf}FKvW&5|sa??W>3ww)t)A@tg{= z4o0RHDJ(?yK(NOaa@X8eyH!FJTiQ<)&aDb3%WU`M7CbZUJQ`@^2f5v$)*qu`nO=86 z2yqIGQJez9lZfJlU&Za6{O@(z&?&~7-h`Hp$_ftsz|BZ{J#11GYBDqi zshW{Rt5*`7xQm|tt~XBey@J|SM|X}7wQpgd;&cwOY|_D9hgHO%mMy{7bV~b)UQMM? zFwCH?Vl7QzTg?nUV?0JZk%dU~l8LTFi*Nk-qMK?`Ro(H69NCLUL|R=5JoD(s6R+s~??G-dIB&9( zjE0(rADgtz-YFY$_P5l6Z;HHtk~qz+Iq+yIJJXieBm+B*sPKAR)c1I;p}-|a>KH;T z{k*1vuNaxPZ$$8M&a8M!TYqb(>|{cnMOHZKWvi6%jd*BtRy(j%nE}1-R27v5q^S(n zeB&fb0Md+~9W)Bg^wzQgvGku#O{?6C*#Gp3owR!rT3qT1ITjV{8WUx+rycepJN{jH zom;~1e}pn;IWXEkc-VtF^?uPS!tlMr+@))CvZoeQy6pAyRh-8R)z99iekfQRJaQHm zZ-e&p^dozb($k!`&^wna)Yd8qr7Dr9$7(}iD-CY9mB0YT@zQH0&#TlhoZgC>A{I zAwv8OyXVfJbKzcCm`9QKJe{sg8!wMYFoleOl258#R=>&($9e~ZCnu33m~K(1C?=O} z6CH26C4J{2-zW+3YdiK${&l?^le*q1!^Y>G_MO_=kph+BFBYR%aRo5ay9QagY!jpt6z#}jj1 zdmRs6#V7hQ{S#SNsYjiu2`N<9y{v{6cZG?6u3KQ|`A9m=&`l*3wQ}*CCo*^$qZLqZ5gL)PX88H^eiH-Hy@B{Ysn8b_ diff --git a/src/static/ckeditor/skins/kama/images/sprites.png b/src/static/ckeditor/skins/kama/images/sprites.png deleted file mode 100755 index 5fc409d141ff1e445a064e02069a3de6bc7f2f7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6117 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 diff --git a/src/static/ckeditor/skins/kama/images/sprites_ie6.png b/src/static/ckeditor/skins/kama/images/sprites_ie6.png deleted file mode 100755 index 070a8cee1a9330870e9ac8eca43f997ef1cb35ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2658 zcmZXWc{J4h7so$i2sK`hNJaFgRC`M5%5s^1MbdFBt7xI zBVfo#Y*|}`dKhpIiLDs`im4QY0L0@`zsv#K47P|As;3I%AzyF<@Gi)4FQ}H> z0xLfIAs?l+08Qw!GIT|Q8>}S=(dCC2L171=up@#fW9WufS26%)1JF$qD8>kiJ|T=d zfqw>|cm(M=psm9_W72B?Jvc6We01eG*xE=FCLITDlk`l$eFhuBPUOo+cE8+UrAF zKsTfEsGzMG-Q0@$Mgv{V9Z;Km8@d&0*YKwR<;(*mW4&i3uO)K;2rUle>l8$gbW_OfUBK_+o!gcTZn;B|`((i@!6m1oa;p=mYQ~B}7$OlU zs97fpkxC~jtf}cKCVhr6HOpkoOwY|vv!-W%&Ce`wW_~ZsEiTQ?&ar1_Im>L${4!^iv$U|b zyvSSOuW*-^cmnR)D#YUo*Pt~4PYCgqOTec;s*ZGVI1P|fgn)J7n^{}@?HWy-p(J?^ zM5&_LX^KC#Z@FJVylOQgTZO)q*SBS#O=P$}OQY@bnwyHr=>arT_kjgrXo*8(#9 z35Aw5mrAaY{9iiw$hS5?_dG(pQQN$h26R7 zHZ5Bc51#)aJv?+l4ILB_V>Fy?8rAS779WT1k(r*B*YP|%cRsqJ^^xVz`a$#kva<5J z!WAERM|;oNlBZPrIA3}vf=Zy2zR>m540p4Y%DK__jD6LuD@w+^Bup@QI`fT!gy>Mg z82$mjR|G+Hj@u?7%GKU-C?^iiavVURN6P5owoR)ZWCgw#xw3n_B`Y?Y#TIB4M8|3US1>zVZqp-jSr6!7ATCQSH( zR7iw*EMZnWtNnNIdMmq&+V6Zrx@N}TK zBatiltN4BOGeO*gFCF8s5d~V+2b74a)nAR>lhQE{#r0eEJZ}_bMgZt%CO^CmUNVf{ z?z3PLz4vSSjd^BHWw|aI`I`pYLq@@iT>o1tDWsEa;9$(1taf$vG%fM#d|FysdRBA4 zmeyo^q&4O#KHIeYjFZ!RT{v0eb^1G_mU6Obj^p*e$9A2R=LvcpwWkp`x^#^`#4dP>E z1n27^?|XRqW%~jG8I#e9cjAKe7}?pLE0;QpW33#>dxEI!&9{=X-ntti5a?W@iQ;zc zD?veCW0;7bps7J4LqnZ&t(1^5LBv#dex}B4O!AaE{`>d9HT&0ed(DDeH#g@~Ozqm9^^qcc?UtG}q@%;xKf4JbR-V^y8 z?|oSpcQsWaMQSHFINMgXlupc1^zIx;=m{1Tr=ZbN1mFzy;4*e+8lESH4ding{gGaVoO zc1!UdzrfN=qfESAQwrlypdni;t8PIn!9k2E-SmO0Ic;%6#02-g1E~QFQ!svS#qHtD zBMGVYhA|6%Z?iA=f3fyUEAmxPfn%M4;26r8KdQU&D0$)(YL7|)$BSj9dsN}WJsDI7 zuMNIKMFK07+2a?K`1^ zj|Hi7#Z?3oBU!2lGfG5@m)+pN?*2>qs+f zYAG$AExw)w{`&pYYZa=lzAvSqi{UsabZ~;)#5OG*FBsO}PCX+AyRXtb=2`ZI?rgS? zhI%tw1bN4<*evCK_+C$AnbA1E7b}^Ot|oP3E$_;zlZVxn9%%>?2QEfvC!|SM+-%v^ zm#SxRnW|jfxOr*cPZ^3P|CHd&i&%*mHD_vM@3*@G|Itcpx(zScEq)EV;3&yH|wo;EV|pzM1nfvfLP~0kBOY A-T(jq diff --git a/src/static/ckeditor/skins/kama/readme.md b/src/static/ckeditor/skins/kama/readme.md deleted file mode 100755 index 4be618a4..00000000 --- a/src/static/ckeditor/skins/kama/readme.md +++ /dev/null @@ -1,38 +0,0 @@ -"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-2020, 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/src/static/ckeditor/skins/kama/skin.js b/src/static/ckeditor/skins/kama/skin.js deleted file mode 100755 index 019d5f77..00000000 --- a/src/static/ckeditor/skins/kama/skin.js +++ /dev/null @@ -1,8 +0,0 @@ -/* - Copyright (c) 2003-2020, 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/src/static/ckeditor/skins/moono/dialog.css b/src/static/ckeditor/skins/moono/dialog.css deleted file mode 100755 index 74d462e4..00000000 --- a/src/static/ckeditor/skins/moono/dialog.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.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:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#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(to bottom,#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:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);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:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.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:bold;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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,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:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select: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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;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(to bottom,#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(to bottom,#88be14 0,#5d9c0a 100%);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(to bottom,#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_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active 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:0 1px 2px rgba(0,0,0,.15) inset}.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) top left no-repeat;width:16px;height:16px;border:1px none;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:none 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_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;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:bold}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:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{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/src/static/ckeditor/skins/moono/dialog_ie.css b/src/static/ckeditor/skins/moono/dialog_ie.css deleted file mode 100755 index 618e5a9c..00000000 --- a/src/static/ckeditor/skins/moono/dialog_ie.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.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:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#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(to bottom,#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:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);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:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.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:bold;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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,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:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select: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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;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(to bottom,#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(to bottom,#88be14 0,#5d9c0a 100%);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(to bottom,#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_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active 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:0 1px 2px rgba(0,0,0,.15) inset}.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) top left no-repeat;width:16px;height:16px;border:1px none;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:none 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_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;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:bold}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:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.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_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0} \ No newline at end of file diff --git a/src/static/ckeditor/skins/moono/dialog_ie7.css b/src/static/ckeditor/skins/moono/dialog_ie7.css deleted file mode 100755 index ebd54cac..00000000 --- a/src/static/ckeditor/skins/moono/dialog_ie7.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.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:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#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(to bottom,#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:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);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:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.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:bold;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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,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:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select: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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;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(to bottom,#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(to bottom,#88be14 0,#5d9c0a 100%);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(to bottom,#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_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active 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:0 1px 2px rgba(0,0,0,.15) inset}.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) top left no-repeat;width:16px;height:16px;border:1px none;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:none 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_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;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:bold}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:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.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_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{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_text,.cke_dialog_ui_input_password,.cke_dialog_ui_input_tel,.cke_dialog_ui_input_textarea,.cke_dialog_ui_input_select{padding:0!important}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid transparent!important} \ No newline at end of file diff --git a/src/static/ckeditor/skins/moono/dialog_ie8.css b/src/static/ckeditor/skins/moono/dialog_ie8.css deleted file mode 100755 index cc574286..00000000 --- a/src/static/ckeditor/skins/moono/dialog_ie8.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.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:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#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(to bottom,#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:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);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:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.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:bold;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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,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:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select: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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;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(to bottom,#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(to bottom,#88be14 0,#5d9c0a 100%);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(to bottom,#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_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active 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:0 1px 2px rgba(0,0,0,.15) inset}.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) top left no-repeat;width:16px;height:16px;border:1px none;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:none 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_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;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:bold}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:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.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_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{display:block} \ No newline at end of file diff --git a/src/static/ckeditor/skins/moono/dialog_iequirks.css b/src/static/ckeditor/skins/moono/dialog_iequirks.css deleted file mode 100755 index 55a5caef..00000000 --- a/src/static/ckeditor/skins/moono/dialog_iequirks.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.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:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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-top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2px solid rgba(102,102,102,1);-webkit-animation:dialog_spinner 1s infinite linear;animation:dialog_spinner 1s infinite linear}.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{background:url(images/spinner.gif) center top no-repeat;width:16px;height:16px;border:0}@-webkit-keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dialog_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:linear-gradient(to bottom,#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(to bottom,#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:hover,a.cke_dialog_tab:focus{background:#ebebeb;background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);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:hover,a.cke_dialog_tab_selected:focus{background:#ededed;background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.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:bold;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_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,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:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select: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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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(to bottom,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;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(to bottom,#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(to bottom,#88be14 0,#5d9c0a 100%);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(to bottom,#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_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok.cke_disabled:focus,a.cke_dialog_ui_button_ok.cke_disabled:active{border-color:#6f8c49}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active 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:0 1px 2px rgba(0,0,0,.15) inset}.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) top left no-repeat;width:16px;height:16px;border:1px none;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:none 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_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{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:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.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 black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.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:white;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:bold}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:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{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_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.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_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_footer{filter:""} \ No newline at end of file diff --git a/src/static/ckeditor/skins/moono/editor.css b/src/static/ckeditor/skins/moono/editor.css deleted file mode 100755 index 5ae848c5..00000000 --- a/src/static/ckeditor/skins/moono/editor.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.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-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;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:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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 black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{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:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.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:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#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-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,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_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{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 rgba(255,255,255,.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 1px;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:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!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=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -504px!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=K4A8) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -600px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -624px!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=K4A8) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -696px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -720px!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=K4A8) no-repeat 0 -744px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -768px!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=K4A8) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -816px!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=K4A8) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1032px!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=K4A8) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1272px!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=K4A8) no-repeat 0 -1296px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1320px!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=K4A8) no-repeat 0 -1344px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1368px!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=K4A8) no-repeat 0 -1392px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1416px!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=K4A8) no-repeat 0 -1440px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1464px!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=K4A8) no-repeat 0 -1488px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1512px!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=K4A8) no-repeat 0 -1536px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1560px!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=K4A8) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!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=K4A8) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1704px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!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=K4A8) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1848px!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=K4A8) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1896px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!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=K4A8) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1992px!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=K4A8) no-repeat 0 -2016px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2040px!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=K4A8) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!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=K4A8) no-repeat 0 -2232px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!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=K4A8) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2328px!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=K4A8) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) 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=K4A8) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2472px!important;background-size:16px!important} \ No newline at end of file diff --git a/src/static/ckeditor/skins/moono/editor_gecko.css b/src/static/ckeditor/skins/moono/editor_gecko.css deleted file mode 100755 index cb055de8..00000000 --- a/src/static/ckeditor/skins/moono/editor_gecko.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.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-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;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:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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 black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{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:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.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:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#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-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,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_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{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 rgba(255,255,255,.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 1px;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:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!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=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -504px!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=K4A8) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -600px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -624px!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=K4A8) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -696px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -720px!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=K4A8) no-repeat 0 -744px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -768px!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=K4A8) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -816px!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=K4A8) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1032px!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=K4A8) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1272px!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=K4A8) no-repeat 0 -1296px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1320px!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=K4A8) no-repeat 0 -1344px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1368px!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=K4A8) no-repeat 0 -1392px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1416px!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=K4A8) no-repeat 0 -1440px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1464px!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=K4A8) no-repeat 0 -1488px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1512px!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=K4A8) no-repeat 0 -1536px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1560px!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=K4A8) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!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=K4A8) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1704px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!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=K4A8) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1848px!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=K4A8) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1896px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!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=K4A8) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1992px!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=K4A8) no-repeat 0 -2016px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2040px!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=K4A8) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!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=K4A8) no-repeat 0 -2232px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!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=K4A8) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2328px!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=K4A8) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) 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=K4A8) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2472px!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/src/static/ckeditor/skins/moono/editor_ie.css b/src/static/ckeditor/skins/moono/editor_ie.css deleted file mode 100755 index 65742b98..00000000 --- a/src/static/ckeditor/skins/moono/editor_ie.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.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-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;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:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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 black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{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:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.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:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#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-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,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_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{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 rgba(255,255,255,.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 1px;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:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!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=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -504px!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=K4A8) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -600px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -624px!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=K4A8) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -696px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -720px!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=K4A8) no-repeat 0 -744px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -768px!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=K4A8) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -816px!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=K4A8) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1032px!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=K4A8) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1272px!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=K4A8) no-repeat 0 -1296px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1320px!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=K4A8) no-repeat 0 -1344px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1368px!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=K4A8) no-repeat 0 -1392px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1416px!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=K4A8) no-repeat 0 -1440px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1464px!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=K4A8) no-repeat 0 -1488px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1512px!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=K4A8) no-repeat 0 -1536px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1560px!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=K4A8) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!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=K4A8) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1704px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!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=K4A8) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1848px!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=K4A8) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1896px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!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=K4A8) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1992px!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=K4A8) no-repeat 0 -2016px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2040px!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=K4A8) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!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=K4A8) no-repeat 0 -2232px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!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=K4A8) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2328px!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=K4A8) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) 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=K4A8) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2472px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{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_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} \ No newline at end of file diff --git a/src/static/ckeditor/skins/moono/editor_ie7.css b/src/static/ckeditor/skins/moono/editor_ie7.css deleted file mode 100755 index 4ee0319d..00000000 --- a/src/static/ckeditor/skins/moono/editor_ie7.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.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-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;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:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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 black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{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:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.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:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#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-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,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_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{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 rgba(255,255,255,.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 1px;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:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!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=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -504px!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=K4A8) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -600px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -624px!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=K4A8) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -696px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -720px!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=K4A8) no-repeat 0 -744px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -768px!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=K4A8) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -816px!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=K4A8) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1032px!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=K4A8) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1272px!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=K4A8) no-repeat 0 -1296px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1320px!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=K4A8) no-repeat 0 -1344px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1368px!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=K4A8) no-repeat 0 -1392px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1416px!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=K4A8) no-repeat 0 -1440px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1464px!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=K4A8) no-repeat 0 -1488px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1512px!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=K4A8) no-repeat 0 -1536px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1560px!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=K4A8) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!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=K4A8) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1704px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!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=K4A8) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1848px!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=K4A8) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1896px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!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=K4A8) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1992px!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=K4A8) no-repeat 0 -2016px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2040px!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=K4A8) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!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=K4A8) no-repeat 0 -2232px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!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=K4A8) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2328px!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=K4A8) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) 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=K4A8) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2472px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{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_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.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_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{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_toolgroup,.cke_combo{position:relative}a.cke_button{float:none;vertical-align:top}.cke_toolbar_separator{display:inline-block;float:none;vertical-align:top;background-color:#c0c0c0}.cke_toolbox_collapser .cke_arrow{margin-top:0}.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}.cke_menubutton{display:block;height:24px}.cke_menubutton_inner{display:block;position:relative}.cke_menubutton_icon{height:16px;width:16px}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{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_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{position:relative}.cke_wysiwyg_div{padding-top:0!important;padding-bottom:0!important} \ No newline at end of file diff --git a/src/static/ckeditor/skins/moono/editor_ie8.css b/src/static/ckeditor/skins/moono/editor_ie8.css deleted file mode 100755 index a2558b83..00000000 --- a/src/static/ckeditor/skins/moono/editor_ie8.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.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-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;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:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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 black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{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:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.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:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#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-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,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_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{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 rgba(255,255,255,.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 1px;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:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!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=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -504px!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=K4A8) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -600px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -624px!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=K4A8) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -696px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -720px!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=K4A8) no-repeat 0 -744px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -768px!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=K4A8) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -816px!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=K4A8) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1032px!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=K4A8) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1272px!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=K4A8) no-repeat 0 -1296px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1320px!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=K4A8) no-repeat 0 -1344px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1368px!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=K4A8) no-repeat 0 -1392px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1416px!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=K4A8) no-repeat 0 -1440px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1464px!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=K4A8) no-repeat 0 -1488px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1512px!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=K4A8) no-repeat 0 -1536px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1560px!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=K4A8) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!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=K4A8) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1704px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!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=K4A8) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1848px!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=K4A8) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1896px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!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=K4A8) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1992px!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=K4A8) no-repeat 0 -2016px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2040px!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=K4A8) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!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=K4A8) no-repeat 0 -2232px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!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=K4A8) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2328px!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=K4A8) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) 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=K4A8) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2472px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{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_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{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/src/static/ckeditor/skins/moono/editor_iequirks.css b/src/static/ckeditor/skins/moono/editor_iequirks.css deleted file mode 100755 index 2a7f1e01..00000000 --- a/src/static/ckeditor/skins/moono/editor_iequirks.css +++ /dev/null @@ -1,5 +0,0 @@ -/* -Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -.cke_reset{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{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;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 textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][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:1px solid #b6b6b6;padding:0;box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#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;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;box-shadow:0 1px 0 rgba(255,255,255,.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-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;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:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;border-radius:2px 2px 0 0;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gradient(to bottom,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.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 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:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#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 black;padding:3px 5px;margin:-2px 4px 0 -2px}a.cke_button_on{box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{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:hover,a.cke_button_on:focus,a.cke_button_on:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.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:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;box-shadow:-1px 0 1px rgba(255,255,255,.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:linear-gradient(to bottom,#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-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.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:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .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:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.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 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:linear-gradient(to bottom,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:linear-gradient(to bottom,#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 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:linear-gradient(to bottom,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{box-shadow:0 1px 6px rgba(0,0,0,.7) inset,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_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{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 rgba(255,255,255,.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 1px;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:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{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;background-color:#fff;white-space:pre-wrap;border:0;padding:0;margin:0;display:block}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_notifications_area{pointer-events:none}.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:white;border-radius:3px;text-align:center;opacity:.95;filter:alpha(opacity = 95);box-shadow:2px 2px 3px 0 rgba(50,50,50,0.3);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}.cke_notification_message a{color:#12306f}@-webkit-keyframes fadeIn{from{opacity:.4}to{opacity:.95}}@keyframes fadeIn{from{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{display:none}legend.cke_voice_label{display:none}.cke_button__dedepagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -0px!important}.cke_button__easyimagealigncenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -26px!important}.cke_button__easyimagealignleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -52px!important}.cke_button__easyimagealignright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -78px!important}.cke_button__easyimagealt_icon{background:url(icons.png?t=K4A8) no-repeat 0 -104px!important}.cke_button__easyimagefull_icon{background:url(icons.png?t=K4A8) no-repeat 0 -130px!important}.cke_button__easyimageside_icon{background:url(icons.png?t=K4A8) no-repeat 0 -156px!important}.cke_button__easyimageupload_icon{background:url(icons.png?t=K4A8) no-repeat 0 -182px!important}.cke_button__embed_icon{background:url(icons.png?t=K4A8) no-repeat 0 -208px!important}.cke_button__embedsemantic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -234px!important}.cke_button__emojipanel_icon{background:url(icons.png?t=K4A8) no-repeat 0 -260px!important}.cke_button__mathjax_icon{background:url(icons.png?t=K4A8) no-repeat 0 -286px!important}.cke_button__simplebox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -312px!important}.cke_button__about_icon{background:url(icons.png?t=K4A8) no-repeat 0 -338px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -364px!important}.cke_ltr .cke_button__anchor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -390px!important}.cke_button__bgcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -416px!important}.cke_button__bidiltr_icon{background:url(icons.png?t=K4A8) no-repeat 0 -442px!important}.cke_button__bidirtl_icon{background:url(icons.png?t=K4A8) no-repeat 0 -468px!important}.cke_button__blockquote_icon{background:url(icons.png?t=K4A8) no-repeat 0 -494px!important}.cke_button__bold_icon{background:url(icons.png?t=K4A8) no-repeat 0 -520px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -546px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -572px!important}.cke_button__button_icon{background:url(icons.png?t=K4A8) no-repeat 0 -598px!important}.cke_button__checkbox_icon{background:url(icons.png?t=K4A8) no-repeat 0 -624px!important}.cke_button__codesnippet_icon{background:url(icons.png?t=K4A8) no-repeat 0 -650px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -676px!important}.cke_ltr .cke_button__copy_icon{background:url(icons.png?t=K4A8) no-repeat 0 -702px!important}.cke_button__copyformatting_icon{background:url(icons.png?t=K4A8) no-repeat 0 -728px!important}.cke_button__creatediv_icon{background:url(icons.png?t=K4A8) no-repeat 0 -754px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -780px!important}.cke_ltr .cke_button__cut_icon{background:url(icons.png?t=K4A8) no-repeat 0 -806px!important}.cke_rtl .cke_button__docprops_icon,.cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -832px!important}.cke_ltr .cke_button__docprops_icon{background:url(icons.png?t=K4A8) no-repeat 0 -858px!important}.cke_rtl .cke_button__find_icon,.cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -884px!important}.cke_ltr .cke_button__find_icon{background:url(icons.png?t=K4A8) no-repeat 0 -910px!important}.cke_button__flash_icon{background:url(icons.png?t=K4A8) no-repeat 0 -936px!important}.cke_button__form_icon{background:url(icons.png?t=K4A8) no-repeat 0 -962px!important}.cke_button__hiddenfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -988px!important}.cke_button__horizontalrule_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1014px!important}.cke_button__iframe_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1040px!important}.cke_button__image_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1066px!important}.cke_button__imagebutton_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1092px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1118px!important}.cke_ltr .cke_button__indent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1144px!important}.cke_button__italic_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1170px!important}.cke_button__justifyblock_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1196px!important}.cke_button__justifycenter_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1222px!important}.cke_button__justifyleft_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1248px!important}.cke_button__justifyright_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1274px!important}.cke_button__language_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1300px!important}.cke_button__link_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1326px!important}.cke_button__maximize_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1352px!important}.cke_rtl .cke_button__newpage_icon,.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1378px!important}.cke_ltr .cke_button__newpage_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1404px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1430px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1456px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1482px!important}.cke_ltr .cke_button__outdent_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1508px!important}.cke_rtl .cke_button__pagebreak_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1534px!important}.cke_ltr .cke_button__pagebreak_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1560px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1586px!important}.cke_ltr .cke_button__paste_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1612px!important}.cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1638px!important}.cke_ltr .cke_button__pastefromword_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1664px!important}.cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1690px!important}.cke_ltr .cke_button__pastetext_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1716px!important}.cke_button__placeholder_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1742px!important}.cke_rtl .cke_button__preview_icon,.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1768px!important}.cke_ltr .cke_button__preview_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1794px!important}.cke_button__print_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1820px!important}.cke_button__radio_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1846px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1872px!important}.cke_ltr .cke_button__redo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1898px!important}.cke_button__removeformat_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1924px!important}.cke_button__replace_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1950px!important}.cke_button__save_icon{background:url(icons.png?t=K4A8) no-repeat 0 -1976px!important}.cke_rtl .cke_button__select_icon,.cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2002px!important}.cke_ltr .cke_button__select_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2028px!important}.cke_button__selectall_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2054px!important}.cke_rtl .cke_button__showblocks_icon,.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2080px!important}.cke_ltr .cke_button__showblocks_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2106px!important}.cke_button__smiley_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2132px!important}.cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2158px!important}.cke_ltr .cke_button__source_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2184px!important}.cke_rtl .cke_button__sourcedialog_icon,.cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2210px!important}.cke_ltr .cke_button__sourcedialog_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2236px!important}.cke_button__specialchar_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2262px!important}.cke_button__strike_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2288px!important}.cke_button__subscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2314px!important}.cke_button__superscript_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2340px!important}.cke_button__table_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2366px!important}.cke_rtl .cke_button__templates_icon,.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2392px!important}.cke_ltr .cke_button__templates_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2418px!important}.cke_rtl .cke_button__textarea_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2444px!important}.cke_ltr .cke_button__textarea_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2470px!important}.cke_button__textcolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2496px!important}.cke_rtl .cke_button__textfield_icon,.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2522px!important}.cke_ltr .cke_button__textfield_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2548px!important}.cke_button__uicolor_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2574px!important}.cke_button__underline_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2600px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2626px!important}.cke_ltr .cke_button__undo_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2652px!important}.cke_button__unlink_icon{background:url(icons.png?t=K4A8) no-repeat 0 -2678px!important}.cke_hidpi .cke_button__dedepagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -0px!important}.cke_hidpi .cke_button__easyimagealigncenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealignright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagealt_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimagefull_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageside_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -144px!important;background-size:16px!important}.cke_hidpi .cke_button__easyimageupload_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_button__embed_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -192px!important;background-size:16px!important}.cke_hidpi .cke_button__embedsemantic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_button__emojipanel_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -240px!important;background-size:16px!important}.cke_hidpi .cke_button__mathjax_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_button__simplebox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important}.cke_hidpi .cke_button__about_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -312px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -336px!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=K4A8) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_button__bgcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -384px!important;background-size:16px!important}.cke_hidpi .cke_button__bidiltr_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_button__bidirtl_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__blockquote_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -504px!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=K4A8) no-repeat 0 -528px!important;background-size:16px!important}.cke_hidpi .cke_button__button_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_button__checkbox_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -576px!important;background-size:16px!important}.cke_hidpi .cke_button__codesnippet_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -600px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -624px!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=K4A8) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_button__copyformatting_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -672px!important;background-size:16px!important}.cke_hidpi .cke_button__creatediv_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -696px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -720px!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=K4A8) no-repeat 0 -744px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__docprops_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -768px!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=K4A8) no-repeat 0 -792px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__find_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -816px!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=K4A8) no-repeat 0 -840px!important;background-size:16px!important}.cke_hidpi .cke_button__flash_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -864px!important;background-size:16px!important}.cke_hidpi .cke_button__form_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -888px!important;background-size:16px!important}.cke_hidpi .cke_button__hiddenfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -912px!important;background-size:16px!important}.cke_hidpi .cke_button__horizontalrule_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -936px!important;background-size:16px!important}.cke_hidpi .cke_button__iframe_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -960px!important;background-size:16px!important}.cke_hidpi .cke_button__image_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -984px!important;background-size:16px!important}.cke_hidpi .cke_button__imagebutton_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1008px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1032px!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=K4A8) no-repeat 0 -1056px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1080px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyblock_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1104px!important;background-size:16px!important}.cke_hidpi .cke_button__justifycenter_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1128px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyleft_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1152px!important;background-size:16px!important}.cke_hidpi .cke_button__justifyright_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1176px!important;background-size:16px!important}.cke_hidpi .cke_button__language_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1200px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1224px!important;background-size:16px!important}.cke_hidpi .cke_button__maximize_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1248px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__newpage_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1272px!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=K4A8) no-repeat 0 -1296px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1320px!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=K4A8) no-repeat 0 -1344px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1368px!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=K4A8) no-repeat 0 -1392px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1416px!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=K4A8) no-repeat 0 -1440px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1464px!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=K4A8) no-repeat 0 -1488px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1512px!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=K4A8) no-repeat 0 -1536px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1560px!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=K4A8) no-repeat 0 -1584px!important;background-size:16px!important}.cke_hidpi .cke_button__placeholder_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1608px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__preview_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1632px!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=K4A8) no-repeat 0 -1656px!important;background-size:16px!important}.cke_hidpi .cke_button__print_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1680px!important;background-size:16px!important}.cke_hidpi .cke_button__radio_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1704px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1728px!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=K4A8) no-repeat 0 -1752px!important;background-size:16px!important}.cke_hidpi .cke_button__removeformat_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1776px!important;background-size:16px!important}.cke_hidpi .cke_button__replace_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1800px!important;background-size:16px!important}.cke_hidpi .cke_button__save_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1824px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__select_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1848px!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=K4A8) no-repeat 0 -1872px!important;background-size:16px!important}.cke_hidpi .cke_button__selectall_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1896px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__showblocks_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1920px!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=K4A8) no-repeat 0 -1944px!important;background-size:16px!important}.cke_hidpi .cke_button__smiley_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1968px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -1992px!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=K4A8) no-repeat 0 -2016px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2040px!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=K4A8) no-repeat 0 -2064px!important;background-size:16px!important}.cke_hidpi .cke_button__specialchar_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2088px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2112px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2136px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2160px!important;background-size:16px!important}.cke_hidpi .cke_button__table_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2184px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__templates_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2208px!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=K4A8) no-repeat 0 -2232px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textarea_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2256px!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=K4A8) no-repeat 0 -2280px!important;background-size:16px!important}.cke_hidpi .cke_button__textcolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2304px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__textfield_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2328px!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=K4A8) no-repeat 0 -2352px!important;background-size:16px!important}.cke_hidpi .cke_button__uicolor_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2376px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2400px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(icons_hidpi.png?t=K4A8) 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=K4A8) no-repeat 0 -2448px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(icons_hidpi.png?t=K4A8) no-repeat 0 -2472px!important;background-size:16px!important}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{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_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_top,.cke_contents,.cke_bottom{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.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_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{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/src/static/ckeditor/skins/moono/icons.png b/src/static/ckeditor/skins/moono/icons.png deleted file mode 100755 index ed5281589debe8c28374b9d49e74b583a6ea7373..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18909 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 diff --git a/src/static/ckeditor/skins/moono/icons_hidpi.png b/src/static/ckeditor/skins/moono/icons_hidpi.png deleted file mode 100755 index 22a99505a3ca6c8203fc80615fce2de0810e7456..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 54148 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 a`TqcB5}T(4ymLPQ0000!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG?e4lFh7Q?{pzV~EA++)4Ypg&jqX z+vk^+PnzJ%anb3BlDb%u@}lE^8MlQs-4&e{wrHtB*tTEn5z7NMZk#yzu#@AH9gjmy zmd{gk^#6E$ri;FPiSh39N#*Y?zH%S7xz~Sw&&*0Ax&EJ~GaoGCsJCj>k6&^A+@e+L z`JFZvmH+MHBpyvY{h;#5xx_BloV9K8Z5wv(>|FKD^lH~CJ>Gft*TtWoe|K_y7F!UFw*&~tc-FxM@56C6Ra{Q`I+rDi^wu!^khbfyr7p$@_o5X0xbUo;WkiqtvXFTWM z-FaBG+xJqQFthvRNu3hRcm335RgynNzO=Edp4QLJy=QMBbLidmtN24h<74;Dd48w5 z=AF#nFz%NnR%gzfS<$gzRZT?v^elmdM>Fo<-~YJH*~C*~OO(vMf`xl(K0bPJU}f-) zs=1Hu?e*Axd+EiD9OirbtJS|o@oG2y{>a>$Y|>YFSTWD!P(*k9+DGk*bt_xqHAKp4 zy%TgF{g%kyIBz=BoWt5;oU1~QNcgO53D;S+!D}hg24LhiO!ZpYv{meJ<%}XpU!fAK zqb!V4#}y{Y39xj$|IDtiJ=HCJRuLaCC90OVMwFx^mZVxG7o`Fz1|tJQGhG8ST_eK~ z14}CdBP(MgZ6Il2aKDm!9*TzC{FKbJO57UOsccpPYLEok5S*V@Ql40p%1~Zju9umY dU7Va)kgAtols@~NjTBH3gQu&X%Q~loCIE>kg7p9Z diff --git a/src/static/ckeditor/skins/moono/images/arrow.png b/src/static/ckeditor/skins/moono/images/arrow.png deleted file mode 100755 index d72b5f3b8808bd89996ef62f845164d459957a1b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^Y(Ol>!VDz;rWf@BDXjpX5LX~=X=(ZY|9>EfAH1#& z-3wIBTN30K45T@Ev~-ix<}bSOt=nC)A1Gk%>Eal|aXtBhiAd6gyIe=gyBczF}qKQ%F0(mNbo(!7G$6ystm-3eX4!Pgg&ebxsLQ E09R-@$^ZZW diff --git a/src/static/ckeditor/skins/moono/images/close.png b/src/static/ckeditor/skins/moono/images/close.png deleted file mode 100755 index 2d0297731b2551c8463233b7190f92f01682f0e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 869 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG?e4lFh7lfI{mV~EA+-pS{^r5!~Y z_RqX)y1BlYy;HkMXX=iR0j?WtZ%pQWx%ATh4NGlJZp;?F)zI#wq;_R;M>o6wBwLPy zzGdZc{6>mfr+zzVeP;Ie0(EJ)-_J8BUk3Zwf?tiwKH);8*f728= zn)ZhY3a;78kg@jvj^ahxTcwUk95PTjz3E+s$s`ls@4bdU_VvI2Es^YTxuo7i%5z%k zT>~D&V*#tL2Hd`VJ7ev|C}EbyE3Zq>ojYe?Yg@Z@=gyy^3+}&vZ#w(z;@)1~OD0P- zxKh_1jrx7SA-nhe?Jn z-O7Lb`0=an-n~1n;;C`^le)ts6`$q7yY9ZbZP91%t2SAZ8>q&#y7BVl$&Ilpfi3P3rt-jwXg=p2r`5TnjBUlIzcZ|L)z1&vO=OtXRdB zt$S;$yNiHe)!ut?GRL1^i(0j6mgTX+ntQLmew#D@_qMLb5=%wqJuj@S{aaO7_^}{0 zl~wTJhYuet9adlcwQ$O#PoE~uo;~~8rAwEluUaK1v1a}H^FmK5^-iBY-NDg(@WI(v zud>)5JbJX~Zib1S_R<}@b{&#f9K-asQqHf}u-WFkBwsswph#)gq6HdUi!@&Gv>yfv z8Xn_$mK?JAri-R2vt*m%<(DGn8hKN;UenRhDX6cvf2^d$f7`A;v7U#*bvspwKIR7KhE<#@Ap2>`+e{8{`GyS&W^Sc2owSUAc3>9IxA$=9qfS# zdsJN9cOgLoEgUQWc#@@xWZ62 z&dLJs*3Mz{rzsPpyMGZh!~_xOyr$)WvDy>AtaNL*51eV9eWT*ue8UYve#QFbn!4mPwNM3FgZy%? z?bfe-?s&OZ5Cva-OldSWyJw6)y%uz>K(<`!NP-s#q)4+R9cEkxT@b+R75#FHz$#dCsl z7+qa%o*t9r$_GCIj(9}p^eNUjp9q*yCwSRcR%>LFH57xAIblAS)M*zMk+wEr5igU7 zwtp^q2}$OCYQMiquYQ}T9)dB5$ir9>p7h<(fRm6ULf${MDJ+&2KIxfGrHCRLHFT`g z{l;KRTeb9F+ffcdW`a7~=i+m^ATuL`zIhPrT@vL}SqCBfd1Hk)i1{1s{NJ z6%W2Wz@y$~^eB%s7q)XyUns`&4^=1X1ysv->hXS(@em4Xs>w74-P5{+;vcq6QPVG5zp~yS^H^%bVZi)5} zNs$X2_=4X+a~CcJP^@@SPos zwswp5BSrh0_)`3Z1oU)|8(?$|FnY)Fy2d8DdL~%Cqr$GMJ5CcT_>Unh!Y?R*_Wy=z zjaoIKL2)O+H6kE7hD7lPF)=aPLE#}$zNAQh?FdR>{(>1wxCC(4j#kx{-iiMLuC%Ep diff --git a/src/static/ckeditor/skins/moono/images/hidpi/close.png b/src/static/ckeditor/skins/moono/images/hidpi/close.png deleted file mode 100755 index de4eedf6572063a79d9a3ed21479e20d0e83532b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1732 zcmZ`(dpy)>7k|cmjqpluQiRQ*bs3tqMxvQq$Brb4;zs`F_rM&Uv2aioc)N4oyQ% z0Kg6(Z}$KQO}14-4YD)_;|l~T=P-B-0Q@5O22pi;Gr~In4*&xJKqeD_HOQ5@06;Pl z00{vA=bHfRPT;hhaDg_|!hOBm!MAPU3htLep6?R8LugR8v2BH6EpMknPW2=oyodUX z+OF@EOi&fKBmk%u`nY2PgFF8^E%MzPqQCX=G%KLx)ES{FX7Bt}QdQsh-%o^(4BkGQPV5; zMYIT#`PS1j-{#x5EWf-kPzD;NSUI7pk~t0DM4{SZd_{r_Ul3=*)O4|0Dw0hbW~O|- zDe=7;c)pVUpw{rojh%m&*r@^sw${MFKwGO%h6ZOEC?%Xar9LvbQx}9bQ&k(z{FMd6 zk7T_T_^KiN`)|btp314MeS@+g`OX!WZ>X4hnUxT_!tGt?pH*H*Dt;?1-Ic~|O;!ovZX(23M7@ci`g_1?|SJe?Q|3yVr&tgTzdh5TFh`Q9CLbO?8>}LzEiq-`_Jk zYbyD=2Je2CHBX0?a%g`>H(Ud@zqD!LN4ONjaK1t4*sf}dT7ebw`S`e@wzf7F12it( zt`@eXuU~jjqob`&Fvz85WM~g6X6VLkX{&mRu&}XuS-16#hUC_f$ z8jTj$oHiPreA)hO|GZ+!#ZIH{Y{mB;C$L-V4DPd5o0lzfE$4Ol@12&?_ru|ELVg2O z>tmt;QcD?P-L!vuCO8-xLBc+Z$F#8BW#lPVdY&bGWue5g_`r ztwyX9(YQ`zf_T_m!_-eMYS)2oXhqqS11GXRByDr;M=qydam*?*Kj-Nk&Tu`SpBNV& zj`bI``ikq0?y^82{^;)RZos(qx*3V?f)6{MbW2+b83NZ1gZ1luqz}rT;xhk#VJ+`5 z*gvb~^N)XJq%)a$LGf7_@FCbWh+-ByVQi0AL>#=KX;>`jL#xlbL|IoJzJYszdR^2Q zSJazVo?p^O>NsNJ<;|XG+^nbE>N#}i5GLG<2)h;Hh zw)SR4MQ){KPh*_U{Sk5FBUbtmlRKliL_%z=j1E1F0^KY5FLQvcdViWn_Hc z#a`PI@9ltQqJgqpx%L$(2tAU0oI6c&uVO<1mDyI+3ZgAb2KVe3h&W z-f@#B3=Bm#EWaHa>!CGI95kjt))I3b(W2vZ_n6VE0Ryav){j4*>v55 zXd$6_=0EXVS_IenO^SZgRjRGcjdw>OlKM*~`)Rh>FC{-MIJ+)5+Nk>#Jb)do7yj{8 zI%X#^t0|Y=+x>gWJ(8oEuzwk9Dba`8Aidrc#t&)Pi6BRGjfOd>l+P{|Mg2c*5D4bsuZ!9Ea)c1AilA9DBsvPh(e4zKtJ zAugUoiKPF3LfwISGl;NfJHyHN$fOh^l?+l+Qfw*bV`ve?1hQ>B_1x`67egor_;~oa J*I@}+{{xZ8C+q+K diff --git a/src/static/ckeditor/skins/moono/images/hidpi/lock-open.png b/src/static/ckeditor/skins/moono/images/hidpi/lock-open.png deleted file mode 100755 index 594f0d3394355b3eeafdd9969023066a9c871a55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1582 zcmZ`(eN@s{7``RqM>#Pq(af-{W$FZT4mr+J(InE0+A=BcjLj*^19Yoc?rr`B!wMjLf!Psu_9<&@fj#-#v+7= zm>J<~Emop@O0T|#n!YFC0}n>ENDpaG*%9nMzHVcEyKfrt7O`e}7>oauvZ-2;_SSWi z$JQW*!qqJC$*k7^FYRfuk$`?!I{T}QzzKeI77-J@7TQ=~HRP8*iMz(tRAQ(CQ|n$(WObd2st$J~g+z+y%cM26CSx6$%A} zYGg&c<+2Pi57khtroA4lTkMe%jgsI!7H(U%U$#7l+9f4riF=ex&BdSHdVEYllE#If ziFnBSGHupFr_+hx(JYovp`2t%MFzPEQ0D$XU8EIf_TXG#*s-tzSW8RGz`#Izt1;(t zCI;>Ts}M)-DJRQfl9O#ZJ3Ezk4HH}knus~6)9aVg=HHDxZfy-Yc=Idhm{Pk6F)$8R z^`A^#iY4x9E(=JfX%MHZ+hw zX?pRZq9zuZJuo!1xbV9F<^hdg)G4!-sOA9f$Fr}dU-j-(CkrVxIapD-Jk+V}%);#H z`ZbX#4y8UN_Mg9=w{gFbr8kWqy&5NL9qBCOMny%vzXBs(y;dNOF%GxpJ@^=iKz+Xn zzn`BrH~DO|ySRI1W`^tQ>pS^G$=%4F9GYivIGp*usskB~7`XMu0J^^VSa6M=hk+9c zjIDY0BS4s+zaX=Ntq_wU_hd0AcWjjs-I7PU9L~Of+iYX5@hkODeYc=esS-bAY$Oyk zk@KWdY04IqiVp1?DOyA2zOvf7Iv(R*9#(Yw?%iyGKrkhfKkyQYL?7|vR#sNeROfAZ z#K;=Ga)8nIszRKkp|aWbj~RM)y-zq*W;!-xR&?b`b6uR)$>QDfwtPeoI>v*r=011H znNWZV@6`fL+0Lm~T`SF75Tp(-eBlNi8M>9K3UPIlD^pYcbc)7g+LlDL@#YFDP<{0e z*41KjSCE6l+j_f@Ld?tW6wvbrnJYCWk$dJ%DoIsNtITKk!(qL4>Y_&BTqnU`$g3sG zM#eIQ zk|$r6_~d@-orVUS85q-)6f2XSJsb~cz3*WgAgHRU8vdd%mBT^OB$#Y{&GDU%>(>`= zmYKW!!MHcJ{(^cu!yp%6Zy{~l`)>cnwnm3~-swNt?Lb4c-Bw!MBg_17xwquEgj!mB z=4ipC1dF;uf01UoaGq4rC^X8c4epU|s`YRFwi}wb5S;G3n;$JK|N3V4U9#u>v^mBn z;H3P~*+xp4^m@Y`FHU{N2M(rvm(67QBLmkgAvmUE?Qrdf#QKoZtYMq&d{hok6r97W zVb*I3)4f;&{y-+LEW~6-RMK*Ca^^E+9c90pWM0%xOq^aHvOnS%3V$$7p>uS1cfTN$ zc^)B2avte)KOQ@LIG#>ZB`-Qms8oFA5A^=ItXLc^B^Dy!jmG$TqJ2HRF$d9pIJ7rz zhqpU~X!O(6Ri*zioKB?2pGf_GL$zz&CdlBh+~Gjt2^O205)0UD_Gj^oQ%o8)DfY9( Vl(^zae@CbY5JDpG)j`qc{sn>2*slNp diff --git a/src/static/ckeditor/skins/moono/images/hidpi/lock.png b/src/static/ckeditor/skins/moono/images/hidpi/lock.png deleted file mode 100755 index 1e23a0b2d9d529ef2c443753551521d45261b37f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1644 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 diff --git a/src/static/ckeditor/skins/moono/images/lock-open.png b/src/static/ckeditor/skins/moono/images/lock-open.png deleted file mode 100755 index 7d24c5f81db13b35cadeaea2a54f79f7bf8e0e3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 801 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG?e4lFh7<7-bB#}JFtt-;=>q#OnQ zW$nt9f6G08hoH;B<_<;siq<)b(ft#>pKv($P1w5QT+o!rqt7iamxYU6Iy-|yQ{%<5 z{r_Hl6=gh-W5&!NAjr@#^Wd3>J}w8lkDZzDFNmd*$=}JPW6_KGApB zot~|0{rpDM>C9PmlY*Q$7!_F#Ra(v6=hDB32bFV#QiYqrF#Z-4x;L+A87;R!;U!dA0B z$lJc#>Uox(aQ-<u^&i(wW78GuW|$K6slcMfI{$gh3(rX^1?L2f zox`-Iepncz_qc5LUfsnrLKk0jn3lRPK2T!5AzS4<<@3c7$s6wGU60DXmAC!%@yCqG zJ|7g;T+R9_v_eB;smR;!)je*?Pb$y3mNF?YbgbE0@%)_Sk-|Oe!d7=Yu6R4Ax_j}{ zqR1&l3&foiJcU#|n+_&4986%y&fTca!f;7K_}hb`op)xPP2*))v-L%Z)r+#-329F% zgcyqV(DCY@~pS7(8A5T-G@yGywpO13`rV diff --git a/src/static/ckeditor/skins/moono/images/lock.png b/src/static/ckeditor/skins/moono/images/lock.png deleted file mode 100755 index 8baeaa4b885a20881936df3272c52a99de7692f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 849 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG?e4lFh7leDLcV~EA++{w0i(uM-9 z_a|KW*Kx^hLV{FQj)d8RW{x7kA9|iEi+}K0HgU~Y*t)=~SL)_#r4Ak4jk{Hjw{Grv zGUEV)%%{R1pY4Pg?%cW4&{1$_hU6KUVx?apiy0g^3YA`owF@kY;P`moM$nO=VTzEK zriW(o{iy2ad!OsA*;+1d8sv52_3P{>m3?vR#o6c2pZ|W@<(H3BjD9|w^Si39?w_^i zBzb>-e|z`E7xkBlObHTjau5{U^Zmpo9xqJ+!5+i@%vp8oSG{u7Y+bcV?vjaW@|nfg zX3da1XDP$Se&Ov~-42e-SxFW$O6QAt*qHNXwZ+B7C9HLw_uRtT+If=7p8M}lMs;7m z9)6{i_oD3FnSs|$_k7prVroCkc+QfcW4EX)<9pjzyXwjvG*{H^mzTYfV^%+FnWmn; z{>G@aJFdTW-Bwbx&_7Qaie zYbvd;uXlQGIMH*`g|gj8ORQWkoBUzSXJUA`_jtOX(}AL$F~CrJTC|fxv1ZlcpEY$g z&m-czIydPAPE+kMG&pvky8e$E3&X11+dmS1|J|q6wTPeLUUkp$WFIwQ1LIlCI=jnv z$C^s;+>3m%N=R_awOyN69o~Anzkbm*se9E1#`hSa9tLlUS{A?vOgXA0t`Q|Ei6yC4 z$wjF^iowXh&`j6BOxMUT#K6+Zz{twjNE=8R7~HSqo`<3#H$NpatrE9}bt;>cfEpx0 uHU#IVm6RtIr81P4m+NKbWfvzW7NqLs7p2dBXCnnv#Ng@b=d#Wzp$P!FaZ%p@ diff --git a/src/static/ckeditor/skins/moono/images/refresh.png b/src/static/ckeditor/skins/moono/images/refresh.png deleted file mode 100755 index d8106b032f5a279922b5079629ef9de6232121d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1050 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG?e4lFh7(-Th@#}JFtp_5O0tAvXj z+y8sTZCCGIUCVBp{K$JF$1dv1(s}KW;X9`o_ZhwQ?q(bNPaNK z`SKQ>ZQHj`-nnyU{;jv$Zr!@oB%q}2#KHJ~O_18nZEx3ewI1T1aw$K0?X|b(&hhzN zUb1`lZqMbHZ_b!I*VbneOQB5jnKNfn=C-%BUC1%}e(LF`+esTa4jU|(a_Gnr76u1R z*4x`I=561D^jeymo14#4k(ld8@7(}#_EnB8_{rdHas;Z{< zzc~(nsAQ9tmVPj&IcV05Wu1Tj{w+Pd>0g+aqh_nq!iIwh4R!nZ?|)ZZ>LPPol6#6_ zTh(5^*y}*9MBDY|gADVYKm7PnudBX3lUiF_d7kq0O@C{`!#wYKZDRB(cdHlw83VT$7QFeg>@qM5sFt`! zl%yn~>+Bf}5_ODh8-D`O*VAZcK5zmj_%iiX_$l+3hB+#1%Y zY*qqlkObKfoS#-wo>-L10Q8t%W?pu2a$-TMUVc&f>~}U&Kt&9mu6{1-oD!M<8cEPR diff --git a/src/static/ckeditor/skins/moono/images/spinner.gif b/src/static/ckeditor/skins/moono/images/spinner.gif deleted file mode 100755 index d898d41fa7e0d56b5c0da930750e108e50c14d72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2984 zcmeH|X*8R88^)iIq}DU`>OwP=T3e-=BBi$4DkQN?thHqk38A4vt5G2&WJ5X+EFD9YT0*sI89FsZ>!72Q&ifkPB@Bi+&U~74=F2=EpXZ$4bKTc<{qMhnlf9`~ zkQ^Wfd;|ajfe;xP85bAFX0snWcpwxChlhv9#>S$eqLP!78yXs3ym*1f!KBV7>b5C(sIPDd$9=)eU}Lyb1T(C|L~Y+d zitR+2qa5i~Maw@~h|4LnKu1*BpT|0%7X#@Us zYG0c%Rw%8s#h!qURb_nB6CDm#w0$Lm!+p6v)M1kPS6XTpYCGb>$ zrTSFsgjs@7;L=ZNHr`*n_AE1e5P&%x;-F-v(5M@!yeHIV8(Mr6q{Znl>TQf94KE)T z7jK=}M@8CeE4Ft!n|nH5@PMzW$tdgUYdov%J=p^p227dAuVV6QXd{etFA&=)=JQj9v_;&SKsh|xZYiyHz`t} zO$T;SEw-s42kOby%|^F=j7GM_Km1qqEqlBw5OJV|i6ea(-8^72y3DWglIPp>Okf(v zPU7=mxfODI5iS2nYy$E81{Tzpng{R3ssh~8E%-KLGq=WZNxhi=qK3lRWk{V+skb`$ z_YH4Mpe6Q-$#UD#5Xp6su8QKBCf}FKvW&5|sa??W>3ww)t)A@tg{= z4o0RHDJ(?yK(NOaa@X8eyH!FJTiQ<)&aDb3%WU`M7CbZUJQ`@^2f5v$)*qu`nO=86 z2yqIGQJez9lZfJlU&Za6{O@(z&?&~7-h`Hp$_ftsz|BZ{J#11GYBDqi zshW{Rt5*`7xQm|tt~XBey@J|SM|X}7wQpgd;&cwOY|_D9hgHO%mMy{7bV~b)UQMM? zFwCH?Vl7QzTg?nUV?0JZk%dU~l8LTFi*Nk-qMK?`Ro(H69NCLUL|R=5JoD(s6R+s~??G-dIB&9( zjE0(rADgtz-YFY$_P5l6Z;HHtk~qz+Iq+yIJJXieBm+B*sPKAR)c1I;p}-|a>KH;T z{k*1vuNaxPZ$$8M&a8M!TYqb(>|{cnMOHZKWvi6%jd*BtRy(j%nE}1-R27v5q^S(n zeB&fb0Md+~9W)Bg^wzQgvGku#O{?6C*#Gp3owR!rT3qT1ITjV{8WUx+rycepJN{jH zom;~1e}pn;IWXEkc-VtF^?uPS!tlMr+@))CvZoeQy6pAyRh-8R)z99iekfQRJaQHm zZ-e&p^dozb($k!`&^wna)Yd8qr7Dr9$7(}iD-CY9mB0YT@zQH0&#TlhoZgC>A{I zAwv8OyXVfJbKzcCm`9QKJe{sg8!wMYFoleOl258#R=>&($9e~ZCnu33m~K(1C?=O} z6CH26C4J{2-zW+3YdiK${&l?^le*q1!^Y>G_MO_=kph+BFBYR%aRo5ay9QagY!jpt6z#}jj1 zdmRs6#V7hQ{S#SNsYjiu2`N<9y{v{6cZG?6u3KQ|`A9m=&`l*3wQ}*CCo*^$qZLqZ5gL)PX88H^eiH-Hy@B{Ysn8b_ diff --git a/src/static/ckeditor/skins/moono/readme.md b/src/static/ckeditor/skins/moono/readme.md deleted file mode 100755 index 575e2e75..00000000 --- a/src/static/ckeditor/skins/moono/readme.md +++ /dev/null @@ -1,49 +0,0 @@ -"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-2020, 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/src/static/ckeditor/skins/moono/skin.js b/src/static/ckeditor/skins/moono/skin.js deleted file mode 100755 index 800f1cda..00000000 --- a/src/static/ckeditor/skins/moono/skin.js +++ /dev/null @@ -1,10 +0,0 @@ -/* - Copyright (c) 2003-2020, 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