@syncfusion/ej2-react-richtexteditor 21.2.10 → 22.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/diConfig.json +15 -1
  3. package/dist/ej2-react-richtexteditor.min.js +1 -1
  4. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +299 -137
  7. package/styles/bootstrap.css +305 -140
  8. package/styles/bootstrap4.css +304 -133
  9. package/styles/bootstrap5-dark.css +310 -165
  10. package/styles/bootstrap5.css +310 -165
  11. package/styles/fabric-dark.css +297 -136
  12. package/styles/fabric.css +294 -133
  13. package/styles/fluent-dark.css +311 -170
  14. package/styles/fluent.css +311 -170
  15. package/styles/highcontrast-light.css +289 -128
  16. package/styles/highcontrast.css +296 -135
  17. package/styles/material-dark.css +295 -129
  18. package/styles/material.css +300 -134
  19. package/styles/material3-dark.css +3082 -0
  20. package/styles/material3-dark.scss +2 -0
  21. package/styles/material3.css +3138 -0
  22. package/styles/material3.scss +2 -0
  23. package/styles/rich-text-editor/bootstrap-dark.css +299 -137
  24. package/styles/rich-text-editor/bootstrap.css +305 -140
  25. package/styles/rich-text-editor/bootstrap4.css +304 -133
  26. package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
  27. package/styles/rich-text-editor/bootstrap5.css +310 -165
  28. package/styles/rich-text-editor/fabric-dark.css +297 -136
  29. package/styles/rich-text-editor/fabric.css +294 -133
  30. package/styles/rich-text-editor/fluent-dark.css +311 -170
  31. package/styles/rich-text-editor/fluent.css +311 -170
  32. package/styles/rich-text-editor/highcontrast-light.css +289 -128
  33. package/styles/rich-text-editor/highcontrast.css +296 -135
  34. package/styles/rich-text-editor/material-dark.css +295 -129
  35. package/styles/rich-text-editor/material.css +300 -134
  36. package/styles/rich-text-editor/material3-dark.css +3082 -0
  37. package/styles/rich-text-editor/material3-dark.scss +2 -0
  38. package/styles/rich-text-editor/material3.css +3138 -0
  39. package/styles/rich-text-editor/material3.scss +2 -0
  40. package/styles/rich-text-editor/tailwind-dark.css +313 -157
  41. package/styles/rich-text-editor/tailwind.css +313 -157
  42. package/styles/tailwind-dark.css +313 -157
  43. package/styles/tailwind.css +313 -157
