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