@syncfusion/ej2-angular-documenteditor 25.2.7-ngcc → 26.1.35-ngcc

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 (70) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-documenteditor.js +1 -1
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
  5. package/dist/ej2-angular-documenteditor.umd.js +2 -1
  6. package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
  7. package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
  8. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -1
  9. package/package.json +9 -9
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/styles/bootstrap-dark.css +6039 -1
  13. package/styles/bootstrap.css +6068 -1
  14. package/styles/bootstrap4.css +6438 -1
  15. package/styles/bootstrap5-dark.css +6400 -1
  16. package/styles/bootstrap5.css +6400 -1
  17. package/styles/document-editor/bootstrap-dark.css +3963 -1
  18. package/styles/document-editor/bootstrap.css +3964 -1
  19. package/styles/document-editor/bootstrap4.css +4127 -1
  20. package/styles/document-editor/bootstrap5-dark.css +4067 -1
  21. package/styles/document-editor/bootstrap5.css +4067 -1
  22. package/styles/document-editor/fabric-dark.css +3963 -1
  23. package/styles/document-editor/fabric.css +3967 -1
  24. package/styles/document-editor/fluent-dark.css +4007 -1
  25. package/styles/document-editor/fluent.css +4007 -1
  26. package/styles/document-editor/fluent2.css +5095 -0
  27. package/styles/document-editor/fluent2.scss +1 -0
  28. package/styles/document-editor/highcontrast-light.css +2845 -1
  29. package/styles/document-editor/highcontrast.css +3963 -1
  30. package/styles/document-editor/material-dark.css +3957 -1
  31. package/styles/document-editor/material.css +3957 -1
  32. package/styles/document-editor/material3-dark.css +4174 -1
  33. package/styles/document-editor/material3.css +4286 -1
  34. package/styles/document-editor/tailwind-dark.css +4276 -1
  35. package/styles/document-editor/tailwind.css +4279 -1
  36. package/styles/document-editor-container/bootstrap-dark.css +2075 -1
  37. package/styles/document-editor-container/bootstrap.css +2103 -1
  38. package/styles/document-editor-container/bootstrap4.css +2310 -1
  39. package/styles/document-editor-container/bootstrap5-dark.css +2332 -1
  40. package/styles/document-editor-container/bootstrap5.css +2332 -1
  41. package/styles/document-editor-container/fabric-dark.css +2062 -1
  42. package/styles/document-editor-container/fabric.css +2099 -1
  43. package/styles/document-editor-container/fluent-dark.css +2217 -1
  44. package/styles/document-editor-container/fluent.css +2217 -1
  45. package/styles/document-editor-container/fluent2.css +3156 -0
  46. package/styles/document-editor-container/fluent2.scss +1 -0
  47. package/styles/document-editor-container/highcontrast-light.css +4132 -1
  48. package/styles/document-editor-container/highcontrast.css +2107 -1
  49. package/styles/document-editor-container/material-dark.css +2056 -1
  50. package/styles/document-editor-container/material.css +2076 -1
  51. package/styles/document-editor-container/material3-dark.css +2430 -1
  52. package/styles/document-editor-container/material3.css +2542 -1
  53. package/styles/document-editor-container/tailwind-dark.css +2158 -1
  54. package/styles/document-editor-container/tailwind.css +2158 -1
  55. package/styles/fabric-dark.css +6026 -1
  56. package/styles/fabric.css +6067 -1
  57. package/styles/fluent-dark.css +6225 -1
  58. package/styles/fluent.css +6225 -1
  59. package/styles/fluent2.css +8252 -0
  60. package/styles/fluent2.scss +2 -0
  61. package/styles/highcontrast-light.css +4904 -1
  62. package/styles/highcontrast.css +6071 -1
  63. package/styles/material-dark.css +6014 -1
  64. package/styles/material.css +6034 -1
  65. package/styles/material3-dark.css +6605 -1
  66. package/styles/material3.css +6829 -1
  67. package/styles/tailwind-dark.css +6435 -1
  68. package/styles/tailwind.css +6438 -1
  69. package/CHANGELOG.md +0 -3869
  70. package/postinstall/tagchange.js +0 -18