@@ -0,0 +1,3138 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ /*! component's theme wise override definitions and variables */
114
+ /*! richtexteditor icons */
115
+ .e-rte-toolbar .e-alignments::before,
116
+ .e-rte-dropdown-popup .e-alignments::before {
117
+ content: "\e7b8";
118
+ }
119
+ .e-rte-toolbar .e-justify-left::before,
120
+ .e-rte-dropdown-popup .e-justify-left::before {
121
+ content: "\e7b8";
122
+ }
123
+ .e-rte-toolbar .e-justify-center::before,
124
+ .e-rte-dropdown-popup .e-justify-center::before {
125
+ content: "\e813";
126
+ }
127
+ .e-rte-toolbar .e-justify-right::before,
128
+ .e-rte-dropdown-popup .e-justify-right::before {
129
+ content: "\e719";
130
+ }
131
+ .e-rte-toolbar .e-justify-full::before,
132
+ .e-rte-dropdown-popup .e-justify-full::before {
133
+ content: "\e721";
134
+ }
135
+ .e-rte-toolbar .e-font-name::before,
136
+ .e-rte-dropdown-popup .e-font-name::before {
137
+ content: "\e76f";
138
+ }
139
+ .e-rte-toolbar .e-rte-font-color::before,
140
+ .e-rte-dropdown-popup .e-rte-font-color::before {
141
+ content: "\e79f";
142
+ }
143
+ .e-rte-toolbar .e-background-color::before,
144
+ .e-rte-dropdown-popup .e-background-color::before {
145
+ content: "\e783";
146
+ }
147
+ .e-rte-toolbar .e-bold::before,
148
+ .e-rte-dropdown-popup .e-bold::before {
149
+ content: "\e737";
150
+ }
151
+ .e-rte-toolbar .e-italic::before,
152
+ .e-rte-dropdown-popup .e-italic::before {
153
+ content: "\e75a";
154
+ }
155
+ .e-rte-toolbar .e-underline::before,
156
+ .e-rte-dropdown-popup .e-underline::before {
157
+ content: "\e82f";
158
+ }
159
+ .e-rte-toolbar .e-strike-through::before,
160
+ .e-rte-dropdown-popup .e-strike-through::before {
161
+ content: "\e758";
162
+ }
163
+ .e-rte-toolbar .e-clear-format::before,
164
+ .e-rte-dropdown-popup .e-clear-format::before {
165
+ content: "\e803";
166
+ }
167
+ .e-rte-toolbar .e-clear-all::before,
168
+ .e-rte-dropdown-popup .e-clear-all::before {
169
+ content: "\e7cc";
170
+ }
171
+ .e-rte-toolbar .e-cut::before,
172
+ .e-rte-dropdown-popup .e-cut::before {
173
+ content: "\e7fb";
174
+ }
175
+ .e-rte-toolbar .e-copy::before,
176
+ .e-rte-dropdown-popup .e-copy::before {
177
+ content: "\e77c";
178
+ }
179
+ .e-rte-toolbar .e-paste::before,
180
+ .e-rte-dropdown-popup .e-paste::before {
181
+ content: "\e70b";
182
+ }
183
+ .e-rte-toolbar .e-unorder-list::before,
184
+ .e-rte-dropdown-popup .e-unorder-list::before {
185
+ content: "\e77e";
186
+ }
187
+ .e-rte-toolbar .e-order-list::before,
188
+ .e-rte-dropdown-popup .e-order-list::before {
189
+ content: "\e7cb";
190
+ }
191
+ .e-rte-toolbar .e-indent::before,
192
+ .e-rte-dropdown-popup .e-indent::before {
193
+ content: "\e810";
194
+ }
195
+ .e-rte-toolbar .e-outdent::before,
196
+ .e-rte-dropdown-popup .e-outdent::before {
197
+ content: "\e72a";
198
+ }
199
+ .e-rte-toolbar .e-undo::before,
200
+ .e-rte-dropdown-popup .e-undo::before {
201
+ content: "\e713";
202
+ }
203
+ .e-rte-toolbar .e-redo::before,
204
+ .e-rte-dropdown-popup .e-redo::before {
205
+ content: "\e755";
206
+ }
207
+ .e-rte-toolbar .e-super-script::before,
208
+ .e-rte-dropdown-popup .e-super-script::before {
209
+ content: "\e7a7";
210
+ }
211
+ .e-rte-toolbar .e-sub-script::before,
212
+ .e-rte-dropdown-popup .e-sub-script::before {
213
+ content: "\e80a";
214
+ }
215
+ .e-rte-toolbar .e-create-link::before,
216
+ .e-rte-dropdown-popup .e-create-link::before {
217
+ content: "\e757";
218
+ }
219
+ .e-rte-toolbar .e-open-link::before,
220
+ .e-rte-dropdown-popup .e-open-link::before {
221
+ content: "\e77a";
222
+ }
223
+ .e-rte-toolbar .e-edit-link::before,
224
+ .e-rte-dropdown-popup .e-edit-link::before {
225
+ content: "\e722";
226
+ }
227
+ .e-rte-toolbar .e-remove-link::before,
228
+ .e-rte-dropdown-popup .e-remove-link::before {
229
+ content: "\e80c";
230
+ }
231
+ .e-rte-toolbar .e-image::before,
232
+ .e-rte-dropdown-popup .e-image::before {
233
+ content: "\e786";
234
+ }
235
+ .e-rte-toolbar .e-audio::before,
236
+ .e-rte-dropdown-popup .e-audio::before {
237
+ content: "\e894";
238
+ }
239
+ .e-rte-toolbar .e-video::before,
240
+ .e-rte-dropdown-popup .e-video::before {
241
+ content: "\e895";
242
+ }
243
+ .e-rte-toolbar .e-replace::before,
244
+ .e-rte-toolbar .e-audio-replace::before,
245
+ .e-rte-toolbar .e-video-replace::before,
246
+ .e-rte-dropdown-popup .e-replace::before,
247
+ .e-rte-dropdown-popup .e-audio-replace::before,
248
+ .e-rte-dropdown-popup .e-video-replace::before {
249
+ content: "\e710";
250
+ }
251
+ .e-rte-toolbar .e-align::before,
252
+ .e-rte-dropdown-popup .e-align::before {
253
+ content: "\e7b8";
254
+ }
255
+ .e-rte-toolbar .e-caption::before,
256
+ .e-rte-dropdown-popup .e-caption::before {
257
+ content: "\e82e";
258
+ }
259
+ .e-rte-toolbar .e-remove::before,
260
+ .e-rte-toolbar .e-audio-remove::before,
261
+ .e-rte-toolbar .e-video-remove::before,
262
+ .e-rte-dropdown-popup .e-remove::before,
263
+ .e-rte-dropdown-popup .e-audio-remove::before,
264
+ .e-rte-dropdown-popup .e-video-remove::before {
265
+ content: "\e820";
266
+ }
267
+ .e-rte-toolbar .e-insert-link::before,
268
+ .e-rte-dropdown-popup .e-insert-link::before {
269
+ content: "\e757";
270
+ }
271
+ .e-rte-toolbar .e-display::before,
272
+ .e-rte-toolbar .e-audio-display::before,
273
+ .e-rte-toolbar .e-video-display::before,
274
+ .e-rte-dropdown-popup .e-display::before,
275
+ .e-rte-dropdown-popup .e-audio-display::before,
276
+ .e-rte-dropdown-popup .e-video-display::before {
277
+ content: "\e7b7";
278
+ }
279
+ .e-rte-toolbar .e-alt-text::before,
280
+ .e-rte-dropdown-popup .e-alt-text::before {
281
+ content: "\e769";
282
+ }
283
+ .e-rte-toolbar .e-img-dimension::before,
284
+ .e-rte-toolbar .e-video-dimension::before,
285
+ .e-rte-dropdown-popup .e-img-dimension::before,
286
+ .e-rte-dropdown-popup .e-video-dimension::before {
287
+ content: "\e879";
288
+ }
289
+ .e-rte-toolbar .e-maximize::before,
290
+ .e-rte-dropdown-popup .e-maximize::before {
291
+ content: "\e81c";
292
+ }
293
+ .e-rte-toolbar .e-minimize::before,
294
+ .e-rte-dropdown-popup .e-minimize::before {
295
+ content: "\e7b0";
296
+ }
297
+ .e-rte-toolbar .e-zoom-in::before,
298
+ .e-rte-dropdown-popup .e-zoom-in::before {
299
+ content: "\e795";
300
+ }
301
+ .e-rte-toolbar .e-zoom-out::before,
302
+ .e-rte-dropdown-popup .e-zoom-out::before {
303
+ content: "\e825";
304
+ }
305
+ .e-rte-toolbar .e-lower-case::before,
306
+ .e-rte-dropdown-popup .e-lower-case::before {
307
+ content: "\e746";
308
+ }
309
+ .e-rte-toolbar .e-upper-case::before,
310
+ .e-rte-dropdown-popup .e-upper-case::before {
311
+ content: "\e793";
312
+ }
313
+ .e-rte-toolbar .e-print::before,
314
+ .e-rte-dropdown-popup .e-print::before {
315
+ content: "\e75d";
316
+ }
317
+ .e-rte-toolbar .e-formats::before,
318
+ .e-rte-dropdown-popup .e-formats::before {
319
+ content: "\e844";
320
+ }
321
+ .e-rte-toolbar .e-source-code::before,
322
+ .e-rte-dropdown-popup .e-source-code::before {
323
+ content: "\e80e";
324
+ }
325
+ .e-rte-toolbar .e-preview::before,
326
+ .e-rte-dropdown-popup .e-preview::before {
327
+ content: "\e7de";
328
+ }
329
+ .e-rte-toolbar .e-view-side::before,
330
+ .e-rte-dropdown-popup .e-view-side::before {
331
+ content: "\e82b";
332
+ }
333
+ .e-rte-toolbar .e-insert-code::before,
334
+ .e-rte-dropdown-popup .e-insert-code::before {
335
+ content: "\e831";
336
+ }
337
+ .e-rte-toolbar .e-table-header::before,
338
+ .e-rte-dropdown-popup .e-table-header::before {
339
+ content: "\e7c3";
340
+ }
341
+ .e-rte-toolbar .e-table-remove::before,
342
+ .e-rte-dropdown-popup .e-table-remove::before {
343
+ content: "\e820";
344
+ }
345
+ .e-rte-toolbar .e-table-rows::before,
346
+ .e-rte-dropdown-popup .e-table-rows::before {
347
+ content: "\e77f";
348
+ }
349
+ .e-rte-toolbar .e-table-columns::before,
350
+ .e-rte-dropdown-popup .e-table-columns::before {
351
+ content: "\e841";
352
+ }
353
+ .e-rte-toolbar .e-table-cell-ver-align::before,
354
+ .e-rte-dropdown-popup .e-table-cell-ver-align::before {
355
+ content: "\e74f";
356
+ }
357
+ .e-rte-toolbar .e-table-edit-properties::before,
358
+ .e-rte-dropdown-popup .e-table-edit-properties::before {
359
+ content: "\e730";
360
+ }
361
+ .e-rte-toolbar .e-create-table::before,
362
+ .e-rte-dropdown-popup .e-create-table::before {
363
+ content: "\e7e9";
364
+ }
365
+ .e-rte-toolbar .e-align-bottom::before,
366
+ .e-rte-dropdown-popup .e-align-bottom::before {
367
+ content: "\e7a0";
368
+ }
369
+ .e-rte-toolbar .e-align-middle::before,
370
+ .e-rte-dropdown-popup .e-align-middle::before {
371
+ content: "\e74f";
372
+ }
373
+ .e-rte-toolbar .e-align-top::before,
374
+ .e-rte-dropdown-popup .e-align-top::before {
375
+ content: "\e707";
376
+ }
377
+ .e-rte-toolbar .e-insert-column-left::before,
378
+ .e-rte-dropdown-popup .e-insert-column-left::before {
379
+ content: "\e78b";
380
+ }
381
+ .e-rte-toolbar .e-insert-column-right::before,
382
+ .e-rte-dropdown-popup .e-insert-column-right::before {
383
+ content: "\e70e";
384
+ }
385
+ .e-rte-toolbar .e-delete-column::before,
386
+ .e-rte-dropdown-popup .e-delete-column::before {
387
+ content: "\e714";
388
+ }
389
+ .e-rte-toolbar .e-insert-row-before::before,
390
+ .e-rte-dropdown-popup .e-insert-row-before::before {
391
+ content: "\e836";
392
+ }
393
+ .e-rte-toolbar .e-insert-row-after::before,
394
+ .e-rte-dropdown-popup .e-insert-row-after::before {
395
+ content: "\e801";
396
+ }
397
+ .e-rte-toolbar .e-delete-row::before,
398
+ .e-rte-dropdown-popup .e-delete-row::before {
399
+ content: "\e7f2";
400
+ }
401
+ .e-rte-toolbar .e-style::before,
402
+ .e-rte-dropdown-popup .e-style::before {
403
+ content: "\e76e";
404
+ }
405
+ .e-rte-toolbar .e-rte-file-manager::before,
406
+ .e-rte-dropdown-popup .e-rte-file-manager::before {
407
+ content: "\e83c";
408
+ }
409
+ .e-rte-toolbar .e-rte-format-painter::before,
410
+ .e-rte-dropdown-popup .e-rte-format-painter::before {
411
+ content: "\e8bd";
412
+ }
413
+
414
+ .e-richtexteditor .e-south-east::before,
415
+ .e-richtexteditor .e-south-west::before {
416
+ content: "\e761";
417
+ }
418
+
419
+ .e-rtl .e-rte-toolbar .e-unorder-list::before,
420
+ .e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
421
+ content: "\e8c4";
422
+ }
423
+ .e-rtl .e-rte-toolbar .e-order-list::before,
424
+ .e-rtl .e-rte-dropdown-popup .e-order-list::before {
425
+ content: "\e8c5";
426
+ }
427
+ .e-rtl .e-rte-toolbar .e-indent::before,
428
+ .e-rtl .e-rte-dropdown-popup .e-indent::before {
429
+ content: "\e8c6";
430
+ }
431
+ .e-rtl .e-rte-toolbar .e-outdent::before,
432
+ .e-rtl .e-rte-dropdown-popup .e-outdent::before {
433
+ content: "\e8c7";
434
+ }
435
+
436
+ .e-cell-merge::before {
437
+ content: "\e83a";
438
+ }
439
+
440
+ .e-cell-horizontal-split::before {
441
+ content: "\e7a4";
442
+ }
443
+
444
+ .e-cell-vertical-split::before {
445
+ content: "\e732";
446
+ }
447
+
448
+ .e-table-cell::before {
449
+ content: "\e7c2";
450
+ }
451
+
452
+ .e-rte-cursor-brush {
453
+ cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfNDgwXzIyMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDUuNUMxNCA0LjY3MTU3IDE0LjY3MTYgNCAxNS41IDRIMjMuNUMyNC4zMjg0IDQgMjUgNC42NzE1NyAyNSA1LjVWNkgyN0MyNy41NTIzIDYgMjggNi40NDc3MiAyOCA3VjExQzI4IDExLjU1MjMgMjcuNTUyMyAxMiAyNyAxMkgyMVYxN0MyMSAxNy41NTIzIDIwLjU1MjMgMTggMjAgMThDMTkuNDQ3NyAxOCAxOSAxNy41NTIzIDE5IDE3VjExSDIxSDI3VjdIMjVWNy41QzI1IDguMzI4NDMgMjQuMzI4NCA5IDIzLjUgOUgxNS41QzE0LjY3MTYgOSAxNCA4LjMyODQzIDE0IDcuNVY1LjVaIi8+CjwvbWFzaz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA1LjVDMTQgNC42NzE1NyAxNC42NzE2IDQgMTUuNSA0SDIzLjVDMjQuMzI4NCA0IDI1IDQuNjcxNTcgMjUgNS41VjZIMjdDMjcuNTUyMyA2IDI4IDYuNDQ3NzIgMjggN1YxMUMyOCAxMS41NTIzIDI3LjU1MjMgMTIgMjcgMTJIMjFWMTdDMjEgMTcuNTUyMyAyMC41NTIzIDE4IDIwIDE4QzE5LjQ0NzcgMTggMTkgMTcuNTUyMyAxOSAxN1YxMUgyMUgyN1Y3SDI1VjcuNUMyNSA4LjMyODQzIDI0LjMyODQgOSAyMy41IDlIMTUuNUMxNC42NzE2IDkgMTQgOC4zMjg0MyAxNCA3LjVWNS41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI1IDZIMjRWN0gyNVY2Wk0yMSAxMlYxMUgyMFYxMkgyMVpNMTkgMTFWMTBIMThWMTFIMTlaTTI3IDExVjEySDI4VjExSDI3Wk0yNyA3SDI4VjZIMjdWN1pNMjUgN1Y2SDI0VjdIMjVaTTE1LjUgM0MxNC4xMTkzIDMgMTMgNC4xMTkyOSAxMyA1LjVIMTVDMTUgNS4yMjM4NiAxNS4yMjM5IDUgMTUuNSA1VjNaTTIzLjUgM0gxNS41VjVIMjMuNVYzWk0yNiA1LjVDMjYgNC4xMTkyOSAyNC44ODA3IDMgMjMuNSAzVjVDMjMuNzc2MSA1IDI0IDUuMjIzODYgMjQgNS41SDI2Wk0yNiA2VjUuNUgyNFY2SDI2Wk0yNSA3SDI3VjVIMjVWN1pNMjcgN0gyOUMyOSA1Ljg5NTQzIDI4LjEwNDYgNSAyNyA1VjdaTTI3IDdWMTFIMjlWN0gyN1pNMjcgMTFWMTNDMjguMTA0NiAxMyAyOSAxMi4xMDQ2IDI5IDExSDI3Wk0yNyAxMUgyMVYxM0gyN1YxMVpNMjIgMTdWMTJIMjBWMTdIMjJaTTIwIDE5QzIxLjEwNDYgMTkgMjIgMTguMTA0NiAyMiAxN0gyMFYxOVpNMTggMTdDMTggMTguMTA0NiAxOC44OTU0IDE5IDIwIDE5VjE3SDE4Wk0xOCAxMVYxN0gyMFYxMUgxOFpNMjEgMTBIMTlWMTJIMjFWMTBaTTIxIDEySDI3VjEwSDIxVjEyWk0yOCAxMVY3SDI2VjExSDI4Wk0yNyA2SDI1VjhIMjdWNlpNMjYgNy41VjdIMjRWNy41SDI2Wk0yMy41IDEwQzI0Ljg4MDcgMTAgMjYgOC44ODA3MSAyNiA3LjVIMjRDMjQgNy43NzYxNCAyMy43NzYxIDggMjMuNSA4VjEwWk0xNS41IDEwSDIzLjVWOEgxNS41VjEwWk0xMyA3LjVDMTMgOC44ODA3MSAxNC4xMTkzIDEwIDE1LjUgMTBWOEMxNS4yMjM5IDggMTUgNy43NzYxNCAxNSA3LjVIMTNaTTEzIDUuNVY3LjVIMTVWNS41SDEzWiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0xLW91dHNpZGUtMV80ODBfMjIyKSIvPgo8cGF0aCBkPSJNMy41IDRWNC41SDRINi41VjE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDExSDExLjVWMTlWMThWMTcuNUgxMUg4LjUwMDAxTDguNTAwMzIgNC41SDExSDExLjVWNFYzVjIuNUgxMUg0SDMuNVYzVjRaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K") 8 1, auto;
454
+ }
455
+
456
+ /*! tab layout */
457
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
458
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
459
+ margin-left: 3px;
460
+ }
461
+ .e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
462
+ .e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
463
+ margin-left: 0;
464
+ margin-right: 3px;
465
+ }
466
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
467
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended,
468
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended,
469
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
470
+ padding-left: 3px;
471
+ }
472
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
473
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
474
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
475
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
476
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
477
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
478
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
479
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
480
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
481
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
482
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
483
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
484
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
485
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
486
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
487
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
488
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
489
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
490
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
491
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
492
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
493
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
494
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
495
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
496
+ font-size: 20px;
497
+ }
498
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
499
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
500
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
501
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
502
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
503
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
504
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
505
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
506
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
507
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
508
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
509
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
510
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
511
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before,
512
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
513
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
514
+ top: -20px;
515
+ }
516
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
517
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
518
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
519
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
520
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
521
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
522
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,
523
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
524
+ padding-left: 10px;
525
+ padding-right: 6px;
526
+ }
527
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
528
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
529
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
530
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
531
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
532
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
533
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
534
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
535
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
536
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
537
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
538
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
539
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
540
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
541
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
542
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
543
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
544
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
545
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
546
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
547
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,
548
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
549
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
550
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
551
+ padding-left: 10px;
552
+ padding-right: 6px;
553
+ }
554
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
555
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
556
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
557
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
558
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
559
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
560
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
561
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
562
+ padding: 0 6px;
563
+ }
564
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
565
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
566
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
567
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
568
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
569
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
570
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
571
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content {
572
+ padding-top: 9.5px;
573
+ height: 40px;
574
+ }
575
+ .e-bigger .e-richtexteditor.e-rte-full-screen iframe,
576
+ .e-richtexteditor.e-bigger.e-rte-full-screen iframe {
577
+ height: calc(100% - 56px);
578
+ }
579
+ .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table,
580
+ .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table {
581
+ max-height: 299px !important; /* stylelint-disable-line declaration-no-important */
582
+ }
583
+ .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog,
584
+ .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table-prop-dialog {
585
+ max-height: 373px !important; /* stylelint-disable-line declaration-no-important */
586
+ }
587
+ .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-link-dialog,
588
+ .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-link-dialog {
589
+ max-height: 400px !important; /* stylelint-disable-line declaration-no-important */
590
+ }
591
+ .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-dialog,
592
+ .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-dialog {
593
+ min-height: 425px !important; /* stylelint-disable-line declaration-no-important */
594
+ }
595
+ .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog,
596
+ .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-link-dialog {
597
+ max-height: 229px !important; /* stylelint-disable-line declaration-no-important */
598
+ }
599
+ .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog,
600
+ .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-size-dialog {
601
+ max-height: 309px !important; /* stylelint-disable-line declaration-no-important */
602
+ }
603
+ .e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog,
604
+ .e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-alt-dialog {
605
+ min-height: 425px !important; /* stylelint-disable-line declaration-no-important */
606
+ }
607
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
608
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
609
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
610
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
611
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
612
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
613
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
614
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
615
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
616
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
617
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
618
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
619
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
620
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
621
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
622
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
623
+ line-height: 1;
624
+ }
625
+ .e-bigger .e-richtexteditor .e-dialog.e-rte-dialog-minheight,
626
+ .e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
627
+ min-height: 324px;
628
+ }
629
+
630
+ .e-richtexteditor {
631
+ color: rgba(var(--color-sf-on-surface));
632
+ display: block;
633
+ position: relative;
634
+ }
635
+ .e-richtexteditor textarea.e-content {
636
+ border: 0;
637
+ display: block;
638
+ height: 100%;
639
+ margin: 0;
640
+ outline: 0;
641
+ padding: 8px;
642
+ resize: none;
643
+ width: 100%;
644
+ }
645
+ .e-richtexteditor .e-rte-hidden {
646
+ display: none;
647
+ }
648
+ .e-richtexteditor.e-disabled {
649
+ pointer-events: none;
650
+ }
651
+ .e-richtexteditor.e-rte-full-screen {
652
+ bottom: 0;
653
+ height: 100% !important; /* stylelint-disable-line declaration-no-important */
654
+ left: 0;
655
+ overflow: auto;
656
+ position: fixed;
657
+ right: 0;
658
+ top: 0;
659
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
660
+ z-index: 999;
661
+ }
662
+ .e-richtexteditor.e-rte-full-screen .e-resize-handle {
663
+ display: none;
664
+ }
665
+ .e-richtexteditor.e-rte-full-screen iframe {
666
+ height: calc(100% - 42px);
667
+ }
668
+ .e-richtexteditor.e-rte-full-screen .e-rte-edit-table {
669
+ max-height: 252px !important; /* stylelint-disable-line declaration-no-important */
670
+ }
671
+ .e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog {
672
+ max-height: 320px !important; /* stylelint-disable-line declaration-no-important */
673
+ }
674
+ .e-richtexteditor.e-rte-full-screen .e-rte-link-dialog {
675
+ max-height: 353px !important; /* stylelint-disable-line declaration-no-important */
676
+ }
677
+ .e-richtexteditor.e-rte-full-screen .e-rte-img-dialog {
678
+ max-height: 390px !important; /* stylelint-disable-line declaration-no-important */
679
+ }
680
+ .e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog {
681
+ max-height: 191px !important; /* stylelint-disable-line declaration-no-important */
682
+ }
683
+ .e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog {
684
+ max-height: 256px !important; /* stylelint-disable-line declaration-no-important */
685
+ }
686
+ .e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog {
687
+ max-height: 390px !important; /* stylelint-disable-line declaration-no-important */
688
+ }
689
+ .e-richtexteditor.e-rtl .e-rte-character-count {
690
+ left: 0;
691
+ padding-left: 30px;
692
+ padding-right: unset;
693
+ right: unset;
694
+ }
695
+ .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
696
+ padding-left: 0;
697
+ padding-right: 5px;
698
+ }
699
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
700
+ margin-left: 8px;
701
+ }
702
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
703
+ height: auto;
704
+ min-height: 48px;
705
+ padding-left: 1px;
706
+ }
707
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-multirow {
708
+ margin-left: 7px;
709
+ margin-right: 7px;
710
+ }
711
+ .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
712
+ margin-left: 0;
713
+ margin-right: 8px;
714
+ }
715
+ .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
716
+ margin-right: 0;
717
+ }
718
+ .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
719
+ display: inline-block;
720
+ margin-left: 0;
721
+ margin-right: 0;
722
+ overflow-x: auto;
723
+ white-space: nowrap;
724
+ width: 100%;
725
+ }
726
+ .e-richtexteditor .e-rte-toolbar,
727
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
728
+ position: inherit;
729
+ z-index: 101;
730
+ }
731
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,
732
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
733
+ margin-left: 0;
734
+ padding-left: 7px;
735
+ }
736
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
737
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child,
738
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child,
739
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child {
740
+ min-width: 75px;
741
+ }
742
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
743
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child,
744
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child,
745
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child {
746
+ min-width: 67px;
747
+ }
748
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
749
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child,
750
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child,
751
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child {
752
+ min-width: 36px;
753
+ }
754
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
755
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn,
756
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
757
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn {
758
+ padding-left: 7px;
759
+ padding-right: 7px;
760
+ }
761
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
762
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
763
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
764
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
765
+ font-size: 14px;
766
+ font-weight: 400;
767
+ overflow: hidden;
768
+ text-overflow: ellipsis;
769
+ white-space: nowrap;
770
+ }
771
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
772
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
773
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
774
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
775
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
776
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active,
777
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
778
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,
779
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,
780
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,
781
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,
782
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active {
783
+ padding-left: 7px;
784
+ padding-right: 7px;
785
+ }
786
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
787
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
788
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
789
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before {
790
+ font-size: 12px;
791
+ position: relative;
792
+ top: -18px;
793
+ }
794
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
795
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
796
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
797
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
798
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
799
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
800
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
801
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
802
+ line-height: 1;
803
+ }
804
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
805
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before,
806
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
807
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
808
+ display: inline;
809
+ font-size: 18px;
810
+ }
811
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
812
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
813
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
814
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
815
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
816
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
817
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
818
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
819
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
820
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
821
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
822
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
823
+ font-size: 18px;
824
+ }
825
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
826
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
827
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,
828
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
829
+ padding: 0 7px;
830
+ }
831
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
832
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
833
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
834
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content {
835
+ padding-top: 5.5px;
836
+ height: 30px;
837
+ }
838
+ .e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar],
839
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*=e-toolbar] {
840
+ box-sizing: border-box;
841
+ }
842
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible,
843
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible {
844
+ display: block;
845
+ visibility: hidden;
846
+ }
847
+ .e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed,
848
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed {
849
+ top: 0;
850
+ transform: translate3d(0, 0, 0);
851
+ }
852
+ .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed),
853
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
854
+ bottom: 0;
855
+ }
856
+ .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed,
857
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed {
858
+ display: none;
859
+ left: 0;
860
+ position: fixed;
861
+ right: 0;
862
+ }
863
+ .e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show,
864
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show {
865
+ display: block;
866
+ z-index: 101;
867
+ }
868
+ .e-richtexteditor .e-rte-toolbar.e-rte-tb-float,
869
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float {
870
+ position: fixed;
871
+ top: 0;
872
+ }
873
+ .e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float,
874
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float {
875
+ position: absolute;
876
+ }
877
+ .e-richtexteditor .rte-placeholder {
878
+ color: rgba(var(--color-sf-on-surface));
879
+ line-height: 1.5;
880
+ opacity: 0.54;
881
+ overflow: hidden;
882
+ padding: 16px;
883
+ position: absolute;
884
+ text-align: start;
885
+ top: 0;
886
+ z-index: 1;
887
+ }
888
+ .e-richtexteditor .e-rte-content {
889
+ position: relative;
890
+ z-index: 1;
891
+ }
892
+ .e-richtexteditor .e-rte-content,
893
+ .e-richtexteditor .e-source-content {
894
+ /* stylelint-disable property-no-vendor-prefix */
895
+ -webkit-overflow-scrolling: touch;
896
+ overflow: auto;
897
+ transition: 100ms ease-out;
898
+ width: 100%;
899
+ }
900
+ .e-richtexteditor .e-rte-content .e-content,
901
+ .e-richtexteditor .e-source-content .e-content {
902
+ background: unset;
903
+ box-sizing: border-box;
904
+ height: 100%;
905
+ min-height: 100px;
906
+ outline: 0 solid transparent;
907
+ overflow-x: auto;
908
+ padding: 16px;
909
+ position: relative;
910
+ text-align: inherit;
911
+ z-index: 2;
912
+ }
913
+ @media screen and (min-width: 992px) {
914
+ .e-richtexteditor .e-rte-content .e-content,
915
+ .e-richtexteditor .e-source-content .e-content {
916
+ font-size: 14px;
917
+ }
918
+ }
919
+ .e-richtexteditor .e-rte-content .e-content p,
920
+ .e-richtexteditor .e-source-content .e-content p {
921
+ margin: 0 0 10px;
922
+ margin-bottom: 10px;
923
+ }
924
+ .e-richtexteditor .e-rte-content .e-content li,
925
+ .e-richtexteditor .e-source-content .e-content li {
926
+ margin-bottom: 10px;
927
+ }
928
+ .e-richtexteditor .e-rte-content .e-content h1,
929
+ .e-richtexteditor .e-source-content .e-content h1 {
930
+ font-size: 2.17em;
931
+ font-weight: normal;
932
+ line-height: 1;
933
+ margin: 10px 0;
934
+ }
935
+ .e-richtexteditor .e-rte-content .e-content h2,
936
+ .e-richtexteditor .e-source-content .e-content h2 {
937
+ font-size: 1.74em;
938
+ font-weight: normal;
939
+ margin: 10px 0;
940
+ }
941
+ .e-richtexteditor .e-rte-content .e-content h3,
942
+ .e-richtexteditor .e-source-content .e-content h3 {
943
+ font-size: 1.31em;
944
+ font-weight: normal;
945
+ margin: 10px 0;
946
+ }
947
+ .e-richtexteditor .e-rte-content .e-content h4,
948
+ .e-richtexteditor .e-source-content .e-content h4 {
949
+ font-size: 16px;
950
+ font-weight: normal;
951
+ line-height: 1.5;
952
+ margin: 0;
953
+ }
954
+ .e-richtexteditor .e-rte-content .e-content h5,
955
+ .e-richtexteditor .e-source-content .e-content h5 {
956
+ font-size: 0.8em;
957
+ font-weight: normal;
958
+ margin: 0;
959
+ }
960
+ .e-richtexteditor .e-rte-content .e-content h6,
961
+ .e-richtexteditor .e-source-content .e-content h6 {
962
+ font-size: 0.65em;
963
+ font-weight: normal;
964
+ margin: 0;
965
+ }
966
+ .e-richtexteditor .e-rte-content .e-content blockquote,
967
+ .e-richtexteditor .e-source-content .e-content blockquote {
968
+ margin: 10px 0;
969
+ margin-left: 0;
970
+ padding-left: 5px;
971
+ }
972
+ .e-richtexteditor .e-rte-content .e-content pre,
973
+ .e-richtexteditor .e-source-content .e-content pre {
974
+ background-color: inherit;
975
+ border: 0;
976
+ border-radius: 0;
977
+ color: rgba(var(--color-sf-on-surface));
978
+ font-size: inherit;
979
+ line-height: inherit;
980
+ margin: 0 0 10px;
981
+ overflow: visible;
982
+ padding: 0;
983
+ white-space: pre-wrap;
984
+ word-break: inherit;
985
+ word-wrap: break-word;
986
+ }
987
+ .e-richtexteditor .e-rte-content .e-content strong,
988
+ .e-richtexteditor .e-rte-content .e-content b,
989
+ .e-richtexteditor .e-source-content .e-content strong,
990
+ .e-richtexteditor .e-source-content .e-content b {
991
+ font-weight: bold;
992
+ }
993
+ .e-richtexteditor .e-rte-content .e-content a,
994
+ .e-richtexteditor .e-source-content .e-content a {
995
+ text-decoration: none;
996
+ -webkit-user-select: auto;
997
+ -ms-user-select: auto;
998
+ user-select: auto;
999
+ }
1000
+ .e-richtexteditor .e-rte-content .e-content a:hover,
1001
+ .e-richtexteditor .e-source-content .e-content a:hover {
1002
+ text-decoration: underline;
1003
+ }
1004
+ .e-richtexteditor .e-rte-content .e-content p:last-child,
1005
+ .e-richtexteditor .e-rte-content .e-content pre:last-child,
1006
+ .e-richtexteditor .e-rte-content .e-content blockquote:last-child,
1007
+ .e-richtexteditor .e-source-content .e-content p:last-child,
1008
+ .e-richtexteditor .e-source-content .e-content pre:last-child,
1009
+ .e-richtexteditor .e-source-content .e-content blockquote:last-child {
1010
+ margin-bottom: 0;
1011
+ }
1012
+ .e-richtexteditor .e-rte-content .e-content h3 + h4,
1013
+ .e-richtexteditor .e-rte-content .e-content h4 + h5,
1014
+ .e-richtexteditor .e-rte-content .e-content h5 + h6,
1015
+ .e-richtexteditor .e-source-content .e-content h3 + h4,
1016
+ .e-richtexteditor .e-source-content .e-content h4 + h5,
1017
+ .e-richtexteditor .e-source-content .e-content h5 + h6 {
1018
+ margin-top: 0.6em;
1019
+ }
1020
+ .e-richtexteditor .e-rte-content .e-content ul:last-child,
1021
+ .e-richtexteditor .e-source-content .e-content ul:last-child {
1022
+ margin-bottom: 0;
1023
+ }
1024
+ .e-richtexteditor .e-rte-character-count {
1025
+ bottom: 0;
1026
+ color: rgba(var(--color-sf-outline));
1027
+ font-size: 14px;
1028
+ margin-right: 30px;
1029
+ opacity: 1;
1030
+ padding-bottom: 2px;
1031
+ position: absolute;
1032
+ right: 0;
1033
+ z-index: 100;
1034
+ }
1035
+ .e-richtexteditor .e-rte-character-count.e-warning {
1036
+ color: rgba(var(--color-sf-warning));
1037
+ opacity: unset;
1038
+ }
1039
+ .e-richtexteditor .e-rte-character-count.e-error {
1040
+ color: rgba(var(--color-sf-error));
1041
+ opacity: unset;
1042
+ }
1043
+ .e-richtexteditor .e-rte-srctextarea {
1044
+ background-color: transparent;
1045
+ border: 0;
1046
+ color: rgba(var(--color-sf-on-surface));
1047
+ display: block;
1048
+ height: 100%;
1049
+ line-height: 22px;
1050
+ overflow: auto;
1051
+ padding: 16px;
1052
+ resize: none;
1053
+ transition: 100ms ease-out;
1054
+ width: 100%;
1055
+ }
1056
+ .e-richtexteditor .e-resize-handle {
1057
+ height: 15px;
1058
+ position: absolute;
1059
+ width: 15px;
1060
+ }
1061
+ .e-richtexteditor .e-resize-handle.e-south-east {
1062
+ bottom: 0;
1063
+ cursor: nwse-resize;
1064
+ right: 0;
1065
+ z-index: 100;
1066
+ }
1067
+ .e-richtexteditor .e-resize-handle.e-south-west {
1068
+ bottom: 0;
1069
+ cursor: sw-resize;
1070
+ left: 0;
1071
+ transform: rotate(90deg);
1072
+ z-index: 100;
1073
+ }
1074
+ .e-richtexteditor.e-rtl.e-rte-resize {
1075
+ float: right;
1076
+ }
1077
+ .e-richtexteditor.e-rtl .e-resize-handle.e-south-west {
1078
+ direction: ltr;
1079
+ text-align: initial;
1080
+ }
1081
+ .e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand {
1082
+ transition: none;
1083
+ }
1084
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
1085
+ padding: 0;
1086
+ }
1087
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1088
+ background: rgba(var(--color-sf-on-surface), 0.05);
1089
+ }
1090
+ .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn,
1091
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
1092
+ font-size: 18px;
1093
+ }
1094
+
1095
+ .e-rte-linkcontent .e-rte-label {
1096
+ padding-top: 20px;
1097
+ }
1098
+
1099
+ .e-rte-label label {
1100
+ font-weight: normal;
1101
+ }
1102
+
1103
+ .e-rte-linkcontent .e-rte-label:first-child {
1104
+ padding-top: 0;
1105
+ }
1106
+
1107
+ .e-bigger .e-rte-dropdown-popup ul {
1108
+ min-width: 84px;
1109
+ }
1110
+
1111
+ @media screen and (max-width: 768px) {
1112
+ .e-rte-dropdown-popup.e-rte-inline-dropdown ul {
1113
+ padding: 7px 0;
1114
+ }
1115
+ .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item {
1116
+ height: 34px;
1117
+ line-height: 34px;
1118
+ padding: 0 6.5px;
1119
+ }
1120
+ .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon {
1121
+ float: none;
1122
+ }
1123
+ }
1124
+ @media screen and (max-width: 768px) {
1125
+ .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup {
1126
+ max-height: 280px;
1127
+ }
1128
+ .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul {
1129
+ display: -ms-inline-flexbox;
1130
+ display: inline-flex;
1131
+ }
1132
+ }
1133
+ .e-rte-dropdown-popup ul {
1134
+ min-width: 82px;
1135
+ }
1136
+ .e-rte-dropdown-popup ul .e-item .e-menu-icon {
1137
+ margin: 0 6px;
1138
+ width: auto;
1139
+ }
1140
+ .e-rte-dropdown-popup ul .e-item.e-h1 {
1141
+ font-size: 2em;
1142
+ font-weight: bold;
1143
+ height: 40px;
1144
+ line-height: 40px;
1145
+ }
1146
+ .e-rte-dropdown-popup ul .e-item.e-h2 {
1147
+ font-size: 1.5em;
1148
+ font-weight: bold;
1149
+ height: 40px;
1150
+ line-height: 40px;
1151
+ }
1152
+ .e-rte-dropdown-popup ul .e-item.e-h3 {
1153
+ font-size: 1.16em;
1154
+ font-weight: bold;
1155
+ }
1156
+ .e-rte-dropdown-popup ul .e-item.e-h4 {
1157
+ font-size: 1em;
1158
+ font-weight: bold;
1159
+ }
1160
+ .e-rte-dropdown-popup ul .e-item.e-h5 {
1161
+ font-size: 0.83em;
1162
+ font-weight: bold;
1163
+ }
1164
+ .e-rte-dropdown-popup ul .e-item.e-h6 {
1165
+ font-size: 0.7em;
1166
+ font-weight: bold;
1167
+ }
1168
+ .e-rte-dropdown-popup ul .e-item.e-segoe-ui {
1169
+ font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
1170
+ }
1171
+ .e-rte-dropdown-popup ul .e-item.e-arial {
1172
+ font-family: "Arial", "Helvetica", sans-serif;
1173
+ }
1174
+ .e-rte-dropdown-popup ul .e-item.e-courier-new {
1175
+ font-family: "Courier New", "Courier", monospace;
1176
+ }
1177
+ .e-rte-dropdown-popup ul .e-item.e-georgia {
1178
+ font-family: "Georgia", "Times New Roman", "Times", serif;
1179
+ }
1180
+ .e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
1181
+ font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
1182
+ }
1183
+ .e-rte-dropdown-popup ul .e-item.e-impact {
1184
+ font-family: "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
1185
+ }
1186
+ .e-rte-dropdown-popup ul .e-item.e-lucida-console {
1187
+ font-family: "Lucida Console", "Monaco", monospace;
1188
+ }
1189
+ .e-rte-dropdown-popup ul .e-item.e-tahoma {
1190
+ font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
1191
+ }
1192
+ .e-rte-dropdown-popup ul .e-item.e-times-new-roman {
1193
+ font-family: "Times New Roman", "Times", serif;
1194
+ }
1195
+ .e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
1196
+ font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
1197
+ }
1198
+ .e-rte-dropdown-popup ul .e-item.e-verdana {
1199
+ font-family: "Verdana", "Geneva", "Tahoma", sans-serif;
1200
+ }
1201
+ .e-rte-dropdown-popup ul .e-item.e-roboto {
1202
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
1203
+ }
1204
+ .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
1205
+ min-width: auto;
1206
+ }
1207
+ @media screen and (max-width: 768px) {
1208
+ .e-rte-dropdown-popup.e-rte-dropdown-icons ul {
1209
+ min-width: 30px;
1210
+ }
1211
+ }
1212
+ .e-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon {
1213
+ margin: 0 6px;
1214
+ }
1215
+
1216
+ .e-rte-image.e-imgbreak,
1217
+ .e-rte-audio.e-audio-break,
1218
+ .e-rte-video.e-video-break {
1219
+ border: 0;
1220
+ cursor: pointer;
1221
+ display: block;
1222
+ float: none;
1223
+ max-width: 100%;
1224
+ padding: 1px;
1225
+ position: relative;
1226
+ }
1227
+
1228
+ .e-rte-image,
1229
+ .e-rte-audio,
1230
+ .e-rte-video {
1231
+ border: 0;
1232
+ cursor: pointer;
1233
+ display: block;
1234
+ float: none;
1235
+ margin: auto;
1236
+ max-width: 100%;
1237
+ position: relative;
1238
+ }
1239
+
1240
+ .e-rte-image.e-imginline,
1241
+ .e-rte-audio.e-audio-inline,
1242
+ .e-rte-video.e-video-inline {
1243
+ display: inline-block;
1244
+ float: none;
1245
+ max-width: calc(100% - 10px);
1246
+ padding: 1px;
1247
+ vertical-align: bottom;
1248
+ }
1249
+
1250
+ .e-rte-image.e-imgcenter,
1251
+ .e-rte-video.e-video-center {
1252
+ cursor: pointer;
1253
+ display: block;
1254
+ float: none;
1255
+ margin: 5px auto;
1256
+ max-width: 100%;
1257
+ position: relative;
1258
+ }
1259
+
1260
+ .e-rte-image.e-imgleft,
1261
+ .e-rte-video.e-video-left {
1262
+ float: left;
1263
+ margin: 0 auto;
1264
+ margin-right: 5px;
1265
+ text-align: left;
1266
+ }
1267
+
1268
+ .e-rte-image.e-imgright,
1269
+ .e-rte-video.e-video-right {
1270
+ float: right;
1271
+ margin: 0 auto;
1272
+ margin-left: 5px;
1273
+ text-align: right;
1274
+ }
1275
+
1276
+ .e-rte-img-popup .e-item {
1277
+ height: 106px;
1278
+ width: 300px;
1279
+ }
1280
+
1281
+ .e-rte-img-caption {
1282
+ display: inline-block;
1283
+ margin: 5px auto;
1284
+ max-width: 100%;
1285
+ position: relative;
1286
+ }
1287
+
1288
+ .e-rte-img-caption.e-caption-inline {
1289
+ display: inline-block;
1290
+ margin: 5px auto;
1291
+ margin-left: 5px;
1292
+ margin-right: 5px;
1293
+ max-width: calc(100% - 10px);
1294
+ position: relative;
1295
+ text-align: center;
1296
+ vertical-align: bottom;
1297
+ }
1298
+
1299
+ .e-rte-img-caption.e-imgcenter {
1300
+ display: block;
1301
+ margin-left: auto;
1302
+ margin-right: auto;
1303
+ }
1304
+
1305
+ .e-rte-img-caption.e-imgright {
1306
+ display: block;
1307
+ margin-left: auto;
1308
+ margin-right: 0;
1309
+ }
1310
+
1311
+ .e-rte-img-caption.e-imgleft {
1312
+ display: block;
1313
+ margin-left: 0;
1314
+ margin-right: auto;
1315
+ }
1316
+
1317
+ .e-rte-img-caption .e-rte-image.e-imgright {
1318
+ float: none;
1319
+ margin-left: auto;
1320
+ margin-right: 0;
1321
+ }
1322
+
1323
+ .e-rte-img-caption .e-rte-image.e-imgleft {
1324
+ float: none;
1325
+ margin: 0;
1326
+ }
1327
+
1328
+ .e-img-caption.e-rte-img-caption.e-imgbreak {
1329
+ display: block;
1330
+ }
1331
+
1332
+ .e-rte-table {
1333
+ border-collapse: collapse;
1334
+ empty-cells: show;
1335
+ }
1336
+
1337
+ .e-rte-table td,
1338
+ .e-rte-table th {
1339
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1340
+ height: 20px;
1341
+ min-width: 20px;
1342
+ padding: 2px 5px;
1343
+ vertical-align: middle;
1344
+ }
1345
+
1346
+ .e-rte-table.e-dashed-border td,
1347
+ .e-rte-table.e-dashed-border th {
1348
+ border-style: dashed;
1349
+ }
1350
+
1351
+ .e-rte-img-caption .e-img-inner {
1352
+ box-sizing: border-box;
1353
+ display: block;
1354
+ font-size: 18px;
1355
+ font-weight: initial;
1356
+ margin: auto;
1357
+ opacity: 0.9;
1358
+ position: relative;
1359
+ text-align: center;
1360
+ width: 100%;
1361
+ }
1362
+
1363
+ .e-rte-img-caption.e-imgleft .e-img-inner {
1364
+ text-align: left;
1365
+ }
1366
+
1367
+ .e-rte-img-caption.e-imgright .e-img-inner {
1368
+ text-align: right;
1369
+ }
1370
+
1371
+ .e-rte-img-caption .e-img-wrap {
1372
+ display: inline-block;
1373
+ margin: auto;
1374
+ padding: 0;
1375
+ width: 100%;
1376
+ }
1377
+
1378
+ .e-rte-img-dialog .e-rte-label {
1379
+ padding-top: 20px;
1380
+ }
1381
+
1382
+ .e-rte-img-dialog .e-rte-label:first-child {
1383
+ padding-top: 0;
1384
+ }
1385
+
1386
+ .e-rte-table-resize.e-row-resize,
1387
+ .e-rte-table-resize.e-column-resize {
1388
+ background-color: transparent;
1389
+ background-repeat: repeat;
1390
+ bottom: 0;
1391
+ cursor: col-resize;
1392
+ height: 1px;
1393
+ overflow: visible;
1394
+ position: absolute;
1395
+ width: 1px;
1396
+ }
1397
+
1398
+ .e-rte-table-resize.e-row-resize {
1399
+ cursor: row-resize;
1400
+ height: 1px;
1401
+ }
1402
+
1403
+ .e-richtexteditor .e-linkheader,
1404
+ .e-richtexteditor .e-audioheader,
1405
+ .e-richtexteditor .e-videoheader,
1406
+ .e-richtexteditor .e-video-url-wrap {
1407
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1408
+ font-size: 10px;
1409
+ opacity: 0.87;
1410
+ padding-bottom: 0;
1411
+ padding-top: 20px;
1412
+ }
1413
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1414
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1415
+ padding: 0 7px;
1416
+ }
1417
+ .e-richtexteditor .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1418
+ min-width: 18px;
1419
+ }
1420
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1421
+ padding: 0 7px;
1422
+ }
1423
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1424
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1425
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1426
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1427
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1428
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1429
+ margin-top: 0;
1430
+ }
1431
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1432
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1433
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1434
+ margin-right: 30px;
1435
+ }
1436
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1437
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1438
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1439
+ border-bottom: 0 solid transparent;
1440
+ min-height: initial;
1441
+ }
1442
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1443
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1444
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1445
+ margin-left: 0;
1446
+ margin-right: 0;
1447
+ }
1448
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
1449
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
1450
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files {
1451
+ border-top: 0 solid transparent;
1452
+ }
1453
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap,
1454
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
1455
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
1456
+ display: none;
1457
+ }
1458
+ .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload,
1459
+ .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload,
1460
+ .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload {
1461
+ border: 0 solid transparent;
1462
+ float: none;
1463
+ }
1464
+ .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
1465
+ .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
1466
+ .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
1467
+ display: block;
1468
+ height: 32px;
1469
+ margin: 0 auto;
1470
+ padding: 6px 16px;
1471
+ position: relative;
1472
+ top: -50px;
1473
+ }
1474
+ .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1475
+ .e-richtexteditor .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1476
+ top: -130px;
1477
+ }
1478
+ .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
1479
+ .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
1480
+ .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1481
+ display: none;
1482
+ }
1483
+ .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea,
1484
+ .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea,
1485
+ .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea {
1486
+ line-height: 10;
1487
+ min-height: 50px;
1488
+ position: relative;
1489
+ }
1490
+ .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1491
+ .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1492
+ .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
1493
+ display: inline-block;
1494
+ line-height: normal;
1495
+ }
1496
+ .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1497
+ .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1498
+ .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
1499
+ line-height: 4;
1500
+ }
1501
+ .e-richtexteditor .e-rte-inline-dropdown ul {
1502
+ max-height: 200px;
1503
+ overflow-y: auto;
1504
+ }
1505
+ .e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1506
+ max-height: 280px;
1507
+ overflow-y: auto;
1508
+ }
1509
+ .e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
1510
+ max-height: 360px;
1511
+ overflow-y: auto;
1512
+ }
1513
+ .e-richtexteditor .e-dropdown-btn.e-rte-backgroundcolor-dropdown,
1514
+ .e-richtexteditor .e-dropdown-btn.e-rte-fontcolor-dropdown,
1515
+ .e-richtexteditor .e-dropdown-btn.e-rte-numberformatlist-dropdown,
1516
+ .e-richtexteditor .e-dropdown-btn.e-rte-bulletformatlist-dropdown {
1517
+ line-height: 14px;
1518
+ }
1519
+ .e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open {
1520
+ border-radius: 6px;
1521
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
1522
+ font-size: 14px;
1523
+ font-weight: normal;
1524
+ min-width: 120px;
1525
+ overflow: hidden;
1526
+ padding: 10px;
1527
+ border: 1px solid var(--color-sf-outline-variant);
1528
+ }
1529
+ .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell {
1530
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1531
+ display: inline-block;
1532
+ height: 20px;
1533
+ margin: 2px;
1534
+ overflow: hidden;
1535
+ vertical-align: top;
1536
+ width: 20px;
1537
+ }
1538
+ .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row {
1539
+ height: 24px;
1540
+ }
1541
+ .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1542
+ width: 100%;
1543
+ }
1544
+ .e-richtexteditor .e-rte-edit-table .e-rte-field {
1545
+ padding-top: 20px;
1546
+ }
1547
+ .e-richtexteditor .e-rte-edit-table .e-rte-field:first-child {
1548
+ padding-top: 0;
1549
+ }
1550
+ .e-richtexteditor .e-rte-content .e-content table td.e-cell-select,
1551
+ .e-richtexteditor .e-rte-content .e-content table th.e-cell-select {
1552
+ border: 1px double rgba(var(--color-sf-primary));
1553
+ height: 24.67px;
1554
+ }
1555
+ .e-richtexteditor span.e-table-box {
1556
+ cursor: nwse-resize;
1557
+ display: block;
1558
+ height: 10px;
1559
+ position: absolute;
1560
+ width: 10px;
1561
+ }
1562
+ .e-richtexteditor span.e-table-box.e-hide {
1563
+ display: none;
1564
+ }
1565
+ .e-richtexteditor span.e-table-box.e-rmob {
1566
+ height: 14px;
1567
+ width: 14px;
1568
+ }
1569
+ .e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1570
+ margin-right: 50px;
1571
+ }
1572
+ .e-richtexteditor .e-rte-upload-popup {
1573
+ width: 250px;
1574
+ }
1575
+ .e-richtexteditor .e-rte-dialog-upload .e-upload-files {
1576
+ border-top: 0;
1577
+ }
1578
+ .e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1579
+ border-bottom: 0;
1580
+ }
1581
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open {
1582
+ border: none;
1583
+ min-width: 120px;
1584
+ height: 330px;
1585
+ width: 308px;
1586
+ }
1587
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
1588
+ padding: 7px 3px;
1589
+ border-radius: 4px;
1590
+ }
1591
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1592
+ font-size: 24px;
1593
+ padding: 1px;
1594
+ }
1595
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
1596
+ margin: 10px;
1597
+ width: 94%;
1598
+ }
1599
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
1600
+ display: block;
1601
+ gap: 10px;
1602
+ height: 240px;
1603
+ overflow: auto;
1604
+ padding: 10px;
1605
+ }
1606
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1607
+ display: -ms-grid;
1608
+ display: grid;
1609
+ -ms-grid-columns: (1fr)[6];
1610
+ grid-template-columns: repeat(6, 1fr);
1611
+ gap: 6px;
1612
+ }
1613
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
1614
+ display: inline-block;
1615
+ box-shadow: none;
1616
+ font-size: 24px;
1617
+ padding: 6px 0;
1618
+ width: 40px;
1619
+ height: 40px;
1620
+ border: none;
1621
+ line-height: 1px;
1622
+ }
1623
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
1624
+ display: -ms-grid;
1625
+ display: grid;
1626
+ -ms-grid-columns: (1fr)[6];
1627
+ grid-template-columns: repeat(6, 1fr);
1628
+ gap: 6px;
1629
+ height: 0;
1630
+ }
1631
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
1632
+ display: inline-block;
1633
+ box-shadow: none;
1634
+ font-size: 24px;
1635
+ padding: 6px 0;
1636
+ width: 40px;
1637
+ height: 40px;
1638
+ border: none;
1639
+ line-height: 1px;
1640
+ }
1641
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
1642
+ font-weight: 500;
1643
+ font-size: 14px;
1644
+ }
1645
+ .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojiSearch-noEmoji {
1646
+ text-align: center;
1647
+ }
1648
+
1649
+ .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette,
1650
+ .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette {
1651
+ padding: 0;
1652
+ }
1653
+ .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
1654
+ .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
1655
+ padding: 5px;
1656
+ }
1657
+ .e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,
1658
+ .e-bigger .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn {
1659
+ padding: 5px;
1660
+ }
1661
+
1662
+ .e-rte-quick-popup {
1663
+ border-radius: 2px;
1664
+ overflow: hidden;
1665
+ }
1666
+ .e-rte-quick-popup .e-rte-quick-toolbar {
1667
+ border-radius: 2px;
1668
+ min-height: 42px;
1669
+ }
1670
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1671
+ white-space: nowrap;
1672
+ display: inline-block;
1673
+ }
1674
+ .e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
1675
+ white-space: nowrap;
1676
+ }
1677
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1678
+ border-radius: 2px;
1679
+ margin: 0 8px;
1680
+ min-height: 42px;
1681
+ }
1682
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator,
1683
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
1684
+ display: block;
1685
+ height: 1px;
1686
+ margin: 0;
1687
+ min-height: 1px;
1688
+ }
1689
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item {
1690
+ margin: 0;
1691
+ min-height: 42px;
1692
+ }
1693
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1694
+ margin: 0;
1695
+ }
1696
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1697
+ line-height: 20px;
1698
+ }
1699
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
1700
+ min-width: 18px;
1701
+ }
1702
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
1703
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
1704
+ min-height: 32px;
1705
+ min-width: 32px;
1706
+ padding: 0 7px;
1707
+ }
1708
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1709
+ font-size: 18px;
1710
+ }
1711
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before {
1712
+ display: inline;
1713
+ }
1714
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,
1715
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,
1716
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret,
1717
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret {
1718
+ font-size: 10px;
1719
+ }
1720
+ .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
1721
+ line-height: 24px;
1722
+ margin: 0;
1723
+ padding: 1px 0;
1724
+ }
1725
+ .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
1726
+ font-weight: 500;
1727
+ overflow: hidden;
1728
+ text-overflow: ellipsis;
1729
+ white-space: nowrap;
1730
+ }
1731
+ .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
1732
+ .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
1733
+ .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
1734
+ font-size: 14px;
1735
+ }
1736
+ .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
1737
+ font-size: 10px;
1738
+ width: 12px;
1739
+ }
1740
+ .e-rte-quick-popup.e-hide {
1741
+ display: block;
1742
+ visibility: hidden;
1743
+ }
1744
+
1745
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
1746
+ min-height: 48px;
1747
+ }
1748
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1749
+ margin: 0 8px;
1750
+ min-height: 48px;
1751
+ }
1752
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
1753
+ margin: 0;
1754
+ min-height: 48px;
1755
+ min-width: 36px;
1756
+ padding: 4px 0;
1757
+ }
1758
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
1759
+ line-height: 1.5;
1760
+ }
1761
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,
1762
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
1763
+ min-height: 40px;
1764
+ min-width: 40px;
1765
+ padding: 0 8px;
1766
+ }
1767
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1768
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1769
+ margin: 0;
1770
+ }
1771
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1772
+ height: 40px;
1773
+ line-height: normal;
1774
+ margin: 0;
1775
+ min-height: 40px;
1776
+ min-width: 40px;
1777
+ }
1778
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
1779
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
1780
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1781
+ font-size: 20px;
1782
+ }
1783
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
1784
+ min-width: 120px;
1785
+ height: 337px;
1786
+ width: 335px;
1787
+ }
1788
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
1789
+ border-radius: 4px;
1790
+ padding: 0;
1791
+ }
1792
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
1793
+ padding: 0;
1794
+ }
1795
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:active {
1796
+ padding: 0;
1797
+ }
1798
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1799
+ font-size: 26px;
1800
+ padding: 9px 5px;
1801
+ }
1802
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
1803
+ gap: 10px;
1804
+ height: 236px;
1805
+ padding: 12px;
1806
+ }
1807
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1808
+ gap: 8px;
1809
+ }
1810
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
1811
+ font-size: 26px;
1812
+ padding: 8px 0;
1813
+ width: 42px;
1814
+ height: 42px;
1815
+ line-height: 0;
1816
+ }
1817
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
1818
+ gap: 6px;
1819
+ }
1820
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
1821
+ font-size: 26px;
1822
+ padding: 8px 0;
1823
+ width: 40px;
1824
+ height: 40px;
1825
+ border: none;
1826
+ line-height: 0;
1827
+ }
1828
+ .e-bigger .e-rte-quick-popup .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
1829
+ font-weight: 500;
1830
+ font-size: 16px;
1831
+ }
1832
+ .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
1833
+ line-height: 33px;
1834
+ margin: 4px 0;
1835
+ padding: 0;
1836
+ }
1837
+ .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,
1838
+ .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,
1839
+ .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
1840
+ font-size: 18px;
1841
+ }
1842
+ .e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
1843
+ font-size: 12px;
1844
+ width: 20px;
1845
+ }
1846
+
1847
+ .e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-template {
1848
+ min-width: 48px;
1849
+ }
1850
+ .e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
1851
+ min-width: 59px;
1852
+ }
1853
+ .e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
1854
+ min-width: 50px;
1855
+ }
1856
+
1857
+ .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-template {
1858
+ min-width: 55px;
1859
+ }
1860
+ .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-size-template {
1861
+ min-width: 66px;
1862
+ }
1863
+ .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-item.e-rte-inline-color-template {
1864
+ min-width: 55px;
1865
+ }
1866
+
1867
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1868
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1869
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1870
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1871
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1872
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1873
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1874
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1875
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1876
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1877
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1878
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1879
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1880
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1881
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1882
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1883
+ display: -ms-flexbox;
1884
+ display: flex;
1885
+ padding-left: 0;
1886
+ padding-right: 0;
1887
+ }
1888
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1889
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1890
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1891
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1892
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1893
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1894
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1895
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1896
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1897
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1898
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1899
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1900
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1901
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1902
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1903
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1904
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1905
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1906
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1907
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1908
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1909
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1910
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1911
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1912
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1913
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1914
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1915
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1916
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1917
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1918
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1919
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1920
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1921
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1922
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1923
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1924
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1925
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1926
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1927
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1928
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1929
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1930
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1931
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1932
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1933
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1934
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1935
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1936
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1937
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1938
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1939
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1940
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1941
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1942
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1943
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1944
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
1945
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
1946
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
1947
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,
1948
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover {
1949
+ padding-left: 0;
1950
+ padding-right: 0;
1951
+ }
1952
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1953
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1954
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1955
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1956
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1957
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1958
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1959
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1960
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1961
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1962
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1963
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1964
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1965
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1966
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1967
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1968
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1969
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1970
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1971
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1972
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1973
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1974
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1975
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1976
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1977
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1978
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1979
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1980
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1981
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
1982
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
1983
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
1984
+ position: relative;
1985
+ vertical-align: middle;
1986
+ width: 30px;
1987
+ }
1988
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1989
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1990
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1991
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1992
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1993
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1994
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1995
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1996
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1997
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1998
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
1999
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
2000
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
2001
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
2002
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,
2003
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements {
2004
+ border-bottom-style: solid;
2005
+ border-bottom-width: 3px;
2006
+ padding-bottom: 1px;
2007
+ }
2008
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2009
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2010
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2011
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2012
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2013
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2014
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2015
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2016
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2017
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2018
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2019
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2020
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2021
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2022
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2023
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2024
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2025
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2026
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2027
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2028
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2029
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2030
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2031
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2032
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2033
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2034
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2035
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2036
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2037
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2038
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2039
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2040
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2041
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2042
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2043
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2044
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2045
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2046
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2047
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2048
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2049
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2050
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2051
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2052
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2053
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2054
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2055
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2056
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2057
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2058
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2059
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2060
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2061
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2062
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2063
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2064
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2065
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2066
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2067
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2068
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2069
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2070
+ line-height: 30px;
2071
+ }
2072
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2073
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2074
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2075
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2076
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2077
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2078
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2079
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2080
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2081
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2082
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2083
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2084
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2085
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2086
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
2087
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after {
2088
+ content: "";
2089
+ height: 100%;
2090
+ position: absolute;
2091
+ right: 0;
2092
+ width: 0;
2093
+ }
2094
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2095
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2096
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2097
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2098
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2099
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2100
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2101
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2102
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2103
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2104
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2105
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2106
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2107
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2108
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2109
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
2110
+ display: -ms-flexbox;
2111
+ display: flex;
2112
+ -ms-flex-direction: column;
2113
+ flex-direction: column;
2114
+ -ms-flex-pack: center;
2115
+ justify-content: center;
2116
+ line-height: 30px;
2117
+ min-width: 18px;
2118
+ text-align: center;
2119
+ width: 18px;
2120
+ }
2121
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret,
2122
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret,
2123
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret,
2124
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret {
2125
+ font-size: 12px;
2126
+ }
2127
+
2128
+ .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
2129
+ border-bottom-style: solid;
2130
+ border-bottom-width: 3px;
2131
+ line-height: 1;
2132
+ padding-bottom: 1px;
2133
+ }
2134
+
2135
+ .e-bigger .e-rte-edit-table .e-rte-field {
2136
+ padding-top: 12px;
2137
+ }
2138
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2139
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2140
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2141
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2142
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2143
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2144
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2145
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2146
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2147
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2148
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2149
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2150
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2151
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2152
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2153
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
2154
+ min-width: 20px;
2155
+ padding-left: 0;
2156
+ padding-right: 0;
2157
+ width: 20px;
2158
+ }
2159
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2160
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2161
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2162
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2163
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2164
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2165
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2166
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2167
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2168
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2169
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2170
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2171
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2172
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2173
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2174
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2175
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2176
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2177
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2178
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2179
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2180
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2181
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2182
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2183
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2184
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2185
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2186
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2187
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2188
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2189
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2190
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2191
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2192
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2193
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2194
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2195
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2196
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2197
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2198
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2199
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2200
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2201
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,
2202
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
2203
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,
2204
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active {
2205
+ padding-left: 0;
2206
+ padding-right: 0;
2207
+ }
2208
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2209
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list, .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2210
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2211
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2212
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2213
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2214
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2215
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2216
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2217
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2218
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2219
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2220
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2221
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2222
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2223
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2224
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2225
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2226
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2227
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2228
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2229
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2230
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2231
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2232
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2233
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2234
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2235
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2236
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2237
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2238
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2239
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2240
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2241
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2242
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2243
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2244
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2245
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2246
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2247
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2248
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2249
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2250
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2251
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2252
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2253
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2254
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2255
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2256
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2257
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2258
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2259
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2260
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2261
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2262
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2263
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2264
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2265
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,
2266
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,
2267
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2268
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2269
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2270
+ line-height: 37px;
2271
+ }
2272
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
2273
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,
2274
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret,
2275
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret {
2276
+ font-size: 14px;
2277
+ }
2278
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2279
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2280
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2281
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2282
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2283
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2284
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2285
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2286
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2287
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2288
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2289
+ .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2290
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2291
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2292
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
2293
+ .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
2294
+ line-height: 40px;
2295
+ }
2296
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-backgroundcolor-dropdown,
2297
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-fontcolor-dropdown,
2298
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-numberformatlist-dropdown,
2299
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-tbar-btn.e-dropdown-btn.e-rte-bulletformatlist-dropdown {
2300
+ line-height: 14px;
2301
+ }
2302
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
2303
+ font-size: 20px;
2304
+ }
2305
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
2306
+ min-height: 56px;
2307
+ }
2308
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
2309
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before,
2310
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
2311
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
2312
+ display: inline;
2313
+ font-size: 20px;
2314
+ }
2315
+
2316
+ .e-popup-modal.e-popup.e-popup-open {
2317
+ display: -ms-inline-flexbox;
2318
+ display: inline-flex;
2319
+ }
2320
+
2321
+ .e-rte-modal-popup.e-popup-container.e-center {
2322
+ -ms-flex-pack: center;
2323
+ justify-content: center;
2324
+ }
2325
+
2326
+ .e-rte-modal-popup.e-popup-container {
2327
+ -ms-flex-align: center;
2328
+ align-items: center;
2329
+ display: none;
2330
+ height: 100%;
2331
+ left: 0;
2332
+ position: fixed;
2333
+ top: 0;
2334
+ width: 100%;
2335
+ z-index: 10000;
2336
+ }
2337
+
2338
+ .e-popup-overlay {
2339
+ height: 100%;
2340
+ left: 0;
2341
+ opacity: 0.5;
2342
+ position: absolute;
2343
+ top: 0;
2344
+ width: 100%;
2345
+ }
2346
+
2347
+ .e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
2348
+ height: 24px;
2349
+ width: 24px;
2350
+ }
2351
+
2352
+ .e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
2353
+ height: 28px;
2354
+ }
2355
+
2356
+ .e-table-rhelper {
2357
+ cursor: col-resize;
2358
+ opacity: 0.87;
2359
+ position: absolute;
2360
+ }
2361
+
2362
+ .e-table-rhelper.e-column-helper {
2363
+ width: 1px;
2364
+ }
2365
+
2366
+ .e-table-rhelper.e-row-helper {
2367
+ height: 1px;
2368
+ }
2369
+
2370
+ .e-reicon::before {
2371
+ border-bottom: 6px solid transparent;
2372
+ border-right: 6px solid;
2373
+ border-top: 6px solid transparent;
2374
+ content: "";
2375
+ display: block;
2376
+ height: 0;
2377
+ position: absolute;
2378
+ right: 4px;
2379
+ top: 4px;
2380
+ width: 20px;
2381
+ }
2382
+
2383
+ .e-reicon::after {
2384
+ border-bottom: 6px solid transparent;
2385
+ border-left: 6px solid;
2386
+ border-top: 6px solid transparent;
2387
+ content: "";
2388
+ display: block;
2389
+ height: 0;
2390
+ left: 4px;
2391
+ position: absolute;
2392
+ top: 4px;
2393
+ width: 20px;
2394
+ z-index: 3;
2395
+ }
2396
+
2397
+ .e-row-helper.e-reicon::after {
2398
+ top: 10px;
2399
+ transform: rotate(90deg);
2400
+ }
2401
+
2402
+ .e-row-helper.e-reicon::before {
2403
+ left: 4px;
2404
+ top: -20px;
2405
+ transform: rotate(90deg);
2406
+ }
2407
+
2408
+ .e-rte-overflow {
2409
+ overflow: hidden;
2410
+ }
2411
+
2412
+ .e-dialog.e-rte-dialog-minheight {
2413
+ min-height: 296px;
2414
+ }
2415
+
2416
+ .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
2417
+ background-size: 700px 190px;
2418
+ min-height: 190px;
2419
+ }
2420
+
2421
+ .e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
2422
+ .e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
2423
+ background-size: 700px 190px;
2424
+ min-height: 190px;
2425
+ }
2426
+
2427
+ .e-rte-table.e-rte-table-border {
2428
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2429
+ border-collapse: separate;
2430
+ }
2431
+
2432
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2433
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2434
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2435
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2436
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2437
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2438
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2439
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2440
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
2441
+ line-height: 10;
2442
+ min-height: 50px;
2443
+ position: relative;
2444
+ }
2445
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2446
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2447
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2448
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2449
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2450
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2451
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2452
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2453
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
2454
+ display: block;
2455
+ height: 36px;
2456
+ margin: 0 auto;
2457
+ padding: 0 18px;
2458
+ position: relative;
2459
+ top: -50px;
2460
+ }
2461
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2462
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2463
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2464
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2465
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2466
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2467
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2468
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2469
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload {
2470
+ border: 0 solid transparent;
2471
+ float: none;
2472
+ }
2473
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2474
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2475
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2476
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2477
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2478
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2479
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2480
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2481
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
2482
+ display: none;
2483
+ }
2484
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2485
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2486
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
2487
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2488
+ font-size: 10px;
2489
+ opacity: 0.87;
2490
+ padding-bottom: 0;
2491
+ padding-top: 20px;
2492
+ }
2493
+
2494
+ .e-rte-file-manager-dialog .e-rte-label {
2495
+ padding-bottom: 8px;
2496
+ padding-top: 15px;
2497
+ }
2498
+ .e-rte-file-manager-dialog .e-rte-label label {
2499
+ font-size: 15px;
2500
+ opacity: 0.87;
2501
+ }
2502
+
2503
+ .e-rte-toolbar .e-rte-table-popup .e-insert-table-btn {
2504
+ border-color: var(--color-sf-outline);
2505
+ }
2506
+
2507
+ .e-dialog .e-dlg-header-content + .e-dlg-content {
2508
+ padding-top: 0;
2509
+ }
2510
+
2511
+ .e-bigger .e-richtexteditor .e-dialog,
2512
+ .e-richtexteditor.e-bigger .e-dialog {
2513
+ border-radius: 16px;
2514
+ }
2515
+
2516
+ .e-rte-link-dialog .e-dlg-content {
2517
+ padding: 7px 20px;
2518
+ }
2519
+
2520
+ .e-toolbar-wrapper .e-toolbar .e-toolbar-item:not(.e-separator),
2521
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
2522
+ padding: 8px 4px;
2523
+ }
2524
+
2525
+ .e-rte-quick-popup .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2526
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2527
+ margin: 0;
2528
+ }
2529
+
2530
+ .e-rte-upload-popup.e-dialog .e-file-select-wrap {
2531
+ display: none;
2532
+ }
2533
+
2534
+ .e-rte-upload-popup.e-dialog .e-dlg-content {
2535
+ overflow: hidden;
2536
+ padding: 0;
2537
+ }
2538
+
2539
+ .e-hide.e-rte-quick-popup-hide {
2540
+ border: 0;
2541
+ position: absolute;
2542
+ }
2543
+
2544
+ .e-rte-popup-hide {
2545
+ display: none;
2546
+ }
2547
+
2548
+ .e-rte-hide-visible {
2549
+ visibility: hidden;
2550
+ }
2551
+
2552
+ .e-rte-table-popup.e-dialog .e-dlg-content {
2553
+ padding: 0;
2554
+ }
2555
+
2556
+ .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
2557
+ margin: 1px;
2558
+ }
2559
+
2560
+ .e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
2561
+ .e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
2562
+ visibility: hidden;
2563
+ }
2564
+
2565
+ /*! tab layout */
2566
+ .e-richtexteditor .e-rte-toolbar {
2567
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2568
+ border-bottom: 0;
2569
+ }
2570
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2571
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
2572
+ }
2573
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2574
+ background: rgba(var(--color-sf-primary-container));
2575
+ border: 0;
2576
+ }
2577
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
2578
+ color: rgba(var(--color-sf-on-surface-variant));
2579
+ }
2580
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
2581
+ color: rgba(var(--color-sf-on-surface-variant));
2582
+ }
2583
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
2584
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2585
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
2586
+ }
2587
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons,
2588
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text {
2589
+ color: rgba(var(--color-sf-on-surface));
2590
+ }
2591
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content::after {
2592
+ background: rgba(var(--color-sf-surface));
2593
+ }
2594
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-icons {
2595
+ color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2596
+ }
2597
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,
2598
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
2599
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons,
2600
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,
2601
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-caret:active.e-icons,
2602
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
2603
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-caret:active.e-icons,
2604
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,
2605
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons {
2606
+ color: rgba(var(--color-sf-on-surface));
2607
+ }
2608
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover {
2609
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
2610
+ }
2611
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,
2612
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover,
2613
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:hover,
2614
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:hover,
2615
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:hover {
2616
+ background: rgba(var(--color-sf-on-surface), 0.05);
2617
+ }
2618
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,
2619
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus,
2620
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:focus,
2621
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:focus,
2622
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:focus {
2623
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2624
+ }
2625
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active,
2626
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active,
2627
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:active,
2628
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:active,
2629
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:active {
2630
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2631
+ }
2632
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover {
2633
+ background: rgba(var(--color-sf-on-surface), 0.05);
2634
+ }
2635
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:focus {
2636
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2637
+ }
2638
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:active {
2639
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2640
+ }
2641
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active {
2642
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2643
+ border: 0;
2644
+ }
2645
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-rte-color-content::after, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-rte-color-content::after {
2646
+ background: rgba(var(--color-sf-surface));
2647
+ }
2648
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-caret:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-color-content:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover {
2649
+ background: transparent;
2650
+ }
2651
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:active .e-icons {
2652
+ color: rgba(var(--color-sf-on-surface));
2653
+ }
2654
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2655
+ color: rgba(var(--color-sf-on-surface-variant));
2656
+ }
2657
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2658
+ color: rgba(var(--color-sf-on-surface-variant));
2659
+ }
2660
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2661
+ color: rgba(var(--color-sf-on-surface-variant));
2662
+ }
2663
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2664
+ color: rgba(var(--color-sf-on-surface-variant));
2665
+ }
2666
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2667
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
2668
+ }
2669
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active {
2670
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2671
+ }
2672
+ .e-richtexteditor .e-rte-toolbar.e-rte-tb-float {
2673
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2674
+ }
2675
+ .e-richtexteditor .e-rte-toolbar.e-tb-static {
2676
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2677
+ }
2678
+ .e-richtexteditor .e-rte-tb-expand .e-rte-content:not(e-toolbar-wrapper) {
2679
+ border-top: 0 solid rgba(var(--color-sf-outline-variant));
2680
+ }
2681
+ .e-richtexteditor .e-toolbar-wrapper .e-rte-toolbar:not(.e-rte-tb-float) {
2682
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2683
+ }
2684
+ .e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
2685
+ border: 0;
2686
+ }
2687
+ .e-richtexteditor .e-toolbar-wrapper {
2688
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2689
+ }
2690
+ .e-richtexteditor img.e-img-focus::selection,
2691
+ .e-richtexteditor audio.e-audio-focus::selection,
2692
+ .e-richtexteditor .e-video-focus::selection {
2693
+ background: transparent;
2694
+ color: transparent;
2695
+ }
2696
+ .e-richtexteditor ::selection {
2697
+ color: rgba(var(--color-sf-white));
2698
+ background: rgba(var(--color-sf-primary));
2699
+ }
2700
+ .e-richtexteditor .e-rte-content,
2701
+ .e-richtexteditor .e-source-content {
2702
+ background: rgba(var(--color-sf-surface));
2703
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2704
+ color: rgba(var(--color-sf-on-surface));
2705
+ }
2706
+ .e-richtexteditor .e-rte-content .e-content blockquote,
2707
+ .e-richtexteditor .e-source-content .e-content blockquote {
2708
+ border-left: solid 2px rgba(var(--color-sf-on-surface));
2709
+ }
2710
+ .e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize),
2711
+ .e-richtexteditor .e-rte-content .e-content .e-video-focus:not(.e-resize),
2712
+ .e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize),
2713
+ .e-richtexteditor .e-source-content .e-content .e-video-focus:not(.e-resize) {
2714
+ border: dashed 2px rgba(var(--color-sf-primary));
2715
+ }
2716
+ .e-richtexteditor .e-rte-content .e-content a,
2717
+ .e-richtexteditor .e-source-content .e-content a {
2718
+ color: rgba(var(--color-sf-primary));
2719
+ }
2720
+ .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
2721
+ border-left: 0;
2722
+ border-right: solid 2px rgba(var(--color-sf-on-surface));
2723
+ }
2724
+ .e-richtexteditor.e-rte-resize {
2725
+ background: rgba(var(--color-sf-surface));
2726
+ }
2727
+ .e-richtexteditor .e-input.e-rte-linkurl.e-error,
2728
+ .e-richtexteditor .e-input.e-img-link.e-error {
2729
+ color: rgba(var(--color-sf-error));
2730
+ }
2731
+ .e-richtexteditor.e-rte-full-screen {
2732
+ background: rgba(var(--color-sf-surface));
2733
+ }
2734
+ .e-richtexteditor.e-rte-inline .e-rte-content {
2735
+ border: 0;
2736
+ }
2737
+ .e-richtexteditor:not(.e-rte-toolbar-enabled) {
2738
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2739
+ }
2740
+ .e-richtexteditor:not(.e-rte-toolbar-enabled) .e-rte-content {
2741
+ border: 0;
2742
+ border-bottom: 0;
2743
+ border-top: 0;
2744
+ }
2745
+ .e-richtexteditor.e-rte-tb-expand {
2746
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2747
+ }
2748
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar {
2749
+ border: 0;
2750
+ }
2751
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
2752
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2753
+ border-bottom-left-radius: 0;
2754
+ border-bottom-right-radius: 0;
2755
+ border-top-left-radius: 0;
2756
+ border-top-right-radius: 0;
2757
+ }
2758
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2759
+ border: 0;
2760
+ border-bottom: 0;
2761
+ }
2762
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
2763
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2764
+ }
2765
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
2766
+ border-top: 0;
2767
+ }
2768
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float {
2769
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2770
+ border-right: 0 solid rgba(var(--color-sf-outline-variant));
2771
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
2772
+ }
2773
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open {
2774
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2775
+ }
2776
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended {
2777
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2778
+ border-right: 0 solid rgba(var(--color-sf-outline-variant));
2779
+ }
2780
+ .e-richtexteditor.e-rte-tb-expand .e-rte-content,
2781
+ .e-richtexteditor.e-rte-tb-expand .e-source-content {
2782
+ border: 0;
2783
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2784
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
2785
+ }
2786
+ .e-richtexteditor.e-rte-tb-expand .e-toolbar-wrapper + .e-rte-content {
2787
+ border-top: 0 solid rgba(var(--color-sf-outline-variant));
2788
+ }
2789
+ .e-richtexteditor.e-rte-tb-expand .e-toolbar-extended.e-popup-open {
2790
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2791
+ }
2792
+ .e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content,
2793
+ .e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content {
2794
+ border-bottom: 0;
2795
+ }
2796
+ .e-richtexteditor .e-audio-wrap,
2797
+ .e-richtexteditor .e-embed-video-wrap {
2798
+ display: inline-block;
2799
+ }
2800
+ .e-richtexteditor .e-clickelem,
2801
+ .e-richtexteditor .e-video-clickelem {
2802
+ display: block;
2803
+ margin: 0;
2804
+ outline: none;
2805
+ padding: 0;
2806
+ position: relative;
2807
+ }
2808
+ .e-richtexteditor .e-clickelem::after,
2809
+ .e-richtexteditor .e-video-clickelem::after {
2810
+ background: transparent;
2811
+ bottom: 0;
2812
+ content: "";
2813
+ cursor: default;
2814
+ display: block;
2815
+ left: 0;
2816
+ position: absolute;
2817
+ right: 0;
2818
+ top: 0;
2819
+ z-index: 1;
2820
+ }
2821
+ .e-richtexteditor .e-videoheader,
2822
+ .e-richtexteditor .e-embed-videoheader,
2823
+ .e-richtexteditor .e-video-url-wrap {
2824
+ padding-bottom: 5px;
2825
+ padding-top: 15px;
2826
+ }
2827
+ .e-richtexteditor .e-video-url-wrap .e-radio-wrapper {
2828
+ padding: 5px;
2829
+ }
2830
+ .e-richtexteditor .e-video-url-wrap textarea {
2831
+ height: 80px;
2832
+ }
2833
+
2834
+ .e-rte-quick-popup {
2835
+ border: none;
2836
+ border-radius: 2px;
2837
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2838
+ }
2839
+ .e-rte-quick-popup .e-rte-quick-toolbar {
2840
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2841
+ border: 0;
2842
+ }
2843
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
2844
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2845
+ }
2846
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
2847
+ border: 0.5px solid transparent;
2848
+ }
2849
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn {
2850
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2851
+ border: 0;
2852
+ }
2853
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover {
2854
+ background: rgba(var(--color-sf-on-surface), 0.05);
2855
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
2856
+ }
2857
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus {
2858
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2859
+ }
2860
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active {
2861
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2862
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
2863
+ }
2864
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons {
2865
+ color: rgba(var(--color-sf-on-surface));
2866
+ }
2867
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn,
2868
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus {
2869
+ background: rgba(var(--color-sf-primary-container));
2870
+ border: 0;
2871
+ }
2872
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2873
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
2874
+ color: rgba(var(--color-sf-on-surface-variant));
2875
+ }
2876
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
2877
+ color: rgba(var(--color-sf-on-surface-variant));
2878
+ }
2879
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2880
+ color: rgba(var(--color-sf-on-surface-variant));
2881
+ }
2882
+ .e-rte-quick-popup .e-rte-dropdown-btn {
2883
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2884
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2885
+ }
2886
+ .e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover {
2887
+ background: rgba(var(--color-sf-on-surface), 0.05);
2888
+ }
2889
+ .e-rte-quick-popup .e-rte-dropdown-btn:hover {
2890
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2891
+ }
2892
+
2893
+ .e-dialog .e-img-uploadwrap .e-droptext,
2894
+ .e-dialog .e-aud-uploadwrap .e-droptext,
2895
+ .e-dialog .e-vid-uploadwrap .e-droptext,
2896
+ .e-dialog.e-device .e-vid-uploadwrap .e-droptext {
2897
+ border: dashed 2px rgba(var(--color-sf-on-surface), 0.38);
2898
+ border-radius: 4px;
2899
+ color: rgba(var(--color-sf-on-secondary-container));
2900
+ display: block;
2901
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2902
+ font-size: 14px;
2903
+ height: 185px;
2904
+ margin: 0 auto;
2905
+ text-align: center;
2906
+ width: auto;
2907
+ }
2908
+
2909
+ .e-dialog .e-vid-uploadwrap .e-droptext {
2910
+ height: 108px;
2911
+ }
2912
+
2913
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2914
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2915
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2916
+ margin: 0 auto;
2917
+ width: 250px;
2918
+ }
2919
+
2920
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2921
+ padding: 8px 4px;
2922
+ }
2923
+
2924
+ .e-linkheader {
2925
+ color: rgba(var(--color-sf-on-surface));
2926
+ }
2927
+
2928
+ .e-rte-img-popup.e-popup {
2929
+ background: rgba(var(--color-sf-surface));
2930
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2931
+ box-shadow: var(--color-sf-shadow);
2932
+ color: rgba(var(--color-sf-outline-variant));
2933
+ padding: 10px;
2934
+ }
2935
+
2936
+ .e-rte-content .e-content img:not(.e-resize) {
2937
+ z-index: 1000;
2938
+ }
2939
+
2940
+ span.e-rte-imageboxmark,
2941
+ span.e-rte-videoboxmark {
2942
+ background: rgba(var(--color-sf-primary));
2943
+ border: 1px solid rgba(var(--color-sf-on-primary));
2944
+ display: block;
2945
+ height: 10px;
2946
+ position: absolute;
2947
+ width: 10px;
2948
+ z-index: 1000;
2949
+ }
2950
+
2951
+ .e-mob-rte span.e-rte-imageboxmark,
2952
+ .e-mob-rte span.e-rte-videoboxmark {
2953
+ background: rgba(var(--color-sf-on-primary));
2954
+ border: 1px solid rgba(var(--color-sf-primary));
2955
+ border-radius: 15px;
2956
+ height: 20px;
2957
+ width: 20px;
2958
+ }
2959
+
2960
+ .e-mob-rte.e-mob-span span.e-rte-imageboxmark,
2961
+ .e-mob-rte.e-mob-span span.e-rte-videoboxmark {
2962
+ background: rgba(var(--color-sf-primary));
2963
+ border: 1px solid rgba(var(--color-sf-on-primary));
2964
+ }
2965
+
2966
+ .e-rte-content .e-content img.e-resize,
2967
+ .e-rte-content .e-content video.e-resize {
2968
+ z-index: 1000;
2969
+ }
2970
+
2971
+ *.e-disabled {
2972
+ -webkit-user-select: none;
2973
+ -ms-user-select: none;
2974
+ user-select: none;
2975
+ }
2976
+ *.e-disabled .e-rte-toolbar .e-toolbar-item {
2977
+ cursor: default;
2978
+ }
2979
+ *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, *.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus {
2980
+ background: transparent;
2981
+ cursor: default;
2982
+ }
2983
+
2984
+ .e-dropdown-popup ul .e-item.e-active {
2985
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2986
+ color: rgba(var(--color-sf-on-surface));
2987
+ }
2988
+
2989
+ .e-popup-overlay {
2990
+ background-color: rgba(var(--color-sf-scrim), 0.5);
2991
+ }
2992
+
2993
+ .e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn {
2994
+ color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface));
2995
+ }
2996
+
2997
+ .e-rte-table-popup.e-popup.e-popup-open {
2998
+ background-color: rgba(var(--color-sf-surface));
2999
+ color: rgba(var(--color-sf-on-surface));
3000
+ }
3001
+
3002
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
3003
+ border: solid rgba(0, 0, 0, 0.12);
3004
+ border-width: 0 0 0 1px;
3005
+ padding-left: 0;
3006
+ }
3007
+
3008
+ .e-rte-table-popup .e-span-border {
3009
+ display: block;
3010
+ margin-bottom: 8px;
3011
+ margin-top: 12px;
3012
+ }
3013
+
3014
+ .e-rte-table-popup .e-rte-popup-header {
3015
+ color: rgba(var(--color-sf-on-surface-variant));
3016
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3017
+ font-size: 14px;
3018
+ text-align: center;
3019
+ }
3020
+
3021
+ .e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default {
3022
+ background-color: rgba(var(--color-sf-surface));
3023
+ }
3024
+
3025
+ .e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
3026
+ background-color: rgba(var(--color-sf-primary-container));
3027
+ border: 1px solid rgba(var(--color-sf-primary));
3028
+ }
3029
+
3030
+ .e-rte-table.e-alternate-border tbody tr:nth-child(2n+0) {
3031
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
3032
+ }
3033
+
3034
+ .e-rte-table th {
3035
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3036
+ }
3037
+
3038
+ .e-rte-table-popup.e-popup.e-popup-open {
3039
+ background-color: rgba(var(--color-sf-surface));
3040
+ color: rgba(var(--color-sf-outline-variant));
3041
+ }
3042
+
3043
+ span.e-table-box {
3044
+ background-color: rgba(var(--color-sf-primary));
3045
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3046
+ }
3047
+
3048
+ span.e-table-box.e-rbox-select {
3049
+ background-color: rgba(var(--color-sf-outline-variant));
3050
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3051
+ }
3052
+
3053
+ .e-table-rhelper {
3054
+ background-color: rgba(var(--color-sf-primary));
3055
+ }
3056
+
3057
+ .e-rte-dialog-upload.e-upload.e-lib.e-keyboard {
3058
+ background: rgba(var(--color-sf-surface));
3059
+ }
3060
+
3061
+ .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons, .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
3062
+ color: rgba(var(--color-sf-on-surface));
3063
+ }
3064
+
3065
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
3066
+ color: rgba(var(--color-sf-on-surface-variant));
3067
+ }
3068
+
3069
+ .e-rte-emojipicker-popup.e-popup.e-popup-open {
3070
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
3071
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3072
+ border: none;
3073
+ }
3074
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
3075
+ background: transparent;
3076
+ }
3077
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn.e-selected {
3078
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
3079
+ }
3080
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
3081
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
3082
+ }
3083
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar {
3084
+ background: transparent;
3085
+ border: none;
3086
+ box-shadow: none;
3087
+ }
3088
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar .e-toolbar-items {
3089
+ background: transparent;
3090
+ }
3091
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar .e-toolbar-items .e-scroll-nav {
3092
+ border: none;
3093
+ }
3094
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control:not(:hover):not(:focus):not(:active) {
3095
+ background: transparent;
3096
+ }
3097
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control:not(:hover):not(:focus):not(:active) {
3098
+ background: transparent;
3099
+ }
3100
+ .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
3101
+ color: rgba(var(--color-sf-on-surface-variant));
3102
+ }
3103
+
3104
+ .e-bigger .e-richtexteditor.e-rte-tb-expand {
3105
+ border-radius: 8px;
3106
+ }
3107
+
3108
+ .e-bigger .e-richtexteditor .e-toolbar-wrapper {
3109
+ border-top-left-radius: 8px;
3110
+ border-top-right-radius: 8px;
3111
+ }
3112
+
3113
+ .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
3114
+ .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
3115
+ border-top-left-radius: 8px;
3116
+ border-top-right-radius: 8px;
3117
+ }
3118
+
3119
+ .e-bigger .e-rte-toolbar .e-toolbar-items {
3120
+ border-top-left-radius: 8px;
3121
+ }
3122
+
3123
+ .e-bigger .e-rte-toolbar .e-hor-nav {
3124
+ border-top-right-radius: 8px;
3125
+ }
3126
+
3127
+ .e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
3128
+ border-top-left-radius: 8px;
3129
+ border-top-right-radius: 0;
3130
+ }
3131
+
3132
+ .e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
3133
+ border-top-right-radius: 8px;
3134
+ }
3135
+
3136
+ .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
3137
+ border-bottom: 0;
3138
+ }