Built motion from commit ab065936.|2.0.49
[motion2.git] / public / assets / plugins / ckeditor / skins / moono / editor_ie.css
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 .cke_reset {
7     margin: 0;
8     padding: 0;
9     border: 0;
10     background: transparent;
11     text-decoration: none;
12     width: auto;
13     height: auto;
14     vertical-align: baseline;
15     box-sizing: content-box;
16     position: static;
17     transition: none
18 }
19
20 .cke_reset_all,
21 .cke_reset_all *,
22 .cke_reset_all a,
23 .cke_reset_all textarea {
24     margin: 0;
25     padding: 0;
26     border: 0;
27     background: transparent;
28     text-decoration: none;
29     width: auto;
30     height: auto;
31     vertical-align: baseline;
32     box-sizing: content-box;
33     position: static;
34     transition: none;
35     border-collapse: collapse;
36     font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
37     color: #000;
38     text-align: left;
39     white-space: nowrap;
40     cursor: auto;
41     float: none
42 }
43
44 .cke_reset_all .cke_rtl * {
45     text-align: right
46 }
47
48 .cke_reset_all iframe {
49     vertical-align: inherit
50 }
51
52 .cke_reset_all textarea {
53     white-space: pre-wrap
54 }
55
56 .cke_reset_all textarea,
57 .cke_reset_all input[type="text"],
58 .cke_reset_all input[type="password"] {
59     cursor: text
60 }
61
62 .cke_reset_all textarea[disabled],
63 .cke_reset_all input[type="text"][disabled],
64 .cke_reset_all input[type="password"][disabled] {
65     cursor: default
66 }
67
68 .cke_reset_all fieldset {
69     padding: 10px;
70     border: 2px groove #e0dfe3
71 }
72
73 .cke_reset_all select {
74     box-sizing: border-box
75 }
76
77 .cke_reset_all table {
78     table-layout: auto
79 }
80
81 .cke_chrome {
82     display: block;
83     border: 1px solid #b6b6b6;
84     padding: 0;
85     box-shadow: 0 0 3px rgba(0, 0, 0, .15)
86 }
87
88 .cke_inner {
89     display: block;
90     -webkit-touch-callout: none;
91     background: #fff;
92     padding: 0
93 }
94
95 .cke_float {
96     border: 0
97 }
98
99 .cke_float .cke_inner {
100     padding-bottom: 0
101 }
102
103 .cke_top,
104 .cke_contents,
105 .cke_bottom {
106     display: block;
107     overflow: hidden
108 }
109
110 .cke_top {
111     border-bottom: 1px solid #b6b6b6;
112     padding: 6px 8px 2px;
113     white-space: normal;
114     box-shadow: 0 1px 0 #fff inset;
115     background: #cfd1cf;
116     background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
117     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf')
118 }
119
120 .cke_float .cke_top {
121     border: 1px solid #b6b6b6;
122     border-bottom-color: #999
123 }
124
125 .cke_bottom {
126     padding: 6px 8px 2px;
127     position: relative;
128     border-top: 1px solid #bfbfbf;
129     box-shadow: 0 1px 0 #fff inset;
130     background: #cfd1cf;
131     background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf);
132     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf')
133 }
134
135 .cke_browser_ios .cke_contents {
136     overflow-y: auto;
137     -webkit-overflow-scrolling: touch
138 }
139
140 .cke_resizer {
141     width: 0;
142     height: 0;
143     overflow: hidden;
144     width: 0;
145     height: 0;
146     overflow: hidden;
147     border-width: 10px 10px 0 0;
148     border-color: transparent #666 transparent transparent;
149     border-style: dashed solid dashed dashed;
150     font-size: 0;
151     vertical-align: bottom;
152     margin-top: 6px;
153     margin-bottom: 2px;
154     box-shadow: 0 1px 0 rgba(255, 255, 255, .3)
155 }
156
157 .cke_hc .cke_resizer {
158     font-size: 15px;
159     width: auto;
160     height: auto;
161     border-width: 0
162 }
163
164 .cke_resizer_ltr {
165     cursor: se-resize;
166     float: right;
167     margin-right: -4px
168 }
169
170 .cke_resizer_rtl {
171     border-width: 10px 0 0 10px;
172     border-color: transparent transparent transparent #a5a5a5;
173     border-style: dashed dashed dashed solid;
174     cursor: sw-resize;
175     float: left;
176     margin-left: -4px;
177     right: auto
178 }
179
180 .cke_wysiwyg_div {
181     display: block;
182     height: 100%;
183     overflow: auto;
184     padding: 0 8px;
185     outline-style: none;
186     box-sizing: border-box
187 }
188
189 .cke_panel {
190     visibility: visible;
191     width: 120px;
192     height: 100px;
193     overflow: hidden;
194     background-color: #fff;
195     border: 1px solid #b6b6b6;
196     border-bottom-color: #999;
197     border-radius: 3px;
198     box-shadow: 0 0 3px rgba(0, 0, 0, .15)
199 }
200
201 .cke_menu_panel {
202     padding: 0;
203     margin: 0
204 }
205
206 .cke_combopanel {
207     width: 150px;
208     height: 170px
209 }
210
211 .cke_panel_frame {
212     width: 100%;
213     height: 100%;
214     font-size: 12px;
215     overflow: auto;
216     overflow-x: hidden
217 }
218
219 .cke_panel_container {
220     overflow-y: auto;
221     overflow-x: hidden
222 }
223
224 .cke_panel_list {
225     list-style-type: none;
226     margin: 3px;
227     padding: 0;
228     white-space: nowrap
229 }
230
231 .cke_panel_listItem {
232     margin: 0;
233     padding-bottom: 1px
234 }
235
236 .cke_panel_listItem a {
237     padding: 3px 4px;
238     display: block;
239     border: 1px solid #fff;
240     color: inherit!important;
241     text-decoration: none;
242     overflow: hidden;
243     text-overflow: ellipsis;
244     border-radius: 2px
245 }
246
247 * html .cke_panel_listItem a {
248     width: 100%;
249     color: #000
250 }
251
252 *:first-child+html .cke_panel_listItem a {
253     color: #000
254 }
255
256 .cke_panel_listItem.cke_selected a {
257     border: 1px solid #dedede;
258     background-color: #f2f2f2;
259     box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset
260 }
261
262 .cke_panel_listItem a:hover,
263 .cke_panel_listItem a:focus,
264 .cke_panel_listItem a:active {
265     border-color: #dedede;
266     background-color: #f2f2f2;
267     box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset
268 }
269
270 .cke_hc .cke_panel_listItem a {
271     border-style: none
272 }
273
274 .cke_hc .cke_panel_listItem a:hover,
275 .cke_hc .cke_panel_listItem a:focus,
276 .cke_hc .cke_panel_listItem a:active {
277     border: 2px solid;
278     padding: 1px 2px
279 }
280
281 .cke_panel_grouptitle {
282     cursor: default;
283     font-size: 11px;
284     font-weight: bold;
285     white-space: nowrap;
286     margin: 0;
287     padding: 4px 6px;
288     color: #474747;
289     text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
290     border-bottom: 1px solid #b6b6b6;
291     border-radius: 2px 2px 0 0;
292     box-shadow: 0 1px 0 #fff inset;
293     background: #cfd1cf;
294     background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
295     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf')
296 }
297
298 .cke_panel_listItem p,
299 .cke_panel_listItem h1,
300 .cke_panel_listItem h2,
301 .cke_panel_listItem h3,
302 .cke_panel_listItem h4,
303 .cke_panel_listItem h5,
304 .cke_panel_listItem h6,
305 .cke_panel_listItem pre {
306     margin-top: 0;
307     margin-bottom: 0
308 }
309
310 .cke_colorblock {
311     padding: 3px;
312     font-size: 11px;
313     font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif
314 }
315
316 .cke_colorblock,
317 .cke_colorblock a {
318     text-decoration: none;
319     color: #000
320 }
321
322 span.cke_colorbox {
323     width: 10px;
324     height: 10px;
325     border: #808080 1px solid;
326     float: left
327 }
328
329 .cke_rtl span.cke_colorbox {
330     float: right
331 }
332
333 a.cke_colorbox {
334     border: #fff 1px solid;
335     padding: 2px;
336     float: left;
337     width: 12px;
338     height: 12px
339 }
340
341 .cke_rtl a.cke_colorbox {
342     float: right
343 }
344
345 a:hover.cke_colorbox,
346 a:focus.cke_colorbox,
347 a:active.cke_colorbox {
348     border: #b6b6b6 1px solid;
349     background-color: #e5e5e5
350 }
351
352 a.cke_colorauto,
353 a.cke_colormore {
354     border: #fff 1px solid;
355     padding: 2px;
356     display: block;
357     cursor: pointer
358 }
359
360 a:hover.cke_colorauto,
361 a:hover.cke_colormore,
362 a:focus.cke_colorauto,
363 a:focus.cke_colormore,
364 a:active.cke_colorauto,
365 a:active.cke_colormore {
366     border: #b6b6b6 1px solid;
367     background-color: #e5e5e5
368 }
369
370 .cke_toolbar {
371     float: left
372 }
373
374 .cke_rtl .cke_toolbar {
375     float: right
376 }
377
378 .cke_toolgroup {
379     float: left;
380     margin: 0 6px 5px 0;
381     border: 1px solid #a6a6a6;
382     border-bottom-color: #979797;
383     border-radius: 3px;
384     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;
385     background: #e4e4e4;
386     background-image: linear-gradient(to bottom, #fff, #e4e4e4);
387     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4')
388 }
389
390 .cke_hc .cke_toolgroup {
391     border: 0;
392     margin-right: 10px;
393     margin-bottom: 10px
394 }
395
396 .cke_rtl .cke_toolgroup {
397     float: right;
398     margin-left: 6px;
399     margin-right: 0
400 }
401
402 a.cke_button {
403     display: inline-block;
404     height: 18px;
405     padding: 4px 6px;
406     outline: 0;
407     cursor: default;
408     float: left;
409     border: 0
410 }
411
412 .cke_ltr .cke_button:last-child,
413 .cke_rtl .cke_button:first-child {
414     border-radius: 0 2px 2px 0
415 }
416
417 .cke_ltr .cke_button:first-child,
418 .cke_rtl .cke_button:last-child {
419     border-radius: 2px 0 0 2px
420 }
421
422 .cke_rtl .cke_button {
423     float: right
424 }
425
426 .cke_hc .cke_button {
427     border: 1px solid black;
428     padding: 3px 5px;
429     margin: -2px 4px 0 -2px
430 }
431
432 a.cke_button_on {
433     box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2);
434     background: #b5b5b5;
435     background-image: linear-gradient(to bottom, #aaa, #cacaca);
436     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca')
437 }
438
439 .cke_hc .cke_button_on,
440 .cke_hc a.cke_button_off:hover,
441 .cke_hc a.cke_button_off:focus,
442 .cke_hc a.cke_button_off:active,
443 .cke_hc a.cke_button_disabled:hover,
444 .cke_hc a.cke_button_disabled:focus,
445 .cke_hc a.cke_button_disabled:active {
446     border-width: 3px;
447     padding: 1px 3px
448 }
449
450 .cke_button_disabled .cke_button_icon {
451     opacity: .3
452 }
453
454 .cke_hc .cke_button_disabled {
455     opacity: .5
456 }
457
458 a.cke_button_on:hover,
459 a.cke_button_on:focus,
460 a.cke_button_on:active {
461     box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2)
462 }
463
464 a.cke_button_off:hover,
465 a.cke_button_off:focus,
466 a.cke_button_off:active,
467 a.cke_button_disabled:hover,
468 a.cke_button_disabled:focus,
469 a.cke_button_disabled:active {
470     box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset;
471     background: #ccc;
472     background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
473     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc')
474 }
475
476 .cke_button_icon {
477     cursor: inherit;
478     background-repeat: no-repeat;
479     margin-top: 1px;
480     width: 16px;
481     height: 16px;
482     float: left;
483     display: inline-block
484 }
485
486 .cke_rtl .cke_button_icon {
487     float: right
488 }
489
490 .cke_hc .cke_button_icon {
491     display: none
492 }
493
494 .cke_button_label {
495     display: none;
496     padding-left: 3px;
497     margin-top: 1px;
498     line-height: 17px;
499     vertical-align: middle;
500     float: left;
501     cursor: default;
502     color: #474747;
503     text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
504 }
505
506 .cke_rtl .cke_button_label {
507     padding-right: 3px;
508     padding-left: 0;
509     float: right
510 }
511
512 .cke_hc .cke_button_label {
513     padding: 0;
514     display: inline-block;
515     font-size: 12px
516 }
517
518 .cke_button_arrow {
519     display: inline-block;
520     margin: 8px 0 0 1px;
521     width: 0;
522     height: 0;
523     cursor: default;
524     vertical-align: top;
525     border-left: 3px solid transparent;
526     border-right: 3px solid transparent;
527     border-top: 3px solid #474747
528 }
529
530 .cke_rtl .cke_button_arrow {
531     margin-right: 5px;
532     margin-left: 0
533 }
534
535 .cke_hc .cke_button_arrow {
536     font-size: 10px;
537     margin: 3px -2px 0 3px;
538     width: auto;
539     border: 0
540 }
541
542 .cke_toolbar_separator {
543     float: left;
544     background-color: #c0c0c0;
545     background-color: rgba(0, 0, 0, .2);
546     margin: 5px 2px 0;
547     height: 18px;
548     width: 1px;
549     box-shadow: 1px 0 1px rgba(255, 255, 255, .5)
550 }
551
552 .cke_rtl .cke_toolbar_separator {
553     float: right;
554     box-shadow: -1px 0 1px rgba(255, 255, 255, .1)
555 }
556
557 .cke_hc .cke_toolbar_separator {
558     width: 0;
559     border-left: 1px solid;
560     margin: 1px 5px 0 0
561 }
562
563 .cke_toolbar_break {
564     display: block;
565     clear: left
566 }
567
568 .cke_rtl .cke_toolbar_break {
569     clear: right
570 }
571
572 a.cke_toolbox_collapser {
573     width: 12px;
574     height: 11px;
575     float: right;
576     margin: 11px 0 0;
577     font-size: 0;
578     cursor: default;
579     text-align: center;
580     border: 1px solid #a6a6a6;
581     border-bottom-color: #979797;
582     border-radius: 3px;
583     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;
584     background: #e4e4e4;
585     background-image: linear-gradient(to bottom, #fff, #e4e4e4);
586     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4')
587 }
588
589 .cke_toolbox_collapser:hover {
590     background: #ccc;
591     background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
592     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc')
593 }
594
595 .cke_toolbox_collapser.cke_toolbox_collapser_min {
596     margin: 0 2px 4px
597 }
598
599 .cke_rtl .cke_toolbox_collapser {
600     float: left
601 }
602
603 .cke_toolbox_collapser .cke_arrow {
604     display: inline-block;
605     height: 0;
606     width: 0;
607     font-size: 0;
608     margin-top: 1px;
609     border-left: 3px solid transparent;
610     border-right: 3px solid transparent;
611     border-bottom: 3px solid #474747;
612     border-top: 3px solid transparent
613 }
614
615 .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
616     margin-top: 4px;
617     border-bottom-color: transparent;
618     border-top-color: #474747
619 }
620
621 .cke_hc .cke_toolbox_collapser .cke_arrow {
622     font-size: 8px;
623     width: auto;
624     border: 0;
625     margin-top: 0;
626     margin-right: 2px
627 }
628
629 .cke_menubutton {
630     display: block
631 }
632
633 .cke_menuitem span {
634     cursor: default
635 }
636
637 .cke_menubutton:hover,
638 .cke_menubutton:focus,
639 .cke_menubutton:active {
640     background-color: #d3d3d3;
641     display: block
642 }
643
644 .cke_hc .cke_menubutton {
645     padding: 2px
646 }
647
648 .cke_hc .cke_menubutton:hover,
649 .cke_hc .cke_menubutton:focus,
650 .cke_hc .cke_menubutton:active {
651     border: 2px solid;
652     padding: 0
653 }
654
655 .cke_menubutton_inner {
656     display: table-row
657 }
658
659 .cke_menubutton_icon,
660 .cke_menubutton_label,
661 .cke_menuarrow {
662     display: table-cell
663 }
664
665 .cke_menubutton_icon {
666     background-color: #d7d8d7;
667     opacity: .70;
668     filter: alpha(opacity=70);
669     padding: 4px
670 }
671
672 .cke_hc .cke_menubutton_icon {
673     height: 16px;
674     width: 0;
675     padding: 4px 0
676 }
677
678 .cke_menubutton:hover .cke_menubutton_icon,
679 .cke_menubutton:focus .cke_menubutton_icon,
680 .cke_menubutton:active .cke_menubutton_icon {
681     background-color: #d0d2d0
682 }
683
684 .cke_menubutton_disabled:hover .cke_menubutton_icon,
685 .cke_menubutton_disabled:focus .cke_menubutton_icon,
686 .cke_menubutton_disabled:active .cke_menubutton_icon {
687     opacity: .3;
688     filter: alpha(opacity=30)
689 }
690
691 .cke_menubutton_label {
692     padding: 0 5px;
693     background-color: transparent;
694     width: 100%;
695     vertical-align: middle
696 }
697
698 .cke_menubutton_shortcut {
699     color: #979797
700 }
701
702 .cke_menubutton_disabled .cke_menubutton_label {
703     opacity: .3;
704     filter: alpha(opacity=30)
705 }
706
707 .cke_menubutton_on {
708     border: 1px solid #dedede;
709     background-color: #f2f2f2;
710     box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset
711 }
712
713 .cke_menubutton_on .cke_menubutton_icon {
714     padding-right: 3px
715 }
716
717 .cke_menubutton:hover,
718 .cke_menubutton:focus,
719 .cke_menubutton:active {
720     background-color: #eff0ef
721 }
722
723 .cke_panel_frame .cke_menubutton_label {
724     display: none
725 }
726
727 .cke_menuseparator {
728     background-color: #d3d3d3;
729     height: 1px;
730     filter: alpha(opacity=70);
731     opacity: .70
732 }
733
734 .cke_menuarrow {
735     background-image: url(images/arrow.png);
736     background-position: 0 10px;
737     background-repeat: no-repeat;
738     padding: 0 5px
739 }
740
741 .cke_rtl .cke_menuarrow {
742     background-position: 5px -13px;
743     background-repeat: no-repeat
744 }
745
746 .cke_menuarrow span {
747     display: none
748 }
749
750 .cke_hc .cke_menuarrow span {
751     vertical-align: middle;
752     display: inline
753 }
754
755 .cke_combo {
756     display: inline-block;
757     float: left
758 }
759
760 .cke_rtl .cke_combo {
761     float: right
762 }
763
764 .cke_hc .cke_combo {
765     margin-top: -2px
766 }
767
768 .cke_combo_label {
769     display: none;
770     float: left;
771     line-height: 26px;
772     vertical-align: top;
773     margin-right: 5px
774 }
775
776 .cke_rtl .cke_combo_label {
777     float: right;
778     margin-left: 5px;
779     margin-right: 0
780 }
781
782 a.cke_combo_button {
783     cursor: default;
784     display: inline-block;
785     float: left;
786     margin: 0 6px 5px 0;
787     border: 1px solid #a6a6a6;
788     border-bottom-color: #979797;
789     border-radius: 3px;
790     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;
791     background: #e4e4e4;
792     background-image: linear-gradient(to bottom, #fff, #e4e4e4);
793     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4')
794 }
795
796 .cke_combo_off a.cke_combo_button:hover,
797 .cke_combo_off a.cke_combo_button:focus {
798     background: #ccc;
799     background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
800     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
801     outline: 0
802 }
803
804 .cke_combo_off a.cke_combo_button:active,
805 .cke_combo_on a.cke_combo_button {
806     border: 1px solid #777;
807     box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset;
808     background: #b5b5b5;
809     background-image: linear-gradient(to bottom, #aaa, #cacaca);
810     filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca')
811 }
812
813 .cke_combo_on a.cke_combo_button:hover,
814 .cke_combo_on a.cke_combo_button:focus,
815 .cke_combo_on a.cke_combo_button:active {
816     box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2)
817 }
818
819 .cke_rtl .cke_combo_button {
820     float: right;
821     margin-left: 5px;
822     margin-right: 0
823 }
824
825 .cke_hc a.cke_combo_button {
826     padding: 3px
827 }
828
829 .cke_hc .cke_combo_on a.cke_combo_button,
830 .cke_hc .cke_combo_off a.cke_combo_button:hover,
831 .cke_hc .cke_combo_off a.cke_combo_button:focus,
832 .cke_hc .cke_combo_off a.cke_combo_button:active {
833     border-width: 3px;
834     padding: 1px
835 }
836
837 .cke_combo_text {
838     line-height: 26px;
839     padding-left: 10px;
840     text-overflow: ellipsis;
841     overflow: hidden;
842     float: left;
843     cursor: default;
844     color: #474747;
845     text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
846     width: 60px
847 }
848
849 .cke_rtl .cke_combo_text {
850     float: right;
851     text-align: right;
852     padding-left: 0;
853     padding-right: 10px
854 }
855
856 .cke_hc .cke_combo_text {
857     line-height: 18px;
858     font-size: 12px
859 }
860
861 .cke_combo_open {
862     cursor: default;
863     display: inline-block;
864     font-size: 0;
865     height: 19px;
866     line-height: 17px;
867     margin: 1px 7px 1px;
868     width: 5px
869 }
870
871 .cke_hc .cke_combo_open {
872     height: 12px
873 }
874
875 .cke_combo_arrow {
876     cursor: default;
877     margin: 11px 0 0;
878     float: left;
879     height: 0;
880     width: 0;
881     font-size: 0;
882     border-left: 3px solid transparent;
883     border-right: 3px solid transparent;
884     border-top: 3px solid #474747
885 }
886
887 .cke_hc .cke_combo_arrow {
888     font-size: 10px;
889     width: auto;
890     border: 0;
891     margin-top: 3px
892 }
893
894 .cke_combo_disabled .cke_combo_inlinelabel,
895 .cke_combo_disabled .cke_combo_open {
896     opacity: .3
897 }
898
899 .cke_path {
900     float: left;
901     margin: -2px 0 2px
902 }
903
904 a.cke_path_item,
905 span.cke_path_empty {
906     display: inline-block;
907     float: left;
908     padding: 3px 4px;
909     margin-right: 2px;
910     cursor: default;
911     text-decoration: none;
912     outline: 0;
913     border: 0;
914     color: #4c4c4c;
915     text-shadow: 0 1px 0 #fff;
916     font-weight: bold;
917     font-size: 11px
918 }
919
920 .cke_rtl .cke_path,
921 .cke_rtl .cke_path_item,
922 .cke_rtl .cke_path_empty {
923     float: right
924 }
925
926 a.cke_path_item:hover,
927 a.cke_path_item:focus,
928 a.cke_path_item:active {
929     background-color: #bfbfbf;
930     color: #333;
931     text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
932     border-radius: 2px;
933     box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5)
934 }
935
936 .cke_hc a.cke_path_item:hover,
937 .cke_hc a.cke_path_item:focus,
938 .cke_hc a.cke_path_item:active {
939     border: 2px solid;
940     padding: 1px 2px
941 }
942
943 .cke_button__source_label,
944 .cke_button__sourcedialog_label {
945     display: inline
946 }
947
948 .cke_combo__fontsize .cke_combo_text {
949     width: 30px
950 }
951
952 .cke_combopanel__fontsize {
953     width: 120px
954 }
955
956 textarea.cke_source {
957     font-family: 'Courier New', Monospace;
958     font-size: small;
959     background-color: #fff;
960     white-space: pre-wrap;
961     border: 0;
962     padding: 0;
963     margin: 0;
964     display: block
965 }
966
967 .cke_wysiwyg_frame,
968 .cke_wysiwyg_div {
969     background-color: #fff
970 }
971
972 .cke_notifications_area {
973     pointer-events: none
974 }
975
976 .cke_notification {
977     pointer-events: auto;
978     position: relative;
979     margin: 10px;
980     width: 300px;
981     color: white;
982     border-radius: 3px;
983     text-align: center;
984     opacity: .95;
985     filter: alpha(opacity=95);
986     box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3);
987     -webkit-animation: fadeIn .7s;
988     animation: fadeIn .7s
989 }
990
991 .cke_notification_message a {
992     color: #12306f
993 }
994
995 @-webkit-keyframes fadeIn {
996     from {
997         opacity: .4
998     }
999     to {
1000         opacity: .95
1001     }
1002 }
1003
1004 @keyframes fadeIn {
1005     from {
1006         opacity: .4
1007     }
1008     to {
1009         opacity: .95
1010     }
1011 }
1012
1013 .cke_notification_success {
1014     background: #72b572;
1015     border: 1px solid #63a563
1016 }
1017
1018 .cke_notification_warning {
1019     background: #c83939;
1020     border: 1px solid #902b2b
1021 }
1022
1023 .cke_notification_info {
1024     background: #2e9ad0;
1025     border: 1px solid #0f74a8
1026 }
1027
1028 .cke_notification_info span.cke_notification_progress {
1029     background-color: #0f74a8;
1030     display: block;
1031     padding: 0;
1032     margin: 0;
1033     height: 100%;
1034     overflow: hidden;
1035     position: absolute;
1036     z-index: 1
1037 }
1038
1039 .cke_notification_message {
1040     position: relative;
1041     margin: 4px 23px 3px;
1042     font-family: Arial, Helvetica, sans-serif;
1043     font-size: 12px;
1044     line-height: 18px;
1045     z-index: 4;
1046     text-overflow: ellipsis;
1047     overflow: hidden
1048 }
1049
1050 .cke_notification_close {
1051     background-image: url(images/close.png);
1052     background-repeat: no-repeat;
1053     background-position: 50%;
1054     position: absolute;
1055     cursor: pointer;
1056     text-align: center;
1057     height: 20px;
1058     width: 20px;
1059     top: 1px;
1060     right: 1px;
1061     padding: 0;
1062     margin: 0;
1063     z-index: 5;
1064     opacity: .6;
1065     filter: alpha(opacity=60)
1066 }
1067
1068 .cke_notification_close:hover {
1069     opacity: 1;
1070     filter: alpha(opacity=100)
1071 }
1072
1073 .cke_notification_close span {
1074     display: none
1075 }
1076
1077 .cke_notification_warning a.cke_notification_close {
1078     opacity: .8;
1079     filter: alpha(opacity=80)
1080 }
1081
1082 .cke_notification_warning a.cke_notification_close:hover {
1083     opacity: 1;
1084     filter: alpha(opacity=100)
1085 }
1086
1087 .cke_chrome {
1088     visibility: inherit
1089 }
1090
1091 .cke_voice_label {
1092     display: none
1093 }
1094
1095 legend.cke_voice_label {
1096     display: none
1097 }
1098
1099 .cke_button__about_icon {
1100     background: url(icons.png?t=H8DA) no-repeat 0 -0px!important
1101 }
1102
1103 .cke_rtl .cke_button__anchor_icon,
1104 .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1105     background: url(icons.png?t=H8DA) no-repeat 0 -24px!important
1106 }
1107
1108 .cke_ltr .cke_button__anchor_icon {
1109     background: url(icons.png?t=H8DA) no-repeat 0 -48px!important
1110 }
1111
1112 .cke_button__bgcolor_icon {
1113     background: url(icons.png?t=H8DA) no-repeat 0 -72px!important
1114 }
1115
1116 .cke_button__bidiltr_icon {
1117     background: url(icons.png?t=H8DA) no-repeat 0 -96px!important
1118 }
1119
1120 .cke_button__bidirtl_icon {
1121     background: url(icons.png?t=H8DA) no-repeat 0 -120px!important
1122 }
1123
1124 .cke_button__blockquote_icon {
1125     background: url(icons.png?t=H8DA) no-repeat 0 -144px!important
1126 }
1127
1128 .cke_button__bold_icon {
1129     background: url(icons.png?t=H8DA) no-repeat 0 -168px!important
1130 }
1131
1132 .cke_rtl .cke_button__bulletedlist_icon,
1133 .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1134     background: url(icons.png?t=H8DA) no-repeat 0 -192px!important
1135 }
1136
1137 .cke_ltr .cke_button__bulletedlist_icon {
1138     background: url(icons.png?t=H8DA) no-repeat 0 -216px!important
1139 }
1140
1141 .cke_button__button_icon {
1142     background: url(icons.png?t=H8DA) no-repeat 0 -240px!important
1143 }
1144
1145 .cke_button__checkbox_icon {
1146     background: url(icons.png?t=H8DA) no-repeat 0 -264px!important
1147 }
1148
1149 .cke_button__codesnippet_icon {
1150     background: url(icons.png?t=H8DA) no-repeat 0 -288px!important
1151 }
1152
1153 .cke_rtl .cke_button__copy_icon,
1154 .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1155     background: url(icons.png?t=H8DA) no-repeat 0 -312px!important
1156 }
1157
1158 .cke_ltr .cke_button__copy_icon {
1159     background: url(icons.png?t=H8DA) no-repeat 0 -336px!important
1160 }
1161
1162 .cke_button__copyformatting_icon {
1163     background: url(icons.png?t=H8DA) no-repeat 0 -360px!important
1164 }
1165
1166 .cke_button__creatediv_icon {
1167     background: url(icons.png?t=H8DA) no-repeat 0 -384px!important
1168 }
1169
1170 .cke_rtl .cke_button__cut_icon,
1171 .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1172     background: url(icons.png?t=H8DA) no-repeat 0 -408px!important
1173 }
1174
1175 .cke_ltr .cke_button__cut_icon {
1176     background: url(icons.png?t=H8DA) no-repeat 0 -432px!important
1177 }
1178
1179 .cke_rtl .cke_button__docprops_icon,
1180 .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {
1181     background: url(icons.png?t=H8DA) no-repeat 0 -456px!important
1182 }
1183
1184 .cke_ltr .cke_button__docprops_icon {
1185     background: url(icons.png?t=H8DA) no-repeat 0 -480px!important
1186 }
1187
1188 .cke_rtl .cke_button__find_icon,
1189 .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
1190     background: url(icons.png?t=H8DA) no-repeat 0 -504px!important
1191 }
1192
1193 .cke_ltr .cke_button__find_icon {
1194     background: url(icons.png?t=H8DA) no-repeat 0 -528px!important
1195 }
1196
1197 .cke_button__flash_icon {
1198     background: url(icons.png?t=H8DA) no-repeat 0 -552px!important
1199 }
1200
1201 .cke_button__form_icon {
1202     background: url(icons.png?t=H8DA) no-repeat 0 -576px!important
1203 }
1204
1205 .cke_button__hiddenfield_icon {
1206     background: url(icons.png?t=H8DA) no-repeat 0 -600px!important
1207 }
1208
1209 .cke_button__horizontalrule_icon {
1210     background: url(icons.png?t=H8DA) no-repeat 0 -624px!important
1211 }
1212
1213 .cke_button__iframe_icon {
1214     background: url(icons.png?t=H8DA) no-repeat 0 -648px!important
1215 }
1216
1217 .cke_button__image_icon {
1218     background: url(icons.png?t=H8DA) no-repeat 0 -672px!important
1219 }
1220
1221 .cke_button__imagebutton_icon {
1222     background: url(icons.png?t=H8DA) no-repeat 0 -696px!important
1223 }
1224
1225 .cke_rtl .cke_button__indent_icon,
1226 .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1227     background: url(icons.png?t=H8DA) no-repeat 0 -720px!important
1228 }
1229
1230 .cke_ltr .cke_button__indent_icon {
1231     background: url(icons.png?t=H8DA) no-repeat 0 -744px!important
1232 }
1233
1234 .cke_button__italic_icon {
1235     background: url(icons.png?t=H8DA) no-repeat 0 -768px!important
1236 }
1237
1238 .cke_button__justifyblock_icon {
1239     background: url(icons.png?t=H8DA) no-repeat 0 -792px!important
1240 }
1241
1242 .cke_button__justifycenter_icon {
1243     background: url(icons.png?t=H8DA) no-repeat 0 -816px!important
1244 }
1245
1246 .cke_button__justifyleft_icon {
1247     background: url(icons.png?t=H8DA) no-repeat 0 -840px!important
1248 }
1249
1250 .cke_button__justifyright_icon {
1251     background: url(icons.png?t=H8DA) no-repeat 0 -864px!important
1252 }
1253
1254 .cke_button__language_icon {
1255     background: url(icons.png?t=H8DA) no-repeat 0 -888px!important
1256 }
1257
1258 .cke_button__link_icon {
1259     background: url(icons.png?t=H8DA) no-repeat 0 -912px!important
1260 }
1261
1262 .cke_button__maximize_icon {
1263     background: url(icons.png?t=H8DA) no-repeat 0 -936px!important
1264 }
1265
1266 .cke_rtl .cke_button__newpage_icon,
1267 .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1268     background: url(icons.png?t=H8DA) no-repeat 0 -960px!important
1269 }
1270
1271 .cke_ltr .cke_button__newpage_icon {
1272     background: url(icons.png?t=H8DA) no-repeat 0 -984px!important
1273 }
1274
1275 .cke_rtl .cke_button__numberedlist_icon,
1276 .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1277     background: url(icons.png?t=H8DA) no-repeat 0 -1008px!important
1278 }
1279
1280 .cke_ltr .cke_button__numberedlist_icon {
1281     background: url(icons.png?t=H8DA) no-repeat 0 -1032px!important
1282 }
1283
1284 .cke_rtl .cke_button__outdent_icon,
1285 .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1286     background: url(icons.png?t=H8DA) no-repeat 0 -1056px!important
1287 }
1288
1289 .cke_ltr .cke_button__outdent_icon {
1290     background: url(icons.png?t=H8DA) no-repeat 0 -1080px!important
1291 }
1292
1293 .cke_rtl .cke_button__pagebreak_icon,
1294 .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1295     background: url(icons.png?t=H8DA) no-repeat 0 -1104px!important
1296 }
1297
1298 .cke_ltr .cke_button__pagebreak_icon {
1299     background: url(icons.png?t=H8DA) no-repeat 0 -1128px!important
1300 }
1301
1302 .cke_rtl .cke_button__paste_icon,
1303 .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1304     background: url(icons.png?t=H8DA) no-repeat 0 -1152px!important
1305 }
1306
1307 .cke_ltr .cke_button__paste_icon {
1308     background: url(icons.png?t=H8DA) no-repeat 0 -1176px!important
1309 }
1310
1311 .cke_rtl .cke_button__pastefromword_icon,
1312 .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1313     background: url(icons.png?t=H8DA) no-repeat 0 -1200px!important
1314 }
1315
1316 .cke_ltr .cke_button__pastefromword_icon {
1317     background: url(icons.png?t=H8DA) no-repeat 0 -1224px!important
1318 }
1319
1320 .cke_rtl .cke_button__pastetext_icon,
1321 .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1322     background: url(icons.png?t=H8DA) no-repeat 0 -1248px!important
1323 }
1324
1325 .cke_ltr .cke_button__pastetext_icon {
1326     background: url(icons.png?t=H8DA) no-repeat 0 -1272px!important
1327 }
1328
1329 .cke_button__placeholder_icon {
1330     background: url(icons.png?t=H8DA) no-repeat 0 -1296px!important
1331 }
1332
1333 .cke_rtl .cke_button__preview_icon,
1334 .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
1335     background: url(icons.png?t=H8DA) no-repeat 0 -1320px!important
1336 }
1337
1338 .cke_ltr .cke_button__preview_icon {
1339     background: url(icons.png?t=H8DA) no-repeat 0 -1344px!important
1340 }
1341
1342 .cke_button__print_icon {
1343     background: url(icons.png?t=H8DA) no-repeat 0 -1368px!important
1344 }
1345
1346 .cke_button__radio_icon {
1347     background: url(icons.png?t=H8DA) no-repeat 0 -1392px!important
1348 }
1349
1350 .cke_rtl .cke_button__redo_icon,
1351 .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1352     background: url(icons.png?t=H8DA) no-repeat 0 -1416px!important
1353 }
1354
1355 .cke_ltr .cke_button__redo_icon {
1356     background: url(icons.png?t=H8DA) no-repeat 0 -1440px!important
1357 }
1358
1359 .cke_button__removeformat_icon {
1360     background: url(icons.png?t=H8DA) no-repeat 0 -1464px!important
1361 }
1362
1363 .cke_button__replace_icon {
1364     background: url(icons.png?t=H8DA) no-repeat 0 -1488px!important
1365 }
1366
1367 .cke_button__save_icon {
1368     background: url(icons.png?t=H8DA) no-repeat 0 -1512px!important
1369 }
1370
1371 .cke_button__scayt_icon {
1372     background: url(icons.png?t=H8DA) no-repeat 0 -1536px!important
1373 }
1374
1375 .cke_rtl .cke_button__select_icon,
1376 .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1377     background: url(icons.png?t=H8DA) no-repeat 0 -1560px!important
1378 }
1379
1380 .cke_ltr .cke_button__select_icon {
1381     background: url(icons.png?t=H8DA) no-repeat 0 -1584px!important
1382 }
1383
1384 .cke_button__selectall_icon {
1385     background: url(icons.png?t=H8DA) no-repeat 0 -1608px!important
1386 }
1387
1388 .cke_rtl .cke_button__showblocks_icon,
1389 .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
1390     background: url(icons.png?t=H8DA) no-repeat 0 -1632px!important
1391 }
1392
1393 .cke_ltr .cke_button__showblocks_icon {
1394     background: url(icons.png?t=H8DA) no-repeat 0 -1656px!important
1395 }
1396
1397 .cke_button__smiley_icon {
1398     background: url(icons.png?t=H8DA) no-repeat 0 -1680px!important
1399 }
1400
1401 .cke_rtl .cke_button__source_icon,
1402 .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1403     background: url(icons.png?t=H8DA) no-repeat 0 -1704px!important
1404 }
1405
1406 .cke_ltr .cke_button__source_icon {
1407     background: url(icons.png?t=H8DA) no-repeat 0 -1728px!important
1408 }
1409
1410 .cke_rtl .cke_button__sourcedialog_icon,
1411 .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {
1412     background: url(icons.png?t=H8DA) no-repeat 0 -1752px!important
1413 }
1414
1415 .cke_ltr .cke_button__sourcedialog_icon {
1416     background: url(icons.png?t=H8DA) no-repeat 0 -1776px!important
1417 }
1418
1419 .cke_button__specialchar_icon {
1420     background: url(icons.png?t=H8DA) no-repeat 0 -1800px!important
1421 }
1422
1423 .cke_button__spellchecker_icon {
1424     background: url(icons.png?t=H8DA) no-repeat 0 -1824px!important
1425 }
1426
1427 .cke_button__strike_icon {
1428     background: url(icons.png?t=H8DA) no-repeat 0 -1848px!important
1429 }
1430
1431 .cke_button__subscript_icon {
1432     background: url(icons.png?t=H8DA) no-repeat 0 -1872px!important
1433 }
1434
1435 .cke_button__superscript_icon {
1436     background: url(icons.png?t=H8DA) no-repeat 0 -1896px!important
1437 }
1438
1439 .cke_button__table_icon {
1440     background: url(icons.png?t=H8DA) no-repeat 0 -1920px!important
1441 }
1442
1443 .cke_rtl .cke_button__templates_icon,
1444 .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
1445     background: url(icons.png?t=H8DA) no-repeat 0 -1944px!important
1446 }
1447
1448 .cke_ltr .cke_button__templates_icon {
1449     background: url(icons.png?t=H8DA) no-repeat 0 -1968px!important
1450 }
1451
1452 .cke_rtl .cke_button__textarea_icon,
1453 .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1454     background: url(icons.png?t=H8DA) no-repeat 0 -1992px!important
1455 }
1456
1457 .cke_ltr .cke_button__textarea_icon {
1458     background: url(icons.png?t=H8DA) no-repeat 0 -2016px!important
1459 }
1460
1461 .cke_button__textcolor_icon {
1462     background: url(icons.png?t=H8DA) no-repeat 0 -2040px!important
1463 }
1464
1465 .cke_rtl .cke_button__textfield_icon,
1466 .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1467     background: url(icons.png?t=H8DA) no-repeat 0 -2064px!important
1468 }
1469
1470 .cke_ltr .cke_button__textfield_icon {
1471     background: url(icons.png?t=H8DA) no-repeat 0 -2088px!important
1472 }
1473
1474 .cke_button__uicolor_icon {
1475     background: url(icons.png?t=H8DA) no-repeat 0 -2112px!important
1476 }
1477
1478 .cke_button__underline_icon {
1479     background: url(icons.png?t=H8DA) no-repeat 0 -2136px!important
1480 }
1481
1482 .cke_rtl .cke_button__undo_icon,
1483 .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1484     background: url(icons.png?t=H8DA) no-repeat 0 -2160px!important
1485 }
1486
1487 .cke_ltr .cke_button__undo_icon {
1488     background: url(icons.png?t=H8DA) no-repeat 0 -2184px!important
1489 }
1490
1491 .cke_button__unlink_icon {
1492     background: url(icons.png?t=H8DA) no-repeat 0 -2208px!important
1493 }
1494
1495 .cke_hidpi .cke_button__about_icon {
1496     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px!important;
1497     background-size: 16px!important
1498 }
1499
1500 .cke_rtl.cke_hidpi .cke_button__anchor_icon,
1501 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1502     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px!important;
1503     background-size: 16px!important
1504 }
1505
1506 .cke_hidpi .cke_ltr .cke_button__anchor_icon,
1507 .cke_ltr.cke_hidpi .cke_button__anchor_icon {
1508     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px!important;
1509     background-size: 16px!important
1510 }
1511
1512 .cke_hidpi .cke_button__bgcolor_icon {
1513     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px!important;
1514     background-size: 16px!important
1515 }
1516
1517 .cke_hidpi .cke_button__bidiltr_icon {
1518     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px!important;
1519     background-size: 16px!important
1520 }
1521
1522 .cke_hidpi .cke_button__bidirtl_icon {
1523     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px!important;
1524     background-size: 16px!important
1525 }
1526
1527 .cke_hidpi .cke_button__blockquote_icon {
1528     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px!important;
1529     background-size: 16px!important
1530 }
1531
1532 .cke_hidpi .cke_button__bold_icon {
1533     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px!important;
1534     background-size: 16px!important
1535 }
1536
1537 .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,
1538 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1539     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px!important;
1540     background-size: 16px!important
1541 }
1542
1543 .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
1544 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
1545     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px!important;
1546     background-size: 16px!important
1547 }
1548
1549 .cke_hidpi .cke_button__button_icon {
1550     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px!important;
1551     background-size: 16px!important
1552 }
1553
1554 .cke_hidpi .cke_button__checkbox_icon {
1555     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px!important;
1556     background-size: 16px!important
1557 }
1558
1559 .cke_hidpi .cke_button__codesnippet_icon {
1560     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px!important;
1561     background-size: 16px!important
1562 }
1563
1564 .cke_rtl.cke_hidpi .cke_button__copy_icon,
1565 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1566     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px!important;
1567     background-size: 16px!important
1568 }
1569
1570 .cke_hidpi .cke_ltr .cke_button__copy_icon,
1571 .cke_ltr.cke_hidpi .cke_button__copy_icon {
1572     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px!important;
1573     background-size: 16px!important
1574 }
1575
1576 .cke_hidpi .cke_button__copyformatting_icon {
1577     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px!important;
1578     background-size: 16px!important
1579 }
1580
1581 .cke_hidpi .cke_button__creatediv_icon {
1582     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px!important;
1583     background-size: 16px!important
1584 }
1585
1586 .cke_rtl.cke_hidpi .cke_button__cut_icon,
1587 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1588     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px!important;
1589     background-size: 16px!important
1590 }
1591
1592 .cke_hidpi .cke_ltr .cke_button__cut_icon,
1593 .cke_ltr.cke_hidpi .cke_button__cut_icon {
1594     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px!important;
1595     background-size: 16px!important
1596 }
1597
1598 .cke_rtl.cke_hidpi .cke_button__docprops_icon,
1599 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {
1600     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px!important;
1601     background-size: 16px!important
1602 }
1603
1604 .cke_hidpi .cke_ltr .cke_button__docprops_icon,
1605 .cke_ltr.cke_hidpi .cke_button__docprops_icon {
1606     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px!important;
1607     background-size: 16px!important
1608 }
1609
1610 .cke_rtl.cke_hidpi .cke_button__find_icon,
1611 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
1612     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px!important;
1613     background-size: 16px!important
1614 }
1615
1616 .cke_hidpi .cke_ltr .cke_button__find_icon,
1617 .cke_ltr.cke_hidpi .cke_button__find_icon {
1618     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px!important;
1619     background-size: 16px!important
1620 }
1621
1622 .cke_hidpi .cke_button__flash_icon {
1623     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px!important;
1624     background-size: 16px!important
1625 }
1626
1627 .cke_hidpi .cke_button__form_icon {
1628     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px!important;
1629     background-size: 16px!important
1630 }
1631
1632 .cke_hidpi .cke_button__hiddenfield_icon {
1633     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px!important;
1634     background-size: 16px!important
1635 }
1636
1637 .cke_hidpi .cke_button__horizontalrule_icon {
1638     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px!important;
1639     background-size: 16px!important
1640 }
1641
1642 .cke_hidpi .cke_button__iframe_icon {
1643     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px!important;
1644     background-size: 16px!important
1645 }
1646
1647 .cke_hidpi .cke_button__image_icon {
1648     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px!important;
1649     background-size: 16px!important
1650 }
1651
1652 .cke_hidpi .cke_button__imagebutton_icon {
1653     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px!important;
1654     background-size: 16px!important
1655 }
1656
1657 .cke_rtl.cke_hidpi .cke_button__indent_icon,
1658 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1659     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px!important;
1660     background-size: 16px!important
1661 }
1662
1663 .cke_hidpi .cke_ltr .cke_button__indent_icon,
1664 .cke_ltr.cke_hidpi .cke_button__indent_icon {
1665     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px!important;
1666     background-size: 16px!important
1667 }
1668
1669 .cke_hidpi .cke_button__italic_icon {
1670     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px!important;
1671     background-size: 16px!important
1672 }
1673
1674 .cke_hidpi .cke_button__justifyblock_icon {
1675     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px!important;
1676     background-size: 16px!important
1677 }
1678
1679 .cke_hidpi .cke_button__justifycenter_icon {
1680     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px!important;
1681     background-size: 16px!important
1682 }
1683
1684 .cke_hidpi .cke_button__justifyleft_icon {
1685     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px!important;
1686     background-size: 16px!important
1687 }
1688
1689 .cke_hidpi .cke_button__justifyright_icon {
1690     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px!important;
1691     background-size: 16px!important
1692 }
1693
1694 .cke_hidpi .cke_button__language_icon {
1695     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px!important;
1696     background-size: 16px!important
1697 }
1698
1699 .cke_hidpi .cke_button__link_icon {
1700     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px!important;
1701     background-size: 16px!important
1702 }
1703
1704 .cke_hidpi .cke_button__maximize_icon {
1705     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px!important;
1706     background-size: 16px!important
1707 }
1708
1709 .cke_rtl.cke_hidpi .cke_button__newpage_icon,
1710 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1711     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px!important;
1712     background-size: 16px!important
1713 }
1714
1715 .cke_hidpi .cke_ltr .cke_button__newpage_icon,
1716 .cke_ltr.cke_hidpi .cke_button__newpage_icon {
1717     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px!important;
1718     background-size: 16px!important
1719 }
1720
1721 .cke_rtl.cke_hidpi .cke_button__numberedlist_icon,
1722 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1723     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px!important;
1724     background-size: 16px!important
1725 }
1726
1727 .cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
1728 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
1729     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px!important;
1730     background-size: 16px!important
1731 }
1732
1733 .cke_rtl.cke_hidpi .cke_button__outdent_icon,
1734 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1735     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px!important;
1736     background-size: 16px!important
1737 }
1738
1739 .cke_hidpi .cke_ltr .cke_button__outdent_icon,
1740 .cke_ltr.cke_hidpi .cke_button__outdent_icon {
1741     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px!important;
1742     background-size: 16px!important
1743 }
1744
1745 .cke_rtl.cke_hidpi .cke_button__pagebreak_icon,
1746 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1747     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px!important;
1748     background-size: 16px!important
1749 }
1750
1751 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon,
1752 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
1753     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px!important;
1754     background-size: 16px!important
1755 }
1756
1757 .cke_rtl.cke_hidpi .cke_button__paste_icon,
1758 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1759     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px!important;
1760     background-size: 16px!important
1761 }
1762
1763 .cke_hidpi .cke_ltr .cke_button__paste_icon,
1764 .cke_ltr.cke_hidpi .cke_button__paste_icon {
1765     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px!important;
1766     background-size: 16px!important
1767 }
1768
1769 .cke_rtl.cke_hidpi .cke_button__pastefromword_icon,
1770 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1771     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px!important;
1772     background-size: 16px!important
1773 }
1774
1775 .cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
1776 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
1777     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px!important;
1778     background-size: 16px!important
1779 }
1780
1781 .cke_rtl.cke_hidpi .cke_button__pastetext_icon,
1782 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1783     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px!important;
1784     background-size: 16px!important
1785 }
1786
1787 .cke_hidpi .cke_ltr .cke_button__pastetext_icon,
1788 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
1789     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px!important;
1790     background-size: 16px!important
1791 }
1792
1793 .cke_hidpi .cke_button__placeholder_icon {
1794     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px!important;
1795     background-size: 16px!important
1796 }
1797
1798 .cke_rtl.cke_hidpi .cke_button__preview_icon,
1799 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
1800     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px!important;
1801     background-size: 16px!important
1802 }
1803
1804 .cke_hidpi .cke_ltr .cke_button__preview_icon,
1805 .cke_ltr.cke_hidpi .cke_button__preview_icon {
1806     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px!important;
1807     background-size: 16px!important
1808 }
1809
1810 .cke_hidpi .cke_button__print_icon {
1811     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px!important;
1812     background-size: 16px!important
1813 }
1814
1815 .cke_hidpi .cke_button__radio_icon {
1816     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px!important;
1817     background-size: 16px!important
1818 }
1819
1820 .cke_rtl.cke_hidpi .cke_button__redo_icon,
1821 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1822     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px!important;
1823     background-size: 16px!important
1824 }
1825
1826 .cke_hidpi .cke_ltr .cke_button__redo_icon,
1827 .cke_ltr.cke_hidpi .cke_button__redo_icon {
1828     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px!important;
1829     background-size: 16px!important
1830 }
1831
1832 .cke_hidpi .cke_button__removeformat_icon {
1833     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px!important;
1834     background-size: 16px!important
1835 }
1836
1837 .cke_hidpi .cke_button__replace_icon {
1838     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px!important;
1839     background-size: 16px!important
1840 }
1841
1842 .cke_hidpi .cke_button__save_icon {
1843     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px!important;
1844     background-size: 16px!important
1845 }
1846
1847 .cke_hidpi .cke_button__scayt_icon {
1848     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px!important;
1849     background-size: 16px!important
1850 }
1851
1852 .cke_rtl.cke_hidpi .cke_button__select_icon,
1853 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1854     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px!important;
1855     background-size: 16px!important
1856 }
1857
1858 .cke_hidpi .cke_ltr .cke_button__select_icon,
1859 .cke_ltr.cke_hidpi .cke_button__select_icon {
1860     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px!important;
1861     background-size: 16px!important
1862 }
1863
1864 .cke_hidpi .cke_button__selectall_icon {
1865     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px!important;
1866     background-size: 16px!important
1867 }
1868
1869 .cke_rtl.cke_hidpi .cke_button__showblocks_icon,
1870 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
1871     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px!important;
1872     background-size: 16px!important
1873 }
1874
1875 .cke_hidpi .cke_ltr .cke_button__showblocks_icon,
1876 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {
1877     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px!important;
1878     background-size: 16px!important
1879 }
1880
1881 .cke_hidpi .cke_button__smiley_icon {
1882     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px!important;
1883     background-size: 16px!important
1884 }
1885
1886 .cke_rtl.cke_hidpi .cke_button__source_icon,
1887 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1888     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px!important;
1889     background-size: 16px!important
1890 }
1891
1892 .cke_hidpi .cke_ltr .cke_button__source_icon,
1893 .cke_ltr.cke_hidpi .cke_button__source_icon {
1894     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px!important;
1895     background-size: 16px!important
1896 }
1897
1898 .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon,
1899 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {
1900     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px!important;
1901     background-size: 16px!important
1902 }
1903
1904 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,
1905 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {
1906     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px!important;
1907     background-size: 16px!important
1908 }
1909
1910 .cke_hidpi .cke_button__specialchar_icon {
1911     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px!important;
1912     background-size: 16px!important
1913 }
1914
1915 .cke_hidpi .cke_button__spellchecker_icon {
1916     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px!important;
1917     background-size: 16px!important
1918 }
1919
1920 .cke_hidpi .cke_button__strike_icon {
1921     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px!important;
1922     background-size: 16px!important
1923 }
1924
1925 .cke_hidpi .cke_button__subscript_icon {
1926     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px!important;
1927     background-size: 16px!important
1928 }
1929
1930 .cke_hidpi .cke_button__superscript_icon {
1931     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px!important;
1932     background-size: 16px!important
1933 }
1934
1935 .cke_hidpi .cke_button__table_icon {
1936     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px!important;
1937     background-size: 16px!important
1938 }
1939
1940 .cke_rtl.cke_hidpi .cke_button__templates_icon,
1941 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
1942     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px!important;
1943     background-size: 16px!important
1944 }
1945
1946 .cke_hidpi .cke_ltr .cke_button__templates_icon,
1947 .cke_ltr.cke_hidpi .cke_button__templates_icon {
1948     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px!important;
1949     background-size: 16px!important
1950 }
1951
1952 .cke_rtl.cke_hidpi .cke_button__textarea_icon,
1953 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1954     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px!important;
1955     background-size: 16px!important
1956 }
1957
1958 .cke_hidpi .cke_ltr .cke_button__textarea_icon,
1959 .cke_ltr.cke_hidpi .cke_button__textarea_icon {
1960     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px!important;
1961     background-size: 16px!important
1962 }
1963
1964 .cke_hidpi .cke_button__textcolor_icon {
1965     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px!important;
1966     background-size: 16px!important
1967 }
1968
1969 .cke_rtl.cke_hidpi .cke_button__textfield_icon,
1970 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1971     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px!important;
1972     background-size: 16px!important
1973 }
1974
1975 .cke_hidpi .cke_ltr .cke_button__textfield_icon,
1976 .cke_ltr.cke_hidpi .cke_button__textfield_icon {
1977     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px!important;
1978     background-size: 16px!important
1979 }
1980
1981 .cke_hidpi .cke_button__uicolor_icon {
1982     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px!important;
1983     background-size: 16px!important
1984 }
1985
1986 .cke_hidpi .cke_button__underline_icon {
1987     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px!important;
1988     background-size: 16px!important
1989 }
1990
1991 .cke_rtl.cke_hidpi .cke_button__undo_icon,
1992 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1993     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px!important;
1994     background-size: 16px!important
1995 }
1996
1997 .cke_hidpi .cke_ltr .cke_button__undo_icon,
1998 .cke_ltr.cke_hidpi .cke_button__undo_icon {
1999     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px!important;
2000     background-size: 16px!important
2001 }
2002
2003 .cke_hidpi .cke_button__unlink_icon {
2004     background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px!important;
2005     background-size: 16px!important
2006 }
2007
2008 a.cke_button_disabled,
2009 a.cke_button_disabled:hover,
2010 a.cke_button_disabled:focus,
2011 a.cke_button_disabled:active {
2012     filter: alpha(opacity=30)
2013 }
2014
2015 .cke_button_disabled .cke_button_icon {
2016     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)
2017 }
2018
2019 .cke_button_off:hover,
2020 .cke_button_off:focus,
2021 .cke_button_off:active {
2022     filter: alpha(opacity=100)
2023 }
2024
2025 .cke_combo_disabled .cke_combo_inlinelabel,
2026 .cke_combo_disabled .cke_combo_open {
2027     filter: alpha(opacity=30)
2028 }
2029
2030 .cke_toolbox_collapser {
2031     border: 1px solid #a6a6a6
2032 }
2033
2034 .cke_toolbox_collapser .cke_arrow {
2035     margin-top: 1px
2036 }
2037
2038 .cke_hc .cke_top,
2039 .cke_hc .cke_bottom,
2040 .cke_hc .cke_combo_button,
2041 .cke_hc a.cke_combo_button:hover,
2042 .cke_hc a.cke_combo_button:focus,
2043 .cke_hc .cke_toolgroup,
2044 .cke_hc .cke_button_on,
2045 .cke_hc a.cke_button_off:hover,
2046 .cke_hc a.cke_button_off:focus,
2047 .cke_hc a.cke_button_off:active,
2048 .cke_hc .cke_toolbox_collapser,
2049 .cke_hc .cke_toolbox_collapser:hover,
2050 .cke_hc .cke_panel_grouptitle {
2051     filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
2052 }