@@ -1 +1,2217 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/fluent-dark.css';
1
+ .e-de-ctnr-close::before {
2
+ color: #a19f9d;
3
+ content: "\e7e7";
4
+ font-size: 16px;
5
+ }
6
+
7
+ .e-de-ctnr-linespacing::before {
8
+ content: "\e78d";
9
+ }
10
+
11
+ .e-de-ctnr-undo::before {
12
+ content: "\e713";
13
+ }
14
+
15
+ .e-de-ctnr-find::before {
16
+ content: "\e754";
17
+ }
18
+
19
+ .e-de-ctnr-lock::before {
20
+ content: "\e7ff";
21
+ }
22
+
23
+ .e-de-ctnr-italic::before {
24
+ content: "\e75a";
25
+ }
26
+
27
+ .e-de-selected-spellcheck-item::before {
28
+ color: #a19f9d;
29
+ content: "\e774";
30
+ font-family: "e-icons";
31
+ font-size: 10px;
32
+ }
33
+
34
+ .e-de-selected-underline-item::before {
35
+ color: #a19f9d;
36
+ content: "\e774";
37
+ font-family: "e-icons";
38
+ font-size: 10px;
39
+ }
40
+
41
+ .e-de-ctnr-link::before {
42
+ content: "\e757";
43
+ }
44
+
45
+ .e-de-ctnr-table::before {
46
+ content: "\e7d1";
47
+ }
48
+
49
+ .e-de-ctnr-download::before {
50
+ color: #a19f9d;
51
+ content: "\e7a1";
52
+ }
53
+
54
+ .e-de-ctnr-justify::before {
55
+ content: "\e721";
56
+ }
57
+
58
+ .e-de-ctnr-tableofcontent::before {
59
+ content: "\e73d";
60
+ }
61
+
62
+ .e-de-ctnr-pagenumber::before {
63
+ content: "\e77d";
64
+ }
65
+
66
+ .e-de-ctnr-highlight::before {
67
+ content: "\e739";
68
+ }
69
+
70
+ .e-de-ctnr-new::before {
71
+ content: "\e805";
72
+ }
73
+
74
+ .e-de-ctnr-paste::before {
75
+ content: "\e70b";
76
+ }
77
+
78
+ .e-de-ctnr-bold::before {
79
+ content: "\e737";
80
+ }
81
+
82
+ .e-de-ctnr-subscript::before {
83
+ content: "\e80a";
84
+ }
85
+
86
+ .e-de-ctnr-aligncenter::before {
87
+ content: "\e813";
88
+ }
89
+
90
+ .e-de-ctnr-fontcolor::before {
91
+ content: "\e79f";
92
+ }
93
+
94
+ .e-de-ctnr-change-case::before {
95
+ content: "\e7f5";
96
+ }
97
+
98
+ .e-de-ctnr-pagesetup::before {
99
+ content: "\e794";
100
+ }
101
+
102
+ .e-de-ctnr-content-control::before {
103
+ content: "\e902";
104
+ }
105
+
106
+ .e-de-ctnr-strokestyle::before {
107
+ content: "\eb62";
108
+ }
109
+
110
+ .e-de-ctnr-strikethrough::before {
111
+ content: "\e758";
112
+ }
113
+
114
+ .e-de-ctnr-image::before {
115
+ content: "\e786";
116
+ }
117
+
118
+ .e-de-ctnr-redo::before {
119
+ content: "\e755";
120
+ }
121
+
122
+ .e-de-ctnr-bookmark::before {
123
+ content: "\e750";
124
+ }
125
+
126
+ .e-de-ctnr-increaseindent::before {
127
+ content: "\e810";
128
+ }
129
+
130
+ .e-de-ctnr-header::before {
131
+ content: "\e704";
132
+ }
133
+
134
+ .e-de-ctnr-backgroundcolor::before {
135
+ content: "\eb6b";
136
+ }
137
+
138
+ .e-de-ctnr-open::before {
139
+ content: "\e760";
140
+ }
141
+
142
+ .e-de-ctnr-underline::before {
143
+ content: "\e82f";
144
+ }
145
+
146
+ .e-de-ctnr-superscript::before {
147
+ content: "\e7a7";
148
+ }
149
+
150
+ .e-de-ctnr-alignleft::before {
151
+ content: "\e7b8";
152
+ }
153
+
154
+ .e-de-ctnr-numbering::before {
155
+ content: "\e7cb";
156
+ }
157
+
158
+ .e-de-ctnr-bullets::before {
159
+ content: "\e77e";
160
+ }
161
+
162
+ .e-de-ctnr-borders::before {
163
+ content: "\e893";
164
+ }
165
+
166
+ .e-de-ctnr-decreaseindent::before {
167
+ content: "\e72a";
168
+ }
169
+
170
+ .e-de-ctnr-showhide::before {
171
+ content: "\e71a";
172
+ font-size: 16px;
173
+ }
174
+
175
+ .e-de-ctnr-print::before {
176
+ content: "\e75d";
177
+ }
178
+
179
+ .e-de-ctnr-alignright::before {
180
+ content: "\e719";
181
+ }
182
+
183
+ .e-de-ctnr-footer::before {
184
+ content: "\e7bb";
185
+ }
186
+
187
+ .e-de-ctnr-clearall::before {
188
+ content: "\e7cc";
189
+ }
190
+
191
+ .e-de-ctnr-outsideborder::before {
192
+ content: "\e7ad";
193
+ }
194
+
195
+ .e-de-ctnr-allborders::before {
196
+ content: "\e7d1";
197
+ }
198
+
199
+ .e-de-ctnr-insideborders::before {
200
+ content: "\e78f";
201
+ }
202
+
203
+ .e-de-ctnr-leftborders::before {
204
+ content: "\e806";
205
+ }
206
+
207
+ .e-de-ctnr-insideverticalborder::before {
208
+ content: "\e792";
209
+ }
210
+
211
+ .e-de-ctnr-rightborder::before {
212
+ content: "\e7ab";
213
+ }
214
+
215
+ .e-de-ctnr-topborder::before {
216
+ content: "\e7e0";
217
+ }
218
+
219
+ .e-de-ctnr-insidehorizondalborder::before {
220
+ content: "\e83b";
221
+ }
222
+
223
+ .e-de-ctnr-bottomborder::before {
224
+ content: "\e766";
225
+ }
226
+
227
+ .e-de-ctnr-strokesize::before {
228
+ content: "\e7bf";
229
+ }
230
+
231
+ .e-de-ctnr-highlightcolor::before {
232
+ content: "\e739";
233
+ }
234
+
235
+ .e-de-ctnr-mergecell::before {
236
+ content: "\e71e";
237
+ }
238
+
239
+ .e-de-ctnr-insertleft::before {
240
+ content: "\e78b";
241
+ }
242
+
243
+ .e-de-ctnr-insertright::before {
244
+ content: "\e70e";
245
+ }
246
+
247
+ .e-de-ctnr-insertabove::before {
248
+ content: "\e836";
249
+ }
250
+
251
+ .e-de-ctnr-insertbelow::before {
252
+ content: "\e801";
253
+ }
254
+
255
+ .e-de-ctnr-deleterows::before {
256
+ content: "\e7f2";
257
+ }
258
+
259
+ .e-de-ctnr-deletecolumns::before {
260
+ content: "\e714";
261
+ }
262
+
263
+ .e-de-ctnr-aligntop::before {
264
+ content: "\e707";
265
+ }
266
+
267
+ .e-de-ctnr-alignbottom::before {
268
+ content: "\e7a0";
269
+ }
270
+
271
+ .e-de-ctnr-aligncenter-table::before {
272
+ content: "\e74f";
273
+ }
274
+
275
+ .e-de-ctnr-cellbg-clr-picker::before {
276
+ content: "\e783";
277
+ }
278
+
279
+ .e-de-ctnr-bullet-none::before {
280
+ color: #a19f9d;
281
+ content: "\e7f3";
282
+ font-size: 20px;
283
+ line-height: 28px;
284
+ }
285
+
286
+ .e-de-ctnr-bullet-dot::before {
287
+ color: #a19f9d;
288
+ content: "\e747";
289
+ font-size: 8px;
290
+ line-height: 28px;
291
+ }
292
+
293
+ .e-de-ctnr-bullet-circle::before {
294
+ color: #a19f9d;
295
+ content: "\e7d0";
296
+ font-size: 8px;
297
+ line-height: 28px;
298
+ }
299
+
300
+ .e-de-ctnr-bullet-square::before {
301
+ color: #a19f9d;
302
+ content: "\e7be";
303
+ font-size: 8px;
304
+ line-height: 28px;
305
+ }
306
+
307
+ .e-de-ctnr-bullet-flower::before {
308
+ color: #a19f9d;
309
+ content: "\e79b";
310
+ line-height: 28px;
311
+ }
312
+
313
+ .e-de-ctnr-bullet-arrow::before {
314
+ color: #a19f9d;
315
+ content: "\e763";
316
+ line-height: 28px;
317
+ }
318
+
319
+ .e-de-ctnr-bullet-tick::before {
320
+ color: #a19f9d;
321
+ content: "\e7fc";
322
+ line-height: 28px;
323
+ }
324
+
325
+ .e-de-selected-item::before {
326
+ color: #a19f9d;
327
+ content: "\e774";
328
+ }
329
+
330
+ .e-de-ctnr-break::before {
331
+ content: "\e7bc";
332
+ }
333
+
334
+ .e-de-ctnr-page-break::before {
335
+ content: "\e742";
336
+ }
337
+
338
+ .e-de-ctnr-section-break::before {
339
+ content: "\e762";
340
+ }
341
+
342
+ .e-de-ctnr-upload::before {
343
+ color: #a19f9d;
344
+ content: "\e712";
345
+ }
346
+
347
+ .e-de-flip {
348
+ -webkit-transform: scaleX(-1);
349
+ transform: scaleX(-1);
350
+ }
351
+
352
+ .e-de-cnt-cmt-add::before {
353
+ content: "\e82c";
354
+ }
355
+
356
+ .e-de-cnt-track::before {
357
+ content: "\e80b";
358
+ }
359
+
360
+ .e-de-printlayout::before {
361
+ content: "\e73a";
362
+ }
363
+
364
+ .e-de-weblayout::before {
365
+ content: "\e7d3";
366
+ }
367
+
368
+ .e-de-textform::before {
369
+ color: #a19f9d;
370
+ content: "\e830";
371
+ font-family: "e-icons";
372
+ }
373
+
374
+ .e-de-combo-box::before {
375
+ color: #a19f9d;
376
+ content: "\e8ff";
377
+ font-family: "e-icons";
378
+ }
379
+
380
+ .e-de-dropdown-list::before {
381
+ color: #a19f9d;
382
+ content: "\e8fe";
383
+ font-family: "e-icons";
384
+ }
385
+
386
+ .e-de-formproperties::before {
387
+ color: #a19f9d;
388
+ content: "\e83e";
389
+ font-family: "e-icons";
390
+ }
391
+
392
+ .e-de-clearform::before {
393
+ color: #a19f9d;
394
+ content: "\e7f8";
395
+ font-family: "e-icons";
396
+ }
397
+
398
+ .e-de-dropdownform::before {
399
+ color: #a19f9d;
400
+ content: "\e7a6";
401
+ font-family: "e-icons";
402
+ }
403
+
404
+ .e-de-formfield::before {
405
+ content: "\e7cd";
406
+ font-family: "e-icons";
407
+ }
408
+
409
+ .e-de-checkbox-form::before {
410
+ color: #a19f9d;
411
+ content: "\e7e4";
412
+ font-family: "e-icons";
413
+ }
414
+
415
+ .e-de-arrow-up::before {
416
+ content: "\e776";
417
+ font-family: "e-icons";
418
+ }
419
+
420
+ .e-de-arrow-down::before {
421
+ content: "\e729";
422
+ font-family: "e-icons";
423
+ }
424
+
425
+ .e-de-update-field::before {
426
+ content: "\e828";
427
+ font-family: "e-icons";
428
+ }
429
+
430
+ .e-de-footnote::before {
431
+ content: "\e7af";
432
+ font-family: "e-icons";
433
+ }
434
+
435
+ .e-de-endnote::before {
436
+ content: "\e7af";
437
+ font-family: "e-icons";
438
+ }
439
+
440
+ .e-de-e-paragraph-mark::before {
441
+ content: "\e844";
442
+ font-family: "e-icons";
443
+ }
444
+
445
+ .e-de-e-paragraph-style-mark::before {
446
+ content: "\e844";
447
+ font-family: "e-icons";
448
+ }
449
+
450
+ .e-de-e-character-style-mark::before {
451
+ content: "\e8bf";
452
+ font-family: "e-icons";
453
+ }
454
+
455
+ .e-de-e-linked-style-mark::before {
456
+ content: "\e8c0";
457
+ font-family: "e-icons";
458
+ }
459
+
460
+ .e-de-ctnr-columns::before {
461
+ content: "\e8b4";
462
+ font-family: "e-icons";
463
+ }
464
+
465
+ .e-de-ctnr-page-size::before {
466
+ content: "\e89a";
467
+ font-family: "e-icons";
468
+ }
469
+
470
+ .e-de-ctnr-page-break-column::before {
471
+ content: "\e8b6";
472
+ font-family: "e-icons";
473
+ }
474
+
475
+ .e-de-ctnr-page-break-text-wrapping::before {
476
+ content: "\e89d";
477
+ font-family: "e-icons";
478
+ }
479
+
480
+ .e-de-ctnr-section-break-continuous::before {
481
+ content: "\e8b5";
482
+ font-family: "e-icons";
483
+ }
484
+
485
+ .e-de-ctnr-section-break-even-page::before {
486
+ content: "\e8b2";
487
+ font-family: "e-icons";
488
+ }
489
+
490
+ .e-de-ctnr-section-break-odd-page::before {
491
+ content: "\e8b3";
492
+ font-family: "e-icons";
493
+ }
494
+
495
+ .e-de-ctnr-columns-one::before {
496
+ content: "\e8b9";
497
+ font-family: "e-icons";
498
+ font-size: 68px;
499
+ }
500
+
501
+ .e-de-ctnr-columns-two::before {
502
+ content: "\e8ba";
503
+ font-family: "e-icons";
504
+ font-size: 68px;
505
+ }
506
+
507
+ .e-de-ctnr-columns-three::before {
508
+ content: "\e8bb";
509
+ font-family: "e-icons";
510
+ font-size: 68px;
511
+ }
512
+
513
+ .e-de-ctnr-columns-right::before {
514
+ content: "\e8b7";
515
+ font-family: "e-icons";
516
+ font-size: 68px;
517
+ }
518
+
519
+ .e-de-ctnr-columns-left::before {
520
+ content: "\e8b8";
521
+ font-family: "e-icons";
522
+ font-size: 68px;
523
+ }
524
+
525
+ .e-de-toolbar {
526
+ height: 100%;
527
+ }
528
+
529
+ .e-documenteditorcontainer {
530
+ display: block;
531
+ }
532
+
533
+ .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
534
+ height: 0;
535
+ line-height: 0.5;
536
+ }
537
+
538
+ .e-de-ctnr-file-picker {
539
+ left: -110em;
540
+ position: fixed;
541
+ }
542
+
543
+ .e-de-ctnr-rtl {
544
+ direction: rtl;
545
+ }
546
+
547
+ .e-de-ctnr-hglt-btn {
548
+ border: 0.5px solid transparent;
549
+ display: inline-block;
550
+ height: 25px;
551
+ margin: 3px;
552
+ width: 25px;
553
+ }
554
+
555
+ .e-color-selected,
556
+ .e-de-ctnr-hglt-btn:hover {
557
+ border-color: #fff;
558
+ outline: #000 0.5px solid;
559
+ }
560
+
561
+ .e-hglt-no-color {
562
+ height: 30px;
563
+ padding-top: 1px;
564
+ width: 157px;
565
+ }
566
+ .e-hglt-no-color:hover {
567
+ background-color: #252423;
568
+ cursor: pointer;
569
+ }
570
+
571
+ .e-de-ctnr-hglt-no-color {
572
+ font-size: 12px;
573
+ font-weight: normal;
574
+ left: 40px;
575
+ padding-top: 11px;
576
+ position: absolute;
577
+ top: 100px;
578
+ }
579
+
580
+ /* stylelint-disable */
581
+ .e-de-scrollbar-hide::-webkit-scrollbar {
582
+ width: 0;
583
+ }
584
+
585
+ .e-de-scrollbar-hide {
586
+ -ms-overflow-style: none;
587
+ scrollbar-width: none;
588
+ }
589
+
590
+ /* stylelint-enable */
591
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
592
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
593
+ font-size: 18px;
594
+ }
595
+
596
+ .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
597
+ .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
598
+ font-size: 21px;
599
+ }
600
+
601
+ /* stylelint-disable */
602
+ .e-de-toolbar {
603
+ height: 100%;
604
+ }
605
+
606
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
607
+ -webkit-box-shadow: none;
608
+ box-shadow: none;
609
+ height: 32px;
610
+ }
611
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
612
+ -webkit-box-shadow: none;
613
+ box-shadow: none;
614
+ }
615
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
616
+ -webkit-box-shadow: none;
617
+ box-shadow: none;
618
+ }
619
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
620
+ -webkit-box-shadow: none;
621
+ box-shadow: none;
622
+ }
623
+
624
+ .e-de-ctnr-group-btn-middle button {
625
+ border-radius: 0px;
626
+ }
627
+
628
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
629
+ -webkit-box-shadow: none;
630
+ box-shadow: none;
631
+ }
632
+
633
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
634
+ .e-de-ctn .e-de-status-bar button {
635
+ -webkit-box-shadow: none;
636
+ box-shadow: none;
637
+ height: 32px;
638
+ }
639
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
640
+ .e-de-ctn .e-de-status-bar button:focus {
641
+ -webkit-box-shadow: none;
642
+ box-shadow: none;
643
+ }
644
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
645
+ .e-de-ctn .e-de-status-bar button:active {
646
+ -webkit-box-shadow: none;
647
+ box-shadow: none;
648
+ }
649
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
650
+ .e-de-ctn .e-de-status-bar button:hover {
651
+ -webkit-box-shadow: none;
652
+ box-shadow: none;
653
+ }
654
+
655
+ .e-de-statusbar-pageweb {
656
+ background: #201f1e;
657
+ border: 0;
658
+ -webkit-box-shadow: none;
659
+ box-shadow: none;
660
+ float: right;
661
+ }
662
+ .e-de-statusbar-pageweb:hover {
663
+ -webkit-box-shadow: none;
664
+ box-shadow: none;
665
+ }
666
+
667
+ .e-de-statusbar-pageweb .e-de-printlayout,
668
+ .e-de-statusbar-pageweb .e-de-weblayout {
669
+ font-size: 18px;
670
+ }
671
+
672
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
673
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
674
+ font-size: 18px;
675
+ }
676
+
677
+ .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
678
+ .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
679
+ font-size: 18px;
680
+ }
681
+
682
+ .e-listview .e-list-icon {
683
+ height: 24px;
684
+ width: 16px;
685
+ margin-right: 16px;
686
+ }
687
+
688
+ .e-de-listview-icon {
689
+ height: auto;
690
+ width: auto;
691
+ line-height: 22px;
692
+ margin-right: 16px;
693
+ }
694
+
695
+ .e-de-linespacing {
696
+ margin-top: 8px;
697
+ }
698
+
699
+ .e-de-statusbar-zoom {
700
+ background: #201f1e;
701
+ border: 0;
702
+ color: #c8c6c4;
703
+ float: right;
704
+ font-weight: 400;
705
+ height: 33px;
706
+ }
707
+
708
+ .e-de-pagenumber-text {
709
+ border: none !important;
710
+ }
711
+
712
+ .e-de-pagenumber-input {
713
+ background: #1b1a19;
714
+ border: 1px solid #292827;
715
+ border-radius: 2px;
716
+ color: #c8c6c4;
717
+ font-family: inherit;
718
+ font-size: 14px;
719
+ padding: 0px;
720
+ text-align: center;
721
+ width: 22px;
722
+ }
723
+
724
+ .e-bigger .e-de-pagenumber-input {
725
+ font-size: 16px;
726
+ }
727
+
728
+ .e-btn-pageweb-toggle {
729
+ background-color: #292827;
730
+ -webkit-box-shadow: none;
731
+ box-shadow: none;
732
+ outline: #fff 0 solid;
733
+ outline-offset: 0;
734
+ }
735
+
736
+ .e-btn-pageweb-spellcheck {
737
+ border: 0;
738
+ -webkit-box-shadow: none;
739
+ box-shadow: none;
740
+ float: right;
741
+ margin-left: calc(100% - 395px);
742
+ }
743
+
744
+ .e-bigger .e-btn-pageweb-spellcheck {
745
+ margin-left: calc(100% - 460px);
746
+ }
747
+
748
+ .e-de-ctn-title {
749
+ background-color: #0078d4;
750
+ border-bottom: none !important;
751
+ color: #1b1a19;
752
+ font-size: 14px !important;
753
+ }
754
+ .e-de-ctn-title button {
755
+ font-size: 14px !important;
756
+ height: 36px !important;
757
+ margin: 0 !important;
758
+ }
759
+ .e-de-ctn-title button .e-btn-icon {
760
+ font-size: 16px !important;
761
+ }
762
+
763
+ .e-bigger .e-de-ctn-title {
764
+ font-size: 16px !important;
765
+ height: 40px !important;
766
+ }
767
+ .e-bigger .e-de-ctn-title button {
768
+ font-size: 16px !important;
769
+ height: auto !important;
770
+ margin: 0 !important;
771
+ }
772
+ .e-bigger .e-de-ctn-title button .e-btn-icon {
773
+ font-size: 18px !important;
774
+ }
775
+
776
+ .e-de-tool-ctnr-properties-pane {
777
+ display: -webkit-box;
778
+ display: -ms-flexbox;
779
+ display: flex;
780
+ height: calc(100% - 115px);
781
+ width: 100%;
782
+ }
783
+
784
+ .e-de-ctnr-properties-pane {
785
+ display: -webkit-box;
786
+ display: -ms-flexbox;
787
+ display: flex;
788
+ height: calc(100% - 38px);
789
+ width: 100%;
790
+ }
791
+
792
+ .e-de-statusbar-separator {
793
+ border-left: 1px solid #292827;
794
+ height: 16px;
795
+ margin-left: 7.5px;
796
+ margin-right: 7.5px;
797
+ margin-top: 6px;
798
+ }
799
+
800
+ .e-bigger .e-de-statusbar-separator {
801
+ border-left: 1px solid #292827;
802
+ height: 16px;
803
+ margin-left: 7.5px;
804
+ margin-right: 7.5px;
805
+ margin-top: 6px;
806
+ }
807
+
808
+ .e-de-statusbar-spellcheck {
809
+ border-radius: 2px;
810
+ font-weight: 400;
811
+ }
812
+
813
+ .e-de-ctn {
814
+ background-color: #201f1e;
815
+ border: 1px solid #292827;
816
+ height: 100%;
817
+ position: relative;
818
+ width: 100%;
819
+ }
820
+
821
+ .e-bigger .e-de-statusbar-spellcheck {
822
+ border-radius: 2px;
823
+ }
824
+
825
+ .e-de-ctnr-toolbar {
826
+ display: -webkit-box;
827
+ display: -ms-flexbox;
828
+ display: flex;
829
+ height: 72px;
830
+ width: 100%;
831
+ }
832
+
833
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
834
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
835
+ border: 0;
836
+ }
837
+
838
+ .e-de-pane {
839
+ border-left: 1px solid #292827;
840
+ }
841
+
842
+ .e-de-pane-rtl {
843
+ border-right: 1px solid #292827;
844
+ }
845
+
846
+ .e-de-tool-ctnr-properties-pane,
847
+ .e-de-ctnr-properties-pane {
848
+ background: #201f1e;
849
+ border-bottom: 1px solid #292827;
850
+ border-top: 1px solid #292827;
851
+ }
852
+
853
+ .e-de-ctnr-segment {
854
+ margin-bottom: 16px;
855
+ }
856
+
857
+ .e-de-insert-del-cell > div:last-child {
858
+ margin-left: 16px !important;
859
+ }
860
+
861
+ .e-bigger .e-de-ctnr-prop-label,
862
+ .e-bigger .e-de-ctnr-segment {
863
+ margin-bottom: 16px;
864
+ }
865
+ .e-bigger .e-de-property-div-padding {
866
+ padding: 16px;
867
+ }
868
+ .e-bigger .e-de-insert-del-cell > div:last-child {
869
+ margin-left: 20px !important;
870
+ }
871
+ .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
872
+ margin-left: 0;
873
+ }
874
+ .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
875
+ font-size: 18px;
876
+ }
877
+ .e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon {
878
+ margin-left: 0px;
879
+ margin-right: 0;
880
+ }
881
+
882
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
883
+ font-size: 16px;
884
+ }
885
+
886
+ .e-de-property-div-padding .e-de-cellmargin-text {
887
+ padding-bottom: 3px;
888
+ }
889
+
890
+ .e-de-cntr-pane-padding.e-de-prop-separator-line > div > div:first-child > div:first-child {
891
+ margin-bottom: 0 !important;
892
+ }
893
+
894
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
895
+ .e-de-font-clr-picker > .e-split-btn-wrapper {
896
+ margin-right: 16px;
897
+ }
898
+
899
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
900
+ .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
901
+ margin-left: 16px;
902
+ margin-right: 0;
903
+ }
904
+
905
+ .e-de-ctnr-segment > div:first-child:not(.e-rtl),
906
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
907
+ .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
908
+ margin-right: 16px;
909
+ }
910
+
911
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
912
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
913
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
914
+ margin-left: 16px;
915
+ margin-right: 0;
916
+ }
917
+
918
+ .e-de-tlbr-wrapper {
919
+ background-color: #252423;
920
+ height: 72px;
921
+ width: calc(100% - 75px);
922
+ }
923
+
924
+ .e-de-ctnr-prop-label {
925
+ color: #c8c6c4;
926
+ display: inline-block;
927
+ font-size: 14px;
928
+ font-weight: 500;
929
+ letter-spacing: 0.05px;
930
+ margin-bottom: 16px;
931
+ opacity: 0.87;
932
+ }
933
+
934
+ .e-de-table-prop-label {
935
+ margin-left: 12px;
936
+ }
937
+
938
+ .e-de-table-prop-label.e-de-rtl {
939
+ margin-left: 0;
940
+ margin-right: 12px;
941
+ }
942
+
943
+ .e-de-toolbar.e-toolbar {
944
+ border-radius: 0;
945
+ -webkit-box-shadow: none;
946
+ box-shadow: none;
947
+ }
948
+
949
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
950
+ margin-left: 0;
951
+ margin-right: 4px;
952
+ }
953
+
954
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
955
+ margin-left: 4px;
956
+ margin-right: 0;
957
+ }
958
+
959
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
960
+ margin-left: 0;
961
+ margin-right: 6px;
962
+ }
963
+
964
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
965
+ margin-left: 6px;
966
+ margin-right: 0;
967
+ }
968
+
969
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
970
+ margin-left: 4px;
971
+ margin-right: 0;
972
+ }
973
+
974
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
975
+ margin-left: 0;
976
+ margin-right: 4px;
977
+ }
978
+
979
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
980
+ margin-left: 6px;
981
+ margin-right: 0;
982
+ }
983
+
984
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
985
+ margin-left: 0;
986
+ margin-right: 6px;
987
+ }
988
+
989
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
990
+ height: 72px;
991
+ }
992
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
993
+ height: 59px;
994
+ margin: 0 12px;
995
+ }
996
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
997
+ margin-left: 8px !important;
998
+ margin-right: 4px;
999
+ }
1000
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1001
+ margin-left: 4px;
1002
+ margin-right: 4px;
1003
+ }
1004
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1005
+ margin-left: 4px;
1006
+ margin-right: 8px;
1007
+ }
1008
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1009
+ background-color: #292827;
1010
+ }
1011
+
1012
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1013
+ -webkit-box-orient: vertical;
1014
+ -webkit-box-direction: normal;
1015
+ -ms-flex-direction: column;
1016
+ flex-direction: column;
1017
+ height: calc(100% - 10px);
1018
+ padding: 0;
1019
+ padding-bottom: 8px;
1020
+ }
1021
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
1022
+ padding: 0;
1023
+ padding-bottom: 8px;
1024
+ }
1025
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
1026
+ padding: 0;
1027
+ padding-bottom: 8px;
1028
+ }
1029
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
1030
+ padding: 0;
1031
+ padding-bottom: 8px;
1032
+ }
1033
+
1034
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1035
+ padding: 0;
1036
+ }
1037
+
1038
+ .e-de-overlay {
1039
+ height: 100%;
1040
+ opacity: 0.5;
1041
+ pointer-events: none;
1042
+ -ms-touch-action: none;
1043
+ touch-action: none;
1044
+ width: 100%;
1045
+ }
1046
+
1047
+ .e-de-ctnr-properties-pane-btn {
1048
+ width: 75px;
1049
+ }
1050
+
1051
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1052
+ color: #0078d4;
1053
+ }
1054
+
1055
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1056
+ color: #c8c6c4;
1057
+ }
1058
+
1059
+ .e-de-ctnr-properties-pane-btn .e-btn {
1060
+ background: #252423;
1061
+ border-radius: 0;
1062
+ -webkit-box-shadow: none;
1063
+ box-shadow: none;
1064
+ color: #0078d4;
1065
+ min-height: 100%;
1066
+ min-width: 100%;
1067
+ }
1068
+ .e-de-ctnr-properties-pane-btn .e-btn:focus {
1069
+ -webkit-box-shadow: none;
1070
+ box-shadow: none;
1071
+ }
1072
+ .e-de-ctnr-properties-pane-btn .e-btn:active {
1073
+ -webkit-box-shadow: none;
1074
+ box-shadow: none;
1075
+ }
1076
+ .e-de-ctnr-properties-pane-btn .e-btn:hover {
1077
+ -webkit-box-shadow: none;
1078
+ box-shadow: none;
1079
+ }
1080
+
1081
+ .e-de-showhide-btn {
1082
+ border: 0;
1083
+ height: 72px;
1084
+ }
1085
+
1086
+ .e-de-showhide-btn-rtl {
1087
+ border: 0;
1088
+ height: 72px;
1089
+ }
1090
+
1091
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1092
+ padding: 0;
1093
+ }
1094
+
1095
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1096
+ display: table;
1097
+ font-size: 14px;
1098
+ margin: 0 8px;
1099
+ padding: 0;
1100
+ white-space: normal;
1101
+ }
1102
+
1103
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1104
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1105
+ padding: 0 !important;
1106
+ min-height: 16px;
1107
+ }
1108
+
1109
+ .e-de-hdr-ftr-frst-div {
1110
+ margin-bottom: 12px;
1111
+ }
1112
+
1113
+ .e-de-hdr-ftr-top-div {
1114
+ margin-bottom: 12px;
1115
+ }
1116
+
1117
+ .e-de-cntr-pane-padding {
1118
+ padding: 16px;
1119
+ }
1120
+
1121
+ .e-de-prop-pane {
1122
+ height: 100%;
1123
+ min-height: 200px;
1124
+ overflow: auto;
1125
+ width: 273px;
1126
+ }
1127
+
1128
+ .e-de-review-pane {
1129
+ background: #201f1e;
1130
+ border-left: 1px solid #292827;
1131
+ height: 100%;
1132
+ min-height: 200px;
1133
+ overflow: auto;
1134
+ width: 440px;
1135
+ }
1136
+ .e-de-review-pane .e-toolbar {
1137
+ -webkit-box-shadow: none;
1138
+ box-shadow: none;
1139
+ }
1140
+
1141
+ .e-bigger .e-de-cntr-pane-padding {
1142
+ padding: 24px;
1143
+ }
1144
+ .e-bigger .e-de-prop-pane {
1145
+ height: 100%;
1146
+ min-height: 200px;
1147
+ overflow: auto;
1148
+ width: 345px;
1149
+ }
1150
+
1151
+ .e-de-property-div-padding {
1152
+ border-bottom: 0.5px solid #292827;
1153
+ padding: 16px;
1154
+ }
1155
+
1156
+ .e-de-ctnr-dropdown-ftr {
1157
+ border-top: 1px solid #292827;
1158
+ color: #c8c6c4;
1159
+ cursor: pointer;
1160
+ display: block;
1161
+ font-size: 12px;
1162
+ line-height: 40px;
1163
+ text-indent: 1.2em;
1164
+ }
1165
+
1166
+ .e-de-char-fmt-btn-left > button,
1167
+ .e-de-insert-del-cell button {
1168
+ width: 38.75px;
1169
+ }
1170
+
1171
+ .e-de-char-fmt-btn-right > button {
1172
+ width: 37.5px;
1173
+ }
1174
+
1175
+ .e-de-panel-left-width {
1176
+ width: 151px;
1177
+ }
1178
+
1179
+ .e-bigger .e-de-panel-left-width {
1180
+ width: 184px;
1181
+ }
1182
+ .e-bigger .e-de-char-fmt-btn-left > button,
1183
+ .e-bigger .e-de-insert-del-cell button {
1184
+ width: 47px;
1185
+ }
1186
+
1187
+ .e-de-panel-right-width {
1188
+ width: 73px;
1189
+ }
1190
+
1191
+ .e-bigger .e-de-panel-right-width {
1192
+ width: 96px;
1193
+ }
1194
+ .e-bigger .e-de-char-fmt-btn-left > button,
1195
+ .e-bigger .e-de-char-fmt-btn-right > button {
1196
+ width: 47px;
1197
+ }
1198
+
1199
+ .e-de-cntr-highlight-pane {
1200
+ border: 1px solid #292827;
1201
+ }
1202
+
1203
+ .e-de-btn-hghlclr > button:first-child {
1204
+ padding: 1px !important;
1205
+ }
1206
+
1207
+ .e-de-ctnr-hglt-color {
1208
+ font-size: 12px;
1209
+ font-weight: 400;
1210
+ height: 20px !important;
1211
+ width: 20px !important;
1212
+ }
1213
+
1214
+ .e-de-font-clr-picker > div div button,
1215
+ .e-de-font-clr-picker > div button,
1216
+ .e-de-font-clr-picker > button {
1217
+ width: 39px;
1218
+ }
1219
+
1220
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1221
+ height: 55px;
1222
+ padding: 4px !important;
1223
+ width: 60px;
1224
+ }
1225
+
1226
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1227
+ border: 3px solid #0078d4;
1228
+ padding: 2px !important;
1229
+ }
1230
+
1231
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1232
+ height: 38px;
1233
+ padding: 4px !important;
1234
+ width: 38px;
1235
+ }
1236
+
1237
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1238
+ border: 3px solid #0078d4;
1239
+ padding: 2px !important;
1240
+ }
1241
+
1242
+ .e-de-list-header-presetmenu {
1243
+ cursor: pointer;
1244
+ font-size: 11px;
1245
+ line-height: 14px;
1246
+ overflow: hidden;
1247
+ text-align: left;
1248
+ min-width: 50px;
1249
+ white-space: nowrap;
1250
+ width: 100%;
1251
+ }
1252
+
1253
+ .e-de-bullet-list-header-presetmenu {
1254
+ cursor: pointer;
1255
+ font-size: 14px;
1256
+ left: -11px;
1257
+ line-height: 0;
1258
+ min-width: 50px;
1259
+ overflow: hidden;
1260
+ position: relative;
1261
+ white-space: nowrap;
1262
+ width: 100%;
1263
+ }
1264
+
1265
+ .e-rtl .e-de-bullet-list-header-presetmenu {
1266
+ cursor: pointer;
1267
+ font-size: 14px;
1268
+ left: 10px;
1269
+ line-height: 0;
1270
+ min-width: 50px;
1271
+ overflow: hidden;
1272
+ position: relative;
1273
+ white-space: nowrap;
1274
+ width: 100%;
1275
+ }
1276
+
1277
+ .e-de-bullet {
1278
+ font-size: 42px;
1279
+ }
1280
+
1281
+ .e-de-list-header-presetmenu .e-de-list-line {
1282
+ border-bottom: 1px solid #a19f9d !important;
1283
+ margin-left: 5px;
1284
+ width: 100%;
1285
+ }
1286
+
1287
+ .e-de-toc-optionsdiv {
1288
+ margin-bottom: 11.5px;
1289
+ margin-left: 5.5px;
1290
+ margin-top: 15.5px;
1291
+ }
1292
+
1293
+ .e-de-toc-optionsdiv.e-de-rtl {
1294
+ margin-right: 5.5px;
1295
+ margin-left: 0;
1296
+ }
1297
+
1298
+ .e-de-list-header-presetmenu div span {
1299
+ display: inline-block;
1300
+ vertical-align: middle;
1301
+ }
1302
+
1303
+ .e-de-floating-menu .e-de-floating-menuitem,
1304
+ .e-de-floating-menu .e-de-menuitem-none {
1305
+ cursor: pointer;
1306
+ height: 70px;
1307
+ padding: 0 !important;
1308
+ margin: 0 5px 5px 0 !important;
1309
+ width: 70px;
1310
+ }
1311
+
1312
+ .e-de-list-thumbnail .e-de-list-items {
1313
+ float: left;
1314
+ }
1315
+
1316
+ .e-de-list-thumbnail .e-de-list-items {
1317
+ border: 1px solid #292827;
1318
+ clear: initial;
1319
+ display: inline-block;
1320
+ height: auto;
1321
+ margin: 5px;
1322
+ padding: 2px;
1323
+ text-align: center;
1324
+ width: auto;
1325
+ }
1326
+
1327
+ .e-de-list-items {
1328
+ cursor: pointer;
1329
+ background: #201f1e;
1330
+ -webkit-box-sizing: border-box;
1331
+ box-sizing: border-box;
1332
+ list-style: none;
1333
+ padding: 7px 10px 7px 10px;
1334
+ position: relative;
1335
+ }
1336
+
1337
+ .e-de-list-item-size {
1338
+ font-size: 14px;
1339
+ }
1340
+
1341
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1342
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1343
+ border: 3px solid #0078d4;
1344
+ padding: 2px !important;
1345
+ }
1346
+
1347
+ .e-de-floating-menu {
1348
+ padding: 10px 4px 5px 10px !important;
1349
+ }
1350
+
1351
+ .e-de-list-container {
1352
+ border: 1px solid #ccc;
1353
+ border-radius: 2px;
1354
+ -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1355
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1356
+ background: #201f1e;
1357
+ -webkit-box-sizing: border-box;
1358
+ box-sizing: border-box;
1359
+ display: inline-block;
1360
+ line-height: normal;
1361
+ margin: 0;
1362
+ outline: 0;
1363
+ background: #201f1e;
1364
+ padding: 5px 0;
1365
+ position: absolute;
1366
+ width: auto;
1367
+ z-index: 10020;
1368
+ }
1369
+
1370
+ .e-de-ctnr-list {
1371
+ font-size: 12px;
1372
+ vertical-align: top;
1373
+ }
1374
+
1375
+ .e-de-image-property {
1376
+ padding-left: 32px;
1377
+ }
1378
+
1379
+ .e-de-img-prty-span {
1380
+ color: #c8c6c4;
1381
+ left: 12px;
1382
+ position: absolute;
1383
+ top: 8px;
1384
+ }
1385
+
1386
+ .e-btn-toggle {
1387
+ background-color: #292827 !important;
1388
+ outline: none;
1389
+ outline-offset: 0;
1390
+ -webkit-box-shadow: none !important;
1391
+ box-shadow: none !important;
1392
+ }
1393
+ .e-btn-toggle:hover {
1394
+ background-color: #292827 !important;
1395
+ outline: none;
1396
+ outline-offset: 0;
1397
+ -webkit-box-shadow: none !important;
1398
+ box-shadow: none !important;
1399
+ }
1400
+
1401
+ .e-de-ctnr-group-btn-top > button:first-child {
1402
+ border-radius: 0;
1403
+ border-top-left-radius: 4px;
1404
+ }
1405
+
1406
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1407
+ border-top-left-radius: 0;
1408
+ border-top-right-radius: 4px;
1409
+ }
1410
+
1411
+ .e-de-ctnr-group-btn-top > button:last-child {
1412
+ border-radius: 0;
1413
+ border-top-right-radius: 4px;
1414
+ }
1415
+
1416
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1417
+ border-top-left-radius: 4px;
1418
+ border-top-right-radius: 0;
1419
+ }
1420
+
1421
+ .e-de-ctnr-group-btn-middle > button {
1422
+ border-radius: 0;
1423
+ border-top: 0;
1424
+ border-bottom: 0;
1425
+ }
1426
+
1427
+ .e-de-ctnr-group-btn-bottom > button:first-child {
1428
+ border-radius: 0;
1429
+ border-bottom-left-radius: 4px;
1430
+ }
1431
+
1432
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1433
+ border-bottom-left-radius: 0;
1434
+ border-bottom-right-radius: 4px;
1435
+ }
1436
+
1437
+ .e-de-ctnr-group-btn-bottom > button:last-child {
1438
+ border-radius: 0;
1439
+ border-bottom-right-radius: 4px;
1440
+ }
1441
+
1442
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1443
+ border-bottom-right-radius: 0;
1444
+ border-bottom-left-radius: 4px;
1445
+ }
1446
+
1447
+ .e-de-toc-template1 {
1448
+ background: #201f1e;
1449
+ border: 1px solid #292827;
1450
+ color: #c8c6c4;
1451
+ height: 129px;
1452
+ width: 94px;
1453
+ margin-left: 78px;
1454
+ }
1455
+
1456
+ .e-de-toc-template1.e-de-rtl {
1457
+ margin-left: 0;
1458
+ margin-right: 78px;
1459
+ }
1460
+
1461
+ .e-de-toc-template1-content1 {
1462
+ font-size: 10px;
1463
+ height: 11px;
1464
+ margin-left: 5.4px;
1465
+ margin-top: 6.7px;
1466
+ width: 83px;
1467
+ }
1468
+
1469
+ .e-de-toc-template1-content2 {
1470
+ font-size: 8px;
1471
+ height: 9px;
1472
+ margin-left: 20.4px;
1473
+ margin-top: 5.7px;
1474
+ width: 68px;
1475
+ }
1476
+
1477
+ .e-de-toc-template1-content3 {
1478
+ font-size: 7px;
1479
+ height: 8px;
1480
+ margin-left: 28.4px;
1481
+ margin-top: 6.7px;
1482
+ width: 60px;
1483
+ }
1484
+
1485
+ .e-de-prop-sub-label {
1486
+ color: #d2d0ce;
1487
+ font-size: 13px;
1488
+ margin-bottom: 4px;
1489
+ font-weight: 600;
1490
+ }
1491
+
1492
+ .e-de-toc-checkbox1 {
1493
+ height: 16px;
1494
+ margin-top: 16px;
1495
+ }
1496
+
1497
+ .e-de-toc-checkbox2 {
1498
+ height: 16px;
1499
+ margin-top: 16px;
1500
+ }
1501
+
1502
+ .e-de-toc-checkbox3 {
1503
+ height: 16px;
1504
+ margin-top: 16px;
1505
+ }
1506
+
1507
+ .e-de-status-bar {
1508
+ background: #201f1e;
1509
+ display: -webkit-box;
1510
+ display: -ms-flexbox;
1511
+ display: flex;
1512
+ padding-top: 4px;
1513
+ width: 100%;
1514
+ }
1515
+
1516
+ .e-de-ctnr-pg-no {
1517
+ color: #c8c6c4;
1518
+ display: -webkit-inline-box;
1519
+ display: -ms-inline-flexbox;
1520
+ display: inline-flex;
1521
+ font-size: 14px;
1522
+ height: 100%;
1523
+ padding-top: 8px;
1524
+ }
1525
+ .e-de-ctnr-pg-no span {
1526
+ border: 1px solid transparent;
1527
+ }
1528
+
1529
+ .e-de-ctnr-pg-no-spellout {
1530
+ color: #c8c6c4;
1531
+ display: -webkit-inline-box;
1532
+ display: -ms-inline-flexbox;
1533
+ display: inline-flex;
1534
+ font-size: 14px;
1535
+ height: 100%;
1536
+ padding-top: 8px;
1537
+ width: calc(100% - 165px);
1538
+ }
1539
+ .e-de-ctnr-pg-no-spellout span {
1540
+ border: 1px solid transparent;
1541
+ }
1542
+
1543
+ .e-bigger .e-de-ctnr-pg-no-spellout {
1544
+ color: #c8c6c4;
1545
+ display: -webkit-inline-box;
1546
+ display: -ms-inline-flexbox;
1547
+ display: inline-flex;
1548
+ font-size: 16px;
1549
+ height: 100%;
1550
+ padding-top: 7px;
1551
+ width: calc(100% - 225px);
1552
+ }
1553
+
1554
+ .e-de-statusbar-zoom-spell {
1555
+ background-color: #201f1e;
1556
+ border: 0;
1557
+ color: #c8c6c4;
1558
+ float: right;
1559
+ height: 34px;
1560
+ margin-left: calc(100% - 395px);
1561
+ }
1562
+
1563
+ .e-bigger .e-de-statusbar-zoom-spell {
1564
+ background-color: #201f1e;
1565
+ border: 0;
1566
+ color: #c8c6c4;
1567
+ float: right;
1568
+ height: 34px;
1569
+ margin-left: calc(100% - 460px);
1570
+ }
1571
+
1572
+ .e-de-btn-cancel {
1573
+ margin-left: 10px;
1574
+ }
1575
+
1576
+ .e-de-btn-cancel-rtl {
1577
+ margin-left: 0;
1578
+ margin-right: 10px;
1579
+ }
1580
+
1581
+ .e-de-prop-header-label {
1582
+ color: #c8c6c4;
1583
+ display: inline-block;
1584
+ font-size: 14px;
1585
+ font-weight: bold;
1586
+ letter-spacing: 0.05px;
1587
+ opacity: 0.87;
1588
+ }
1589
+
1590
+ .e-de-prop-separator-line {
1591
+ border-bottom: 1px solid #292827;
1592
+ }
1593
+
1594
+ .e-de-status-bar > div label {
1595
+ font-weight: 600;
1596
+ }
1597
+
1598
+ .e-de-stylediv {
1599
+ padding-left: 16px;
1600
+ }
1601
+
1602
+ .e-de-stylediv-rtl {
1603
+ padding-left: 0;
1604
+ padding-right: 16px;
1605
+ }
1606
+
1607
+ .e-de-border-size-button {
1608
+ height: 31px;
1609
+ margin-top: 8px;
1610
+ width: 99px;
1611
+ }
1612
+
1613
+ .e-de-color-picker {
1614
+ height: 31px;
1615
+ width: 99px;
1616
+ }
1617
+
1618
+ .e-de-cell-text-box {
1619
+ margin-right: 16px;
1620
+ }
1621
+
1622
+ .e-de-pane-rtl .e-de-cell-text-box {
1623
+ margin-left: 16px;
1624
+ margin-right: 0;
1625
+ }
1626
+
1627
+ .e-de-prop-fill-label {
1628
+ margin-right: 8px;
1629
+ }
1630
+
1631
+ .e-de-prop-fill-label.e-de-rtl {
1632
+ margin-left: 8px;
1633
+ margin-right: 0;
1634
+ }
1635
+
1636
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1637
+ height: 36px !important;
1638
+ }
1639
+
1640
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1641
+ height: 42px !important;
1642
+ }
1643
+
1644
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1645
+ width: 38px;
1646
+ height: 38px;
1647
+ }
1648
+
1649
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1650
+ height: 42px;
1651
+ width: 47px;
1652
+ }
1653
+
1654
+ .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1655
+ width: 70px;
1656
+ }
1657
+
1658
+ .e-de-hRuler {
1659
+ background-color: #323130;
1660
+ border-bottom: 0.5px solid #292827;
1661
+ }
1662
+
1663
+ .e-de-vRuler {
1664
+ background-color: #323130;
1665
+ border-right: 0.5px solid #292827;
1666
+ }
1667
+
1668
+ .e-de-ruler-margin {
1669
+ background-color: #1b1a19;
1670
+ }
1671
+
1672
+ .e-de-ruler-tick {
1673
+ stroke: #a19f9d;
1674
+ }
1675
+
1676
+ .e-de-ruler-tick-label {
1677
+ fill: #d2d0ce;
1678
+ }
1679
+
1680
+ .e-de-ruler-markIndicator {
1681
+ background-color: #1b1a19;
1682
+ }
1683
+
1684
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1685
+ fill: #a19f9d;
1686
+ }
1687
+
1688
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1689
+ fill: #a19f9d;
1690
+ }
1691
+
1692
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1693
+ fill: #1b1a19;
1694
+ stroke: #a19f9d;
1695
+ }
1696
+
1697
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1698
+ fill: #323130;
1699
+ stroke: #a19f9d;
1700
+ }
1701
+
1702
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1703
+ fill: #0078d4;
1704
+ stroke: #a19f9d;
1705
+ }
1706
+
1707
+ .e-de-ruler-table-svg {
1708
+ fill: #a19f9d;
1709
+ }
1710
+
1711
+ .e-de-ruler-table-svg:hover {
1712
+ fill: #323130;
1713
+ }
1714
+
1715
+ .e-de-ruler-table-svg:active {
1716
+ fill: #0078d4;
1717
+ }
1718
+
1719
+ .e-de-custom-treeview .e-list-text {
1720
+ font-size: 13px;
1721
+ white-space: nowrap;
1722
+ width: 200px;
1723
+ overflow: hidden;
1724
+ text-overflow: ellipsis;
1725
+ }
1726
+
1727
+ .e-bigger .e-de-custom-treeview .e-list-text {
1728
+ font-size: 15px;
1729
+ white-space: nowrap;
1730
+ width: 200px;
1731
+ overflow: hidden;
1732
+ text-overflow: ellipsis;
1733
+ }
1734
+
1735
+ .e-rtl .e-listview .e-list-icon {
1736
+ height: 24px;
1737
+ width: 16px;
1738
+ margin-left: 16px;
1739
+ }
1740
+ .e-rtl .e-de-listview-icon {
1741
+ height: auto;
1742
+ width: auto;
1743
+ line-height: 22px;
1744
+ margin-left: 16px;
1745
+ }
1746
+ .e-rtl .e-de-vRuler {
1747
+ background-color: #323130;
1748
+ border-right: none;
1749
+ border-left: 0.5px solid #292827;
1750
+ }
1751
+
1752
+ .e-bigger .de-split-button > div:first-child {
1753
+ margin-right: 0;
1754
+ }
1755
+ .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1756
+ width: 66px;
1757
+ }
1758
+ .e-bigger .e-de-prop-fill-label {
1759
+ margin-left: 0;
1760
+ margin-right: 9.8px;
1761
+ }
1762
+ .e-bigger .e-de-prop-fill-label.e-de-rtl {
1763
+ margin-left: 9.8px;
1764
+ margin-right: 0px;
1765
+ }
1766
+ .e-bigger .e-rtl .e-de-cell-text-box {
1767
+ margin-left: 16px;
1768
+ margin-right: 0;
1769
+ }
1770
+ .e-bigger .e-de-color-picker {
1771
+ height: 38px;
1772
+ width: 95px;
1773
+ }
1774
+ .e-bigger .e-de-border-size-button {
1775
+ height: 38px;
1776
+ margin-top: 8px;
1777
+ width: 95px;
1778
+ }
1779
+ .e-bigger .e-de-stylediv {
1780
+ padding-left: 16px;
1781
+ }
1782
+ .e-bigger .e-de-stylediv-rtl {
1783
+ padding-right: 16px;
1784
+ }
1785
+ .e-bigger .e-de-tool-ctnr-properties-pane {
1786
+ display: -webkit-box;
1787
+ display: -ms-flexbox;
1788
+ display: flex;
1789
+ height: calc(100% - 126px);
1790
+ min-height: 200px;
1791
+ width: 100%;
1792
+ }
1793
+ .e-bigger .e-de-ctnr-properties-pane {
1794
+ display: -webkit-box;
1795
+ display: -ms-flexbox;
1796
+ display: flex;
1797
+ height: calc(100% - 38px);
1798
+ width: 100%;
1799
+ }
1800
+ .e-bigger .e-de-ctn {
1801
+ background-color: #201f1e;
1802
+ border: 1px solid #292827;
1803
+ height: 100%;
1804
+ position: relative;
1805
+ width: 100%;
1806
+ }
1807
+ .e-bigger .e-de-ctnr-toolbar {
1808
+ display: -webkit-box;
1809
+ display: -ms-flexbox;
1810
+ display: flex;
1811
+ height: 81px;
1812
+ width: 100%;
1813
+ }
1814
+ .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1815
+ .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1816
+ border: 0;
1817
+ }
1818
+ .e-bigger .e-de-pane {
1819
+ border-left: 1px solid #292827;
1820
+ }
1821
+ .e-bigger .e-de-pane-rtl {
1822
+ border-right: 1px solid #292827;
1823
+ }
1824
+ .e-bigger .e-de-ctnr-segment {
1825
+ margin-bottom: 20px;
1826
+ }
1827
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1828
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1829
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1830
+ margin-right: 20px;
1831
+ }
1832
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1833
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1834
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1835
+ margin-left: 20px;
1836
+ margin-right: 0;
1837
+ }
1838
+ .e-bigger .e-de-tlbr-wrapper {
1839
+ background-color: #252423;
1840
+ height: 81px;
1841
+ width: calc(100% - 75px);
1842
+ }
1843
+ .e-bigger .e-de-ctnr-prop-label {
1844
+ color: #c8c6c4;
1845
+ display: inline-block;
1846
+ font-size: 16px;
1847
+ font-weight: 500;
1848
+ letter-spacing: 0.05px;
1849
+ margin-bottom: 20px;
1850
+ opacity: 0.87;
1851
+ }
1852
+ .e-bigger .e-de-table-prop-label {
1853
+ margin-left: 14.5px;
1854
+ }
1855
+ .e-bigger .e-de-table-prop-label.e-de-rtl {
1856
+ margin-left: 0;
1857
+ margin-right: 14.5px;
1858
+ }
1859
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
1860
+ height: 81px;
1861
+ }
1862
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1863
+ margin: 0 14px;
1864
+ }
1865
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1866
+ margin-left: 10px !important;
1867
+ margin-right: 6px;
1868
+ }
1869
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1870
+ margin-left: 6px;
1871
+ margin-right: 6px;
1872
+ }
1873
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1874
+ margin-left: 6px;
1875
+ margin-right: 10px;
1876
+ }
1877
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1878
+ background-color: #292827;
1879
+ }
1880
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1881
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1882
+ padding: 0;
1883
+ padding-bottom: 8px;
1884
+ }
1885
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1886
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1887
+ padding: 0;
1888
+ padding-bottom: 8px;
1889
+ }
1890
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1891
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1892
+ padding: 0;
1893
+ padding-bottom: 8px;
1894
+ }
1895
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1896
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1897
+ padding: 0;
1898
+ padding-bottom: 8px;
1899
+ }
1900
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1901
+ padding: 0 !important;
1902
+ }
1903
+ .e-bigger .e-de-overlay {
1904
+ height: 100%;
1905
+ opacity: 0.5;
1906
+ pointer-events: none;
1907
+ -ms-touch-action: none;
1908
+ touch-action: none;
1909
+ }
1910
+ .e-bigger .e-de-ctnr-properties-pane-btn {
1911
+ width: 75px;
1912
+ }
1913
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1914
+ background: #252423;
1915
+ border-radius: 0;
1916
+ -webkit-box-shadow: none;
1917
+ box-shadow: none;
1918
+ min-height: 100%;
1919
+ min-width: 100%;
1920
+ }
1921
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
1922
+ -webkit-box-shadow: none;
1923
+ box-shadow: none;
1924
+ }
1925
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
1926
+ -webkit-box-shadow: none;
1927
+ box-shadow: none;
1928
+ }
1929
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
1930
+ -webkit-box-shadow: none;
1931
+ box-shadow: none;
1932
+ }
1933
+ .e-bigger .e-de-showhide-btn {
1934
+ border: 0;
1935
+ height: 81px;
1936
+ }
1937
+ .e-bigger .e-de-showhide-btn-rtl {
1938
+ border: 0;
1939
+ height: 81px;
1940
+ }
1941
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1942
+ padding: 0;
1943
+ }
1944
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1945
+ display: table;
1946
+ font-size: 16px;
1947
+ margin: 0 12px;
1948
+ padding: 0;
1949
+ white-space: normal;
1950
+ }
1951
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1952
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1953
+ padding: 0;
1954
+ }
1955
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1956
+ -webkit-box-shadow: none;
1957
+ box-shadow: none;
1958
+ height: 38px;
1959
+ }
1960
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
1961
+ -webkit-box-shadow: none;
1962
+ box-shadow: none;
1963
+ }
1964
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
1965
+ -webkit-box-shadow: none;
1966
+ box-shadow: none;
1967
+ }
1968
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1969
+ -webkit-box-shadow: none;
1970
+ box-shadow: none;
1971
+ }
1972
+ .e-bigger .e-de-status-bar button {
1973
+ height: 38px;
1974
+ -webkit-box-shadow: none;
1975
+ box-shadow: none;
1976
+ }
1977
+ .e-bigger .e-de-status-bar button:focus {
1978
+ -webkit-box-shadow: none;
1979
+ box-shadow: none;
1980
+ }
1981
+ .e-bigger .e-de-status-bar button:active {
1982
+ -webkit-box-shadow: none;
1983
+ box-shadow: none;
1984
+ }
1985
+ .e-bigger .e-de-status-bar button:hover {
1986
+ -webkit-box-shadow: none;
1987
+ box-shadow: none;
1988
+ }
1989
+ .e-bigger .e-de-ctnr-group-btn button {
1990
+ -webkit-box-shadow: none;
1991
+ box-shadow: none;
1992
+ height: 38px;
1993
+ }
1994
+ .e-bigger .e-de-ctnr-group-btn button:focus {
1995
+ -webkit-box-shadow: none;
1996
+ box-shadow: none;
1997
+ }
1998
+ .e-bigger .e-de-ctnr-group-btn button:active {
1999
+ -webkit-box-shadow: none;
2000
+ box-shadow: none;
2001
+ }
2002
+ .e-bigger .e-de-ctnr-group-btn button:hover {
2003
+ -webkit-box-shadow: none;
2004
+ box-shadow: none;
2005
+ }
2006
+ .e-bigger .e-de-property-div-padding {
2007
+ border-bottom: 0.5px solid #292827;
2008
+ padding: 24px;
2009
+ }
2010
+ .e-bigger .e-de-font-clr-picker > div button,
2011
+ .e-bigger .e-de-font-clr-picker > button {
2012
+ width: auto;
2013
+ }
2014
+ .e-bigger .e-de-ctnr-dropdown-ftr {
2015
+ border-top: 1px solid #292827;
2016
+ color: #c8c6c4;
2017
+ cursor: pointer;
2018
+ display: block;
2019
+ font-size: 12px;
2020
+ line-height: 40px;
2021
+ text-indent: 1.2em;
2022
+ }
2023
+ .e-bigger .e-de-char-fmt-btn > button {
2024
+ width: 38.5px;
2025
+ }
2026
+ .e-bigger .e-de-btn-hghlclr > button:first-child {
2027
+ padding: 0 6px !important;
2028
+ }
2029
+ .e-bigger .e-de-ctnr-hglt-color {
2030
+ font-size: 12px;
2031
+ font-weight: 400;
2032
+ height: 24px !important;
2033
+ width: 24px !important;
2034
+ }
2035
+ .e-bigger .e-de-ctnr-list {
2036
+ font-size: 12px;
2037
+ vertical-align: top;
2038
+ }
2039
+ .e-bigger .e-de-image-property {
2040
+ padding-left: 32px;
2041
+ }
2042
+ .e-bigger .e-de-img-prty-span {
2043
+ color: #c8c6c4;
2044
+ left: 10px;
2045
+ position: absolute;
2046
+ top: 12px;
2047
+ }
2048
+ .e-bigger .e-btn-toggle {
2049
+ background-color: #292827 !important;
2050
+ -webkit-box-shadow: none !important;
2051
+ box-shadow: none !important;
2052
+ outline: none;
2053
+ outline-offset: 0;
2054
+ }
2055
+ .e-bigger .e-btn-toggle:hover {
2056
+ background-color: #292827 !important;
2057
+ outline: none;
2058
+ outline-offset: 0;
2059
+ -webkit-box-shadow: none !important;
2060
+ box-shadow: none !important;
2061
+ }
2062
+ .e-bigger .e-de-toc-template1 {
2063
+ background: #201f1e;
2064
+ border: 1px solid #292827;
2065
+ color: #c8c6c4;
2066
+ height: 129px;
2067
+ margin-left: 78px;
2068
+ width: 94px;
2069
+ }
2070
+ .e-bigger .e-de-toc-template1-content1 {
2071
+ font-size: 10px;
2072
+ height: 11px;
2073
+ margin-left: 5.4px;
2074
+ margin-top: 6.7px;
2075
+ width: 83px;
2076
+ }
2077
+ .e-bigger .e-de-toc-template1-content2 {
2078
+ font-size: 8px;
2079
+ height: 9px;
2080
+ margin-left: 20.4px;
2081
+ margin-top: 5.7px;
2082
+ width: 68px;
2083
+ }
2084
+ .e-bigger .e-de-toc-template1-content3 {
2085
+ font-size: 7px;
2086
+ height: 8px;
2087
+ margin-left: 28.4px;
2088
+ margin-top: 6.7px;
2089
+ width: 60px;
2090
+ }
2091
+ .e-bigger .e-de-toc-optionsdiv {
2092
+ margin-bottom: 11.5px;
2093
+ margin-left: 5.5px;
2094
+ margin-top: 15.5px;
2095
+ }
2096
+ .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
2097
+ margin-right: 5.5px;
2098
+ margin-left: 0;
2099
+ }
2100
+ .e-bigger .e-de-prop-sub-label {
2101
+ font-size: 13px;
2102
+ margin-bottom: 8.5px;
2103
+ }
2104
+ .e-bigger .e-de-btn-cancel {
2105
+ margin-left: 10px;
2106
+ }
2107
+ .e-bigger .e-de-status-bar {
2108
+ background: #201f1e;
2109
+ display: -webkit-box;
2110
+ display: -ms-flexbox;
2111
+ display: flex;
2112
+ padding-top: 5px;
2113
+ width: 100%;
2114
+ }
2115
+ .e-bigger .e-de-statusbar-zoom {
2116
+ border: 0;
2117
+ color: #c8c6c4;
2118
+ float: right;
2119
+ height: 34px;
2120
+ background-color: #201f1e;
2121
+ }
2122
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2123
+ line-height: 25px;
2124
+ padding: 0 5px !important;
2125
+ }
2126
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2127
+ height: 0;
2128
+ line-height: 0.5;
2129
+ }
2130
+ .e-bigger .e-listview .e-list-icon {
2131
+ height: 24px;
2132
+ width: 16px;
2133
+ margin-right: 20px;
2134
+ }
2135
+ .e-bigger .e-de-listview-icon {
2136
+ height: auto;
2137
+ width: auto;
2138
+ line-height: 22px;
2139
+ margin-right: 20px;
2140
+ }
2141
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2142
+ height: 24px;
2143
+ width: 16px;
2144
+ margin-left: 20px;
2145
+ }
2146
+ .e-bigger .e-rtl .e-de-listview-icon {
2147
+ height: auto;
2148
+ width: auto;
2149
+ line-height: 22px;
2150
+ margin-left: 20px;
2151
+ }
2152
+
2153
+ .e-de-ctn .e-de-bzr-button {
2154
+ font-size: 12px;
2155
+ font-weight: 400;
2156
+ background: #252423;
2157
+ height: 100%;
2158
+ color: #f3f2f1;
2159
+ }
2160
+
2161
+ .e-de-ctn .e-de-bzr-button:hover {
2162
+ background: #292827;
2163
+ border: none;
2164
+ border-radius: 4px;
2165
+ color: #f3f2f1;
2166
+ }
2167
+
2168
+ .e-de-ctn .e-de-bzr-button:active {
2169
+ -webkit-box-shadow: none;
2170
+ box-shadow: none;
2171
+ background-color: #252423;
2172
+ border-color: #fff;
2173
+ color: #f3f2f1;
2174
+ }
2175
+
2176
+ .e-de-ctn .e-de-bzr-button {
2177
+ font-weight: 400;
2178
+ font-size: 14px;
2179
+ border: none;
2180
+ background: #252423;
2181
+ height: 100%;
2182
+ color: #f3f2f1;
2183
+ }
2184
+
2185
+ .e-de-ctn .e-de-bzr-button:hover {
2186
+ background: #292827;
2187
+ border: none;
2188
+ border-radius: 4px;
2189
+ color: #f3f2f1;
2190
+ }
2191
+
2192
+ .e-de-ctn .e-de-bzr-button:active {
2193
+ -webkit-box-shadow: none;
2194
+ box-shadow: none;
2195
+ background-color: #252423;
2196
+ border-color: #fff;
2197
+ color: #f3f2f1;
2198
+ }
2199
+
2200
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
2201
+ font-size: 14px;
2202
+ }
2203
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2204
+ font-size: 18px;
2205
+ padding-bottom: 2px;
2206
+ }
2207
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
2208
+ padding-top: 0 !important;
2209
+ }
2210
+
2211
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2212
+ font-size: 18px;
2213
+ padding-bottom: 4px;
2214
+ }
2215
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
2216
+ padding-top: 4px !important;
2217
+ }