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