Built motion from commit c50d73b2.|2.0.46
[motion2.git] / public / assets / plugins / ckeditor / skins / office2013 / editor.css
1 /*
2 Copyright (c) 2003-2014, 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     -moz-box-sizing: content-box;
16     -webkit-box-sizing: content-box;
17     box-sizing: content-box;
18     position: static;
19     -webkit-transition: none;
20     -moz-transition: none;
21     -ms-transition: none;
22     transition: none
23 }
24
25 .cke_reset_all,
26 .cke_reset_all * {
27     margin: 0;
28     padding: 0;
29     border: 0;
30     background: transparent;
31     text-decoration: none;
32     width: auto;
33     height: auto;
34     vertical-align: baseline;
35     -moz-box-sizing: content-box;
36     -webkit-box-sizing: content-box;
37     box-sizing: content-box;
38     position: static;
39     -webkit-transition: none;
40     -moz-transition: none;
41     -ms-transition: none;
42     transition: none;
43     border-collapse: collapse;
44     font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
45     color: #000;
46     text-align: left;
47     white-space: nowrap;
48     cursor: auto;
49     float: none
50 }
51
52 .cke_reset_all .cke_rtl * {
53     text-align: right
54 }
55
56 .cke_reset_all iframe {
57     vertical-align: inherit
58 }
59
60 .cke_reset_all textarea {
61     white-space: pre
62 }
63
64 .cke_reset_all textarea,
65 .cke_reset_all input[type="text"],
66 .cke_reset_all input[type="password"] {
67     cursor: text
68 }
69
70 .cke_reset_all textarea[disabled],
71 .cke_reset_all input[type="text"][disabled],
72 .cke_reset_all input[type="password"][disabled] {
73     cursor: default
74 }
75
76 .cke_reset_all fieldset {
77     padding: 10px;
78     border: 2px groove #e0dfe3
79 }
80
81 .cke_reset_all select {
82     -moz-box-sizing: border-box;
83     -webkit-box-sizing: border-box;
84     box-sizing: border-box
85 }
86
87 .cke_chrome {
88     display: block;
89     padding: 0;
90     border: 1px solid #2b579a;
91     box-shadow: 0 0 6px 1px rgba(172, 181, 194, 0.56)
92 }
93
94 .cke_inner {
95     display: block;
96     -webkit-touch-callout: none;
97     background: #fff;
98     padding: 0
99 }
100
101 .cke_float {
102     border: 0
103 }
104
105 .cke_float .cke_inner {
106     padding-bottom: 0
107 }
108
109 .cke_top,
110 .cke_contents,
111 .cke_bottom {
112     display: block;
113     overflow: hidden
114 }
115
116 .cke_top {
117     border-bottom: 1px solid #e1e1e1;
118     padding: 6px 8px 2px;
119     white-space: normal;
120     background: #fff
121 }
122
123 .cke_float .cke_top {
124     border: 1px solid #b6b6b6;
125     border-bottom-color: #999
126 }
127
128 .cke_bottom {
129     padding: 6px 8px 2px;
130     position: relative;
131     background: #2b579a
132 }
133
134 .cke_browser_ios .cke_contents {
135     overflow-y: auto;
136     -webkit-overflow-scrolling: touch
137 }
138
139 .cke_resizer {
140     width: 0;
141     height: 0;
142     overflow: hidden;
143     border-width: 10px 10px 0 0;
144     border-color: transparent #fff transparent transparent;
145     border-style: dashed solid dashed dashed;
146     font-size: 0;
147     vertical-align: bottom;
148     margin-top: 6px;
149     margin-bottom: 2px
150 }
151
152 .cke_hc .cke_resizer {
153     font-size: 15px;
154     width: auto;
155     height: auto;
156     border-width: 0
157 }
158
159 .cke_resizer_ltr {
160     cursor: se-resize;
161     float: right;
162     margin-right: -4px
163 }
164
165 .cke_resizer_rtl {
166     border-width: 10px 0 0 10px;
167     border-color: transparent transparent transparent #a5a5a5;
168     border-style: dashed dashed dashed solid;
169     cursor: sw-resize;
170     float: left;
171     margin-left: -4px;
172     right: auto
173 }
174
175 .cke_wysiwyg_div {
176     display: block;
177     height: 100%;
178     overflow: auto;
179     padding: 0 8px;
180     outline-style: none;
181     -moz-box-sizing: border-box;
182     -webkit-box-sizing: border-box;
183     box-sizing: border-box
184 }
185
186 .cke_panel {
187     visibility: visible;
188     width: 120px;
189     height: 100px;
190     background-color: #fff;
191     border: 1px solid #c6c6c6
192 }
193
194 .cke_menu_panel {
195     padding: 0;
196     margin: 0
197 }
198
199 .cke_combopanel {
200     width: 150px;
201     height: 170px
202 }
203
204 .cke_panel_frame {
205     width: 100%;
206     height: 100%;
207     font-size: 12px;
208     overflow: auto;
209     overflow-x: hidden
210 }
211
212 .cke_panel_container {
213     overflow-y: auto;
214     overflow-x: hidden
215 }
216
217 .cke_panel_block {
218     outline: 0;
219     display: table;
220     width: 100%;
221     -moz-box-sizing: border-box;
222     -webkit-box-sizing: border-box;
223     box-sizing: border-box
224 }
225
226 .cke_panel_list {
227     list-style-type: none;
228     padding: 0;
229     margin: 0;
230     white-space: nowrap
231 }
232
233 .cke_panel_listItem {
234     margin: 0
235 }
236
237 .cke_panel_listItem a {
238     padding: 4px;
239     margin: 1px;
240     display: block;
241     color: inherit!important;
242     text-decoration: none;
243     overflow: hidden;
244     text-overflow: ellipsis;
245     cursor: default
246 }
247
248 .cke_panel_listItem.cke_selected a {
249     background-color: #d3d3d3
250 }
251
252 .cke_panel_listItem a:hover,
253 .cke_panel_listItem a:focus,
254 .cke_panel_listItem a:active {
255     background-color: #d5e1f2;
256     outline: 0
257 }
258
259 .cke_hc .cke_panel_listItem a {
260     border-style: none
261 }
262
263 .cke_hc .cke_panel_listItem a:hover,
264 .cke_hc .cke_panel_listItem a:focus,
265 .cke_hc .cke_panel_listItem a:active {
266     border: 2px solid;
267     padding: 1px 2px
268 }
269
270 .cke_panel_grouptitle {
271     font-size: 11px;
272     font-weight: bold;
273     white-space: nowrap;
274     margin: 0;
275     padding: 8px 4px;
276     color: #444;
277     background: #f0f0f0;
278     cursor: default
279 }
280
281 .cke_panel_listItem p,
282 .cke_panel_listItem h1,
283 .cke_panel_listItem h2,
284 .cke_panel_listItem h3,
285 .cke_panel_listItem h4,
286 .cke_panel_listItem h5,
287 .cke_panel_listItem h6,
288 .cke_panel_listItem pre {
289     margin-top: 0;
290     margin-bottom: 0
291 }
292
293 .cke_colorblock {
294     padding: 3px;
295     font-size: 11px;
296     font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif
297 }
298
299 .cke_colorblock,
300 .cke_colorblock a {
301     text-decoration: none;
302     color: #000
303 }
304
305 span.cke_colorbox {
306     width: 10px;
307     height: 10px;
308     border: #808080 1px solid;
309     float: left
310 }
311
312 .cke_rtl span.cke_colorbox {
313     float: right
314 }
315
316 a.cke_colorbox {
317     border: #fff 1px solid;
318     padding: 2px;
319     float: left;
320     width: 12px;
321     height: 12px
322 }
323
324 .cke_rtl a.cke_colorbox {
325     float: right
326 }
327
328 a:hover.cke_colorbox,
329 a:focus.cke_colorbox,
330 a:active.cke_colorbox {
331     border: #b6b6b6 1px solid;
332     background-color: #e5e5e5
333 }
334
335 a.cke_colorauto,
336 a.cke_colormore {
337     border: #fff 1px solid;
338     padding: 2px 4px;
339     display: block;
340     cursor: pointer
341 }
342
343 a:hover.cke_colorauto,
344 a:hover.cke_colormore,
345 a:focus.cke_colorauto,
346 a:focus.cke_colormore,
347 a:active.cke_colorauto,
348 a:active.cke_colormore {
349     border: #d5e1f2 1px solid;
350     background-color: #d5e1f2
351 }
352
353 .cke_toolbar {
354     float: left
355 }
356
357 .cke_rtl .cke_toolbar {
358     float: right
359 }
360
361 .cke_toolgroup {
362     float: left;
363     margin: 0 6px 5px 0
364 }
365
366 .cke_hc .cke_toolgroup {
367     border: 0;
368     margin-right: 10px;
369     margin-bottom: 10px
370 }
371
372 .cke_rtl .cke_toolgroup {
373     float: right;
374     margin-left: 6px;
375     margin-right: 0
376 }
377
378 a.cke_button {
379     display: inline-block;
380     height: 16px;
381     padding: 2px;
382     outline: 0;
383     cursor: default;
384     float: left;
385     border: 1px solid transparent;
386     margin: 1px
387 }
388
389 .cke_rtl .cke_button {
390     float: right
391 }
392
393 .cke_hc .cke_button {
394     border: 1px solid transparent;
395     padding: 2px
396 }
397
398 .cke_button_on {
399     background: #c2d5f2
400 }
401
402 .cke_hc .cke_button_on,
403 .cke_hc a.cke_button_off:hover,
404 .cke_hc a.cke_button_off:focus,
405 .cke_hc a.cke_button_off:active,
406 .cke_hc a.cke_button_disabled:hover,
407 .cke_hc a.cke_button_disabled:focus,
408 .cke_hc a.cke_button_disabled:active {
409     border-width: 3px;
410     padding: 1px 3px
411 }
412
413 .cke_button_disabled .cke_button_icon {
414     opacity: .3
415 }
416
417 .cke_hc .cke_button_disabled {
418     opacity: .5
419 }
420
421 a.cke_button_off:hover,
422 a.cke_button_off:focus,
423 a.cke_button_off:active,
424 a.cke_button_disabled:hover,
425 a.cke_button_disabled:focus,
426 a.cke_button_disabled:active {
427     background: #d5e1f2
428 }
429
430 .cke_button_icon {
431     cursor: inherit;
432     background-repeat: no-repeat;
433     width: 16px;
434     height: 16px;
435     float: left;
436     display: inline-block
437 }
438
439 .cke_rtl .cke_button_icon {
440     float: right
441 }
442
443 .cke_hc .cke_button_icon {
444     display: none
445 }
446
447 .cke_button_label {
448     display: none;
449     padding-left: 3px;
450     margin-top: 1px;
451     line-height: 17px;
452     vertical-align: middle;
453     float: left;
454     cursor: default;
455     color: #474747;
456     text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
457 }
458
459 .cke_rtl .cke_button_label {
460     padding-right: 3px;
461     padding-left: 0;
462     float: right
463 }
464
465 .cke_hc .cke_button_label {
466     padding: 0;
467     display: inline-block;
468     font-size: 12px
469 }
470
471 .cke_button_arrow {
472     display: inline-block;
473     margin: 8px 0 0 1px;
474     width: 0;
475     height: 0;
476     cursor: default;
477     vertical-align: top;
478     border-left: 3px solid transparent;
479     border-right: 3px solid transparent;
480     border-top: 3px solid #474747
481 }
482
483 .cke_rtl .cke_button_arrow {
484     margin-right: 5px;
485     margin-left: 0
486 }
487
488 .cke_hc .cke_button_arrow {
489     font-size: 10px;
490     margin: 3px -2px 0 3px;
491     width: auto;
492     border: 0
493 }
494
495 .cke_toolbar_separator {
496     float: left;
497     background-color: #c0c0c0;
498     background-color: rgba(0, 0, 0, .2);
499     margin: 5px 2px 0;
500     height: 18px;
501     width: 1px;
502     box-shadow: 1px 0 1px rgba(255, 255, 255, .5)
503 }
504
505 .cke_rtl .cke_toolbar_separator {
506     float: right;
507     box-shadow: -1px 0 1px rgba(255, 255, 255, .1)
508 }
509
510 .cke_hc .cke_toolbar_separator {
511     width: 0;
512     border-left: 1px solid;
513     margin: 1px 5px 0 0
514 }
515
516 .cke_toolbar_break {
517     display: block;
518     clear: left
519 }
520
521 .cke_rtl .cke_toolbar_break {
522     clear: right
523 }
524
525 .cke_toolbox_collapser {
526     width: 12px;
527     height: 11px;
528     float: right;
529     margin: 11px 0 0;
530     font-size: 0;
531     cursor: default;
532     text-align: center;
533     border: 1px solid #a6a6a6;
534     background: #e4e4e4
535 }
536
537 .cke_toolbox_collapser:hover {
538     background: #ccc
539 }
540
541 .cke_toolbox_collapser.cke_toolbox_collapser_min {
542     margin: 0 2px 4px
543 }
544
545 .cke_rtl .cke_toolbox_collapser {
546     float: left
547 }
548
549 .cke_toolbox_collapser .cke_arrow {
550     display: inline-block;
551     height: 0;
552     width: 0;
553     font-size: 0;
554     margin-top: 1px;
555     border-left: 3px solid transparent;
556     border-right: 3px solid transparent;
557     border-bottom: 3px solid #474747;
558     border-top: 3px solid transparent
559 }
560
561 .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
562     margin-top: 4px;
563     border-bottom-color: transparent;
564     border-top-color: #474747
565 }
566
567 .cke_hc .cke_toolbox_collapser .cke_arrow {
568     font-size: 8px;
569     width: auto;
570     border: 0;
571     margin-top: 0;
572     margin-right: 2px
573 }
574
575 .cke_menubutton {
576     display: block;
577     margin: 1px
578 }
579
580 .cke_menuitem span {
581     cursor: default
582 }
583
584 .cke_menubutton:hover,
585 .cke_menubutton:focus,
586 .cke_menubutton:active {
587     background-color: #d3d3d3;
588     display: block;
589     cursor: default
590 }
591
592 .cke_hc .cke_menubutton {
593     padding: 2px
594 }
595
596 .cke_hc .cke_menubutton:hover,
597 .cke_hc .cke_menubutton:focus,
598 .cke_hc .cke_menubutton:active {
599     border: 2px solid;
600     padding: 0
601 }
602
603 .cke_menubutton_inner {
604     display: table-row
605 }
606
607 .cke_menubutton_icon,
608 .cke_menubutton_label,
609 .cke_menuarrow {
610     display: table-cell
611 }
612
613 .cke_menubutton_icon {
614     padding: 4px
615 }
616
617 .cke_hc .cke_menubutton_icon {
618     height: 16px;
619     width: 0;
620     padding: 4px 0
621 }
622
623 .cke_menubutton_disabled:hover .cke_menubutton_icon,
624 .cke_menubutton_disabled:focus .cke_menubutton_icon,
625 .cke_menubutton_disabled:active .cke_menubutton_icon {
626     opacity: .3;
627     filter: alpha(opacity=30)
628 }
629
630 .cke_menubutton_label {
631     padding: 0 5px;
632     background-color: transparent;
633     width: 100%;
634     vertical-align: middle;
635     color: #444
636 }
637
638 .cke_menubutton_disabled .cke_menubutton_label {
639     opacity: .3;
640     filter: alpha(opacity=30)
641 }
642
643 .cke_menubutton_on {
644     background-color: #d5e1f2
645 }
646
647 .cke_menubutton_on .cke_menubutton_icon {
648     padding-right: 3px
649 }
650
651 .cke_menubutton:hover,
652 .cke_menubutton:focus,
653 .cke_menubutton:active {
654     background-color: #d5e1f2;
655     outline: 0
656 }
657
658 .cke_panel_frame .cke_menubutton_label {
659     display: none
660 }
661
662 .cke_menuseparator {
663     background-color: #d3d3d3;
664     height: 1px;
665     filter: alpha(opacity=70);
666     opacity: .70
667 }
668
669 .cke_menuarrow {
670     background-image: url(images/arrow.png);
671     background-position: 0 10px;
672     background-repeat: no-repeat;
673     padding: 0 5px
674 }
675
676 .cke_rtl .cke_menuarrow {
677     background-position: 5px -13px;
678     background-repeat: no-repeat
679 }
680
681 .cke_menuarrow span {
682     display: none
683 }
684
685 .cke_hc .cke_menuarrow span {
686     vertical-align: middle;
687     display: inline
688 }
689
690 .cke_combo {
691     display: inline-block;
692     float: left
693 }
694
695 .cke_rtl .cke_combo {
696     float: right
697 }
698
699 .cke_hc .cke_combo {
700     margin-top: -2px
701 }
702
703 .cke_combo_label {
704     display: none;
705     float: left;
706     line-height: 26px;
707     vertical-align: top;
708     margin-right: 5px
709 }
710
711 .cke_rtl .cke_combo_label {
712     float: right;
713     margin-left: 5px;
714     margin-right: 0
715 }
716
717 .cke_combo_button {
718     display: inline-block;
719     float: left;
720     margin: 0 6px 5px 0;
721     border: 1px solid #e1e1e1;
722     cursor: default;
723     background: #fff
724 }
725
726 .cke_combo_off a.cke_combo_button:hover,
727 .cke_combo_off a.cke_combo_button:focus {
728     border-color: #a3bde3;
729     outline: 0
730 }
731
732 .cke_combo_off a.cke_combo_button:hover .cke_combo_open,
733 .cke_combo_off a.cke_combo_button:focus .cke_combo_open {
734     background: #d5e1f2;
735     outline: 0
736 }
737
738 .cke_combo_off a.cke_combo_button:active .cke_combo_open,
739 .cke_combo_on a.cke_combo_button .cke_combo_open {
740     background: #a3bde3
741 }
742
743 .cke_rtl .cke_combo_button {
744     float: right;
745     margin-left: 5px;
746     margin-right: 0
747 }
748
749 .cke_hc a.cke_combo_button {
750     padding: 3px
751 }
752
753 .cke_hc .cke_combo_on a.cke_combo_button,
754 .cke_hc .cke_combo_off a.cke_combo_button:hover,
755 .cke_hc .cke_combo_off a.cke_combo_button:focus,
756 .cke_hc .cke_combo_off a.cke_combo_button:active {
757     border-width: 3px;
758     padding: 1px
759 }
760
761 .cke_combo_text {
762     line-height: 22px;
763     padding-left: 10px;
764     text-overflow: ellipsis;
765     overflow: hidden;
766     float: left;
767     cursor: default;
768     color: #474747;
769     text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
770     width: 60px
771 }
772
773 .cke_rtl .cke_combo_text {
774     float: right;
775     text-align: right;
776     padding-left: 0;
777     padding-right: 10px
778 }
779
780 .cke_hc .cke_combo_text {
781     line-height: 18px;
782     font-size: 12px;
783     vertical-align: top
784 }
785
786 .cke_combo_open {
787     cursor: default;
788     display: inline-block;
789     vertical-align: top;
790     font-size: 0;
791     height: 22px;
792     line-height: 17px;
793     padding: 0 7px 0;
794     width: 5px
795 }
796
797 .cke_hc .cke_combo_open {
798     height: 12px
799 }
800
801 .cke_combo_arrow {
802     margin: 9px 0 0;
803     float: left;
804     height: 0;
805     width: 0;
806     font-size: 0;
807     border-left: 3px solid transparent;
808     border-right: 3px solid transparent;
809     border-top: 3px solid #474747;
810     cursor: default
811 }
812
813 .cke_hc .cke_combo_arrow {
814     font-size: 10px;
815     width: auto;
816     border: 0;
817     margin-top: 3px
818 }
819
820 .cke_combo_disabled .cke_combo_inlinelabel,
821 .cke_combo_disabled .cke_combo_open {
822     opacity: .3
823 }
824
825 .cke_path {
826     float: left;
827     margin: -2px 0 2px
828 }
829
830 .cke_path_item,
831 .cke_path_empty {
832     display: inline-block;
833     float: left;
834     padding: 3px 4px;
835     margin-right: 2px;
836     cursor: default;
837     text-decoration: none;
838     outline: 0;
839     border: 0;
840     color: #fff;
841     font-size: 11px
842 }
843
844 .cke_rtl .cke_path,
845 .cke_rtl .cke_path_item,
846 .cke_rtl .cke_path_empty {
847     float: right
848 }
849
850 a.cke_path_item:hover,
851 a.cke_path_item:focus,
852 a.cke_path_item:active {
853     background-color: #fff;
854     color: #2b579a
855 }
856
857 .cke_hc a.cke_path_item:hover,
858 .cke_hc a.cke_path_item:focus,
859 .cke_hc a.cke_path_item:active {
860     border: 2px solid;
861     padding: 1px 2px
862 }
863
864 .cke_button__source_label,
865 .cke_button__sourcedialog_label {
866     display: inline
867 }
868
869 .cke_combo__fontsize .cke_combo_text {
870     width: 30px
871 }
872
873 .cke_combopanel__fontsize {
874     width: 120px
875 }
876
877 .cke_source {
878     font-family: 'Courier New', Monospace;
879     font-size: small;
880     background-color: #fff;
881     white-space: pre
882 }
883
884 .cke_wysiwyg_frame,
885 .cke_wysiwyg_div {
886     background-color: #fff
887 }
888
889 .cke_chrome {
890     visibility: inherit
891 }
892
893 .cke_voice_label {
894     display: none
895 }
896
897 legend.cke_voice_label {
898     display: none
899 }
900
901 .cke_button__about_icon {
902     background: url(icons.png?t=dee99e2) no-repeat 0 -0px !important;
903 }
904
905 .cke_button__bold_icon {
906     background: url(icons.png?t=dee99e2) no-repeat 0 -264px !important;
907 }
908
909 .cke_button__italic_icon {
910     background: url(icons.png?t=dee99e2) no-repeat 0 -528px !important;
911 }
912
913 .cke_button__strike_icon {
914     background: url(icons.png?t=dee99e2) no-repeat 0 -792px !important;
915 }
916
917 .cke_button__subscript_icon {
918     background: url(icons.png?t=dee99e2) no-repeat 0 -1056px !important;
919 }
920
921 .cke_button__superscript_icon {
922     background: url(icons.png?t=dee99e2) no-repeat 0 -1320px !important;
923 }
924
925 .cke_button__underline_icon {
926     background: url(icons.png?t=dee99e2) no-repeat 0 -1584px !important;
927 }
928
929 .cke_button__bidiltr_icon {
930     background: url(icons.png?t=dee99e2) no-repeat 0 -1848px !important;
931 }
932
933 .cke_button__bidirtl_icon {
934     background: url(icons.png?t=dee99e2) no-repeat 0 -2112px !important;
935 }
936
937 .cke_button__blockquote_icon {
938     background: url(icons.png?t=dee99e2) no-repeat 0 -2376px !important;
939 }
940
941 .cke_rtl .cke_button__copy_icon,
942 .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
943     background: url(icons.png?t=dee99e2) no-repeat 0 -2640px !important;
944 }
945
946 .cke_ltr .cke_button__copy_icon {
947     background: url(icons.png?t=dee99e2) no-repeat 0 -2904px !important;
948 }
949
950 .cke_rtl .cke_button__cut_icon,
951 .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
952     background: url(icons.png?t=dee99e2) no-repeat 0 -3168px !important;
953 }
954
955 .cke_ltr .cke_button__cut_icon {
956     background: url(icons.png?t=dee99e2) no-repeat 0 -3432px !important;
957 }
958
959 .cke_rtl .cke_button__paste_icon,
960 .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
961     background: url(icons.png?t=dee99e2) no-repeat 0 -3696px !important;
962 }
963
964 .cke_ltr .cke_button__paste_icon {
965     background: url(icons.png?t=dee99e2) no-repeat 0 -3960px !important;
966 }
967
968 .cke_button__bgcolor_icon {
969     background: url(icons.png?t=dee99e2) no-repeat 0 -4224px !important;
970 }
971
972 .cke_button__textcolor_icon {
973     background: url(icons.png?t=dee99e2) no-repeat 0 -4488px !important;
974 }
975
976 .cke_rtl .cke_button__templates_icon,
977 .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
978     background: url(icons.png?t=dee99e2) no-repeat 0 -4752px !important;
979 }
980
981 .cke_ltr .cke_button__templates_icon {
982     background: url(icons.png?t=dee99e2) no-repeat 0 -5016px !important;
983 }
984
985 .cke_button__copyformatting_icon {
986     background: url(icons.png?t=dee99e2) no-repeat 0 -5280px !important;
987 }
988
989 .cke_button__creatediv_icon {
990     background: url(icons.png?t=dee99e2) no-repeat 0 -5544px !important;
991 }
992
993 .cke_rtl .cke_button__find_icon,
994 .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
995     background: url(icons.png?t=dee99e2) no-repeat 0 -5808px !important;
996 }
997
998 .cke_ltr .cke_button__find_icon {
999     background: url(icons.png?t=dee99e2) no-repeat 0 -6072px !important;
1000 }
1001
1002 .cke_button__replace_icon {
1003     background: url(icons.png?t=dee99e2) no-repeat 0 -6336px !important;
1004 }
1005
1006 .cke_button__flash_icon {
1007     background: url(icons.png?t=dee99e2) no-repeat 0 -6600px !important;
1008 }
1009
1010 .cke_button__button_icon {
1011     background: url(icons.png?t=dee99e2) no-repeat 0 -6864px !important;
1012 }
1013
1014 .cke_button__checkbox_icon {
1015     background: url(icons.png?t=dee99e2) no-repeat 0 -7128px !important;
1016 }
1017
1018 .cke_button__form_icon {
1019     background: url(icons.png?t=dee99e2) no-repeat 0 -7392px !important;
1020 }
1021
1022 .cke_button__hiddenfield_icon {
1023     background: url(icons.png?t=dee99e2) no-repeat 0 -7656px !important;
1024 }
1025
1026 .cke_button__imagebutton_icon {
1027     background: url(icons.png?t=dee99e2) no-repeat 0 -7920px !important;
1028 }
1029
1030 .cke_button__radio_icon {
1031     background: url(icons.png?t=dee99e2) no-repeat 0 -8184px !important;
1032 }
1033
1034 .cke_rtl .cke_button__select_icon,
1035 .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1036     background: url(icons.png?t=dee99e2) no-repeat 0 -8448px !important;
1037 }
1038
1039 .cke_ltr .cke_button__select_icon {
1040     background: url(icons.png?t=dee99e2) no-repeat 0 -8712px !important;
1041 }
1042
1043 .cke_rtl .cke_button__textarea_icon,
1044 .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1045     background: url(icons.png?t=dee99e2) no-repeat 0 -8976px !important;
1046 }
1047
1048 .cke_ltr .cke_button__textarea_icon {
1049     background: url(icons.png?t=dee99e2) no-repeat 0 -9240px !important;
1050 }
1051
1052 .cke_rtl .cke_button__textfield_icon,
1053 .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1054     background: url(icons.png?t=dee99e2) no-repeat 0 -9504px !important;
1055 }
1056
1057 .cke_ltr .cke_button__textfield_icon {
1058     background: url(icons.png?t=dee99e2) no-repeat 0 -9768px !important;
1059 }
1060
1061 .cke_button__horizontalrule_icon {
1062     background: url(icons.png?t=dee99e2) no-repeat 0 -10032px !important;
1063 }
1064
1065 .cke_button__iframe_icon {
1066     background: url(icons.png?t=dee99e2) no-repeat 0 -10296px !important;
1067 }
1068
1069 .cke_button__image_icon {
1070     background: url(icons.png?t=dee99e2) no-repeat 0 -10560px !important;
1071 }
1072
1073 .cke_rtl .cke_button__indent_icon,
1074 .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1075     background: url(icons.png?t=dee99e2) no-repeat 0 -10824px !important;
1076 }
1077
1078 .cke_ltr .cke_button__indent_icon {
1079     background: url(icons.png?t=dee99e2) no-repeat 0 -11088px !important;
1080 }
1081
1082 .cke_rtl .cke_button__outdent_icon,
1083 .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1084     background: url(icons.png?t=dee99e2) no-repeat 0 -11352px !important;
1085 }
1086
1087 .cke_ltr .cke_button__outdent_icon {
1088     background: url(icons.png?t=dee99e2) no-repeat 0 -11616px !important;
1089 }
1090
1091 .cke_button__smiley_icon {
1092     background: url(icons.png?t=dee99e2) no-repeat 0 -11880px !important;
1093 }
1094
1095 .cke_button__justifyblock_icon {
1096     background: url(icons.png?t=dee99e2) no-repeat 0 -12144px !important;
1097 }
1098
1099 .cke_button__justifycenter_icon {
1100     background: url(icons.png?t=dee99e2) no-repeat 0 -12408px !important;
1101 }
1102
1103 .cke_button__justifyleft_icon {
1104     background: url(icons.png?t=dee99e2) no-repeat 0 -12672px !important;
1105 }
1106
1107 .cke_button__justifyright_icon {
1108     background: url(icons.png?t=dee99e2) no-repeat 0 -12936px !important;
1109 }
1110
1111 .cke_button__language_icon {
1112     background: url(icons.png?t=dee99e2) no-repeat 0 -13200px !important;
1113 }
1114
1115 .cke_rtl .cke_button__anchor_icon,
1116 .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1117     background: url(icons.png?t=dee99e2) no-repeat 0 -13464px !important;
1118 }
1119
1120 .cke_ltr .cke_button__anchor_icon {
1121     background: url(icons.png?t=dee99e2) no-repeat 0 -13728px !important;
1122 }
1123
1124 .cke_button__link_icon {
1125     background: url(icons.png?t=dee99e2) no-repeat 0 -13992px !important;
1126 }
1127
1128 .cke_button__unlink_icon {
1129     background: url(icons.png?t=dee99e2) no-repeat 0 -14256px !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=dee99e2) no-repeat 0 -14520px !important;
1135 }
1136
1137 .cke_ltr .cke_button__bulletedlist_icon {
1138     background: url(icons.png?t=dee99e2) no-repeat 0 -14784px !important;
1139 }
1140
1141 .cke_rtl .cke_button__numberedlist_icon,
1142 .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1143     background: url(icons.png?t=dee99e2) no-repeat 0 -15048px !important;
1144 }
1145
1146 .cke_ltr .cke_button__numberedlist_icon {
1147     background: url(icons.png?t=dee99e2) no-repeat 0 -15312px !important;
1148 }
1149
1150 .cke_button__maximize_icon {
1151     background: url(icons.png?t=dee99e2) no-repeat 0 -15576px !important;
1152 }
1153
1154 .cke_rtl .cke_button__newpage_icon,
1155 .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1156     background: url(icons.png?t=dee99e2) no-repeat 0 -15840px !important;
1157 }
1158
1159 .cke_ltr .cke_button__newpage_icon {
1160     background: url(icons.png?t=dee99e2) no-repeat 0 -16104px !important;
1161 }
1162
1163 .cke_rtl .cke_button__pagebreak_icon,
1164 .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1165     background: url(icons.png?t=dee99e2) no-repeat 0 -16368px !important;
1166 }
1167
1168 .cke_ltr .cke_button__pagebreak_icon {
1169     background: url(icons.png?t=dee99e2) no-repeat 0 -16632px !important;
1170 }
1171
1172 .cke_rtl .cke_button__pastetext_icon,
1173 .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1174     background: url(icons.png?t=dee99e2) no-repeat 0 -16896px !important;
1175 }
1176
1177 .cke_ltr .cke_button__pastetext_icon {
1178     background: url(icons.png?t=dee99e2) no-repeat 0 -17160px !important;
1179 }
1180
1181 .cke_rtl .cke_button__pastefromword_icon,
1182 .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1183     background: url(icons.png?t=dee99e2) no-repeat 0 -17424px !important;
1184 }
1185
1186 .cke_ltr .cke_button__pastefromword_icon {
1187     background: url(icons.png?t=dee99e2) no-repeat 0 -17688px !important;
1188 }
1189
1190 .cke_rtl .cke_button__preview_icon,
1191 .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
1192     background: url(icons.png?t=dee99e2) no-repeat 0 -17952px !important;
1193 }
1194
1195 .cke_ltr .cke_button__preview_icon {
1196     background: url(icons.png?t=dee99e2) no-repeat 0 -18216px !important;
1197 }
1198
1199 .cke_button__print_icon {
1200     background: url(icons.png?t=dee99e2) no-repeat 0 -18480px !important;
1201 }
1202
1203 .cke_button__removeformat_icon {
1204     background: url(icons.png?t=dee99e2) no-repeat 0 -18744px !important;
1205 }
1206
1207 .cke_button__save_icon {
1208     background: url(icons.png?t=dee99e2) no-repeat 0 -19008px !important;
1209 }
1210
1211 .cke_button__selectall_icon {
1212     background: url(icons.png?t=dee99e2) no-repeat 0 -19272px !important;
1213 }
1214
1215 .cke_rtl .cke_button__showblocks_icon,
1216 .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
1217     background: url(icons.png?t=dee99e2) no-repeat 0 -19536px !important;
1218 }
1219
1220 .cke_ltr .cke_button__showblocks_icon {
1221     background: url(icons.png?t=dee99e2) no-repeat 0 -19800px !important;
1222 }
1223
1224 .cke_rtl .cke_button__source_icon,
1225 .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1226     background: url(icons.png?t=dee99e2) no-repeat 0 -20064px !important;
1227 }
1228
1229 .cke_ltr .cke_button__source_icon {
1230     background: url(icons.png?t=dee99e2) no-repeat 0 -20328px !important;
1231 }
1232
1233 .cke_button__specialchar_icon {
1234     background: url(icons.png?t=dee99e2) no-repeat 0 -20592px !important;
1235 }
1236
1237 .cke_button__scayt_icon {
1238     background: url(icons.png?t=dee99e2) no-repeat 0 -20856px !important;
1239 }
1240
1241 .cke_button__table_icon {
1242     background: url(icons.png?t=dee99e2) no-repeat 0 -21120px !important;
1243 }
1244
1245 .cke_rtl .cke_button__redo_icon,
1246 .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1247     background: url(icons.png?t=dee99e2) no-repeat 0 -21384px !important;
1248 }
1249
1250 .cke_ltr .cke_button__redo_icon {
1251     background: url(icons.png?t=dee99e2) no-repeat 0 -21648px !important;
1252 }
1253
1254 .cke_rtl .cke_button__undo_icon,
1255 .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1256     background: url(icons.png?t=dee99e2) no-repeat 0 -21912px !important;
1257 }
1258
1259 .cke_ltr .cke_button__undo_icon {
1260     background: url(icons.png?t=dee99e2) no-repeat 0 -22176px !important;
1261 }
1262
1263 .cke_button__spellchecker_icon {
1264     background: url(icons.png?t=dee99e2) no-repeat 0 -22440px !important;
1265 }
1266
1267 .cke_button__autocorrect--_icon {
1268     background: url(icons.png?t=dee99e2) no-repeat 0 -22704px !important;
1269 }
1270
1271 .cke_button__autocorrect_icon {
1272     background: url(icons.png?t=dee99e2) no-repeat 0 -22968px !important;
1273 }
1274
1275 .cke_button__googledocs_icon {
1276     background: url(icons.png?t=dee99e2) no-repeat 0 -23232px !important;
1277 }
1278
1279 .cke_button__googledocs_big_icon {
1280     background: url(icons.png?t=dee99e2) no-repeat 0 -23496px !important;
1281 }
1282
1283 .cke_button__xmas_icon {
1284     background: url(icons.png?t=dee99e2) no-repeat 0 -23760px !important;
1285 }
1286
1287 .cke_button__icona-audio_icon {
1288     background: url(icons.png?t=dee99e2) no-repeat 0 -24024px !important;
1289 }
1290
1291 .cke_hidpi .cke_button__about_icon {
1292     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -0px !important;
1293     background-size: 128px !important;
1294 }
1295
1296 .cke_hidpi .cke_button__bold_icon {
1297     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -136px !important;
1298     background-size: 128px !important;
1299 }
1300
1301 .cke_hidpi .cke_button__italic_icon {
1302     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -272px !important;
1303     background-size: 128px !important;
1304 }
1305
1306 .cke_hidpi .cke_button__strike_icon {
1307     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -408px !important;
1308     background-size: 128px !important;
1309 }
1310
1311 .cke_hidpi .cke_button__subscript_icon {
1312     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -544px !important;
1313     background-size: 128px !important;
1314 }
1315
1316 .cke_hidpi .cke_button__superscript_icon {
1317     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -680px !important;
1318     background-size: 128px !important;
1319 }
1320
1321 .cke_hidpi .cke_button__underline_icon {
1322     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -816px !important;
1323     background-size: 128px !important;
1324 }
1325
1326 .cke_hidpi .cke_button__bidiltr_icon {
1327     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -952px !important;
1328     background-size: 128px !important;
1329 }
1330
1331 .cke_hidpi .cke_button__bidirtl_icon {
1332     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -1088px !important;
1333     background-size: 128px !important;
1334 }
1335
1336 .cke_hidpi .cke_button__blockquote_icon {
1337     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -1224px !important;
1338     background-size: 128px !important;
1339 }
1340
1341 .cke_rtl.cke_hidpi .cke_button__copy_icon,
1342 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1343     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -1360px !important;
1344     background-size: 128px !important;
1345 }
1346
1347 .cke_hidpi .cke_ltr .cke_button__copy_icon,
1348 .cke_ltr.cke_hidpi .cke_button__copy_icon {
1349     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -1496px !important;
1350     background-size: 128px !important;
1351 }
1352
1353 .cke_rtl.cke_hidpi .cke_button__cut_icon,
1354 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1355     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -1632px !important;
1356     background-size: 128px !important;
1357 }
1358
1359 .cke_hidpi .cke_ltr .cke_button__cut_icon,
1360 .cke_ltr.cke_hidpi .cke_button__cut_icon {
1361     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -1768px !important;
1362     background-size: 128px !important;
1363 }
1364
1365 .cke_rtl.cke_hidpi .cke_button__paste_icon,
1366 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1367     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -1904px !important;
1368     background-size: 128px !important;
1369 }
1370
1371 .cke_hidpi .cke_ltr .cke_button__paste_icon,
1372 .cke_ltr.cke_hidpi .cke_button__paste_icon {
1373     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2040px !important;
1374     background-size: 128px !important;
1375 }
1376
1377 .cke_hidpi .cke_button__bgcolor_icon {
1378     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2176px !important;
1379     background-size: 128px !important;
1380 }
1381
1382 .cke_hidpi .cke_button__textcolor_icon {
1383     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2312px !important;
1384     background-size: 128px !important;
1385 }
1386
1387 .cke_rtl.cke_hidpi .cke_button__templates_icon,
1388 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
1389     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2448px !important;
1390     background-size: 128px !important;
1391 }
1392
1393 .cke_hidpi .cke_ltr .cke_button__templates_icon,
1394 .cke_ltr.cke_hidpi .cke_button__templates_icon {
1395     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2584px !important;
1396     background-size: 128px !important;
1397 }
1398
1399 .cke_hidpi .cke_button__copyformatting_icon {
1400     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2720px !important;
1401     background-size: 128px !important;
1402 }
1403
1404 .cke_hidpi .cke_button__creatediv_icon {
1405     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2856px !important;
1406     background-size: 128px !important;
1407 }
1408
1409 .cke_rtl.cke_hidpi .cke_button__find_icon,
1410 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
1411     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -2992px !important;
1412     background-size: 128px !important;
1413 }
1414
1415 .cke_hidpi .cke_ltr .cke_button__find_icon,
1416 .cke_ltr.cke_hidpi .cke_button__find_icon {
1417     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -3128px !important;
1418     background-size: 128px !important;
1419 }
1420
1421 .cke_hidpi .cke_button__replace_icon {
1422     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -3264px !important;
1423     background-size: 128px !important;
1424 }
1425
1426 .cke_hidpi .cke_button__flash_icon {
1427     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -3400px !important;
1428     background-size: 128px !important;
1429 }
1430
1431 .cke_hidpi .cke_button__button_icon {
1432     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -3536px !important;
1433     background-size: 128px !important;
1434 }
1435
1436 .cke_hidpi .cke_button__checkbox_icon {
1437     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -3672px !important;
1438     background-size: 128px !important;
1439 }
1440
1441 .cke_hidpi .cke_button__form_icon {
1442     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -3808px !important;
1443     background-size: 128px !important;
1444 }
1445
1446 .cke_hidpi .cke_button__hiddenfield_icon {
1447     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -3944px !important;
1448     background-size: 128px !important;
1449 }
1450
1451 .cke_hidpi .cke_button__imagebutton_icon {
1452     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -4080px !important;
1453     background-size: 128px !important;
1454 }
1455
1456 .cke_hidpi .cke_button__radio_icon {
1457     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -4216px !important;
1458     background-size: 128px !important;
1459 }
1460
1461 .cke_rtl.cke_hidpi .cke_button__select_icon,
1462 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1463     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -4352px !important;
1464     background-size: 128px !important;
1465 }
1466
1467 .cke_hidpi .cke_ltr .cke_button__select_icon,
1468 .cke_ltr.cke_hidpi .cke_button__select_icon {
1469     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -4488px !important;
1470     background-size: 128px !important;
1471 }
1472
1473 .cke_rtl.cke_hidpi .cke_button__textarea_icon,
1474 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1475     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -4624px !important;
1476     background-size: 128px !important;
1477 }
1478
1479 .cke_hidpi .cke_ltr .cke_button__textarea_icon,
1480 .cke_ltr.cke_hidpi .cke_button__textarea_icon {
1481     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -4760px !important;
1482     background-size: 128px !important;
1483 }
1484
1485 .cke_rtl.cke_hidpi .cke_button__textfield_icon,
1486 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1487     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -4896px !important;
1488     background-size: 128px !important;
1489 }
1490
1491 .cke_hidpi .cke_ltr .cke_button__textfield_icon,
1492 .cke_ltr.cke_hidpi .cke_button__textfield_icon {
1493     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5032px !important;
1494     background-size: 128px !important;
1495 }
1496
1497 .cke_hidpi .cke_button__horizontalrule_icon {
1498     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5168px !important;
1499     background-size: 128px !important;
1500 }
1501
1502 .cke_hidpi .cke_button__iframe_icon {
1503     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5304px !important;
1504     background-size: 128px !important;
1505 }
1506
1507 .cke_hidpi .cke_button__image_icon {
1508     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5440px !important;
1509     background-size: 128px !important;
1510 }
1511
1512 .cke_rtl.cke_hidpi .cke_button__indent_icon,
1513 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1514     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5576px !important;
1515     background-size: 128px !important;
1516 }
1517
1518 .cke_hidpi .cke_ltr .cke_button__indent_icon,
1519 .cke_ltr.cke_hidpi .cke_button__indent_icon {
1520     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5712px !important;
1521     background-size: 128px !important;
1522 }
1523
1524 .cke_rtl.cke_hidpi .cke_button__outdent_icon,
1525 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1526     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5848px !important;
1527     background-size: 128px !important;
1528 }
1529
1530 .cke_hidpi .cke_ltr .cke_button__outdent_icon,
1531 .cke_ltr.cke_hidpi .cke_button__outdent_icon {
1532     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -5984px !important;
1533     background-size: 128px !important;
1534 }
1535
1536 .cke_hidpi .cke_button__smiley_icon {
1537     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -6120px !important;
1538     background-size: 128px !important;
1539 }
1540
1541 .cke_hidpi .cke_button__justifyblock_icon {
1542     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -6256px !important;
1543     background-size: 128px !important;
1544 }
1545
1546 .cke_hidpi .cke_button__justifycenter_icon {
1547     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -6392px !important;
1548     background-size: 128px !important;
1549 }
1550
1551 .cke_hidpi .cke_button__justifyleft_icon {
1552     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -6528px !important;
1553     background-size: 128px !important;
1554 }
1555
1556 .cke_hidpi .cke_button__justifyright_icon {
1557     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -6664px !important;
1558     background-size: 128px !important;
1559 }
1560
1561 .cke_hidpi .cke_button__language_icon {
1562     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -6800px !important;
1563     background-size: 128px !important;
1564 }
1565
1566 .cke_rtl.cke_hidpi .cke_button__anchor_icon,
1567 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1568     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -6936px !important;
1569     background-size: 128px !important;
1570 }
1571
1572 .cke_hidpi .cke_ltr .cke_button__anchor_icon,
1573 .cke_ltr.cke_hidpi .cke_button__anchor_icon {
1574     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -7072px !important;
1575     background-size: 128px !important;
1576 }
1577
1578 .cke_hidpi .cke_button__link_icon {
1579     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -7208px !important;
1580     background-size: 128px !important;
1581 }
1582
1583 .cke_hidpi .cke_button__unlink_icon {
1584     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -7344px !important;
1585     background-size: 128px !important;
1586 }
1587
1588 .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,
1589 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1590     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -7480px !important;
1591     background-size: 128px !important;
1592 }
1593
1594 .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
1595 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
1596     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -7616px !important;
1597     background-size: 128px !important;
1598 }
1599
1600 .cke_rtl.cke_hidpi .cke_button__numberedlist_icon,
1601 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1602     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -7752px !important;
1603     background-size: 128px !important;
1604 }
1605
1606 .cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
1607 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
1608     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -7888px !important;
1609     background-size: 128px !important;
1610 }
1611
1612 .cke_hidpi .cke_button__maximize_icon {
1613     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8024px !important;
1614     background-size: 128px !important;
1615 }
1616
1617 .cke_rtl.cke_hidpi .cke_button__newpage_icon,
1618 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1619     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8160px !important;
1620     background-size: 128px !important;
1621 }
1622
1623 .cke_hidpi .cke_ltr .cke_button__newpage_icon,
1624 .cke_ltr.cke_hidpi .cke_button__newpage_icon {
1625     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8296px !important;
1626     background-size: 128px !important;
1627 }
1628
1629 .cke_rtl.cke_hidpi .cke_button__pagebreak_icon,
1630 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1631     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8432px !important;
1632     background-size: 128px !important;
1633 }
1634
1635 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon,
1636 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
1637     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8568px !important;
1638     background-size: 128px !important;
1639 }
1640
1641 .cke_rtl.cke_hidpi .cke_button__pastetext_icon,
1642 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1643     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8704px !important;
1644     background-size: 128px !important;
1645 }
1646
1647 .cke_hidpi .cke_ltr .cke_button__pastetext_icon,
1648 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
1649     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8840px !important;
1650     background-size: 128px !important;
1651 }
1652
1653 .cke_rtl.cke_hidpi .cke_button__pastefromword_icon,
1654 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1655     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -8976px !important;
1656     background-size: 128px !important;
1657 }
1658
1659 .cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
1660 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
1661     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -9112px !important;
1662     background-size: 128px !important;
1663 }
1664
1665 .cke_rtl.cke_hidpi .cke_button__preview_icon,
1666 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
1667     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -9248px !important;
1668     background-size: 128px !important;
1669 }
1670
1671 .cke_hidpi .cke_ltr .cke_button__preview_icon,
1672 .cke_ltr.cke_hidpi .cke_button__preview_icon {
1673     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -9384px !important;
1674     background-size: 128px !important;
1675 }
1676
1677 .cke_hidpi .cke_button__print_icon {
1678     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -9520px !important;
1679     background-size: 128px !important;
1680 }
1681
1682 .cke_hidpi .cke_button__removeformat_icon {
1683     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -9656px !important;
1684     background-size: 128px !important;
1685 }
1686
1687 .cke_hidpi .cke_button__save_icon {
1688     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -9792px !important;
1689     background-size: 128px !important;
1690 }
1691
1692 .cke_hidpi .cke_button__selectall_icon {
1693     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -9928px !important;
1694     background-size: 128px !important;
1695 }
1696
1697 .cke_rtl.cke_hidpi .cke_button__showblocks_icon,
1698 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
1699     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -10064px !important;
1700     background-size: 128px !important;
1701 }
1702
1703 .cke_hidpi .cke_ltr .cke_button__showblocks_icon,
1704 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {
1705     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -10200px !important;
1706     background-size: 128px !important;
1707 }
1708
1709 .cke_rtl.cke_hidpi .cke_button__source_icon,
1710 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1711     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -10336px !important;
1712     background-size: 128px !important;
1713 }
1714
1715 .cke_hidpi .cke_ltr .cke_button__source_icon,
1716 .cke_ltr.cke_hidpi .cke_button__source_icon {
1717     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -10472px !important;
1718     background-size: 128px !important;
1719 }
1720
1721 .cke_hidpi .cke_button__specialchar_icon {
1722     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -10608px !important;
1723     background-size: 128px !important;
1724 }
1725
1726 .cke_hidpi .cke_button__scayt_icon {
1727     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -10744px !important;
1728     background-size: 128px !important;
1729 }
1730
1731 .cke_hidpi .cke_button__table_icon {
1732     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -10880px !important;
1733     background-size: 128px !important;
1734 }
1735
1736 .cke_rtl.cke_hidpi .cke_button__redo_icon,
1737 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1738     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -11016px !important;
1739     background-size: 128px !important;
1740 }
1741
1742 .cke_hidpi .cke_ltr .cke_button__redo_icon,
1743 .cke_ltr.cke_hidpi .cke_button__redo_icon {
1744     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -11152px !important;
1745     background-size: 128px !important;
1746 }
1747
1748 .cke_rtl.cke_hidpi .cke_button__undo_icon,
1749 .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1750     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -11288px !important;
1751     background-size: 128px !important;
1752 }
1753
1754 .cke_hidpi .cke_ltr .cke_button__undo_icon,
1755 .cke_ltr.cke_hidpi .cke_button__undo_icon {
1756     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -11424px !important;
1757     background-size: 128px !important;
1758 }
1759
1760 .cke_hidpi .cke_button__spellchecker_icon {
1761     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -11560px !important;
1762     background-size: 128px !important;
1763 }
1764
1765 .cke_hidpi .cke_button__autocorrect--_icon {
1766     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -23392px !important;
1767 }
1768
1769 .cke_hidpi .cke_button__autocorrect_icon {
1770     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -11832px !important;
1771     background-size: 128px !important;
1772 }
1773
1774 .cke_hidpi .cke_button__autocorrect-_icon {
1775     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -11968px !important;
1776     background-size: 128px !important;
1777 }
1778
1779 .cke_hidpi .cke_button__googledocs_icon {
1780     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -24208px !important;
1781 }
1782
1783 .cke_hidpi .cke_button__googledocs_big_icon {
1784     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -24480px !important;
1785 }
1786
1787 .cke_hidpi .cke_button__xmas_icon {
1788     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -12376px !important;
1789     background-size: 128px !important;
1790 }
1791
1792 .cke_hidpi .cke_button__icona-audio_icon {
1793     background: url(icons_hidpi.png?t=dee99e2) no-repeat 0 -25024px !important;
1794 }