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