@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,2099 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/fabric.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: "\e9d1";
355
+ font-family: "e-icons";
356
+ }
357
+
358
+ .e-de-dropdown-list::before {
359
+ content: "\e9d0";
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: #d3d3d3;
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: #fff;
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: #fff;
669
+ border: 0;
670
+ color: #333;
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: #fff;
682
+ border: 1px solid #dadada;
683
+ border-radius: 0;
684
+ color: #333;
685
+ padding: 0px;
686
+ text-align: center;
687
+ width: 22px;
688
+ }
689
+
690
+ .e-btn-pageweb-toggle {
691
+ background-color: #c8c8c8;
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: #0078d6;
712
+ border-bottom: none !important;
713
+ color: #fff;
714
+ }
715
+
716
+ .e-de-tool-ctnr-properties-pane {
717
+ display: -webkit-box;
718
+ display: -ms-flexbox;
719
+ display: flex;
720
+ height: calc(100% - 121px);
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: #fff;
755
+ border: 1px solid #dadada;
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 #dadada;
780
+ }
781
+
782
+ .e-de-pane-rtl {
783
+ border-right: 1px solid #dadada;
784
+ }
785
+
786
+ .e-de-tool-ctnr-properties-pane,
787
+ .e-de-ctnr-properties-pane {
788
+ background: #fff;
789
+ border-bottom: 1px solid #dadada;
790
+ border-top: 1px solid #dadada;
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: #fff;
812
+ height: 82px;
813
+ width: calc(100% - 75px);
814
+ }
815
+
816
+ .e-de-ctnr-prop-label {
817
+ color: #333;
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
+ border: 1px solid #dadada;
884
+ border-width: 0 1px 0 0;
885
+ height: 59px;
886
+ margin: 0 5.5px;
887
+ }
888
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
889
+ margin-left: 12px !important;
890
+ margin-right: 6px;
891
+ }
892
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
893
+ margin-left: 6px;
894
+ margin-right: 6px;
895
+ }
896
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
897
+ margin-left: 6px;
898
+ margin-right: 12px;
899
+ }
900
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
901
+ background-color: #c8c8c8;
902
+ }
903
+
904
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
905
+ -webkit-box-orient: vertical;
906
+ -webkit-box-direction: normal;
907
+ -ms-flex-direction: column;
908
+ flex-direction: column;
909
+ height: calc(100% - 10px);
910
+ padding: 0;
911
+ padding-bottom: 5px;
912
+ }
913
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
914
+ padding: 0;
915
+ padding-bottom: 5px;
916
+ }
917
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
918
+ padding: 0;
919
+ padding-bottom: 5px;
920
+ }
921
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
922
+ padding: 0;
923
+ padding-bottom: 5px;
924
+ }
925
+
926
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
927
+ padding: 0;
928
+ }
929
+
930
+ .e-de-overlay {
931
+ height: 100%;
932
+ opacity: 0.5;
933
+ pointer-events: none;
934
+ -ms-touch-action: none;
935
+ touch-action: none;
936
+ width: 100%;
937
+ }
938
+
939
+ .e-de-ctnr-properties-pane-btn {
940
+ width: 75px;
941
+ }
942
+
943
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
944
+ color: #0081e5;
945
+ }
946
+
947
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
948
+ color: #333;
949
+ }
950
+
951
+ .e-de-ctnr-properties-pane-btn .e-btn {
952
+ background: #fff;
953
+ border-radius: 0;
954
+ -webkit-box-shadow: none;
955
+ box-shadow: none;
956
+ color: #0081e5;
957
+ min-height: 100%;
958
+ min-width: 100%;
959
+ }
960
+ .e-de-ctnr-properties-pane-btn .e-btn:focus {
961
+ -webkit-box-shadow: none;
962
+ box-shadow: none;
963
+ }
964
+ .e-de-ctnr-properties-pane-btn .e-btn:active {
965
+ -webkit-box-shadow: none;
966
+ box-shadow: none;
967
+ }
968
+ .e-de-ctnr-properties-pane-btn .e-btn:hover {
969
+ -webkit-box-shadow: none;
970
+ box-shadow: none;
971
+ }
972
+
973
+ .e-de-showhide-btn {
974
+ border: 0;
975
+ height: 82px;
976
+ }
977
+
978
+ .e-de-showhide-btn-rtl {
979
+ border: 0;
980
+ height: 82px;
981
+ }
982
+
983
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
984
+ padding: 0;
985
+ }
986
+
987
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
988
+ display: table;
989
+ font-size: 12px;
990
+ margin: 0 6.5px;
991
+ padding: 0;
992
+ white-space: normal;
993
+ }
994
+
995
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
996
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
997
+ padding: 0 !important;
998
+ min-height: 16px;
999
+ }
1000
+
1001
+ .e-de-hdr-ftr-frst-div {
1002
+ margin-bottom: 10px;
1003
+ }
1004
+
1005
+ .e-de-hdr-ftr-top-div {
1006
+ margin-bottom: 14px;
1007
+ }
1008
+
1009
+ .e-de-cntr-pane-padding {
1010
+ padding: 12px;
1011
+ }
1012
+
1013
+ .e-de-prop-pane {
1014
+ height: 100%;
1015
+ min-height: 200px;
1016
+ overflow: auto;
1017
+ width: 260px;
1018
+ }
1019
+
1020
+ .e-de-review-pane {
1021
+ background: #fff;
1022
+ border-left: 1px solid #eaeaea;
1023
+ height: 100%;
1024
+ min-height: 200px;
1025
+ overflow: auto;
1026
+ width: 400px;
1027
+ }
1028
+
1029
+ .e-bigger .e-de-cntr-pane-padding {
1030
+ padding: 16px;
1031
+ }
1032
+ .e-bigger .e-de-prop-pane {
1033
+ height: 100%;
1034
+ min-height: 200px;
1035
+ overflow: auto;
1036
+ width: 272px;
1037
+ }
1038
+
1039
+ .e-de-property-div-padding {
1040
+ border-bottom: 0.5px solid #e0e0e0;
1041
+ padding: 12.5px;
1042
+ }
1043
+
1044
+ .e-de-ctnr-dropdown-ftr {
1045
+ border-top: 1px solid #e0e0e0;
1046
+ color: #333;
1047
+ cursor: pointer;
1048
+ display: block;
1049
+ font-size: 12px;
1050
+ line-height: 40px;
1051
+ text-indent: 1.2em;
1052
+ }
1053
+
1054
+ .e-de-char-fmt-btn-left > button,
1055
+ .e-de-insert-del-cell button {
1056
+ width: 37.25px;
1057
+ }
1058
+
1059
+ .e-de-char-fmt-btn-right > button {
1060
+ width: 37.5px;
1061
+ }
1062
+
1063
+ .e-de-panel-left-width {
1064
+ width: 149px;
1065
+ }
1066
+
1067
+ .e-bigger .e-de-panel-left-width {
1068
+ width: 149px;
1069
+ }
1070
+ .e-bigger .e-de-char-fmt-btn-left > button,
1071
+ .e-bigger .e-de-insert-del-cell button {
1072
+ width: 37.25px;
1073
+ }
1074
+
1075
+ .e-de-panel-right-width {
1076
+ width: 75px;
1077
+ }
1078
+
1079
+ .e-de-cntr-highlight-pane {
1080
+ border: 1px solid #dadada;
1081
+ }
1082
+
1083
+ .e-de-btn-hghlclr > button:first-child {
1084
+ padding: 1px !important;
1085
+ }
1086
+
1087
+ .e-de-ctnr-hglt-color {
1088
+ font-size: 12px;
1089
+ font-weight: 400;
1090
+ height: 18px !important;
1091
+ width: 18px !important;
1092
+ }
1093
+
1094
+ .e-de-font-clr-picker > div div button,
1095
+ .e-de-font-clr-picker > div button,
1096
+ .e-de-font-clr-picker > button {
1097
+ width: 30.8px;
1098
+ }
1099
+
1100
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1101
+ height: 55px;
1102
+ padding: 4px !important;
1103
+ width: 60px;
1104
+ }
1105
+
1106
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1107
+ border: 3px solid #f4f4f4;
1108
+ padding: 2px !important;
1109
+ }
1110
+
1111
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1112
+ height: 38px;
1113
+ padding: 4px !important;
1114
+ width: 38px;
1115
+ }
1116
+
1117
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1118
+ border: 3px solid #f4f4f4;
1119
+ padding: 2px !important;
1120
+ }
1121
+
1122
+ .e-de-list-header-presetmenu {
1123
+ cursor: pointer;
1124
+ font-size: 11px;
1125
+ line-height: 14px;
1126
+ overflow: hidden;
1127
+ text-align: left;
1128
+ min-width: 50px;
1129
+ white-space: nowrap;
1130
+ width: 100%;
1131
+ }
1132
+
1133
+ .e-de-bullet-list-header-presetmenu {
1134
+ cursor: pointer;
1135
+ font-size: 14px;
1136
+ left: -11px;
1137
+ line-height: 26px;
1138
+ min-width: 50px;
1139
+ overflow: hidden;
1140
+ position: relative;
1141
+ white-space: nowrap;
1142
+ width: 100%;
1143
+ }
1144
+
1145
+ .e-rtl .e-de-bullet-list-header-presetmenu {
1146
+ cursor: pointer;
1147
+ font-size: 14px;
1148
+ left: 10px;
1149
+ line-height: 26px;
1150
+ min-width: 50px;
1151
+ overflow: hidden;
1152
+ position: relative;
1153
+ white-space: nowrap;
1154
+ width: 100%;
1155
+ }
1156
+
1157
+ .e-de-bullet {
1158
+ font-size: 42px;
1159
+ }
1160
+
1161
+ .e-de-list-header-presetmenu .e-de-list-line {
1162
+ border-bottom: 1px solid #ccc !important;
1163
+ margin-left: 5px;
1164
+ width: 100%;
1165
+ }
1166
+
1167
+ .e-de-toc-optionsdiv {
1168
+ margin-bottom: 11.5px;
1169
+ margin-left: 5.5px;
1170
+ margin-top: 15.5px;
1171
+ }
1172
+
1173
+ .e-de-toc-optionsdiv.e-de-rtl {
1174
+ margin-right: 5.5px;
1175
+ margin-left: 0;
1176
+ }
1177
+
1178
+ .e-de-list-header-presetmenu div span {
1179
+ display: inline-block;
1180
+ vertical-align: middle;
1181
+ }
1182
+
1183
+ .e-de-floating-menu .e-de-floating-menuitem,
1184
+ .e-de-floating-menu .e-de-menuitem-none {
1185
+ cursor: pointer;
1186
+ height: 70px;
1187
+ padding: 0 !important;
1188
+ margin: 0 5px 5px 0 !important;
1189
+ width: 70px;
1190
+ }
1191
+
1192
+ .e-de-list-thumbnail .e-de-list-items {
1193
+ float: left;
1194
+ }
1195
+
1196
+ .e-de-list-thumbnail .e-de-list-items {
1197
+ border: 1px solid #e4e4e4;
1198
+ clear: initial;
1199
+ display: inline-block;
1200
+ height: auto;
1201
+ margin: 5px;
1202
+ padding: 2px;
1203
+ text-align: center;
1204
+ width: auto;
1205
+ }
1206
+
1207
+ .e-de-list-items {
1208
+ cursor: pointer;
1209
+ background: #fff;
1210
+ -webkit-box-sizing: border-box;
1211
+ box-sizing: border-box;
1212
+ list-style: none;
1213
+ padding: 7px 10px 7px 10px;
1214
+ position: relative;
1215
+ }
1216
+
1217
+ .e-de-list-item-size {
1218
+ font-size: 14px;
1219
+ }
1220
+
1221
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1222
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1223
+ border: 3px solid #0078d6;
1224
+ padding: 2px !important;
1225
+ }
1226
+
1227
+ .e-de-floating-menu {
1228
+ padding: 10px 4px 5px 10px !important;
1229
+ }
1230
+
1231
+ .e-de-list-container {
1232
+ border: 1px solid #ccc;
1233
+ border-radius: 2px;
1234
+ -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1235
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1236
+ background: #fff;
1237
+ -webkit-box-sizing: border-box;
1238
+ box-sizing: border-box;
1239
+ display: inline-block;
1240
+ line-height: normal;
1241
+ margin: 0;
1242
+ outline: 0;
1243
+ background: #fff;
1244
+ padding: 5px 0;
1245
+ position: absolute;
1246
+ width: auto;
1247
+ z-index: 10020;
1248
+ }
1249
+
1250
+ .e-de-ctnr-list {
1251
+ font-size: 29px;
1252
+ vertical-align: top;
1253
+ }
1254
+
1255
+ .e-de-image-property {
1256
+ padding-left: 32px;
1257
+ }
1258
+
1259
+ .e-de-img-prty-span {
1260
+ color: #333;
1261
+ left: 8px;
1262
+ position: absolute;
1263
+ top: 7px;
1264
+ }
1265
+
1266
+ .e-btn-toggle {
1267
+ background-color: #c8c8c8 !important;
1268
+ border-color: #c8c8c8 !important;
1269
+ outline: #eaeaea 0 solid;
1270
+ outline-offset: 0;
1271
+ -webkit-box-shadow: none !important;
1272
+ box-shadow: none !important;
1273
+ }
1274
+ .e-btn-toggle:hover {
1275
+ background-color: #c8c8c8 !important;
1276
+ border-color: #c8c8c8 !important;
1277
+ outline: #eaeaea 0 solid;
1278
+ outline-offset: 0;
1279
+ -webkit-box-shadow: none !important;
1280
+ box-shadow: none !important;
1281
+ }
1282
+
1283
+ .e-de-ctnr-group-btn-top > button:first-child {
1284
+ border-radius: 0;
1285
+ border-top-left-radius: 4px;
1286
+ }
1287
+
1288
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1289
+ border-top-left-radius: 0;
1290
+ border-top-right-radius: 4px;
1291
+ }
1292
+
1293
+ .e-de-ctnr-group-btn-top > button:last-child {
1294
+ border-radius: 0;
1295
+ border-top-right-radius: 4px;
1296
+ }
1297
+
1298
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1299
+ border-top-left-radius: 4px;
1300
+ border-top-right-radius: 0;
1301
+ }
1302
+
1303
+ .e-de-ctnr-group-btn-middle > button {
1304
+ border-radius: 0;
1305
+ border-top: 0;
1306
+ border-bottom: 0;
1307
+ }
1308
+
1309
+ .e-de-ctnr-group-btn-bottom > button:first-child {
1310
+ border-radius: 0;
1311
+ border-bottom-left-radius: 4px;
1312
+ }
1313
+
1314
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1315
+ border-bottom-left-radius: 0;
1316
+ border-bottom-right-radius: 4px;
1317
+ }
1318
+
1319
+ .e-de-ctnr-group-btn-bottom > button:last-child {
1320
+ border-radius: 0;
1321
+ border-bottom-right-radius: 4px;
1322
+ }
1323
+
1324
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1325
+ border-bottom-right-radius: 0;
1326
+ border-bottom-left-radius: 4px;
1327
+ }
1328
+
1329
+ .e-de-toc-template1 {
1330
+ background: #fff;
1331
+ border: 1px solid #dadada;
1332
+ color: #333;
1333
+ height: 129px;
1334
+ width: 94px;
1335
+ margin-left: 78px;
1336
+ }
1337
+
1338
+ .e-de-toc-template1.e-de-rtl {
1339
+ margin-left: 0;
1340
+ margin-right: 78px;
1341
+ }
1342
+
1343
+ .e-de-toc-template1-content1 {
1344
+ font-size: 10px;
1345
+ height: 11px;
1346
+ margin-left: 5.4px;
1347
+ margin-top: 6.7px;
1348
+ width: 82px;
1349
+ }
1350
+
1351
+ .e-de-toc-template1-content2 {
1352
+ font-size: 8px;
1353
+ height: 9px;
1354
+ margin-left: 20.4px;
1355
+ margin-top: 5.7px;
1356
+ width: 63px;
1357
+ }
1358
+
1359
+ .e-de-toc-template1-content3 {
1360
+ font-size: 7px;
1361
+ height: 8px;
1362
+ margin-left: 28.4px;
1363
+ margin-top: 6.7px;
1364
+ width: 56px;
1365
+ }
1366
+
1367
+ .e-de-prop-sub-label {
1368
+ color: #333;
1369
+ font-size: 13px;
1370
+ margin-bottom: 8px;
1371
+ font-weight: normal;
1372
+ }
1373
+
1374
+ .e-de-toc-checkbox1 {
1375
+ height: 14px;
1376
+ margin-top: 14px;
1377
+ }
1378
+
1379
+ .e-de-toc-checkbox2 {
1380
+ height: 14px;
1381
+ margin-top: 14px;
1382
+ }
1383
+
1384
+ .e-de-toc-checkbox3 {
1385
+ height: 14px;
1386
+ margin-top: 14px;
1387
+ }
1388
+
1389
+ .e-de-status-bar {
1390
+ background: #fff;
1391
+ display: -webkit-box;
1392
+ display: -ms-flexbox;
1393
+ display: flex;
1394
+ padding-top: 2.8px;
1395
+ width: 100%;
1396
+ }
1397
+
1398
+ .e-de-ctnr-pg-no {
1399
+ color: #333;
1400
+ display: -webkit-inline-box;
1401
+ display: -ms-inline-flexbox;
1402
+ display: inline-flex;
1403
+ font-size: 13px;
1404
+ height: 100%;
1405
+ padding-top: 6px;
1406
+ }
1407
+ .e-de-ctnr-pg-no span {
1408
+ border: 1px solid transparent;
1409
+ }
1410
+
1411
+ .e-de-ctnr-pg-no-spellout {
1412
+ color: #333;
1413
+ display: -webkit-inline-box;
1414
+ display: -ms-inline-flexbox;
1415
+ display: inline-flex;
1416
+ font-size: 13px;
1417
+ height: 100%;
1418
+ padding-top: 6px;
1419
+ width: calc(100% - 160px);
1420
+ }
1421
+ .e-de-ctnr-pg-no-spellout span {
1422
+ border: 1px solid transparent;
1423
+ }
1424
+
1425
+ .e-bigger .e-de-ctnr-pg-no-spellout {
1426
+ color: #333;
1427
+ display: -webkit-inline-box;
1428
+ display: -ms-inline-flexbox;
1429
+ display: inline-flex;
1430
+ font-size: 13px;
1431
+ height: 100%;
1432
+ padding-top: 6px;
1433
+ width: calc(100% - 180px);
1434
+ }
1435
+
1436
+ .e-de-statusbar-zoom-spell {
1437
+ background-color: #fff;
1438
+ border: 0;
1439
+ color: #333;
1440
+ float: right;
1441
+ height: 34px;
1442
+ margin-left: calc(100% - 405px);
1443
+ }
1444
+
1445
+ .e-bigger .e-de-statusbar-zoom-spell {
1446
+ background-color: #fff;
1447
+ border: 0;
1448
+ color: #333;
1449
+ float: right;
1450
+ height: 34px;
1451
+ margin-left: calc(100% - 435px);
1452
+ }
1453
+
1454
+ .e-de-btn-cancel {
1455
+ margin-left: 10px;
1456
+ }
1457
+
1458
+ .e-de-btn-cancel-rtl {
1459
+ margin-left: 0;
1460
+ margin-right: 10px;
1461
+ }
1462
+
1463
+ .e-de-prop-header-label {
1464
+ color: #333;
1465
+ display: inline-block;
1466
+ font-size: 13px;
1467
+ font-weight: bold;
1468
+ letter-spacing: 0.05px;
1469
+ opacity: 0.87;
1470
+ }
1471
+
1472
+ .e-de-prop-separator-line {
1473
+ border-bottom: 1px solid #dadada;
1474
+ }
1475
+
1476
+ .e-de-status-bar > div label {
1477
+ font-weight: normal;
1478
+ }
1479
+
1480
+ .e-de-stylediv {
1481
+ padding-left: 12px;
1482
+ }
1483
+
1484
+ .e-de-stylediv-rtl {
1485
+ padding-left: 0;
1486
+ padding-right: 12px;
1487
+ }
1488
+
1489
+ .e-de-border-size-button {
1490
+ height: 28px;
1491
+ margin-top: 14px;
1492
+ width: 100px;
1493
+ }
1494
+
1495
+ .e-de-color-picker {
1496
+ height: 28px;
1497
+ width: 100px;
1498
+ }
1499
+
1500
+ .e-de-cell-text-box {
1501
+ margin-right: 12px;
1502
+ }
1503
+
1504
+ .e-de-pane-rtl .e-de-cell-text-box {
1505
+ margin-left: 12px;
1506
+ margin-right: 0;
1507
+ }
1508
+
1509
+ .e-de-prop-fill-label {
1510
+ margin-right: 8px;
1511
+ }
1512
+
1513
+ .e-de-prop-fill-label.e-de-rtl {
1514
+ margin-left: 8px;
1515
+ margin-right: 0;
1516
+ }
1517
+
1518
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1519
+ height: 36px !important;
1520
+ }
1521
+
1522
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1523
+ height: 42px !important;
1524
+ }
1525
+
1526
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1527
+ width: 38px;
1528
+ height: 38px;
1529
+ }
1530
+
1531
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1532
+ height: 42px;
1533
+ width: 42px;
1534
+ }
1535
+
1536
+ .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1537
+ width: 70px;
1538
+ }
1539
+
1540
+ .e-de-hRuler {
1541
+ background-color: #f4f4f4;
1542
+ border-bottom: 0.5px solid #dadada;
1543
+ }
1544
+
1545
+ .e-de-vRuler {
1546
+ background-color: #f4f4f4;
1547
+ border-right: 0.5px solid #dadada;
1548
+ }
1549
+
1550
+ .e-de-ruler-margin {
1551
+ background-color: #fff;
1552
+ }
1553
+
1554
+ .e-de-ruler-tick {
1555
+ stroke: #d0d0d0;
1556
+ }
1557
+
1558
+ .e-de-ruler-tick-label {
1559
+ fill: #333;
1560
+ }
1561
+
1562
+ .e-de-ruler-markIndicator {
1563
+ background-color: #fff;
1564
+ }
1565
+
1566
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1567
+ fill: #d0d0d0;
1568
+ }
1569
+
1570
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1571
+ fill: #d0d0d0;
1572
+ }
1573
+
1574
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1575
+ fill: #fff;
1576
+ stroke: #666;
1577
+ }
1578
+
1579
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1580
+ fill: #f4f4f4;
1581
+ stroke: #666;
1582
+ }
1583
+
1584
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1585
+ fill: #0078d6;
1586
+ stroke: #666;
1587
+ }
1588
+
1589
+ .e-de-ruler-table-svg {
1590
+ fill: #666;
1591
+ }
1592
+
1593
+ .e-de-ruler-table-svg:hover {
1594
+ fill: #f4f4f4;
1595
+ }
1596
+
1597
+ .e-de-ruler-table-svg:active {
1598
+ fill: #0078d6;
1599
+ }
1600
+
1601
+ .e-de-custom-treeview .e-list-text {
1602
+ font-size: 13px;
1603
+ white-space: nowrap;
1604
+ width: 200px;
1605
+ overflow: hidden;
1606
+ text-overflow: ellipsis;
1607
+ }
1608
+
1609
+ .e-bigger .e-de-custom-treeview .e-list-text {
1610
+ font-size: 14px;
1611
+ white-space: nowrap;
1612
+ width: 200px;
1613
+ overflow: hidden;
1614
+ text-overflow: ellipsis;
1615
+ }
1616
+
1617
+ .e-rtl .e-listview .e-list-icon {
1618
+ height: 24px;
1619
+ width: 16px;
1620
+ margin-left: 12px;
1621
+ }
1622
+ .e-rtl .e-de-listview-icon {
1623
+ height: auto;
1624
+ width: auto;
1625
+ line-height: 22px;
1626
+ margin-left: 12px;
1627
+ }
1628
+ .e-rtl .e-de-vRuler {
1629
+ background-color: #f4f4f4;
1630
+ border-right: none;
1631
+ border-left: 0.5px solid #dadada;
1632
+ }
1633
+
1634
+ .e-bigger .de-split-button > div:first-child {
1635
+ margin-right: 0;
1636
+ }
1637
+ .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1638
+ width: 66px;
1639
+ }
1640
+ .e-bigger .e-de-prop-fill-label {
1641
+ margin-left: 0;
1642
+ margin-right: 9.8px;
1643
+ }
1644
+ .e-bigger .e-de-prop-fill-label.e-de-rtl {
1645
+ margin-left: 9.8px;
1646
+ margin-right: 0px;
1647
+ }
1648
+ .e-bigger .e-rtl .e-de-cell-text-box {
1649
+ margin-left: 16px;
1650
+ margin-right: 0;
1651
+ }
1652
+ .e-bigger .e-de-color-picker {
1653
+ height: 38px;
1654
+ width: 96px;
1655
+ }
1656
+ .e-bigger .e-de-border-size-button {
1657
+ height: 38px;
1658
+ margin-top: 14px;
1659
+ width: 96px;
1660
+ }
1661
+ .e-bigger .e-de-stylediv {
1662
+ padding-left: 16px;
1663
+ }
1664
+ .e-bigger .e-de-stylediv-rtl {
1665
+ padding-right: 16px;
1666
+ }
1667
+ .e-bigger .e-de-tool-ctnr-properties-pane {
1668
+ display: -webkit-box;
1669
+ display: -ms-flexbox;
1670
+ display: flex;
1671
+ height: calc(100% - 122px);
1672
+ min-height: 200px;
1673
+ width: 100%;
1674
+ }
1675
+ .e-bigger .e-de-ctnr-properties-pane {
1676
+ display: -webkit-box;
1677
+ display: -ms-flexbox;
1678
+ display: flex;
1679
+ height: calc(100% - 40px);
1680
+ width: 100%;
1681
+ }
1682
+ .e-bigger .e-de-ctn {
1683
+ background-color: #fff;
1684
+ border: 1px solid #dadada;
1685
+ height: 100%;
1686
+ position: relative;
1687
+ width: 100%;
1688
+ }
1689
+ .e-bigger .e-de-ctnr-toolbar {
1690
+ display: -webkit-box;
1691
+ display: -ms-flexbox;
1692
+ display: flex;
1693
+ height: 82px;
1694
+ width: 100%;
1695
+ }
1696
+ .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1697
+ .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1698
+ border: 0;
1699
+ }
1700
+ .e-bigger .e-de-pane {
1701
+ border-left: 1px solid #dadada;
1702
+ }
1703
+ .e-bigger .e-de-pane-rtl {
1704
+ border-right: 1px solid #dadada;
1705
+ }
1706
+ .e-bigger .e-de-ctnr-segment {
1707
+ margin-bottom: 16px;
1708
+ }
1709
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1710
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1711
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1712
+ margin-right: 16px;
1713
+ }
1714
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1715
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1716
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1717
+ margin-left: 16px;
1718
+ margin-right: 0;
1719
+ }
1720
+ .e-bigger .e-de-tlbr-wrapper {
1721
+ background-color: #fff;
1722
+ height: 82px;
1723
+ width: calc(100% - 75px);
1724
+ }
1725
+ .e-bigger .e-de-ctnr-prop-label {
1726
+ color: #333;
1727
+ display: inline-block;
1728
+ font-size: 13px;
1729
+ font-weight: 500;
1730
+ letter-spacing: 0.05px;
1731
+ margin-bottom: 16px;
1732
+ opacity: 0.87;
1733
+ }
1734
+ .e-bigger .e-de-table-prop-label {
1735
+ margin-left: 14.5px;
1736
+ }
1737
+ .e-bigger .e-de-table-prop-label.e-de-rtl {
1738
+ margin-left: 0;
1739
+ margin-right: 14.5px;
1740
+ }
1741
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
1742
+ height: 82px;
1743
+ }
1744
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1745
+ margin: 0 7.5px;
1746
+ }
1747
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1748
+ margin-left: 16px !important;
1749
+ margin-right: 8px;
1750
+ }
1751
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1752
+ margin-left: 8px;
1753
+ margin-right: 8px;
1754
+ }
1755
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1756
+ margin-left: 8px;
1757
+ margin-right: 16px;
1758
+ }
1759
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1760
+ background-color: #c8c8c8;
1761
+ }
1762
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1763
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1764
+ padding: 0;
1765
+ padding-bottom: 5px;
1766
+ }
1767
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1768
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1769
+ padding: 0;
1770
+ padding-bottom: 5px;
1771
+ }
1772
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1773
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1774
+ padding: 0;
1775
+ padding-bottom: 5px;
1776
+ }
1777
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1778
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1779
+ padding: 0;
1780
+ padding-bottom: 5px;
1781
+ }
1782
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1783
+ padding: 0 !important;
1784
+ }
1785
+ .e-bigger .e-de-overlay {
1786
+ height: 100%;
1787
+ opacity: 0.5;
1788
+ pointer-events: none;
1789
+ -ms-touch-action: none;
1790
+ touch-action: none;
1791
+ }
1792
+ .e-bigger .e-de-ctnr-properties-pane-btn {
1793
+ width: 75px;
1794
+ }
1795
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1796
+ background: #fff;
1797
+ border-radius: 0;
1798
+ -webkit-box-shadow: none;
1799
+ box-shadow: none;
1800
+ min-height: 100%;
1801
+ min-width: 100%;
1802
+ }
1803
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
1804
+ -webkit-box-shadow: none;
1805
+ box-shadow: none;
1806
+ }
1807
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
1808
+ -webkit-box-shadow: none;
1809
+ box-shadow: none;
1810
+ }
1811
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
1812
+ -webkit-box-shadow: none;
1813
+ box-shadow: none;
1814
+ }
1815
+ .e-bigger .e-de-showhide-btn {
1816
+ border: 0;
1817
+ height: 82px;
1818
+ }
1819
+ .e-bigger .e-de-showhide-btn-rtl {
1820
+ border: 0;
1821
+ height: 82px;
1822
+ }
1823
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1824
+ padding: 0;
1825
+ }
1826
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1827
+ display: table;
1828
+ font-size: 12px !important;
1829
+ margin: 0 6px;
1830
+ padding: 0;
1831
+ white-space: normal;
1832
+ }
1833
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1834
+ .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 {
1835
+ padding: 0;
1836
+ }
1837
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1838
+ -webkit-box-shadow: none;
1839
+ box-shadow: none;
1840
+ height: 38px;
1841
+ }
1842
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
1843
+ -webkit-box-shadow: none;
1844
+ box-shadow: none;
1845
+ }
1846
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
1847
+ -webkit-box-shadow: none;
1848
+ box-shadow: none;
1849
+ }
1850
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1851
+ -webkit-box-shadow: none;
1852
+ box-shadow: none;
1853
+ }
1854
+ .e-bigger .e-de-status-bar button {
1855
+ height: 38px;
1856
+ -webkit-box-shadow: none;
1857
+ box-shadow: none;
1858
+ }
1859
+ .e-bigger .e-de-status-bar button:focus {
1860
+ -webkit-box-shadow: none;
1861
+ box-shadow: none;
1862
+ }
1863
+ .e-bigger .e-de-status-bar button:active {
1864
+ -webkit-box-shadow: none;
1865
+ box-shadow: none;
1866
+ }
1867
+ .e-bigger .e-de-status-bar button:hover {
1868
+ -webkit-box-shadow: none;
1869
+ box-shadow: none;
1870
+ }
1871
+ .e-bigger .e-de-ctnr-group-btn button {
1872
+ -webkit-box-shadow: none;
1873
+ box-shadow: none;
1874
+ height: 38px;
1875
+ }
1876
+ .e-bigger .e-de-ctnr-group-btn button:focus {
1877
+ -webkit-box-shadow: none;
1878
+ box-shadow: none;
1879
+ }
1880
+ .e-bigger .e-de-ctnr-group-btn button:active {
1881
+ -webkit-box-shadow: none;
1882
+ box-shadow: none;
1883
+ }
1884
+ .e-bigger .e-de-ctnr-group-btn button:hover {
1885
+ -webkit-box-shadow: none;
1886
+ box-shadow: none;
1887
+ }
1888
+ .e-bigger .e-de-property-div-padding {
1889
+ border-bottom: 0.5px solid #e0e0e0;
1890
+ padding: 16px;
1891
+ }
1892
+ .e-bigger .e-de-font-clr-picker > div button,
1893
+ .e-bigger .e-de-font-clr-picker > button {
1894
+ width: auto;
1895
+ }
1896
+ .e-bigger .e-de-ctnr-dropdown-ftr {
1897
+ border-top: 1px solid #e0e0e0;
1898
+ color: #333;
1899
+ cursor: pointer;
1900
+ display: block;
1901
+ font-size: 12px;
1902
+ line-height: 40px;
1903
+ text-indent: 1.2em;
1904
+ }
1905
+ .e-bigger .e-de-char-fmt-btn > button {
1906
+ width: 38.5px;
1907
+ }
1908
+ .e-bigger .e-de-btn-hghlclr > button:first-child {
1909
+ padding: 0 6px !important;
1910
+ }
1911
+ .e-bigger .e-de-ctnr-hglt-color {
1912
+ font-size: 12px;
1913
+ font-weight: 400;
1914
+ height: 25px !important;
1915
+ width: 25px !important;
1916
+ }
1917
+ .e-bigger .e-de-ctnr-list {
1918
+ font-size: 29px;
1919
+ vertical-align: top;
1920
+ }
1921
+ .e-bigger .e-de-image-property {
1922
+ padding-left: 32px;
1923
+ }
1924
+ .e-bigger .e-de-img-prty-span {
1925
+ color: #333;
1926
+ left: 10px;
1927
+ position: absolute;
1928
+ top: 10px;
1929
+ }
1930
+ .e-bigger .e-btn-toggle {
1931
+ background-color: #c8c8c8 !important;
1932
+ -webkit-box-shadow: none !important;
1933
+ box-shadow: none !important;
1934
+ border-color: #c8c8c8 !important;
1935
+ outline: #eaeaea 0 solid;
1936
+ outline-offset: 0;
1937
+ }
1938
+ .e-bigger .e-btn-toggle:hover {
1939
+ background-color: #c8c8c8 !important;
1940
+ border-color: #c8c8c8 !important;
1941
+ outline: #eaeaea 0 solid;
1942
+ outline-offset: 0;
1943
+ -webkit-box-shadow: none !important;
1944
+ box-shadow: none !important;
1945
+ }
1946
+ .e-bigger .e-de-toc-template1 {
1947
+ background: #fff;
1948
+ border: 1px solid #dadada;
1949
+ color: #333;
1950
+ height: 129px;
1951
+ margin-left: 78px;
1952
+ width: 94px;
1953
+ }
1954
+ .e-bigger .e-de-toc-template1-content1 {
1955
+ font-size: 10px;
1956
+ height: 11px;
1957
+ margin-left: 5.4px;
1958
+ margin-top: 6.7px;
1959
+ width: 82px;
1960
+ }
1961
+ .e-bigger .e-de-toc-template1-content2 {
1962
+ font-size: 8px;
1963
+ height: 9px;
1964
+ margin-left: 20.4px;
1965
+ margin-top: 5.7px;
1966
+ width: 63px;
1967
+ }
1968
+ .e-bigger .e-de-toc-template1-content3 {
1969
+ font-size: 7px;
1970
+ height: 8px;
1971
+ margin-left: 28.4px;
1972
+ margin-top: 6.7px;
1973
+ width: 56px;
1974
+ }
1975
+ .e-bigger .e-de-toc-optionsdiv {
1976
+ margin-bottom: 11.5px;
1977
+ margin-left: 5.5px;
1978
+ margin-top: 15.5px;
1979
+ }
1980
+ .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
1981
+ margin-right: 5.5px;
1982
+ margin-left: 0;
1983
+ }
1984
+ .e-bigger .e-de-prop-sub-label {
1985
+ font-size: 13px;
1986
+ margin-bottom: 8.5px;
1987
+ }
1988
+ .e-bigger .e-de-btn-cancel {
1989
+ margin-left: 10px;
1990
+ }
1991
+ .e-bigger .e-de-status-bar {
1992
+ background: #fff;
1993
+ display: -webkit-box;
1994
+ display: -ms-flexbox;
1995
+ display: flex;
1996
+ padding-top: 3px;
1997
+ width: 100%;
1998
+ }
1999
+ .e-bigger .e-de-statusbar-zoom {
2000
+ border: 0;
2001
+ color: #333;
2002
+ float: right;
2003
+ height: 34px;
2004
+ background-color: #fff;
2005
+ }
2006
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2007
+ line-height: 25px;
2008
+ padding: 0 5px !important;
2009
+ }
2010
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2011
+ height: 0;
2012
+ line-height: 0;
2013
+ }
2014
+ .e-bigger .e-listview .e-list-icon {
2015
+ height: 24px;
2016
+ width: 16px;
2017
+ margin-right: 16px;
2018
+ }
2019
+ .e-bigger .e-de-listview-icon {
2020
+ height: auto;
2021
+ width: auto;
2022
+ line-height: 22px;
2023
+ margin-right: 16px;
2024
+ }
2025
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2026
+ height: 24px;
2027
+ width: 16px;
2028
+ margin-left: 16px;
2029
+ }
2030
+ .e-bigger .e-rtl .e-de-listview-icon {
2031
+ height: auto;
2032
+ width: auto;
2033
+ line-height: 22px;
2034
+ margin-left: 16px;
2035
+ }
2036
+
2037
+ .e-de-ctn .e-de-bzr-button {
2038
+ font-size: 12px;
2039
+ font-weight: 400;
2040
+ background: #fff;
2041
+ height: 100%;
2042
+ -webkit-box-shadow: none;
2043
+ box-shadow: none;
2044
+ border: none;
2045
+ }
2046
+
2047
+ .e-de-ctn .e-de-bzr-button:focus {
2048
+ outline: none;
2049
+ }
2050
+
2051
+ .e-de-ctn .e-de-bzr-button:hover {
2052
+ background: #f4f4f4;
2053
+ border: 1px solid #eaeaea;
2054
+ border-radius: 0;
2055
+ color: #000;
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: #d1ebff;
2063
+ border-color: #d1ebff;
2064
+ color: #333;
2065
+ }
2066
+
2067
+ .e-de-ctn .e-de-bzr-button {
2068
+ font-size: 12px;
2069
+ font-weight: 400;
2070
+ background: #fff;
2071
+ height: 100%;
2072
+ }
2073
+
2074
+ .e-de-ctn .e-de-bzr-button:focus {
2075
+ outline: none;
2076
+ }
2077
+
2078
+ .e-de-ctn .e-de-bzr-button:hover {
2079
+ background: #f4f4f4;
2080
+ border: 1px solid #eaeaea;
2081
+ border-radius: 0;
2082
+ color: #000;
2083
+ }
2084
+
2085
+ .e-de-ctn .e-de-bzr-button:active {
2086
+ -webkit-box-shadow: none;
2087
+ box-shadow: none;
2088
+ border-radius: 0;
2089
+ background-color: #d1ebff;
2090
+ border-color: #d1ebff;
2091
+ color: #333;
2092
+ }
2093
+
2094
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2095
+ font-size: 16px;
2096
+ }
2097
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2098
+ font-size: 16px;
2099
+ }