@syncfusion/ej2-angular-documenteditor 25.2.7 → 26.1.35

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