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