@syncfusion/ej2-angular-documenteditor 25.2.7 → 26.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/CHANGELOG.md +3856 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -2
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -2
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.js +2 -2
  9. package/schematics/utils/lib-details.ts +2 -2
  10. package/styles/bootstrap-dark.css +6039 -1
  11. package/styles/bootstrap.css +6068 -1
  12. package/styles/bootstrap4.css +6438 -1
  13. package/styles/bootstrap5-dark.css +6400 -1
  14. package/styles/bootstrap5.css +6400 -1
  15. package/styles/document-editor/bootstrap-dark.css +3963 -1
  16. package/styles/document-editor/bootstrap.css +3964 -1
  17. package/styles/document-editor/bootstrap4.css +4127 -1
  18. package/styles/document-editor/bootstrap5-dark.css +4067 -1
  19. package/styles/document-editor/bootstrap5.css +4067 -1
  20. package/styles/document-editor/fabric-dark.css +3963 -1
  21. package/styles/document-editor/fabric.css +3967 -1
  22. package/styles/document-editor/fluent-dark.css +4007 -1
  23. package/styles/document-editor/fluent.css +4007 -1
  24. package/styles/document-editor/fluent2.css +5095 -0
  25. package/styles/document-editor/fluent2.scss +1 -0
  26. package/styles/document-editor/highcontrast-light.css +2845 -1
  27. package/styles/document-editor/highcontrast.css +3963 -1
  28. package/styles/document-editor/material-dark.css +3957 -1
  29. package/styles/document-editor/material.css +3957 -1
  30. package/styles/document-editor/material3-dark.css +4174 -1
  31. package/styles/document-editor/material3.css +4286 -1
  32. package/styles/document-editor/tailwind-dark.css +4276 -1
  33. package/styles/document-editor/tailwind.css +4279 -1
  34. package/styles/document-editor-container/bootstrap-dark.css +2075 -1
  35. package/styles/document-editor-container/bootstrap.css +2103 -1
  36. package/styles/document-editor-container/bootstrap4.css +2310 -1
  37. package/styles/document-editor-container/bootstrap5-dark.css +2332 -1
  38. package/styles/document-editor-container/bootstrap5.css +2332 -1
  39. package/styles/document-editor-container/fabric-dark.css +2062 -1
  40. package/styles/document-editor-container/fabric.css +2099 -1
  41. package/styles/document-editor-container/fluent-dark.css +2217 -1
  42. package/styles/document-editor-container/fluent.css +2217 -1
  43. package/styles/document-editor-container/fluent2.css +3156 -0
  44. package/styles/document-editor-container/fluent2.scss +1 -0
  45. package/styles/document-editor-container/highcontrast-light.css +4132 -1
  46. package/styles/document-editor-container/highcontrast.css +2107 -1
  47. package/styles/document-editor-container/material-dark.css +2056 -1
  48. package/styles/document-editor-container/material.css +2076 -1
  49. package/styles/document-editor-container/material3-dark.css +2430 -1
  50. package/styles/document-editor-container/material3.css +2542 -1
  51. package/styles/document-editor-container/tailwind-dark.css +2158 -1
  52. package/styles/document-editor-container/tailwind.css +2158 -1
  53. package/styles/fabric-dark.css +6026 -1
  54. package/styles/fabric.css +6067 -1
  55. package/styles/fluent-dark.css +6225 -1
  56. package/styles/fluent.css +6225 -1
  57. package/styles/fluent2.css +8252 -0
  58. package/styles/fluent2.scss +2 -0
  59. package/styles/highcontrast-light.css +4904 -1
  60. package/styles/highcontrast.css +6071 -1
  61. package/styles/material-dark.css +6014 -1
  62. package/styles/material.css +6034 -1
  63. package/styles/material3-dark.css +6605 -1
  64. package/styles/material3.css +6829 -1
  65. package/styles/tailwind-dark.css +6435 -1
  66. package/styles/tailwind.css +6438 -1
  67. package/license +0 -10
  68. package/postinstall/tagchange.js +0 -18
@@ -1 +1,4132 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/highcontrast-light.css';
1
+ .e-documenteditor .e-close::before {
2
+ content: "\e825";
3
+ font-family: "e-icons";
4
+ font-size: 14px;
5
+ }
6
+ .e-documenteditor .e-de-op-search-icon::before {
7
+ content: "\e275";
8
+ font-family: "e-icons";
9
+ font-size: 10px;
10
+ }
11
+ .e-documenteditor .e-arrow-up::before {
12
+ content: "\e834";
13
+ font-family: "e-icons";
14
+ font-size: 10px;
15
+ }
16
+ .e-documenteditor .e-arrow-down::before {
17
+ content: "\e83d";
18
+ font-family: "e-icons";
19
+ font-size: 10px;
20
+ }
21
+ .e-documenteditor .e-de-op-close-icon {
22
+ height: 20px;
23
+ }
24
+ .e-documenteditor .e-de-op-close-icon::before {
25
+ content: "\e7fc";
26
+ }
27
+ .e-documenteditor .e-de-op-search-close-icon::before {
28
+ content: "\e7fc";
29
+ font-family: "e-icons";
30
+ font-size: 10px;
31
+ }
32
+
33
+ .e-de-table-properties-alignment:hover {
34
+ border-color: #f17eb8;
35
+ }
36
+
37
+ .e-de-table-properties-alignment {
38
+ border: 1px solid transparent;
39
+ }
40
+
41
+ .e-de-tablecell-alignment {
42
+ border: 1px solid transparent;
43
+ }
44
+
45
+ .e-de-tablecell-alignment:hover {
46
+ border-color: #f17eb8;
47
+ }
48
+
49
+ .e-de-table-left-alignment::before {
50
+ content: "\e517";
51
+ font-size: 46px;
52
+ position: absolute;
53
+ top: 137px;
54
+ }
55
+
56
+ .e-de-table-center-alignment::before {
57
+ content: "\e518";
58
+ font-size: 46px;
59
+ position: absolute;
60
+ top: 137px;
61
+ }
62
+
63
+ .e-de-table-right-alignment::before {
64
+ content: "\e515";
65
+ font-size: 46px;
66
+ position: absolute;
67
+ top: 137px;
68
+ }
69
+
70
+ .e-de-tablecell-top-alignment::before {
71
+ content: "\e527";
72
+ font-size: 51px;
73
+ }
74
+
75
+ .e-de-tablecell-center-alignment::before {
76
+ content: "\e526";
77
+ font-size: 51px;
78
+ }
79
+
80
+ .e-de-tablecell-bottom-alignment::before {
81
+ content: "\e525";
82
+ font-size: 51px;
83
+ }
84
+
85
+ .e-de-table-alignment-active {
86
+ border: 1px solid #ff4081;
87
+ }
88
+
89
+ .e-de-table-border-setting {
90
+ border: 1px solid rgb(0, 0, 0);
91
+ height: 48px;
92
+ left: 5px;
93
+ position: relative;
94
+ top: 5px;
95
+ width: 48px;
96
+ }
97
+
98
+ .e-de-table-border-setting-genral {
99
+ border: 1px solid rgba(0, 0, 0, 0.26);
100
+ display: inline-block;
101
+ height: 60px;
102
+ width: 60px;
103
+ }
104
+
105
+ .e-de-table-border-preview-genral {
106
+ border: 1px solid rgba(0, 0, 0, 0.26);
107
+ display: inline-block;
108
+ height: 25px;
109
+ width: 25px;
110
+ }
111
+
112
+ .e-de-table-border-inside-setting:hover {
113
+ border: 1px solid #f17eb8;
114
+ }
115
+
116
+ .e-de-table-border-preview {
117
+ height: 24px;
118
+ width: 24px;
119
+ }
120
+
121
+ .e-de-table-border-inside-preview:hover {
122
+ border: 1px solid #f17eb8;
123
+ }
124
+
125
+ .e-de-table-border-inside-setting-click {
126
+ border: 1px solid #ff4081;
127
+ }
128
+
129
+ .e-de-table-border-inside-preview-click {
130
+ border: 1px solid #ff4081;
131
+ }
132
+
133
+ .e-de-table-border-none-setting::before {
134
+ content: "\e507";
135
+ font-size: 38px;
136
+ position: absolute;
137
+ }
138
+
139
+ .e-de-table-border-box-setting::before {
140
+ content: "\e509";
141
+ font-size: 34px;
142
+ left: 2px;
143
+ position: absolute;
144
+ top: 2px;
145
+ }
146
+
147
+ .e-de-table-border-all-setting::before {
148
+ content: "\e511";
149
+ font-size: 34px;
150
+ left: 2px;
151
+ position: absolute;
152
+ top: 2px;
153
+ }
154
+
155
+ .e-de-table-border-custom-setting::before {
156
+ content: "\e516";
157
+ font-size: 34px;
158
+ left: 2px;
159
+ position: absolute;
160
+ top: 2px;
161
+ }
162
+
163
+ .e-de-table-border-toptop-alignment::before {
164
+ content: "\e281";
165
+ font-size: 16px;
166
+ left: 4px;
167
+ position: absolute;
168
+ top: -2px;
169
+ }
170
+
171
+ .e-de-table-border-topcenter-alignment::before {
172
+ content: "\e276";
173
+ font-size: 16px;
174
+ left: 4px;
175
+ position: absolute;
176
+ top: -2px;
177
+ }
178
+
179
+ .e-de-table-border-topbottom-alignment::before {
180
+ content: "\e298";
181
+ font-size: 16px;
182
+ left: 4px;
183
+ position: absolute;
184
+ top: -2px;
185
+ }
186
+
187
+ .e-de-table-border-diagionalup-alignment::before {
188
+ content: "\e262";
189
+ font-size: 16px;
190
+ left: 4px;
191
+ position: absolute;
192
+ top: -2px;
193
+ }
194
+
195
+ .e-de-table-border-diagionaldown-alignment::before {
196
+ content: "\e265";
197
+ font-size: 16px;
198
+ left: 4px;
199
+ position: absolute;
200
+ top: -2px;
201
+ }
202
+
203
+ .e-de-table-border-bottomleft-alignment::before {
204
+ content: "\e291";
205
+ font-size: 16px;
206
+ left: 4px;
207
+ position: absolute;
208
+ top: -2px;
209
+ }
210
+
211
+ .e-de-table-border-bottomcenter-alignment::before {
212
+ content: "\e287";
213
+ font-size: 16px;
214
+ left: 4px;
215
+ position: absolute;
216
+ top: -2px;
217
+ }
218
+
219
+ .e-de-table-border-bottomright-alignment::before {
220
+ content: "\e288";
221
+ font-size: 16px;
222
+ left: 4px;
223
+ position: absolute;
224
+ top: -2px;
225
+ }
226
+
227
+ .e-menu-item .e-de-cut::before {
228
+ content: "\e279";
229
+ }
230
+
231
+ .e-menu-item .e-de-copy::before {
232
+ content: "\e280";
233
+ }
234
+
235
+ .e-menu-item .e-de-paste::before {
236
+ content: "\e501";
237
+ }
238
+
239
+ .e-menu-item .e-de-continue-numbering::before {
240
+ content: "\e503";
241
+ }
242
+
243
+ .e-menu-item .e-de-restart-at::before {
244
+ content: "\e277";
245
+ }
246
+
247
+ .e-menu-item .e-de-insertlink::before {
248
+ content: "\e290";
249
+ }
250
+
251
+ .e-menu-item .e-de-open-hyperlink::before {
252
+ content: "\e278";
253
+ }
254
+
255
+ .e-menu-item .e-de-copy-hyperlink::before {
256
+ content: "\e295";
257
+ }
258
+
259
+ .e-menu-item .e-de-edit-hyperlink::before {
260
+ content: "\e289";
261
+ }
262
+
263
+ .e-menu-item .e-de-remove-hyperlink::before {
264
+ content: "\e286";
265
+ }
266
+
267
+ .e-menu-item .e-de-fonts::before {
268
+ content: "\e273";
269
+ }
270
+
271
+ .e-menu-item .e-de-paragraph::before {
272
+ content: "\e75e";
273
+ }
274
+
275
+ .e-menu-item .e-de-table::before {
276
+ content: "\e294";
277
+ }
278
+
279
+ .e-menu-item .e-de-insertabove::before {
280
+ content: "\e506";
281
+ }
282
+
283
+ .e-menu-item .e-de-insertbelow::before {
284
+ content: "\e505";
285
+ }
286
+
287
+ .e-menu-item .e-de-insertleft::before {
288
+ content: "\e285";
289
+ }
290
+
291
+ .e-menu-item .e-de-insertright::before {
292
+ content: "\e284";
293
+ }
294
+
295
+ .e-menu-item .e-de-delete-table::before {
296
+ content: "\e292";
297
+ }
298
+
299
+ .e-menu-item .e-de-deleterow::before {
300
+ content: "\e283";
301
+ }
302
+
303
+ .e-menu-item .e-de-deletecolumn::before {
304
+ content: "\e282";
305
+ }
306
+
307
+ .e-de-bold::before {
308
+ content: "\e339";
309
+ font-family: "e-icons";
310
+ font-size: 16px;
311
+ font-weight: normal;
312
+ }
313
+
314
+ .e-de-italic::before {
315
+ content: "\e35a";
316
+ font-family: "e-icons";
317
+ font-size: 16px;
318
+ font-weight: normal;
319
+ }
320
+
321
+ .e-de-underline::before {
322
+ content: "\e343";
323
+ font-family: "e-icons";
324
+ font-size: 16px;
325
+ font-weight: normal;
326
+ }
327
+
328
+ .e-de-indent::before {
329
+ content: "\e35d";
330
+ font-family: "e-icons";
331
+ font-size: 16px;
332
+ font-weight: normal;
333
+ }
334
+
335
+ .e-de-outdent::before {
336
+ content: "\e33f";
337
+ font-family: "e-icons";
338
+ font-size: 16px;
339
+ font-weight: normal;
340
+ }
341
+
342
+ .e-de-align-left::before {
343
+ content: "\e33a";
344
+ font-family: "e-icons";
345
+ font-size: 16px;
346
+ font-weight: normal;
347
+ }
348
+
349
+ .e-de-align-center::before {
350
+ content: "\e35e";
351
+ font-family: "e-icons";
352
+ font-size: 16px;
353
+ font-weight: normal;
354
+ }
355
+
356
+ .e-de-align-right::before {
357
+ content: "\e34d";
358
+ font-family: "e-icons";
359
+ font-size: 16px;
360
+ font-weight: normal;
361
+ }
362
+
363
+ .e-de-justify::before {
364
+ content: "\e334";
365
+ font-family: "e-icons";
366
+ font-size: 16px;
367
+ font-weight: normal;
368
+ }
369
+
370
+ .e-de-single-spacing::before {
371
+ content: "\e520";
372
+ font-family: "e-icons";
373
+ font-size: 16px;
374
+ }
375
+
376
+ .e-de-double-spacing::before {
377
+ content: "\e521";
378
+ font-family: "e-icons";
379
+ font-size: 16px;
380
+ }
381
+
382
+ .e-de-one-point-five-spacing::before {
383
+ content: "\e522";
384
+ font-family: "e-icons";
385
+ font-size: 16px;
386
+ }
387
+
388
+ .e-de-before-spacing::before {
389
+ content: "\e523";
390
+ font-family: "e-icons";
391
+ font-size: 16px;
392
+ }
393
+
394
+ .e-de-after-spacing::before {
395
+ content: "\e274";
396
+ font-family: "e-icons";
397
+ font-size: 16px;
398
+ }
399
+
400
+ .e-de-icon-bullet-list-dot::before {
401
+ content: "\e270";
402
+ font-family: "e-icons";
403
+ font-size: 42px;
404
+ }
405
+
406
+ .e-de-icon-bullet-list-circle::before {
407
+ content: "\e254";
408
+ font-family: "e-icons";
409
+ font-size: 42px;
410
+ }
411
+
412
+ .e-de-icon-bullet-list-square::before {
413
+ content: "\e271";
414
+ font-family: "e-icons";
415
+ font-size: 42px;
416
+ }
417
+
418
+ .e-de-icon-bullet-list-tick::before {
419
+ content: "\e259";
420
+ font-family: "e-icons";
421
+ font-size: 42px;
422
+ }
423
+
424
+ .e-de-icon-bullet-list-flower::before {
425
+ content: "\e267";
426
+ font-family: "e-icons";
427
+ font-size: 42px;
428
+ }
429
+
430
+ .e-de-icon-bullet-list-arrow::before {
431
+ content: "\e253";
432
+ font-family: "e-icons";
433
+ font-size: 42px;
434
+ }
435
+
436
+ .e-de-icon-bullet-list-none::before {
437
+ content: "\e256";
438
+ font-family: "e-icons";
439
+ font-size: 42px;
440
+ }
441
+
442
+ .e-de-blink-cursor {
443
+ border-left: 1px solid;
444
+ pointer-events: none;
445
+ position: absolute;
446
+ z-index: 3;
447
+ }
448
+
449
+ .e-de-cursor-animation {
450
+ -webkit-animation-duration: 1s;
451
+ animation-duration: 1s;
452
+ -webkit-animation-iteration-count: infinite;
453
+ animation-iteration-count: infinite;
454
+ -webkit-animation-name: FadeInFadeOut;
455
+ animation-name: FadeInFadeOut;
456
+ }
457
+
458
+ @-webkit-keyframes FadeInFadeOut {
459
+ from {
460
+ opacity: 1;
461
+ }
462
+ 13% {
463
+ opacity: 0;
464
+ }
465
+ 50% {
466
+ opacity: 0;
467
+ }
468
+ 63% {
469
+ opacity: 1;
470
+ }
471
+ to {
472
+ opacity: 1;
473
+ }
474
+ }
475
+
476
+ @keyframes FadeInFadeOut {
477
+ from {
478
+ opacity: 1;
479
+ }
480
+ 13% {
481
+ opacity: 0;
482
+ }
483
+ 50% {
484
+ opacity: 0;
485
+ }
486
+ 63% {
487
+ opacity: 1;
488
+ }
489
+ to {
490
+ opacity: 1;
491
+ }
492
+ }
493
+ .e-documenteditor .e-checkbox-wrapper .e-frame {
494
+ height: 14px;
495
+ line-height: 6px;
496
+ width: 14px;
497
+ }
498
+ .e-documenteditor .e-checkbox-wrapper .e-label {
499
+ font-size: 12px;
500
+ }
501
+ .e-documenteditor .e-de-op-close-button {
502
+ left: 267px;
503
+ position: absolute;
504
+ top: 8px;
505
+ }
506
+
507
+ .e-de-background {
508
+ background-color: #ccc;
509
+ }
510
+
511
+ .e-de-result-list-block .e-de-search-result-hglt {
512
+ background: transparent;
513
+ border-bottom: 2px solid #bdbdbd;
514
+ cursor: default;
515
+ padding: 20px 1px 20px 5px;
516
+ }
517
+
518
+ .e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
519
+ color: #3f51b5;
520
+ }
521
+
522
+ .e-de-search-result-item {
523
+ cursor: default;
524
+ padding: 20px 1px 20px 5px;
525
+ }
526
+
527
+ .e-de-search-result-item:hover {
528
+ border-bottom: 1px solid #bdbdbd;
529
+ cursor: default;
530
+ }
531
+
532
+ .e-de-search-result-item:focus {
533
+ border-bottom: 2px solid #bdbdbd;
534
+ cursor: default;
535
+ padding: 20px 1px 20px 5px;
536
+ }
537
+
538
+ .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
539
+ border: 1px solid #ddd;
540
+ }
541
+
542
+ .e-de-op-search-icon:hover {
543
+ background: #ddd;
544
+ }
545
+
546
+ .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
547
+ border: 1px solid #ddd;
548
+ border-right-width: 0;
549
+ }
550
+
551
+ .e-de-op-search-close-icon:hover {
552
+ background: #ddd;
553
+ }
554
+
555
+ .e-spin-down:focus {
556
+ border: 1px solid #ddd;
557
+ border-right-width: 0;
558
+ }
559
+
560
+ .e-spin-down:hover {
561
+ background: #ddd;
562
+ }
563
+
564
+ .e-spin-up:focus {
565
+ border: 1px solid #ddd;
566
+ border-right-width: 0;
567
+ }
568
+
569
+ .e-spin-up:hover {
570
+ background: #ddd;
571
+ }
572
+
573
+ .e-de-para-dlg-heading {
574
+ color: rgba(0, 0, 0, 0.87);
575
+ display: block;
576
+ font-size: 14px;
577
+ font-weight: 400;
578
+ margin-bottom: 5px;
579
+ }
580
+
581
+ .e-de-para-dlg-container {
582
+ height: 450px;
583
+ width: 400px;
584
+ }
585
+
586
+ .e-de-toc-dlg-heading {
587
+ color: rgba(0, 0, 0, 0.87);
588
+ display: block;
589
+ font-size: 14px;
590
+ font-weight: 400;
591
+ margin-bottom: 5px;
592
+ }
593
+
594
+ .e-de-toc-dlg-main-heading {
595
+ color: rgba(0, 0, 0, 0.87);
596
+ display: block;
597
+ font-size: 14px;
598
+ font-weight: 500;
599
+ margin-bottom: 5px;
600
+ }
601
+
602
+ .e-de-toc-reset-button {
603
+ margin-top: 10px;
604
+ }
605
+
606
+ .e-de-toc-modify-button {
607
+ margin-left: 150px;
608
+ margin-top: 10px;
609
+ }
610
+
611
+ .e-de-toc-dlg-container {
612
+ height: 471px;
613
+ width: 520px;
614
+ }
615
+
616
+ .e-de-toc-dlg-sub-container {
617
+ margin-bottom: 20px;
618
+ }
619
+
620
+ .e-de-toc-list-view {
621
+ border: 1px solid #808080;
622
+ border-radius: 4px;
623
+ font-size: 12px;
624
+ height: 200px;
625
+ margin-left: 36px;
626
+ overflow-y: scroll;
627
+ width: 211px;
628
+ }
629
+
630
+ .e-de-toc-dlg-sub-heading {
631
+ color: rgba(0, 0, 0, 0.87);
632
+ display: block;
633
+ font-size: 14px;
634
+ font-weight: 400;
635
+ margin: 10px 15px 5px 15px;
636
+ }
637
+
638
+ .e-de-toc-dlg-style-label {
639
+ margin-left: 50px;
640
+ margin-top: 58px;
641
+ }
642
+
643
+ .e-de-toc-dlg-style-label.e-de-rtl {
644
+ margin-left: 0;
645
+ margin-right: 50px;
646
+ }
647
+
648
+ .e-de-pagesetup-dlg-container {
649
+ height: 246px;
650
+ width: 354px;
651
+ }
652
+
653
+ .e-de-page-setup-ppty-tab {
654
+ border: 0;
655
+ }
656
+
657
+ .e-de-page-setup-dlg-sub-container {
658
+ margin-bottom: 25px;
659
+ }
660
+
661
+ .e-de-page-setup-dlg-left-sub-container {
662
+ float: left;
663
+ position: relative;
664
+ top: 17px;
665
+ }
666
+
667
+ .e-de-page-setup-dlg-right-sub-container {
668
+ float: right;
669
+ position: relative;
670
+ top: 17px;
671
+ }
672
+
673
+ .e-de-page-setup-dlg-sub-header {
674
+ display: block;
675
+ font-size: 12px;
676
+ font-weight: normal;
677
+ margin-bottom: 3px;
678
+ margin-top: 8px;
679
+ }
680
+
681
+ .e-de-page-setup-dlg-sub-title-header {
682
+ display: block;
683
+ font-size: 12px;
684
+ font-weight: normal;
685
+ margin-bottom: 3px;
686
+ margin-top: 12px;
687
+ }
688
+
689
+ .e-de-page-setup-dlg-sub-container-port {
690
+ height: 40px;
691
+ margin-bottom: 25px;
692
+ }
693
+
694
+ .e-de-page-setup-dlg-sub-label {
695
+ font-size: 13px;
696
+ font-weight: 500;
697
+ }
698
+
699
+ .e-de-page-setup-dlg-orientation-prop {
700
+ margin-top: 13px;
701
+ }
702
+
703
+ .e-de-page-setup-dlg-sub-size-container {
704
+ height: 65px;
705
+ margin-bottom: 20px;
706
+ }
707
+
708
+ .e-de-page-setup-dlg-layout-sub-container {
709
+ height: 60px;
710
+ margin-bottom: 20px;
711
+ position: relative;
712
+ top: 17px;
713
+ }
714
+
715
+ .e-de-page-setup-dlg-first-page-prop .e-label,
716
+ .e-de-page-setup-dlg-odd-or-even-prop .e-label {
717
+ font-size: 12px;
718
+ }
719
+
720
+ .e-de-page-setup-dlg-first-page-prop .e-frame,
721
+ .e-de-page-setup-dlg-odd-or-even-prop .e-frame {
722
+ height: 15px;
723
+ line-height: 11px;
724
+ width: 15px;
725
+ }
726
+
727
+ .e-de-page-setup-dlg-left-layout-container {
728
+ float: left;
729
+ position: relative;
730
+ top: 10px;
731
+ }
732
+
733
+ .e-de-page-setup-dlg-right-layout-container {
734
+ float: right;
735
+ position: relative;
736
+ top: 10px;
737
+ }
738
+
739
+ .e-de-dlg-sub-header {
740
+ display: block;
741
+ font-size: 12px;
742
+ font-weight: normal;
743
+ margin-bottom: 15px;
744
+ margin-top: 8px;
745
+ }
746
+
747
+ .e-de-para-dlg-sub-container {
748
+ margin-bottom: 25px;
749
+ }
750
+
751
+ .e-de-para-dlg-right-sub-container {
752
+ top: 17px;
753
+ }
754
+
755
+ .e-de-dlg-footer .e-btn {
756
+ margin-left: 10px;
757
+ }
758
+
759
+ .e-de-hyperlink-dlg-title {
760
+ font-size: 12px;
761
+ font-weight: normal;
762
+ margin-bottom: 8px;
763
+ margin-top: 8px;
764
+ }
765
+
766
+ .e-de-hyperlink .e-de-hyperlink-dlg-input {
767
+ height: 16px;
768
+ margin-bottom: 20px;
769
+ width: 230px;
770
+ }
771
+
772
+ .e-de-font-dlg-header {
773
+ display: -webkit-box;
774
+ display: -ms-flexbox;
775
+ display: flex;
776
+ font-size: 12px;
777
+ font-weight: normal;
778
+ margin-bottom: 8px;
779
+ }
780
+
781
+ .e-de-font-dlg-header-effects,
782
+ .e-de-font-dlg-header-font-color {
783
+ display: -webkit-box;
784
+ display: -ms-flexbox;
785
+ display: flex;
786
+ font-size: 14px;
787
+ font-weight: normal;
788
+ margin-bottom: 8px;
789
+ }
790
+
791
+ .e-de-font-dlg-main-header {
792
+ color: rgba(0, 0, 0, 0.87);
793
+ font-size: 14px;
794
+ font-weight: normal;
795
+ margin-right: 15px;
796
+ }
797
+
798
+ .e-de-font-dlg-cb-right {
799
+ margin-left: 40px;
800
+ }
801
+
802
+ .e-de-font-dlg-cb-right-div {
803
+ margin-left: 20px;
804
+ }
805
+
806
+ .e-de-dropdown {
807
+ margin-right: 40px;
808
+ }
809
+
810
+ .e-de-op {
811
+ border-right: 1px solid #e1e1e1;
812
+ padding-left: 16px;
813
+ padding-right: 16px;
814
+ padding-top: 24px;
815
+ position: relative;
816
+ width: 300px;
817
+ }
818
+
819
+ .e-de-op-header {
820
+ color: rgba(0, 0, 0, 0.87);
821
+ font-family: "Roboto";
822
+ font-size: 15px;
823
+ font-weight: 500;
824
+ margin-bottom: 20px;
825
+ }
826
+
827
+ .e-de-op-tab {
828
+ border: 0;
829
+ height: 36px;
830
+ }
831
+
832
+ .e-de-op-icon {
833
+ color: rgba(0, 0, 0, 0.54);
834
+ height: 20px;
835
+ width: 20px;
836
+ }
837
+
838
+ .e-de-op-close-icon {
839
+ color: rgba(0, 0, 0, 0.54);
840
+ }
841
+
842
+ .e-de-op-nav-btn {
843
+ height: 20px;
844
+ width: 20px;
845
+ }
846
+
847
+ .e-de-op-search-txt {
848
+ border-bottom: 1px solid #ddd;
849
+ color: rgba(0, 0, 0, 0.87);
850
+ font-size: 14px;
851
+ }
852
+
853
+ .e-de-op-search-txt .e-de-op-search-word {
854
+ color: #3f51b5;
855
+ }
856
+
857
+ .e-de-op-more-less {
858
+ display: block;
859
+ margin-top: 15px;
860
+ }
861
+
862
+ .e-de-op-replacetabcontentdiv {
863
+ height: 82px;
864
+ margin-top: 15px;
865
+ }
866
+
867
+ label[for=container_wholeWord] {
868
+ left: 35px;
869
+ }
870
+
871
+ .e-de-cell-dia-label-common {
872
+ display: inline-block;
873
+ font-size: 12px;
874
+ font-weight: normal;
875
+ margin-bottom: 8px;
876
+ margin-top: 8px;
877
+ width: 150px;
878
+ }
879
+
880
+ .e-de-cell-dia-options-label {
881
+ font-size: 14px;
882
+ font-weight: 400;
883
+ }
884
+
885
+ .e-de-table-border-heading {
886
+ font-size: 14px;
887
+ font-weight: 400;
888
+ padding-bottom: 20px;
889
+ }
890
+
891
+ .e-de-table-setting-heading {
892
+ font-size: 14px;
893
+ font-weight: normal;
894
+ padding-bottom: 20px;
895
+ }
896
+
897
+ .e-de-layout-setting-heading {
898
+ font-size: 14px;
899
+ font-weight: normal;
900
+ padding-bottom: 20px;
901
+ }
902
+
903
+ .e-de-table-setting-labels-heading {
904
+ font-size: 12px;
905
+ font-weight: normal;
906
+ }
907
+
908
+ .e-de-table-element-subheading {
909
+ font-size: 12px;
910
+ font-weight: normal;
911
+ }
912
+
913
+ .e-de-border-dlg-preview-div {
914
+ border: 1px solid rgba(0, 0, 0, 0.54);
915
+ }
916
+
917
+ .e-de-border-dlg-preview-inside-divs {
918
+ opacity: 0.54;
919
+ }
920
+
921
+ .e-de-table-dia-align-div {
922
+ border: 1px solid #ddd;
923
+ display: inline-block;
924
+ height: 60px;
925
+ margin-right: 10px;
926
+ width: 60px;
927
+ }
928
+
929
+ .e-de-table-dia-align-label {
930
+ display: inline-block;
931
+ font-size: 12px;
932
+ font-weight: normal;
933
+ margin-left: 10px;
934
+ margin-top: 8px;
935
+ }
936
+
937
+ .e-de-table-dialog-separator-line {
938
+ background-color: rgb(0, 0, 0);
939
+ height: 1px;
940
+ left: 1px;
941
+ opacity: 0.12;
942
+ position: absolute;
943
+ top: 371px;
944
+ width: 100%;
945
+ }
946
+
947
+ .e-de-table-dialog-options-label {
948
+ font-size: 14px;
949
+ font-weight: 400;
950
+ padding-bottom: 15px;
951
+ padding-top: 20px;
952
+ }
953
+
954
+ .e-de-list-ddl-header {
955
+ font-size: 14px;
956
+ font-weight: normal;
957
+ margin-bottom: 20px;
958
+ margin-top: 20px;
959
+ }
960
+
961
+ .e-de-list-ddl-header-list-level {
962
+ font-size: 14px;
963
+ font-weight: normal;
964
+ margin-bottom: 20px;
965
+ }
966
+
967
+ .e-de-tbl-dlg-footer {
968
+ padding-top: 27px;
969
+ }
970
+
971
+ .e-de-row-ht-top {
972
+ display: inline-block;
973
+ margin-left: 20px;
974
+ }
975
+
976
+ .e-de-cell-width-top {
977
+ margin-left: 20px;
978
+ margin-top: -23px;
979
+ }
980
+
981
+ .e-de-tbl-dlg-border-btn {
982
+ float: right;
983
+ margin-right: 103px;
984
+ margin-top: 32px;
985
+ }
986
+
987
+ .e-de-tbl-dlg-op-btn {
988
+ left: 425px;
989
+ position: absolute;
990
+ top: 300px;
991
+ }
992
+
993
+ .e-de-insert-table-dlg-sub-header {
994
+ display: block;
995
+ font-size: 12px;
996
+ font-weight: normal;
997
+ margin-bottom: 8px;
998
+ margin-top: 8px;
999
+ }
1000
+
1001
+ .e-de-insert-table-dlg-input {
1002
+ margin-bottom: 15px;
1003
+ }
1004
+
1005
+ .e-de-insert-footnote-dlg-sub-header {
1006
+ display: block;
1007
+ font-size: 12px;
1008
+ font-weight: normal;
1009
+ margin-bottom: 8px;
1010
+ margin-top: 8px;
1011
+ }
1012
+
1013
+ .e-de-list-ddl-subheader,
1014
+ .e-de-list-ddl-subheaderbottom {
1015
+ font-size: 12px;
1016
+ font-weight: normal;
1017
+ margin-bottom: 10px;
1018
+ margin-top: 10px;
1019
+ }
1020
+
1021
+ .e-de-list-dlg-subdiv {
1022
+ float: right;
1023
+ margin-top: 51px;
1024
+ position: relative;
1025
+ }
1026
+
1027
+ .e-de-list-dlg-div {
1028
+ float: right;
1029
+ margin-top: 46px;
1030
+ position: relative;
1031
+ }
1032
+
1033
+ .e-de-ok-button {
1034
+ margin-right: 10px;
1035
+ }
1036
+
1037
+ .e-de-options-setter {
1038
+ left: 415px;
1039
+ }
1040
+
1041
+ .e-de-op-close-icon:hover {
1042
+ color: rgba(0, 0, 0, 0.54);
1043
+ }
1044
+
1045
+ .e-de-tooltip {
1046
+ background-color: #fff;
1047
+ -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1048
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1049
+ color: #000;
1050
+ cursor: text;
1051
+ max-width: 200px;
1052
+ padding: 5px;
1053
+ width: -webkit-fit-content;
1054
+ width: -moz-fit-content;
1055
+ width: fit-content;
1056
+ word-wrap: break-word;
1057
+ }
1058
+
1059
+ .e-btn.e-de-op-icon-btn {
1060
+ background-color: transparent;
1061
+ border-color: transparent;
1062
+ }
1063
+
1064
+ .e-btn.e-de-op-close-button:hover {
1065
+ background-color: transparent;
1066
+ border-color: transparent;
1067
+ color: rgba(0, 0, 0, 0.54);
1068
+ }
1069
+
1070
+ .e-btn.e-de-op-close-button:focus {
1071
+ background-color: transparent;
1072
+ border-color: transparent;
1073
+ color: rgba(0, 0, 0, 0.54);
1074
+ }
1075
+
1076
+ .e-btn.e-de-op-close-button:active {
1077
+ background-color: transparent;
1078
+ border-color: transparent;
1079
+ color: rgba(0, 0, 0, 0.54);
1080
+ }
1081
+
1082
+ .e-documenteditor .e-input {
1083
+ color: #000;
1084
+ font-size: 14px;
1085
+ }
1086
+
1087
+ .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
1088
+ height: 36px;
1089
+ }
1090
+
1091
+ .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
1092
+ height: 36px;
1093
+ }
1094
+
1095
+ .e-de-dlg-target .e-dlg-header,
1096
+ .e-de-dlg-target .e-dlg-header * {
1097
+ font-weight: normal;
1098
+ }
1099
+ .e-de-dlg-target .e-dlg-header {
1100
+ font-size: 16px;
1101
+ font-weight: 400;
1102
+ margin-top: 4px;
1103
+ }
1104
+ .e-de-dlg-target .e-de-dlg-footer {
1105
+ margin-top: 19px;
1106
+ padding-top: 13px;
1107
+ }
1108
+ .e-de-dlg-target .e-dlg-header-content {
1109
+ padding: 20px 25px 13px 25px;
1110
+ }
1111
+ .e-de-dlg-target .e-dlg-content {
1112
+ padding: 28px 25px 15px 25px;
1113
+ }
1114
+ .e-de-dlg-target .e-footer-content {
1115
+ padding-right: 25px;
1116
+ padding-top: 1px;
1117
+ }
1118
+ .e-de-dlg-target .e-btn .e-btn-icon.e-icon-dlg-close {
1119
+ font-size: 14px;
1120
+ }
1121
+ .e-de-dlg-target .e-dlg-header-content,
1122
+ .e-de-dlg-target .e-footer-content {
1123
+ border: 1px;
1124
+ border-radius: 4px;
1125
+ }
1126
+ .e-de-dlg-target .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1127
+ left: 6px;
1128
+ }
1129
+ .e-de-dlg-target .e-dlg-clr-pkr-top {
1130
+ top: 159px;
1131
+ }
1132
+
1133
+ .e-de-op-result-container {
1134
+ margin-top: 12px;
1135
+ }
1136
+
1137
+ .e-de-op {
1138
+ background-color: #fff;
1139
+ }
1140
+
1141
+ .e-de-op .e-tab-header .e-toolbar-items {
1142
+ margin-bottom: 20px;
1143
+ margin-top: 1px;
1144
+ }
1145
+
1146
+ .e-de-font-dlg-color {
1147
+ border: 1px #ddd;
1148
+ border-radius: 4px;
1149
+ font-size: 12px;
1150
+ height: 16px;
1151
+ margin-left: 15px;
1152
+ width: 25px;
1153
+ }
1154
+
1155
+ .e-de-icon-table-row-above {
1156
+ top: 7px;
1157
+ }
1158
+
1159
+ .e-de-icon-table-row-below {
1160
+ top: 41px;
1161
+ }
1162
+
1163
+ .e-de-icon-table-column-left {
1164
+ top: 75px;
1165
+ }
1166
+
1167
+ .e-de-icon-table-column-right {
1168
+ top: 109px;
1169
+ }
1170
+
1171
+ .e-de-icon-table-delete {
1172
+ top: 7px;
1173
+ }
1174
+
1175
+ .e-de-icon-table-row-delete {
1176
+ top: 41px;
1177
+ }
1178
+
1179
+ .e-de-icon-table-column-delete {
1180
+ top: 75px;
1181
+ }
1182
+
1183
+ .e-de-list-bullet-none {
1184
+ height: 40px;
1185
+ width: 40px;
1186
+ }
1187
+
1188
+ .e-de-list-bullet-dot {
1189
+ height: 40px;
1190
+ width: 40px;
1191
+ }
1192
+
1193
+ .e-de-list-bullet-circle {
1194
+ height: 40px;
1195
+ width: 40px;
1196
+ }
1197
+
1198
+ .e-de-list-bullet-square {
1199
+ height: 40px;
1200
+ width: 40px;
1201
+ }
1202
+
1203
+ .e-de-list-bullet-flower {
1204
+ height: 40px;
1205
+ width: 40px;
1206
+ }
1207
+
1208
+ .e-de-list-bullet-arrow {
1209
+ height: 40px;
1210
+ width: 40px;
1211
+ }
1212
+
1213
+ .e-de-list-bullet-tick {
1214
+ height: 40px;
1215
+ width: 40px;
1216
+ }
1217
+
1218
+ .e-de-bullet:hover {
1219
+ background: #ddd;
1220
+ }
1221
+
1222
+ .e-de-list-numbered-none {
1223
+ height: 80px;
1224
+ width: 80px;
1225
+ }
1226
+
1227
+ .e-de-list-numbered-number-dot {
1228
+ height: 80px;
1229
+ width: 80px;
1230
+ }
1231
+
1232
+ .e-de-list-numbered-number-brace {
1233
+ height: 80px;
1234
+ width: 80px;
1235
+ }
1236
+
1237
+ .e-de-list-numbered-up-roman {
1238
+ height: 80px;
1239
+ width: 80px;
1240
+ }
1241
+
1242
+ .e-de-list-numbered-up-letter {
1243
+ height: 80px;
1244
+ width: 80px;
1245
+ }
1246
+
1247
+ .e-de-list-numbered-low-letter-brace {
1248
+ height: 80px;
1249
+ width: 80px;
1250
+ }
1251
+
1252
+ .e-de-numbered-low-letter-dot {
1253
+ height: 80px;
1254
+ width: 80px;
1255
+ }
1256
+
1257
+ .e-de-list-numbered-low-roman {
1258
+ height: 80px;
1259
+ width: 80px;
1260
+ }
1261
+
1262
+ .e-de-numbered:hover {
1263
+ background: #ddd;
1264
+ }
1265
+
1266
+ .e-de-list-multilevel-none {
1267
+ height: 80px;
1268
+ width: 80px;
1269
+ }
1270
+
1271
+ .e-de-list-multilevel-list-normal {
1272
+ height: 80px;
1273
+ width: 80px;
1274
+ }
1275
+
1276
+ .e-de-list-multilevel-list-multilevel {
1277
+ height: 80px;
1278
+ width: 80px;
1279
+ }
1280
+
1281
+ .e-de-list-multilevel-list-bullets {
1282
+ height: 80px;
1283
+ width: 80px;
1284
+ }
1285
+
1286
+ .e-de-multilevel-list:hover {
1287
+ background: #ddd;
1288
+ }
1289
+
1290
+ .e-de-list-dialog-open:hover {
1291
+ background: #ddd;
1292
+ }
1293
+
1294
+ .e-de-cell-options {
1295
+ left: 339px;
1296
+ top: 229px;
1297
+ }
1298
+
1299
+ .e-de-font-color-label {
1300
+ margin-bottom: 7px;
1301
+ margin-top: 18px;
1302
+ }
1303
+
1304
+ .e-de-font-content-label {
1305
+ margin-left: 15px;
1306
+ margin-right: 6px;
1307
+ }
1308
+
1309
+ .e-de-font-color-margin {
1310
+ margin-right: 10px;
1311
+ margin-top: 6px;
1312
+ }
1313
+
1314
+ .e-de-font-content-checkbox-label {
1315
+ margin-left: 43px;
1316
+ }
1317
+
1318
+ .e-de-font-checkbox {
1319
+ margin-left: 67px;
1320
+ }
1321
+
1322
+ .e-de-font-dlg-padding {
1323
+ margin-top: 15px;
1324
+ }
1325
+
1326
+ .e-de-table-container-div {
1327
+ margin-top: 20px;
1328
+ }
1329
+
1330
+ .e-de-table-header-div {
1331
+ padding-top: 6px;
1332
+ }
1333
+
1334
+ .e-de-table-subheader-div {
1335
+ float: right;
1336
+ margin-right: 115px;
1337
+ margin-top: -40px;
1338
+ }
1339
+
1340
+ .e-de-table-cell-header-div {
1341
+ padding-top: 6px;
1342
+ }
1343
+
1344
+ .e-de-table-cell-subheader-div {
1345
+ top: 57px;
1346
+ }
1347
+
1348
+ .e-de-cell-margin-header {
1349
+ left: -7px;
1350
+ top: 310px;
1351
+ }
1352
+
1353
+ .e-de-font-dlg-display {
1354
+ display: -webkit-inline-box;
1355
+ display: -ms-inline-flexbox;
1356
+ display: inline-flex;
1357
+ }
1358
+
1359
+ .e-de-tbl-margin-sub-header {
1360
+ margin-top: 20px;
1361
+ }
1362
+
1363
+ .e-de-tbl-btn-separator {
1364
+ width: 57%;
1365
+ }
1366
+
1367
+ .e-de-op-msg {
1368
+ color: #000;
1369
+ top: 79px;
1370
+ }
1371
+
1372
+ .e-de-save-dlg-file-name {
1373
+ height: 25px;
1374
+ margin-bottom: 8px;
1375
+ }
1376
+
1377
+ .e-de-save-dlg-format-type {
1378
+ height: 25px;
1379
+ margin-bottom: 8px;
1380
+ padding-top: 10px;
1381
+ }
1382
+
1383
+ .e-de-search-tab-content {
1384
+ margin-top: 12px;
1385
+ width: 267px;
1386
+ }
1387
+
1388
+ .e-de-font-dlg {
1389
+ height: 239px;
1390
+ width: -webkit-max-content;
1391
+ width: -moz-max-content;
1392
+ width: max-content;
1393
+ }
1394
+
1395
+ .e-de-hyperlink {
1396
+ height: auto;
1397
+ width: 250px;
1398
+ }
1399
+
1400
+ .e-de-insert-table {
1401
+ height: 131px;
1402
+ width: 230px;
1403
+ }
1404
+
1405
+ .e-de-insert-table {
1406
+ height: 139px;
1407
+ width: 247px;
1408
+ }
1409
+
1410
+ .e-de-list-dlg {
1411
+ height: 400px;
1412
+ width: 420px;
1413
+ }
1414
+
1415
+ .e-de-save-dlg {
1416
+ height: 135px;
1417
+ width: 230px;
1418
+ }
1419
+
1420
+ .e-de-table-properties-dlg {
1421
+ height: 300px;
1422
+ width: 426px;
1423
+ }
1424
+
1425
+ .e-de-table-border-shading-dlg {
1426
+ height: 380px;
1427
+ width: 450px;
1428
+ }
1429
+
1430
+ .e-de-table-cell-margin-dlg {
1431
+ height: 222px;
1432
+ width: 380px;
1433
+ }
1434
+
1435
+ .e-de-table-options-dlg {
1436
+ height: 242px;
1437
+ width: 380px;
1438
+ }
1439
+
1440
+ .e-de-table-border-none {
1441
+ position: absolute;
1442
+ top: 25px;
1443
+ }
1444
+
1445
+ .e-de-table-border-box {
1446
+ position: absolute;
1447
+ top: 95px;
1448
+ }
1449
+
1450
+ .e-de-table-border-all {
1451
+ position: absolute;
1452
+ top: 165px;
1453
+ }
1454
+
1455
+ .e-de-table-border-custom {
1456
+ position: absolute;
1457
+ top: 235px;
1458
+ }
1459
+
1460
+ .e-de-table-shading-preview {
1461
+ top: 385px;
1462
+ }
1463
+
1464
+ .e-de-font-content-label span.e-label {
1465
+ color: rgba(0, 0, 0, 0.87);
1466
+ }
1467
+
1468
+ .e-de-font-label span.e-label {
1469
+ color: rgba(0, 0, 0, 0.87);
1470
+ }
1471
+
1472
+ .e-de-font-content-label:hover .e-label,
1473
+ .e-css.e-de-font-content-label:hover .e-label {
1474
+ color: rgba(0, 0, 0, 0.87);
1475
+ }
1476
+
1477
+ .e-de-font-label:hover .e-label,
1478
+ .e-css.e-de-font-label:hover .e-label {
1479
+ color: rgba(0, 0, 0, 0.87);
1480
+ }
1481
+
1482
+ .e-documenteditor .e-checkbox-wrapper .e-label {
1483
+ color: rgba(0, 0, 0, 0.87);
1484
+ font-size: 14px;
1485
+ }
1486
+ .e-documenteditor .e-checkbox-wrapper .e-frame {
1487
+ height: 15px;
1488
+ line-height: 11px;
1489
+ width: 15px;
1490
+ }
1491
+ .e-documenteditor .e-checkbox-wrapper .e-frame + .e-label {
1492
+ margin-right: 15px;
1493
+ }
1494
+
1495
+ .e-de-op-dlg-footer {
1496
+ margin-top: 15px;
1497
+ }
1498
+
1499
+ .e-de-op-dlg-footer .e-btn {
1500
+ height: 36px;
1501
+ padding-left: 6px;
1502
+ padding-right: 6px;
1503
+ }
1504
+
1505
+ .e-de-search-tab-content .e-input-group .e-de-search-input {
1506
+ width: 185px;
1507
+ }
1508
+
1509
+ .e-de-op-replacewith {
1510
+ width: 95%;
1511
+ }
1512
+
1513
+ .e-de-table-ppty-tab {
1514
+ border: 0;
1515
+ }
1516
+
1517
+ .e-de-table-container-div .e-checkbox-wrapper .e-label {
1518
+ color: rgba(0, 0, 0, 0.87);
1519
+ }
1520
+
1521
+ .e-de-table-header-div .e-checkbox-wrapper .e-label {
1522
+ color: rgba(0, 0, 0, 0.87);
1523
+ }
1524
+
1525
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
1526
+ color: rgba(0, 0, 0, 0.87);
1527
+ }
1528
+
1529
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
1530
+ color: rgba(0, 0, 0, 0.87);
1531
+ }
1532
+
1533
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
1534
+ color: rgba(0, 0, 0, 0.87);
1535
+ }
1536
+
1537
+ .e-de-tbl-margin-sub-header .e-label {
1538
+ color: rgba(0, 0, 0, 0.87);
1539
+ }
1540
+
1541
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
1542
+ color: rgba(0, 0, 0, 0.87);
1543
+ }
1544
+
1545
+ .e-de-list-format-info {
1546
+ border-radius: 50%;
1547
+ cursor: default;
1548
+ font-size: 12px;
1549
+ height: 15px;
1550
+ line-height: 1px;
1551
+ padding: 3px 0 0 0;
1552
+ text-transform: lowercase;
1553
+ width: 16px;
1554
+ }
1555
+
1556
+ .e-button-custom {
1557
+ height: 34px;
1558
+ padding: 0;
1559
+ width: 80px;
1560
+ }
1561
+
1562
+ .e-styles-listview,
1563
+ .e-bookmark-listview {
1564
+ border: 1px solid #c8c8c8;
1565
+ border-radius: 4px;
1566
+ height: 150px;
1567
+ overflow-y: scroll;
1568
+ }
1569
+
1570
+ .e-bookmark-gotobutton,
1571
+ .e-bookmark-addbutton,
1572
+ .e-styles-addbutton,
1573
+ .e-bookmark-deletebutton {
1574
+ margin-bottom: 8px;
1575
+ }
1576
+
1577
+ .e-bookmark-list {
1578
+ float: left;
1579
+ margin-right: 20px;
1580
+ width: 250px;
1581
+ }
1582
+
1583
+ .e-bookmark-textboxdiv {
1584
+ margin-bottom: 10px;
1585
+ }
1586
+
1587
+ .e-bookmark-listview .e-list-item {
1588
+ font-size: 13px;
1589
+ height: 30px;
1590
+ line-height: 27px;
1591
+ }
1592
+
1593
+ .e-bookmark-common {
1594
+ display: -webkit-box;
1595
+ display: -ms-flexbox;
1596
+ display: flex;
1597
+ }
1598
+
1599
+ .e-bookmark-button {
1600
+ position: relative;
1601
+ top: 15px;
1602
+ }
1603
+
1604
+ .e-font {
1605
+ float: left;
1606
+ }
1607
+
1608
+ .e-de-table-border-toptop-alignment,
1609
+ .e-de-table-border-topcenter-alignment,
1610
+ .e-de-table-border-topbottom-alignment,
1611
+ .e-de-table-border-diagionalup-alignment,
1612
+ .e-de-table-border-diagionaldown-alignment,
1613
+ .e-de-table-border-bottomleft-alignment,
1614
+ .e-de-table-border-bottomcenter-alignment,
1615
+ .e-de-table-border-bottomright-alignment {
1616
+ left: 48%;
1617
+ position: absolute;
1618
+ top: 48%;
1619
+ -webkit-transform: translate(-50%, -50%);
1620
+ transform: translate(-50%, -50%);
1621
+ }
1622
+
1623
+ .e-de-style-properties,
1624
+ .e-de-style-formatting {
1625
+ font-size: 14px;
1626
+ font-weight: 400;
1627
+ }
1628
+
1629
+ .e-de-style-formatting {
1630
+ margin-bottom: 20px;
1631
+ }
1632
+
1633
+ .e-de-style-paragraph-indent-group-button .e-btn,
1634
+ .e-de-style-paragraph-group-button .e-btn,
1635
+ .e-de-style-font-group-button .e-btn {
1636
+ -webkit-box-shadow: none;
1637
+ box-shadow: none;
1638
+ }
1639
+
1640
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
1641
+ .e-de-style-paragraph-group-button .e-btn.e-active,
1642
+ .e-de-style-font-group-button .e-btn.e-active {
1643
+ background-color: #c8c8c8;
1644
+ border-color: #c8c8c8;
1645
+ -webkit-box-shadow: none;
1646
+ box-shadow: none;
1647
+ color: #000;
1648
+ }
1649
+
1650
+ .e-de-style-properties {
1651
+ margin-bottom: 15px;
1652
+ }
1653
+
1654
+ .e-de-style-nametype-div {
1655
+ margin-bottom: 20px;
1656
+ }
1657
+
1658
+ .e-de-style-based-para-div {
1659
+ margin-bottom: 30px;
1660
+ }
1661
+
1662
+ .e-de-style-name,
1663
+ .e-de-style-styletype,
1664
+ .e-de-style-style-based-on,
1665
+ .e-de-style-style-paragraph {
1666
+ font-size: 13px;
1667
+ font-weight: normal;
1668
+ margin-bottom: 8px;
1669
+ width: 180px;
1670
+ }
1671
+
1672
+ .e-de-style-left-div {
1673
+ margin-right: 40px;
1674
+ }
1675
+
1676
+ .e-de-style-font-color-picker,
1677
+ .e-de-style-icon-button-size,
1678
+ .e-de-style-icon-button-first-size,
1679
+ .e-de-style-icon-button-last-size {
1680
+ height: 30px;
1681
+ }
1682
+
1683
+ .e-de-style-bold-button-size {
1684
+ height: 30px;
1685
+ margin-left: 6px;
1686
+ margin-right: 8px;
1687
+ }
1688
+
1689
+ .e-de-style-font-color-picker,
1690
+ .e-de-style-icon-button-size {
1691
+ margin-right: 8px;
1692
+ }
1693
+
1694
+ .e-de-style-icon-button-first-size {
1695
+ margin-left: 6px;
1696
+ margin-right: 3px;
1697
+ }
1698
+
1699
+ .e-de-style-icon-button-last-size {
1700
+ margin-right: 6px;
1701
+ }
1702
+
1703
+ .e-de-style-font-color-picker {
1704
+ margin-left: 8px;
1705
+ }
1706
+
1707
+ .e-style-font-fmaily-right {
1708
+ margin-right: 8px;
1709
+ }
1710
+
1711
+ .e-style-font {
1712
+ margin-left: 5px;
1713
+ margin-right: 15px;
1714
+ }
1715
+
1716
+ .e-de-style-left-div .e-de-style-dlg-name-input {
1717
+ height: 30px;
1718
+ }
1719
+
1720
+ .e-style-list {
1721
+ margin-left: 10px;
1722
+ }
1723
+
1724
+ .e-de-style-dialog .e-de-style-only-this-document {
1725
+ margin-top: 25px;
1726
+ }
1727
+
1728
+ .e-de-style-format-dropdwn {
1729
+ width: 135px;
1730
+ }
1731
+
1732
+ .e-de-style-options-div {
1733
+ margin-bottom: 20px;
1734
+ padding: 5px;
1735
+ }
1736
+
1737
+ .e-de-style-paragraph-group-button {
1738
+ border-right: 2px solid #e0e0e0;
1739
+ }
1740
+
1741
+ .e-de-style-font-group-button {
1742
+ border-left: 2px solid #e0e0e0;
1743
+ border-right: 2px solid #e0e0e0;
1744
+ }
1745
+
1746
+ .e-de-op-replace-messagediv {
1747
+ color: #000;
1748
+ position: absolute;
1749
+ top: 144px;
1750
+ }
1751
+
1752
+ .e-de-font-content-label .e-label,
1753
+ .e-de-font-dlg-cb-right .e-label,
1754
+ .e-de-font-checkbox .e-label {
1755
+ font-size: 12px;
1756
+ }
1757
+
1758
+ .e-de-font-content-label .e-frame,
1759
+ .e-de-font-dlg-cb-right .e-frame,
1760
+ .e-de-font-checkbox .e-frame {
1761
+ height: 15px;
1762
+ line-height: 11px;
1763
+ width: 15px;
1764
+ }
1765
+
1766
+ .e-de-op-input-group,
1767
+ .e-de-op-replacewith {
1768
+ height: 32px;
1769
+ }
1770
+
1771
+ .e-de-hyperlink-bookmark-check {
1772
+ margin-top: 20px;
1773
+ }
1774
+
1775
+ .e-de-table-container-div .e-checkbox-wrapper .e-frame,
1776
+ .e-de-table-header-div .e-checkbox-wrapper .e-frame,
1777
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
1778
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
1779
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
1780
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
1781
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
1782
+ .e-de-tbl-margin-sub-header .e-frame {
1783
+ height: 15px;
1784
+ line-height: 11px;
1785
+ width: 15px;
1786
+ }
1787
+
1788
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
1789
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
1790
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
1791
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
1792
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
1793
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
1794
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
1795
+ .e-de-tbl-margin-sub-header .e-label {
1796
+ font-size: 14px;
1797
+ }
1798
+
1799
+ .e-de-table-ppty-dlg-measure-div {
1800
+ float: right;
1801
+ margin-left: 40px;
1802
+ margin-top: -12px;
1803
+ }
1804
+
1805
+ .e-de-table-ppty-dlg-measure-drop-down-div {
1806
+ float: right;
1807
+ margin-left: 40px;
1808
+ margin-top: 6px;
1809
+ }
1810
+
1811
+ .e-de-table-ppty-dlg-left-indent-container {
1812
+ float: right;
1813
+ margin-right: 89px;
1814
+ }
1815
+
1816
+ .e-de-table-ppty-dlg-row-height-label {
1817
+ float: right;
1818
+ margin-right: 161px;
1819
+ margin-top: -62px;
1820
+ }
1821
+
1822
+ .e-de-table-ppty-dlg-preferred-width-div {
1823
+ float: right;
1824
+ margin-left: 20px;
1825
+ margin-top: 6px;
1826
+ }
1827
+
1828
+ .e-de-table-ppty-options-break {
1829
+ margin-bottom: 15px;
1830
+ }
1831
+
1832
+ .e-de-table-cell-subheader-div {
1833
+ margin-right: 125px;
1834
+ margin-top: -37px;
1835
+ }
1836
+
1837
+ .e-de-table-ppty-dlg-cell-tab-measure-label {
1838
+ float: right;
1839
+ margin-right: 172px;
1840
+ margin-top: -64px;
1841
+ }
1842
+
1843
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
1844
+ padding-left: 24px;
1845
+ padding-right: 24px;
1846
+ }
1847
+
1848
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
1849
+ padding-left: 24px;
1850
+ padding-right: 24px;
1851
+ }
1852
+
1853
+ .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
1854
+ padding-left: 1px;
1855
+ padding-right: 24px;
1856
+ }
1857
+
1858
+ .e-styles-list {
1859
+ float: left;
1860
+ margin-right: 20px;
1861
+ width: 250px;
1862
+ }
1863
+
1864
+ .e-styles-textboxdiv {
1865
+ padding-bottom: 15px;
1866
+ }
1867
+
1868
+ .e-styles-listview .e-list-item {
1869
+ font-size: 13px;
1870
+ height: 30px;
1871
+ line-height: 27px;
1872
+ }
1873
+
1874
+ .e-styles-common {
1875
+ padding-top: 5px;
1876
+ }
1877
+
1878
+ .e-styles-button {
1879
+ float: right;
1880
+ }
1881
+
1882
+ .e-de-toc-dlg-styles {
1883
+ margin-bottom: 11px;
1884
+ margin-left: 38px;
1885
+ margin-top: 30px;
1886
+ }
1887
+
1888
+ .e-de-toc-dlg-build-table {
1889
+ margin-top: 30px;
1890
+ }
1891
+
1892
+ .e-de-toc-table-div .e-de-toc-dlg-toc-level {
1893
+ height: 24px;
1894
+ margin-left: 36px;
1895
+ width: 44px;
1896
+ }
1897
+
1898
+ .e-de-toc-styles-table-div {
1899
+ border: 1px solid #808080;
1900
+ border-radius: 4px;
1901
+ margin-top: 9px;
1902
+ width: 213px;
1903
+ }
1904
+
1905
+ .e-de-toc-dlg-sub-level-heading {
1906
+ font-size: 12px;
1907
+ }
1908
+
1909
+ .e-de-toc-table-div {
1910
+ height: 163px;
1911
+ overflow-y: scroll;
1912
+ width: 211px;
1913
+ }
1914
+
1915
+ .e-de-toc-dlg-style-input {
1916
+ margin-bottom: 3px;
1917
+ margin-left: 36px;
1918
+ width: 210px;
1919
+ }
1920
+
1921
+ .e-de-toc-dlg-outline-levels {
1922
+ margin-top: 15px;
1923
+ width: 150px;
1924
+ }
1925
+
1926
+ .e-de-styles,
1927
+ .e-de-bookmark {
1928
+ margin-top: 24px;
1929
+ }
1930
+
1931
+ .e-bookmark-textboxdiv .e-bookmark-textbox-input {
1932
+ height: 34px;
1933
+ }
1934
+
1935
+ .e-styles-dlgfields {
1936
+ font-weight: normal;
1937
+ margin-bottom: 6px;
1938
+ }
1939
+
1940
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
1941
+ padding-left: 1px;
1942
+ padding-right: 24px;
1943
+ }
1944
+
1945
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
1946
+ padding-left: 24px;
1947
+ padding-right: 24px;
1948
+ }
1949
+
1950
+ .e-de-dlg-target .e-footer-content .e-list-dlg-font {
1951
+ margin-left: 16px;
1952
+ }
1953
+
1954
+ .e-bookmark-dlgfields {
1955
+ font-weight: normal;
1956
+ margin-bottom: 0;
1957
+ }
1958
+
1959
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
1960
+ height: 65px;
1961
+ padding: 10px;
1962
+ width: 70px;
1963
+ }
1964
+
1965
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
1966
+ height: 45px;
1967
+ width: 45px;
1968
+ }
1969
+
1970
+ .e-de-bullet-icon-size {
1971
+ height: 45px;
1972
+ width: 45px;
1973
+ }
1974
+
1975
+ .e-de-ui-list-header-presetmenu {
1976
+ cursor: pointer;
1977
+ font-size: 11px;
1978
+ line-height: 14px;
1979
+ min-width: 50px;
1980
+ overflow: hidden;
1981
+ text-align: left;
1982
+ white-space: nowrap;
1983
+ width: 100%;
1984
+ }
1985
+
1986
+ .e-de-ui-bullet {
1987
+ font-size: 42px;
1988
+ }
1989
+
1990
+ .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
1991
+ border-bottom: 1px solid #ccc;
1992
+ margin-left: 5px;
1993
+ width: 100%;
1994
+ }
1995
+
1996
+ .e-de-ui-list-header-presetmenu div span {
1997
+ color: #aaa;
1998
+ display: inline-block;
1999
+ vertical-align: middle;
2000
+ }
2001
+
2002
+ .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
2003
+ .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
2004
+ border: 0;
2005
+ -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
2006
+ box-shadow: inset 0 0 0 1px #ebebeb;
2007
+ cursor: pointer;
2008
+ height: 70px;
2009
+ margin: 0 5px 5px 0;
2010
+ padding: 0;
2011
+ width: 70px;
2012
+ }
2013
+
2014
+ .e-de-ui-wfloating-menu {
2015
+ padding: 10px 4px 5px 10px;
2016
+ }
2017
+
2018
+ .e-de-list-thumbnail .e-de-list-items {
2019
+ float: left;
2020
+ }
2021
+
2022
+ .e-de-list-thumbnail .e-de-list-items {
2023
+ background: #fff;
2024
+ border: 1px solid transparent;
2025
+ clear: initial;
2026
+ display: inline-block;
2027
+ height: auto;
2028
+ margin: 5px;
2029
+ text-align: center;
2030
+ width: auto;
2031
+ }
2032
+
2033
+ .e-de-list-items {
2034
+ background: #fff;
2035
+ -webkit-box-sizing: border-box;
2036
+ box-sizing: border-box;
2037
+ cursor: pointer;
2038
+ list-style: none;
2039
+ padding: 7px 10px;
2040
+ position: relative;
2041
+ }
2042
+
2043
+ .e-de-list-item-size {
2044
+ font-size: 14px;
2045
+ }
2046
+
2047
+ .e-de-ui-wfloating-menu {
2048
+ padding: 10px 4px 5px 10px;
2049
+ }
2050
+
2051
+ .e-de-table-border-fill {
2052
+ margin-right: 25px;
2053
+ margin-top: 7px;
2054
+ }
2055
+
2056
+ .e-de-table-ppty-dlg-tabs {
2057
+ height: 270px;
2058
+ position: relative;
2059
+ width: 530px;
2060
+ }
2061
+
2062
+ .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
2063
+ .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
2064
+ border-color: #ff4081;
2065
+ }
2066
+
2067
+ .e-de-bullet-icons {
2068
+ left: 50%;
2069
+ position: absolute;
2070
+ top: 50%;
2071
+ -webkit-transform: translate(-43%, -43%);
2072
+ transform: translate(-43%, -43%);
2073
+ }
2074
+
2075
+ .e-de-ctnr-close::before {
2076
+ content: "\eb68";
2077
+ }
2078
+
2079
+ .e-de-ctnr-linespacing::before {
2080
+ content: "\eb8a";
2081
+ }
2082
+
2083
+ .e-de-ctnr-undo::before {
2084
+ content: "\ebed";
2085
+ }
2086
+
2087
+ .e-de-ctnr-find::before {
2088
+ content: "\e275";
2089
+ }
2090
+
2091
+ .e-de-ctnr-lock::before {
2092
+ content: "\eb7d";
2093
+ }
2094
+
2095
+ .e-de-cnt-track::before {
2096
+ content: "\e20a";
2097
+ font-family: "e-icons";
2098
+ }
2099
+
2100
+ .e-de-selected-spellcheck-item::before {
2101
+ content: "\e935";
2102
+ font-family: "e-icons";
2103
+ font-size: 10px;
2104
+ }
2105
+
2106
+ .e-de-selected-underline-item::before {
2107
+ content: "\e935";
2108
+ font-family: "e-icons";
2109
+ font-size: 10px;
2110
+ }
2111
+
2112
+ .e-de-ctnr-italic::before {
2113
+ content: "\eb99";
2114
+ }
2115
+
2116
+ .e-de-ctnr-link::before {
2117
+ content: "\e290";
2118
+ }
2119
+
2120
+ .e-de-ctnr-table::before {
2121
+ content: "\e294";
2122
+ }
2123
+
2124
+ .e-de-ctnr-download::before {
2125
+ content: "\eb97";
2126
+ }
2127
+
2128
+ .e-de-ctnr-justify::before {
2129
+ content: "\eb67";
2130
+ }
2131
+
2132
+ .e-de-ctnr-tableofcontent::before {
2133
+ content: "\eb98";
2134
+ }
2135
+
2136
+ .e-de-ctnr-pagenumber::before {
2137
+ content: "\eb74";
2138
+ }
2139
+
2140
+ .e-de-ctnr-highlight::before {
2141
+ content: "\eb6e";
2142
+ }
2143
+
2144
+ .e-de-ctnr-new::before {
2145
+ content: "\e7d5";
2146
+ }
2147
+
2148
+ .e-de-ctnr-paste::before {
2149
+ content: "\e601";
2150
+ }
2151
+
2152
+ .e-de-ctnr-bold::before {
2153
+ content: "\eb77";
2154
+ }
2155
+
2156
+ .e-de-ctnr-subscript::before {
2157
+ content: "\eb96";
2158
+ }
2159
+
2160
+ .e-de-ctnr-aligncenter::before {
2161
+ content: "\eb9e";
2162
+ }
2163
+
2164
+ .e-de-ctnr-fontcolor::before {
2165
+ content: "\eb87";
2166
+ }
2167
+
2168
+ .e-de-ctnr-change-case::before {
2169
+ content: "\e88c";
2170
+ }
2171
+
2172
+ .e-de-ctnr-pagesetup::before {
2173
+ content: "\eb6d";
2174
+ }
2175
+
2176
+ .e-de-ctnr-content-control::before {
2177
+ content: "\e9d4";
2178
+ }
2179
+
2180
+ .e-de-ctnr-strokestyle::before {
2181
+ content: "\eb62";
2182
+ }
2183
+
2184
+ .e-de-ctnr-strikethrough::before {
2185
+ content: "\eb7f";
2186
+ }
2187
+
2188
+ .e-de-ctnr-image::before {
2189
+ content: "\eb64";
2190
+ }
2191
+
2192
+ .e-de-ctnr-redo::before {
2193
+ content: "\ebfa";
2194
+ }
2195
+
2196
+ .e-de-ctnr-bookmark::before {
2197
+ content: "\eb63";
2198
+ }
2199
+
2200
+ .e-de-ctnr-increaseindent::before {
2201
+ content: "\eb76";
2202
+ }
2203
+
2204
+ .e-de-ctnr-header::before {
2205
+ content: "\eb7e";
2206
+ }
2207
+
2208
+ .e-de-ctnr-backgroundcolor::before {
2209
+ content: "\eb6b";
2210
+ }
2211
+
2212
+ .e-de-ctnr-open::before {
2213
+ content: "\e609";
2214
+ }
2215
+
2216
+ .e-de-ctnr-underline::before {
2217
+ content: "\ebf0";
2218
+ }
2219
+
2220
+ .e-de-ctnr-superscript::before {
2221
+ content: "\eb6f";
2222
+ }
2223
+
2224
+ .e-de-ctnr-alignleft::before {
2225
+ content: "\eb78";
2226
+ }
2227
+
2228
+ .e-de-ctnr-numbering::before {
2229
+ content: "\eb9c";
2230
+ }
2231
+
2232
+ .e-de-ctnr-bullets::before {
2233
+ content: "\eb92";
2234
+ }
2235
+
2236
+ .e-de-ctnr-borders::before {
2237
+ content: "\e93d";
2238
+ }
2239
+
2240
+ .e-de-ctnr-decreaseindent::before {
2241
+ content: "\eb69";
2242
+ }
2243
+
2244
+ .e-de-ctnr-showhide::before {
2245
+ content: "\eb8b";
2246
+ font-size: 16px;
2247
+ }
2248
+
2249
+ .e-de-ctnr-print::before {
2250
+ content: "\eb85";
2251
+ }
2252
+
2253
+ .e-de-ctnr-alignright::before {
2254
+ content: "\eb82";
2255
+ }
2256
+
2257
+ .e-de-ctnr-footer::before {
2258
+ content: "\eb79";
2259
+ }
2260
+
2261
+ .e-de-ctnr-clearall::before {
2262
+ content: "\eb80";
2263
+ }
2264
+
2265
+ .e-de-ctnr-outsideborder::before {
2266
+ content: "\eb66";
2267
+ }
2268
+
2269
+ .e-de-ctnr-allborders::before {
2270
+ content: "\eb95";
2271
+ }
2272
+
2273
+ .e-de-ctnr-insideborders::before {
2274
+ content: "\eb88";
2275
+ }
2276
+
2277
+ .e-de-ctnr-leftborders::before {
2278
+ content: "\eb9b";
2279
+ }
2280
+
2281
+ .e-de-ctnr-insideverticalborder::before {
2282
+ content: "\eb8c";
2283
+ }
2284
+
2285
+ .e-de-ctnr-rightborder::before {
2286
+ content: "\eb81";
2287
+ }
2288
+
2289
+ .e-de-ctnr-topborder::before {
2290
+ content: "\eb73";
2291
+ }
2292
+
2293
+ .e-de-ctnr-insidehorizondalborder::before {
2294
+ content: "\eb9a";
2295
+ }
2296
+
2297
+ .e-de-ctnr-bottomborder::before {
2298
+ content: "\eb8f";
2299
+ }
2300
+
2301
+ .e-de-ctnr-strokesize::before {
2302
+ content: "\eb84";
2303
+ }
2304
+
2305
+ .e-de-ctnr-highlightcolor::before {
2306
+ content: "\eb6e";
2307
+ }
2308
+
2309
+ .e-de-ctnr-mergecell::before {
2310
+ content: "\eb93";
2311
+ }
2312
+
2313
+ .e-de-ctnr-insertleft::before {
2314
+ content: "\eb7c";
2315
+ }
2316
+
2317
+ .e-de-ctnr-insertright::before {
2318
+ content: "\eb7a";
2319
+ }
2320
+
2321
+ .e-de-ctnr-insertabove::before {
2322
+ content: "\eb9f";
2323
+ }
2324
+
2325
+ .e-de-ctnr-insertbelow::before {
2326
+ content: "\eb72";
2327
+ }
2328
+
2329
+ .e-de-ctnr-deleterows::before {
2330
+ content: "\eb89";
2331
+ }
2332
+
2333
+ .e-de-ctnr-deletecolumns::before {
2334
+ content: "\eb94";
2335
+ }
2336
+
2337
+ .e-de-ctnr-aligntop::before {
2338
+ content: "\eb8d";
2339
+ }
2340
+
2341
+ .e-de-ctnr-alignbottom::before {
2342
+ content: "\eb6c";
2343
+ }
2344
+
2345
+ .e-de-ctnr-aligncenter-table::before {
2346
+ content: "\eb75";
2347
+ }
2348
+
2349
+ .e-de-ctnr-cellbg-clr-picker::before {
2350
+ content: "\eb6b";
2351
+ }
2352
+
2353
+ .e-de-ctnr-bullet-none::before {
2354
+ content: "\e256";
2355
+ }
2356
+
2357
+ .e-de-ctnr-bullet-dot::before {
2358
+ content: "\e270";
2359
+ }
2360
+
2361
+ .e-de-ctnr-bullet-circle::before {
2362
+ content: "\e254";
2363
+ }
2364
+
2365
+ .e-de-ctnr-bullet-square::before {
2366
+ content: "\e271";
2367
+ }
2368
+
2369
+ .e-de-ctnr-bullet-flower::before {
2370
+ content: "\e267";
2371
+ }
2372
+
2373
+ .e-de-ctnr-bullet-arrow::before {
2374
+ content: "\e253";
2375
+ }
2376
+
2377
+ .e-de-ctnr-bullet-tick::before {
2378
+ content: "\e259";
2379
+ }
2380
+
2381
+ .e-de-selected-item::before {
2382
+ content: "\e935";
2383
+ }
2384
+
2385
+ .e-de-ctnr-break::before {
2386
+ content: "\e58d";
2387
+ }
2388
+
2389
+ .e-de-ctnr-page-break::before {
2390
+ content: "\e590";
2391
+ }
2392
+
2393
+ .e-de-ctnr-section-break::before {
2394
+ content: "\e58e";
2395
+ }
2396
+
2397
+ .e-de-ctnr-upload::before {
2398
+ content: "\e706";
2399
+ }
2400
+
2401
+ .e-de-flip {
2402
+ -webkit-transform: scaleX(-1);
2403
+ transform: scaleX(-1);
2404
+ }
2405
+
2406
+ .e-de-cnt-cmt-add::before {
2407
+ content: "\e814";
2408
+ font-family: "e-icons";
2409
+ }
2410
+
2411
+ .e-de-printlayout::before {
2412
+ content: "\e296";
2413
+ font-family: "e-icons";
2414
+ }
2415
+
2416
+ .e-de-weblayout::before {
2417
+ content: "\e629";
2418
+ font-family: "e-icons";
2419
+ }
2420
+
2421
+ .e-de-textform::before {
2422
+ content: "\e198";
2423
+ font-family: "e-icons";
2424
+ }
2425
+
2426
+ .e-de-combo-box::before {
2427
+ content: "\e8ff";
2428
+ font-family: "e-icons";
2429
+ }
2430
+
2431
+ .e-de-dropdown-list::before {
2432
+ content: "\e8fe";
2433
+ font-family: "e-icons";
2434
+ }
2435
+
2436
+ .e-de-formproperties::before {
2437
+ content: "\e199";
2438
+ font-family: "e-icons";
2439
+ }
2440
+
2441
+ .e-de-clearform::before {
2442
+ content: "\e19a";
2443
+ font-family: "e-icons";
2444
+ }
2445
+
2446
+ .e-de-dropdownform::before {
2447
+ content: "\e19b";
2448
+ font-family: "e-icons";
2449
+ }
2450
+
2451
+ .e-de-formfield::before {
2452
+ content: "\e19c";
2453
+ font-family: "e-icons";
2454
+ }
2455
+
2456
+ .e-de-checkbox-form::before {
2457
+ content: "\e19d";
2458
+ font-family: "e-icons";
2459
+ }
2460
+
2461
+ .e-de-arrow-up::before {
2462
+ content: "\e834";
2463
+ font-family: "e-icons";
2464
+ }
2465
+
2466
+ .e-de-arrow-down::before {
2467
+ content: "\e83d";
2468
+ font-family: "e-icons";
2469
+ }
2470
+
2471
+ .e-de-update-field::before {
2472
+ content: "\e19e";
2473
+ font-family: "e-icons";
2474
+ }
2475
+
2476
+ .e-de-footnote::before {
2477
+ content: "\e435";
2478
+ font-family: "e-icons";
2479
+ }
2480
+
2481
+ .e-de-endnote::before {
2482
+ content: "\e436";
2483
+ font-family: "e-icons";
2484
+ }
2485
+
2486
+ .e-de-e-paragraph-mark::before {
2487
+ content: "\e353";
2488
+ font-family: "e-icons";
2489
+ }
2490
+
2491
+ .e-de-e-paragraph-style-mark::before {
2492
+ content: "\e353";
2493
+ font-family: "e-icons";
2494
+ }
2495
+
2496
+ .e-de-e-character-style-mark::before {
2497
+ content: "\e980";
2498
+ font-family: "e-icons";
2499
+ }
2500
+
2501
+ .e-de-e-linked-style-mark::before {
2502
+ content: "\e981";
2503
+ font-family: "e-icons";
2504
+ }
2505
+
2506
+ .e-de-ctnr-columns::before {
2507
+ content: "\e968";
2508
+ font-family: "e-icons";
2509
+ }
2510
+
2511
+ .e-de-ctnr-page-size::before {
2512
+ content: "\e947";
2513
+ font-family: "e-icons";
2514
+ }
2515
+
2516
+ .e-de-ctnr-page-break-column::before {
2517
+ content: "\e970";
2518
+ font-family: "e-icons";
2519
+ }
2520
+
2521
+ .e-de-ctnr-page-break-text-wrapping::before {
2522
+ content: "\e94a";
2523
+ font-family: "e-icons";
2524
+ }
2525
+
2526
+ .e-de-ctnr-section-break-continuous::before {
2527
+ content: "\e971";
2528
+ font-family: "e-icons";
2529
+ }
2530
+
2531
+ .e-de-ctnr-section-break-even-page::before {
2532
+ content: "\e964";
2533
+ font-family: "e-icons";
2534
+ }
2535
+
2536
+ .e-de-ctnr-section-break-odd-page::before {
2537
+ content: "\e967";
2538
+ font-family: "e-icons";
2539
+ }
2540
+
2541
+ .e-de-ctnr-columns-one::before {
2542
+ content: "\e977";
2543
+ font-family: "e-icons";
2544
+ font-size: 60px;
2545
+ }
2546
+
2547
+ .e-de-ctnr-columns-two::before {
2548
+ content: "\e978";
2549
+ font-family: "e-icons";
2550
+ font-size: 60px;
2551
+ }
2552
+
2553
+ .e-de-ctnr-columns-three::before {
2554
+ content: "\e979";
2555
+ font-family: "e-icons";
2556
+ font-size: 60px;
2557
+ }
2558
+
2559
+ .e-de-ctnr-columns-right::before {
2560
+ content: "\e974";
2561
+ font-family: "e-icons";
2562
+ font-size: 60px;
2563
+ }
2564
+
2565
+ .e-de-ctnr-columns-left::before {
2566
+ content: "\e975";
2567
+ font-family: "e-icons";
2568
+ font-size: 60px;
2569
+ }
2570
+
2571
+ .e-de-toolbar {
2572
+ height: 100%;
2573
+ }
2574
+
2575
+ .e-documenteditorcontainer {
2576
+ display: block;
2577
+ }
2578
+
2579
+ .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2580
+ height: 0;
2581
+ line-height: 0;
2582
+ }
2583
+
2584
+ .e-de-ctnr-file-picker {
2585
+ left: -110em;
2586
+ position: fixed;
2587
+ }
2588
+
2589
+ .e-de-ctnr-rtl {
2590
+ direction: rtl;
2591
+ }
2592
+
2593
+ .e-de-ctnr-hglt-btn {
2594
+ border: 0.5px solid transparent;
2595
+ display: inline-block;
2596
+ height: 25px;
2597
+ margin: 3px;
2598
+ width: 25px;
2599
+ }
2600
+
2601
+ .e-color-selected,
2602
+ .e-de-ctnr-hglt-btn:hover {
2603
+ border-color: #fff;
2604
+ outline: #000 0.5px solid;
2605
+ }
2606
+
2607
+ .e-hglt-no-color {
2608
+ height: 30px;
2609
+ padding-top: 1px;
2610
+ width: 157px;
2611
+ }
2612
+ .e-hglt-no-color:hover {
2613
+ background-color: #d3d3d3;
2614
+ cursor: pointer;
2615
+ }
2616
+
2617
+ .e-de-ctnr-hglt-no-color {
2618
+ font-size: 12px;
2619
+ font-weight: normal;
2620
+ left: 40px;
2621
+ padding-top: 11px;
2622
+ position: absolute;
2623
+ top: 100px;
2624
+ }
2625
+
2626
+ /* stylelint-disable */
2627
+ .e-de-scrollbar-hide::-webkit-scrollbar {
2628
+ width: 0;
2629
+ }
2630
+
2631
+ .e-de-scrollbar-hide {
2632
+ -ms-overflow-style: none;
2633
+ scrollbar-width: none;
2634
+ }
2635
+
2636
+ /* stylelint-enable */
2637
+ /* stylelint-disable */
2638
+ .e-de-toolbar {
2639
+ height: 100%;
2640
+ }
2641
+
2642
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
2643
+ -webkit-box-shadow: none;
2644
+ box-shadow: none;
2645
+ height: 32px;
2646
+ }
2647
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
2648
+ -webkit-box-shadow: none;
2649
+ box-shadow: none;
2650
+ }
2651
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
2652
+ -webkit-box-shadow: none;
2653
+ box-shadow: none;
2654
+ }
2655
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
2656
+ -webkit-box-shadow: none;
2657
+ box-shadow: none;
2658
+ }
2659
+
2660
+ .e-de-ctnr-group-btn-middle button {
2661
+ border-radius: 0px;
2662
+ }
2663
+
2664
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
2665
+ -webkit-box-shadow: none;
2666
+ box-shadow: none;
2667
+ }
2668
+
2669
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
2670
+ .e-de-ctn .e-de-status-bar button {
2671
+ -webkit-box-shadow: none;
2672
+ box-shadow: none;
2673
+ height: 32px;
2674
+ }
2675
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
2676
+ .e-de-ctn .e-de-status-bar button:focus {
2677
+ -webkit-box-shadow: none;
2678
+ box-shadow: none;
2679
+ }
2680
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
2681
+ .e-de-ctn .e-de-status-bar button:active {
2682
+ -webkit-box-shadow: none;
2683
+ box-shadow: none;
2684
+ }
2685
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
2686
+ .e-de-ctn .e-de-status-bar button:hover {
2687
+ -webkit-box-shadow: none;
2688
+ box-shadow: none;
2689
+ }
2690
+
2691
+ .e-de-statusbar-pageweb {
2692
+ background: #fff;
2693
+ border: 0;
2694
+ -webkit-box-shadow: none;
2695
+ box-shadow: none;
2696
+ float: right;
2697
+ height: 33px;
2698
+ width: 33px;
2699
+ }
2700
+ .e-de-statusbar-pageweb:hover {
2701
+ -webkit-box-shadow: none;
2702
+ box-shadow: none;
2703
+ }
2704
+
2705
+ .e-de-statusbar-pageweb .e-de-printlayout,
2706
+ .e-de-statusbar-pageweb .e-de-weblayout {
2707
+ font-size: 16px;
2708
+ }
2709
+
2710
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
2711
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
2712
+ font-size: 16px;
2713
+ }
2714
+
2715
+ .e-bigger .e-btn.e-de-statusbar-pageweb {
2716
+ padding: 0;
2717
+ }
2718
+ .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
2719
+ .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
2720
+ font-size: 16px;
2721
+ }
2722
+
2723
+ .e-listview .e-list-icon {
2724
+ height: 24px;
2725
+ width: 16px;
2726
+ margin-right: 12px;
2727
+ }
2728
+
2729
+ .e-de-listview-icon {
2730
+ height: auto;
2731
+ width: auto;
2732
+ line-height: 22px;
2733
+ margin-right: 12px;
2734
+ }
2735
+
2736
+ .e-de-linespacing {
2737
+ margin-top: 11px;
2738
+ }
2739
+
2740
+ .e-de-statusbar-zoom {
2741
+ background: #fff;
2742
+ border: 0;
2743
+ color: #000;
2744
+ float: right;
2745
+ font-weight: 400;
2746
+ height: 33px;
2747
+ }
2748
+
2749
+ .e-de-pagenumber-text {
2750
+ border: none !important;
2751
+ }
2752
+
2753
+ .e-de-pagenumber-input {
2754
+ background: #fff;
2755
+ border: 1px solid #000;
2756
+ border-radius: 2px;
2757
+ color: #000;
2758
+ padding: 0px;
2759
+ text-align: center;
2760
+ width: 22px;
2761
+ }
2762
+
2763
+ .e-btn-pageweb-toggle {
2764
+ background-color: #400074;
2765
+ -webkit-box-shadow: none;
2766
+ box-shadow: none;
2767
+ outline: #fafafa 0 solid;
2768
+ outline-offset: 0;
2769
+ }
2770
+
2771
+ .e-btn-pageweb-spellcheck {
2772
+ border: 0;
2773
+ -webkit-box-shadow: none;
2774
+ box-shadow: none;
2775
+ float: right;
2776
+ margin-left: calc(100% - 362px);
2777
+ }
2778
+
2779
+ .e-bigger .e-btn-pageweb-spellcheck {
2780
+ margin-left: calc(100% - 395px);
2781
+ }
2782
+
2783
+ .e-de-ctn-title {
2784
+ background-color: #400074;
2785
+ border-bottom: none !important;
2786
+ color: #fff;
2787
+ }
2788
+
2789
+ .e-de-tool-ctnr-properties-pane {
2790
+ display: -webkit-box;
2791
+ display: -ms-flexbox;
2792
+ display: flex;
2793
+ height: calc(100% - 113px);
2794
+ width: 100%;
2795
+ }
2796
+
2797
+ .e-de-ctnr-properties-pane {
2798
+ display: -webkit-box;
2799
+ display: -ms-flexbox;
2800
+ display: flex;
2801
+ height: calc(100% - 38px);
2802
+ width: 100%;
2803
+ }
2804
+
2805
+ .e-de-statusbar-separator {
2806
+ border-left: 1px solid #dadada;
2807
+ height: 16px;
2808
+ margin-left: 7.5px;
2809
+ margin-right: 7.5px;
2810
+ margin-top: 10px;
2811
+ }
2812
+
2813
+ .e-bigger .e-de-statusbar-separator {
2814
+ border-left: 1px solid #dadada;
2815
+ height: 16px;
2816
+ margin-left: 7.5px;
2817
+ margin-right: 7.5px;
2818
+ margin-top: 10px;
2819
+ }
2820
+
2821
+ .e-de-statusbar-spellcheck {
2822
+ border-radius: 2px;
2823
+ font-weight: 400;
2824
+ }
2825
+
2826
+ .e-de-ctn {
2827
+ background-color: #fff;
2828
+ border: 1px solid #000;
2829
+ height: 100%;
2830
+ position: relative;
2831
+ width: 100%;
2832
+ }
2833
+
2834
+ .e-bigger .e-de-statusbar-spellcheck {
2835
+ border-radius: 2px;
2836
+ }
2837
+
2838
+ .e-de-ctnr-toolbar {
2839
+ display: -webkit-box;
2840
+ display: -ms-flexbox;
2841
+ display: flex;
2842
+ height: 82px;
2843
+ width: 100%;
2844
+ }
2845
+
2846
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
2847
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
2848
+ border: 0;
2849
+ }
2850
+
2851
+ .e-de-pane {
2852
+ border-left: 1px solid #000;
2853
+ }
2854
+
2855
+ .e-de-pane-rtl {
2856
+ border-right: 1px solid #000;
2857
+ }
2858
+
2859
+ .e-de-tool-ctnr-properties-pane,
2860
+ .e-de-ctnr-properties-pane {
2861
+ background: #fff;
2862
+ border-bottom: 1px solid #000;
2863
+ border-top: 1px solid #000;
2864
+ }
2865
+
2866
+ .e-de-ctnr-segment {
2867
+ margin-bottom: 12px;
2868
+ }
2869
+
2870
+ .e-de-ctnr-segment > div:first-child:not(.e-rtl),
2871
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
2872
+ .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
2873
+ margin-right: 12px;
2874
+ }
2875
+
2876
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
2877
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
2878
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
2879
+ margin-left: 12px;
2880
+ margin-right: 0;
2881
+ }
2882
+
2883
+ .e-de-tlbr-wrapper {
2884
+ background-color: #fff;
2885
+ height: 82px;
2886
+ width: calc(100% - 75px);
2887
+ }
2888
+
2889
+ .e-de-ctnr-prop-label {
2890
+ color: #000;
2891
+ display: inline-block;
2892
+ font-size: 13px;
2893
+ font-weight: 500;
2894
+ letter-spacing: 0.05px;
2895
+ margin-bottom: 12px;
2896
+ opacity: 0.87;
2897
+ }
2898
+
2899
+ .e-de-table-prop-label {
2900
+ margin-left: 12px;
2901
+ }
2902
+
2903
+ .e-de-table-prop-label.e-de-rtl {
2904
+ margin-left: 0;
2905
+ margin-right: 12px;
2906
+ }
2907
+
2908
+ .e-de-toolbar.e-toolbar {
2909
+ border-radius: 0;
2910
+ }
2911
+
2912
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
2913
+ margin-left: 0;
2914
+ margin-right: 6px;
2915
+ }
2916
+
2917
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
2918
+ margin-left: 6px;
2919
+ margin-right: 0;
2920
+ }
2921
+
2922
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
2923
+ margin-left: 0;
2924
+ margin-right: 8px;
2925
+ }
2926
+
2927
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
2928
+ margin-left: 8px;
2929
+ margin-right: 0;
2930
+ }
2931
+
2932
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
2933
+ margin-left: 6px;
2934
+ margin-right: 0;
2935
+ }
2936
+
2937
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
2938
+ margin-left: 0;
2939
+ margin-right: 6px;
2940
+ }
2941
+
2942
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
2943
+ margin-left: 8px;
2944
+ margin-right: 0;
2945
+ }
2946
+
2947
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
2948
+ margin-left: 0;
2949
+ margin-right: 8px;
2950
+ }
2951
+
2952
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
2953
+ height: 82px;
2954
+ }
2955
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
2956
+ height: 59px;
2957
+ margin: 0 5.5px;
2958
+ }
2959
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
2960
+ margin-left: 12px !important;
2961
+ margin-right: 6px;
2962
+ }
2963
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
2964
+ margin-left: 6px;
2965
+ margin-right: 6px;
2966
+ }
2967
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
2968
+ margin-left: 6px;
2969
+ margin-right: 12px;
2970
+ }
2971
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
2972
+ background-color: #400074;
2973
+ }
2974
+
2975
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2976
+ -webkit-box-orient: vertical;
2977
+ -webkit-box-direction: normal;
2978
+ -ms-flex-direction: column;
2979
+ flex-direction: column;
2980
+ height: calc(100% - 10px);
2981
+ padding: 0;
2982
+ padding-bottom: 5px;
2983
+ }
2984
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2985
+ padding: 0;
2986
+ padding-bottom: 5px;
2987
+ }
2988
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
2989
+ padding: 0;
2990
+ padding-bottom: 5px;
2991
+ }
2992
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
2993
+ padding: 0;
2994
+ padding-bottom: 5px;
2995
+ }
2996
+
2997
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
2998
+ padding: 0;
2999
+ }
3000
+
3001
+ .e-de-overlay {
3002
+ height: 100%;
3003
+ opacity: 0.5;
3004
+ pointer-events: none;
3005
+ -ms-touch-action: none;
3006
+ touch-action: none;
3007
+ width: 100%;
3008
+ }
3009
+
3010
+ .e-de-ctnr-properties-pane-btn {
3011
+ width: 75px;
3012
+ }
3013
+
3014
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
3015
+ color: #35363b;
3016
+ }
3017
+
3018
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
3019
+ color: #000;
3020
+ }
3021
+
3022
+ .e-de-ctnr-properties-pane-btn .e-btn {
3023
+ background: #fff;
3024
+ border-radius: 0;
3025
+ -webkit-box-shadow: none;
3026
+ box-shadow: none;
3027
+ color: #35363b;
3028
+ min-height: 100%;
3029
+ min-width: 100%;
3030
+ }
3031
+ .e-de-ctnr-properties-pane-btn .e-btn:focus {
3032
+ -webkit-box-shadow: none;
3033
+ box-shadow: none;
3034
+ }
3035
+ .e-de-ctnr-properties-pane-btn .e-btn:active {
3036
+ -webkit-box-shadow: none;
3037
+ box-shadow: none;
3038
+ }
3039
+ .e-de-ctnr-properties-pane-btn .e-btn:hover {
3040
+ -webkit-box-shadow: none;
3041
+ box-shadow: none;
3042
+ }
3043
+
3044
+ .e-de-showhide-btn {
3045
+ border: 0;
3046
+ height: 82px;
3047
+ }
3048
+
3049
+ .e-de-showhide-btn-rtl {
3050
+ border: 0;
3051
+ height: 82px;
3052
+ }
3053
+
3054
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
3055
+ padding: 0;
3056
+ }
3057
+
3058
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
3059
+ display: table;
3060
+ font-size: 12px;
3061
+ margin: 0 6.5px;
3062
+ padding: 0;
3063
+ white-space: normal;
3064
+ }
3065
+
3066
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
3067
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
3068
+ padding: 0 !important;
3069
+ min-height: 16px;
3070
+ }
3071
+
3072
+ .e-de-hdr-ftr-frst-div {
3073
+ margin-bottom: 10px;
3074
+ }
3075
+
3076
+ .e-de-hdr-ftr-top-div {
3077
+ margin-bottom: 14px;
3078
+ }
3079
+
3080
+ .e-de-cntr-pane-padding {
3081
+ padding: 12px;
3082
+ }
3083
+
3084
+ .e-de-prop-pane {
3085
+ height: 100%;
3086
+ min-height: 200px;
3087
+ overflow: auto;
3088
+ width: 260px;
3089
+ }
3090
+
3091
+ .e-de-review-pane {
3092
+ background: #fff;
3093
+ border-left: 1px solid #e1e1e1;
3094
+ height: 100%;
3095
+ min-height: 200px;
3096
+ overflow: auto;
3097
+ width: 400px;
3098
+ }
3099
+
3100
+ .e-bigger .e-de-cntr-pane-padding {
3101
+ padding: 16px;
3102
+ }
3103
+ .e-bigger .e-de-prop-pane {
3104
+ height: 100%;
3105
+ min-height: 200px;
3106
+ overflow: auto;
3107
+ width: 272px;
3108
+ }
3109
+
3110
+ .e-de-property-div-padding {
3111
+ border-bottom: 0.5px solid #e0e0e0;
3112
+ padding: 12.5px;
3113
+ }
3114
+
3115
+ .e-de-ctnr-dropdown-ftr {
3116
+ border-top: 1px solid #e0e0e0;
3117
+ color: #000;
3118
+ cursor: pointer;
3119
+ display: block;
3120
+ font-size: 12px;
3121
+ line-height: 40px;
3122
+ text-indent: 1.2em;
3123
+ }
3124
+
3125
+ .e-de-char-fmt-btn-left > button,
3126
+ .e-de-insert-del-cell button {
3127
+ width: 37.25px;
3128
+ }
3129
+
3130
+ .e-de-char-fmt-btn-right > button {
3131
+ width: 37.5px;
3132
+ }
3133
+
3134
+ .e-de-panel-left-width {
3135
+ width: 149px;
3136
+ }
3137
+
3138
+ .e-bigger .e-de-panel-left-width {
3139
+ width: 149px;
3140
+ }
3141
+ .e-bigger .e-de-char-fmt-btn-left > button,
3142
+ .e-bigger .e-de-insert-del-cell button {
3143
+ width: 37.25px;
3144
+ }
3145
+
3146
+ .e-de-panel-right-width {
3147
+ width: 75px;
3148
+ }
3149
+
3150
+ .e-de-cntr-highlight-pane {
3151
+ border: 1px solid #000;
3152
+ }
3153
+
3154
+ .e-de-btn-hghlclr > button:first-child {
3155
+ padding: 1px !important;
3156
+ }
3157
+
3158
+ .e-de-ctnr-hglt-color {
3159
+ font-size: 12px;
3160
+ font-weight: 400;
3161
+ height: 18px !important;
3162
+ width: 18px !important;
3163
+ }
3164
+
3165
+ .e-de-font-clr-picker > div div button,
3166
+ .e-de-font-clr-picker > div button,
3167
+ .e-de-font-clr-picker > button {
3168
+ width: 30.8px;
3169
+ }
3170
+
3171
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
3172
+ height: 55px;
3173
+ padding: 4px !important;
3174
+ width: 60px;
3175
+ }
3176
+
3177
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
3178
+ border: 3px solid #ecf;
3179
+ padding: 2px !important;
3180
+ }
3181
+
3182
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
3183
+ height: 38px;
3184
+ padding: 4px !important;
3185
+ width: 38px;
3186
+ }
3187
+
3188
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
3189
+ border: 3px solid #ecf;
3190
+ padding: 2px !important;
3191
+ }
3192
+
3193
+ .e-de-list-header-presetmenu {
3194
+ cursor: pointer;
3195
+ font-size: 11px;
3196
+ line-height: 14px;
3197
+ overflow: hidden;
3198
+ text-align: left;
3199
+ min-width: 50px;
3200
+ white-space: nowrap;
3201
+ width: 100%;
3202
+ }
3203
+
3204
+ .e-de-bullet-list-header-presetmenu {
3205
+ cursor: pointer;
3206
+ font-size: 14px;
3207
+ left: -11px;
3208
+ line-height: 26px;
3209
+ min-width: 50px;
3210
+ overflow: hidden;
3211
+ position: relative;
3212
+ white-space: nowrap;
3213
+ width: 100%;
3214
+ }
3215
+
3216
+ .e-rtl .e-de-bullet-list-header-presetmenu {
3217
+ cursor: pointer;
3218
+ font-size: 14px;
3219
+ left: 10px;
3220
+ line-height: 26px;
3221
+ min-width: 50px;
3222
+ overflow: hidden;
3223
+ position: relative;
3224
+ white-space: nowrap;
3225
+ width: 100%;
3226
+ }
3227
+
3228
+ .e-de-bullet {
3229
+ font-size: 42px;
3230
+ }
3231
+
3232
+ .e-de-list-header-presetmenu .e-de-list-line {
3233
+ border-bottom: 1px solid #ccc !important;
3234
+ margin-left: 5px;
3235
+ width: 100%;
3236
+ }
3237
+
3238
+ .e-de-toc-optionsdiv {
3239
+ margin-bottom: 11.5px;
3240
+ margin-left: 5.5px;
3241
+ margin-top: 15.5px;
3242
+ }
3243
+
3244
+ .e-de-toc-optionsdiv.e-de-rtl {
3245
+ margin-right: 5.5px;
3246
+ margin-left: 0;
3247
+ }
3248
+
3249
+ .e-de-list-header-presetmenu div span {
3250
+ display: inline-block;
3251
+ vertical-align: middle;
3252
+ }
3253
+
3254
+ .e-de-floating-menu .e-de-floating-menuitem,
3255
+ .e-de-floating-menu .e-de-menuitem-none {
3256
+ cursor: pointer;
3257
+ height: 70px;
3258
+ padding: 0 !important;
3259
+ margin: 0 5px 5px 0 !important;
3260
+ width: 70px;
3261
+ }
3262
+
3263
+ .e-de-list-thumbnail .e-de-list-items {
3264
+ float: left;
3265
+ }
3266
+
3267
+ .e-de-list-thumbnail .e-de-list-items {
3268
+ border: 1px solid #e4e4e4;
3269
+ clear: initial;
3270
+ display: inline-block;
3271
+ height: auto;
3272
+ margin: 5px;
3273
+ padding: 2px;
3274
+ text-align: center;
3275
+ width: auto;
3276
+ }
3277
+
3278
+ .e-de-list-items {
3279
+ cursor: pointer;
3280
+ background: #fff;
3281
+ -webkit-box-sizing: border-box;
3282
+ box-sizing: border-box;
3283
+ list-style: none;
3284
+ padding: 7px 10px 7px 10px;
3285
+ position: relative;
3286
+ }
3287
+
3288
+ .e-de-list-item-size {
3289
+ font-size: 14px;
3290
+ }
3291
+
3292
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
3293
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
3294
+ border: 3px solid #400074;
3295
+ padding: 2px !important;
3296
+ }
3297
+
3298
+ .e-de-floating-menu {
3299
+ padding: 10px 4px 5px 10px !important;
3300
+ }
3301
+
3302
+ .e-de-list-container {
3303
+ border: 1px solid #ccc;
3304
+ border-radius: 2px;
3305
+ -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
3306
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
3307
+ background: #fff;
3308
+ -webkit-box-sizing: border-box;
3309
+ box-sizing: border-box;
3310
+ display: inline-block;
3311
+ line-height: normal;
3312
+ margin: 0;
3313
+ outline: 0;
3314
+ background: #fff;
3315
+ padding: 5px 0;
3316
+ position: absolute;
3317
+ width: auto;
3318
+ z-index: 10020;
3319
+ }
3320
+
3321
+ .e-de-ctnr-list {
3322
+ font-size: 29px;
3323
+ vertical-align: top;
3324
+ }
3325
+
3326
+ .e-de-image-property {
3327
+ padding-left: 32px;
3328
+ }
3329
+
3330
+ .e-de-img-prty-span {
3331
+ color: #000;
3332
+ left: 8px;
3333
+ position: absolute;
3334
+ top: 7px;
3335
+ }
3336
+
3337
+ .e-btn-toggle {
3338
+ background-color: #400074 !important;
3339
+ outline: #000 0 solid;
3340
+ outline-offset: 0;
3341
+ -webkit-box-shadow: none !important;
3342
+ box-shadow: none !important;
3343
+ }
3344
+ .e-btn-toggle:hover {
3345
+ background-color: #400074 !important;
3346
+ outline: #000 0 solid;
3347
+ outline-offset: 0;
3348
+ -webkit-box-shadow: none !important;
3349
+ box-shadow: none !important;
3350
+ }
3351
+
3352
+ .e-de-ctnr-group-btn-top > button:first-child {
3353
+ border-radius: 0;
3354
+ border-top-left-radius: 4px;
3355
+ }
3356
+
3357
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
3358
+ border-top-left-radius: 0;
3359
+ border-top-right-radius: 4px;
3360
+ }
3361
+
3362
+ .e-de-ctnr-group-btn-top > button:last-child {
3363
+ border-radius: 0;
3364
+ border-top-right-radius: 4px;
3365
+ }
3366
+
3367
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
3368
+ border-top-left-radius: 4px;
3369
+ border-top-right-radius: 0;
3370
+ }
3371
+
3372
+ .e-de-ctnr-group-btn-middle > button {
3373
+ border-radius: 0;
3374
+ border-top: 0;
3375
+ border-bottom: 0;
3376
+ }
3377
+
3378
+ .e-de-ctnr-group-btn-bottom > button:first-child {
3379
+ border-radius: 0;
3380
+ border-bottom-left-radius: 4px;
3381
+ }
3382
+
3383
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
3384
+ border-bottom-left-radius: 0;
3385
+ border-bottom-right-radius: 4px;
3386
+ }
3387
+
3388
+ .e-de-ctnr-group-btn-bottom > button:last-child {
3389
+ border-radius: 0;
3390
+ border-bottom-right-radius: 4px;
3391
+ }
3392
+
3393
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
3394
+ border-bottom-right-radius: 0;
3395
+ border-bottom-left-radius: 4px;
3396
+ }
3397
+
3398
+ .e-de-toc-template1 {
3399
+ background: #fff;
3400
+ border: 1px solid #000;
3401
+ color: #000;
3402
+ height: 129px;
3403
+ width: 94px;
3404
+ margin-left: 78px;
3405
+ }
3406
+
3407
+ .e-de-toc-template1.e-de-rtl {
3408
+ margin-left: 0;
3409
+ margin-right: 78px;
3410
+ }
3411
+
3412
+ .e-de-toc-template1-content1 {
3413
+ font-size: 10px;
3414
+ height: 11px;
3415
+ margin-left: 5.4px;
3416
+ margin-top: 6.7px;
3417
+ width: 82px;
3418
+ }
3419
+
3420
+ .e-de-toc-template1-content2 {
3421
+ font-size: 8px;
3422
+ height: 9px;
3423
+ margin-left: 20.4px;
3424
+ margin-top: 5.7px;
3425
+ width: 63px;
3426
+ }
3427
+
3428
+ .e-de-toc-template1-content3 {
3429
+ font-size: 7px;
3430
+ height: 8px;
3431
+ margin-left: 28.4px;
3432
+ margin-top: 6.7px;
3433
+ width: 56px;
3434
+ }
3435
+
3436
+ .e-de-prop-sub-label {
3437
+ color: #000;
3438
+ font-size: 13px;
3439
+ margin-bottom: 8px;
3440
+ font-weight: normal;
3441
+ }
3442
+
3443
+ .e-de-toc-checkbox1 {
3444
+ height: 14px;
3445
+ margin-top: 14px;
3446
+ }
3447
+
3448
+ .e-de-toc-checkbox2 {
3449
+ height: 14px;
3450
+ margin-top: 14px;
3451
+ }
3452
+
3453
+ .e-de-toc-checkbox3 {
3454
+ height: 14px;
3455
+ margin-top: 14px;
3456
+ }
3457
+
3458
+ .e-de-status-bar {
3459
+ background: #fff;
3460
+ display: -webkit-box;
3461
+ display: -ms-flexbox;
3462
+ display: flex;
3463
+ padding-top: 1.5px;
3464
+ width: 100%;
3465
+ }
3466
+
3467
+ .e-de-ctnr-pg-no {
3468
+ color: #000;
3469
+ display: -webkit-inline-box;
3470
+ display: -ms-inline-flexbox;
3471
+ display: inline-flex;
3472
+ font-size: 13px;
3473
+ height: 100%;
3474
+ padding-top: 8px;
3475
+ }
3476
+ .e-de-ctnr-pg-no span {
3477
+ border: 1px solid transparent;
3478
+ }
3479
+
3480
+ .e-de-ctnr-pg-no-spellout {
3481
+ color: #000;
3482
+ display: -webkit-inline-box;
3483
+ display: -ms-inline-flexbox;
3484
+ display: inline-flex;
3485
+ font-size: 13px;
3486
+ height: 100%;
3487
+ padding-top: 8px;
3488
+ width: calc(100% - 160px);
3489
+ }
3490
+ .e-de-ctnr-pg-no-spellout span {
3491
+ border: 1px solid transparent;
3492
+ }
3493
+
3494
+ .e-bigger .e-de-ctnr-pg-no-spellout {
3495
+ color: #000;
3496
+ display: -webkit-inline-box;
3497
+ display: -ms-inline-flexbox;
3498
+ display: inline-flex;
3499
+ font-size: 13px;
3500
+ height: 100%;
3501
+ padding-top: 8px;
3502
+ width: calc(100% - 180px);
3503
+ }
3504
+
3505
+ .e-de-statusbar-zoom-spell {
3506
+ background-color: #fff;
3507
+ border: 0;
3508
+ color: #000;
3509
+ float: right;
3510
+ height: 34px;
3511
+ margin-left: calc(100% - 362px);
3512
+ }
3513
+
3514
+ .e-bigger .e-de-statusbar-zoom-spell {
3515
+ background-color: #fff;
3516
+ border: 0;
3517
+ color: #000;
3518
+ float: right;
3519
+ height: 34px;
3520
+ margin-left: calc(100% - 395px);
3521
+ }
3522
+
3523
+ .e-de-btn-cancel {
3524
+ margin-left: 10px;
3525
+ }
3526
+
3527
+ .e-de-btn-cancel-rtl {
3528
+ margin-left: 0;
3529
+ margin-right: 10px;
3530
+ }
3531
+
3532
+ .e-de-prop-header-label {
3533
+ color: #000;
3534
+ display: inline-block;
3535
+ font-size: 13px;
3536
+ font-weight: bold;
3537
+ letter-spacing: 0.05px;
3538
+ opacity: 0.87;
3539
+ }
3540
+
3541
+ .e-de-prop-separator-line {
3542
+ border-bottom: 1px solid #000;
3543
+ }
3544
+
3545
+ .e-de-status-bar > div label {
3546
+ font-weight: normal;
3547
+ }
3548
+
3549
+ .e-de-stylediv {
3550
+ padding-left: 12px;
3551
+ }
3552
+
3553
+ .e-de-stylediv-rtl {
3554
+ padding-left: 0;
3555
+ padding-right: 12px;
3556
+ }
3557
+
3558
+ .e-de-border-size-button {
3559
+ height: 28px;
3560
+ margin-top: 14px;
3561
+ width: 100px;
3562
+ }
3563
+
3564
+ .e-de-color-picker {
3565
+ height: 28px;
3566
+ width: 100px;
3567
+ }
3568
+
3569
+ .e-de-cell-text-box {
3570
+ margin-right: 12px;
3571
+ }
3572
+
3573
+ .e-de-pane-rtl .e-de-cell-text-box {
3574
+ margin-left: 12px;
3575
+ margin-right: 0;
3576
+ }
3577
+
3578
+ .e-de-prop-fill-label {
3579
+ margin-right: 8px;
3580
+ }
3581
+
3582
+ .e-de-prop-fill-label.e-de-rtl {
3583
+ margin-left: 8px;
3584
+ margin-right: 0;
3585
+ }
3586
+
3587
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
3588
+ height: 36px !important;
3589
+ }
3590
+
3591
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
3592
+ height: 42px !important;
3593
+ }
3594
+
3595
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
3596
+ width: 38px;
3597
+ height: 38px;
3598
+ }
3599
+
3600
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
3601
+ height: 42px;
3602
+ width: 42px;
3603
+ }
3604
+
3605
+ .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
3606
+ width: 70px;
3607
+ }
3608
+
3609
+ .e-de-hRuler {
3610
+ background-color: #fff;
3611
+ border-bottom: 0.5px solid #000;
3612
+ }
3613
+
3614
+ .e-de-vRuler {
3615
+ background-color: #fff;
3616
+ border-right: 0.5px solid #000;
3617
+ }
3618
+
3619
+ .e-de-ruler-margin {
3620
+ background-color: #fff;
3621
+ }
3622
+
3623
+ .e-de-ruler-tick {
3624
+ stroke: #000;
3625
+ }
3626
+
3627
+ .e-de-ruler-tick-label {
3628
+ fill: #000;
3629
+ }
3630
+
3631
+ .e-de-ruler-markIndicator {
3632
+ background-color: #fff;
3633
+ }
3634
+
3635
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
3636
+ fill: #000;
3637
+ }
3638
+
3639
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
3640
+ fill: #000;
3641
+ }
3642
+
3643
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
3644
+ fill: #fff;
3645
+ stroke: #000;
3646
+ }
3647
+
3648
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
3649
+ fill: #000;
3650
+ stroke: #000;
3651
+ }
3652
+
3653
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
3654
+ fill: #400074;
3655
+ stroke: #000;
3656
+ }
3657
+
3658
+ .e-de-ruler-table-svg {
3659
+ fill: #000;
3660
+ }
3661
+
3662
+ .e-de-ruler-table-svg:hover {
3663
+ fill: #000;
3664
+ }
3665
+
3666
+ .e-de-ruler-table-svg:active {
3667
+ fill: #400074;
3668
+ }
3669
+
3670
+ .e-de-custom-treeview .e-list-text {
3671
+ font-size: 13px;
3672
+ white-space: nowrap;
3673
+ width: 200px;
3674
+ overflow: hidden;
3675
+ text-overflow: ellipsis;
3676
+ }
3677
+
3678
+ .e-bigger .e-de-custom-treeview .e-list-text {
3679
+ font-size: 14px;
3680
+ white-space: nowrap;
3681
+ width: 200px;
3682
+ overflow: hidden;
3683
+ text-overflow: ellipsis;
3684
+ }
3685
+
3686
+ .e-rtl .e-listview .e-list-icon {
3687
+ height: 24px;
3688
+ width: 16px;
3689
+ margin-left: 12px;
3690
+ }
3691
+ .e-rtl .e-de-listview-icon {
3692
+ height: auto;
3693
+ width: auto;
3694
+ line-height: 22px;
3695
+ margin-left: 12px;
3696
+ }
3697
+ .e-rtl .e-de-vRuler {
3698
+ background-color: #fff;
3699
+ border-right: none;
3700
+ border-left: 0.5px solid #000;
3701
+ }
3702
+
3703
+ .e-bigger .de-split-button > div:first-child {
3704
+ margin-right: 0;
3705
+ }
3706
+ .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
3707
+ width: 66px;
3708
+ }
3709
+ .e-bigger .e-de-prop-fill-label {
3710
+ margin-left: 0;
3711
+ margin-right: 9.8px;
3712
+ }
3713
+ .e-bigger .e-de-prop-fill-label.e-de-rtl {
3714
+ margin-left: 9.8px;
3715
+ margin-right: 0px;
3716
+ }
3717
+ .e-bigger .e-rtl .e-de-cell-text-box {
3718
+ margin-left: 16px;
3719
+ margin-right: 0;
3720
+ }
3721
+ .e-bigger .e-de-color-picker {
3722
+ height: 38px;
3723
+ width: 96px;
3724
+ }
3725
+ .e-bigger .e-de-border-size-button {
3726
+ height: 38px;
3727
+ margin-top: 14px;
3728
+ width: 96px;
3729
+ }
3730
+ .e-bigger .e-de-stylediv {
3731
+ padding-left: 16px;
3732
+ }
3733
+ .e-bigger .e-de-stylediv-rtl {
3734
+ padding-right: 16px;
3735
+ }
3736
+ .e-bigger .e-de-tool-ctnr-properties-pane {
3737
+ display: -webkit-box;
3738
+ display: -ms-flexbox;
3739
+ display: flex;
3740
+ height: calc(100% - 118px);
3741
+ min-height: 200px;
3742
+ width: 100%;
3743
+ }
3744
+ .e-bigger .e-de-ctnr-properties-pane {
3745
+ display: -webkit-box;
3746
+ display: -ms-flexbox;
3747
+ display: flex;
3748
+ height: calc(100% - 38px);
3749
+ width: 100%;
3750
+ }
3751
+ .e-bigger .e-de-ctn {
3752
+ background-color: #fff;
3753
+ border: 1px solid #000;
3754
+ height: 100%;
3755
+ position: relative;
3756
+ width: 100%;
3757
+ }
3758
+ .e-bigger .e-de-ctnr-toolbar {
3759
+ display: -webkit-box;
3760
+ display: -ms-flexbox;
3761
+ display: flex;
3762
+ height: 82px;
3763
+ width: 100%;
3764
+ }
3765
+ .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
3766
+ .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
3767
+ border: 0;
3768
+ }
3769
+ .e-bigger .e-de-pane {
3770
+ border-left: 1px solid #000;
3771
+ }
3772
+ .e-bigger .e-de-pane-rtl {
3773
+ border-right: 1px solid #000;
3774
+ }
3775
+ .e-bigger .e-de-ctnr-segment {
3776
+ margin-bottom: 16px;
3777
+ }
3778
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
3779
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
3780
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
3781
+ margin-right: 16px;
3782
+ }
3783
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
3784
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
3785
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
3786
+ margin-left: 16px;
3787
+ margin-right: 0;
3788
+ }
3789
+ .e-bigger .e-de-tlbr-wrapper {
3790
+ background-color: #fff;
3791
+ height: 82px;
3792
+ width: calc(100% - 75px);
3793
+ }
3794
+ .e-bigger .e-de-ctnr-prop-label {
3795
+ color: #000;
3796
+ display: inline-block;
3797
+ font-size: 13px;
3798
+ font-weight: 500;
3799
+ letter-spacing: 0.05px;
3800
+ margin-bottom: 16px;
3801
+ opacity: 0.87;
3802
+ }
3803
+ .e-bigger .e-de-table-prop-label {
3804
+ margin-left: 14.5px;
3805
+ }
3806
+ .e-bigger .e-de-table-prop-label.e-de-rtl {
3807
+ margin-left: 0;
3808
+ margin-right: 14.5px;
3809
+ }
3810
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
3811
+ height: 82px;
3812
+ }
3813
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
3814
+ margin: 0 7.5px;
3815
+ }
3816
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
3817
+ margin-left: 16px !important;
3818
+ margin-right: 8px;
3819
+ }
3820
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
3821
+ margin-left: 8px;
3822
+ margin-right: 8px;
3823
+ }
3824
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
3825
+ margin-left: 8px;
3826
+ margin-right: 16px;
3827
+ }
3828
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
3829
+ background-color: #400074;
3830
+ }
3831
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
3832
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
3833
+ padding: 0;
3834
+ padding-bottom: 5px;
3835
+ }
3836
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
3837
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
3838
+ padding: 0;
3839
+ padding-bottom: 5px;
3840
+ }
3841
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
3842
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
3843
+ padding: 0;
3844
+ padding-bottom: 5px;
3845
+ }
3846
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
3847
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
3848
+ padding: 0;
3849
+ padding-bottom: 5px;
3850
+ }
3851
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
3852
+ padding: 0 !important;
3853
+ }
3854
+ .e-bigger .e-de-overlay {
3855
+ height: 100%;
3856
+ opacity: 0.5;
3857
+ pointer-events: none;
3858
+ -ms-touch-action: none;
3859
+ touch-action: none;
3860
+ }
3861
+ .e-bigger .e-de-ctnr-properties-pane-btn {
3862
+ width: 75px;
3863
+ }
3864
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
3865
+ background: #fff;
3866
+ border-radius: 0;
3867
+ -webkit-box-shadow: none;
3868
+ box-shadow: none;
3869
+ min-height: 100%;
3870
+ min-width: 100%;
3871
+ }
3872
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
3873
+ -webkit-box-shadow: none;
3874
+ box-shadow: none;
3875
+ }
3876
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
3877
+ -webkit-box-shadow: none;
3878
+ box-shadow: none;
3879
+ }
3880
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
3881
+ -webkit-box-shadow: none;
3882
+ box-shadow: none;
3883
+ }
3884
+ .e-bigger .e-de-showhide-btn {
3885
+ border: 0;
3886
+ height: 82px;
3887
+ }
3888
+ .e-bigger .e-de-showhide-btn-rtl {
3889
+ border: 0;
3890
+ height: 82px;
3891
+ }
3892
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
3893
+ padding: 0;
3894
+ }
3895
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
3896
+ display: table;
3897
+ font-size: 12px !important;
3898
+ margin: 0 6px;
3899
+ padding: 0;
3900
+ white-space: normal;
3901
+ }
3902
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
3903
+ .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 {
3904
+ padding: 0;
3905
+ }
3906
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
3907
+ -webkit-box-shadow: none;
3908
+ box-shadow: none;
3909
+ height: 38px;
3910
+ }
3911
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
3912
+ -webkit-box-shadow: none;
3913
+ box-shadow: none;
3914
+ }
3915
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
3916
+ -webkit-box-shadow: none;
3917
+ box-shadow: none;
3918
+ }
3919
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
3920
+ -webkit-box-shadow: none;
3921
+ box-shadow: none;
3922
+ }
3923
+ .e-bigger .e-de-status-bar button {
3924
+ height: 38px;
3925
+ -webkit-box-shadow: none;
3926
+ box-shadow: none;
3927
+ }
3928
+ .e-bigger .e-de-status-bar button:focus {
3929
+ -webkit-box-shadow: none;
3930
+ box-shadow: none;
3931
+ }
3932
+ .e-bigger .e-de-status-bar button:active {
3933
+ -webkit-box-shadow: none;
3934
+ box-shadow: none;
3935
+ }
3936
+ .e-bigger .e-de-status-bar button:hover {
3937
+ -webkit-box-shadow: none;
3938
+ box-shadow: none;
3939
+ }
3940
+ .e-bigger .e-de-ctnr-group-btn button {
3941
+ -webkit-box-shadow: none;
3942
+ box-shadow: none;
3943
+ height: 38px;
3944
+ }
3945
+ .e-bigger .e-de-ctnr-group-btn button:focus {
3946
+ -webkit-box-shadow: none;
3947
+ box-shadow: none;
3948
+ }
3949
+ .e-bigger .e-de-ctnr-group-btn button:active {
3950
+ -webkit-box-shadow: none;
3951
+ box-shadow: none;
3952
+ }
3953
+ .e-bigger .e-de-ctnr-group-btn button:hover {
3954
+ -webkit-box-shadow: none;
3955
+ box-shadow: none;
3956
+ }
3957
+ .e-bigger .e-de-property-div-padding {
3958
+ border-bottom: 0.5px solid #e0e0e0;
3959
+ padding: 16px;
3960
+ }
3961
+ .e-bigger .e-de-font-clr-picker > div button,
3962
+ .e-bigger .e-de-font-clr-picker > button {
3963
+ width: auto;
3964
+ }
3965
+ .e-bigger .e-de-ctnr-dropdown-ftr {
3966
+ border-top: 1px solid #e0e0e0;
3967
+ color: #000;
3968
+ cursor: pointer;
3969
+ display: block;
3970
+ font-size: 12px;
3971
+ line-height: 40px;
3972
+ text-indent: 1.2em;
3973
+ }
3974
+ .e-bigger .e-de-char-fmt-btn > button {
3975
+ width: 38.5px;
3976
+ }
3977
+ .e-bigger .e-de-btn-hghlclr > button:first-child {
3978
+ padding: 0 6px !important;
3979
+ }
3980
+ .e-bigger .e-de-ctnr-hglt-color {
3981
+ font-size: 12px;
3982
+ font-weight: 400;
3983
+ height: 25px !important;
3984
+ width: 25px !important;
3985
+ }
3986
+ .e-bigger .e-de-ctnr-list {
3987
+ font-size: 29px;
3988
+ vertical-align: top;
3989
+ }
3990
+ .e-bigger .e-de-image-property {
3991
+ padding-left: 32px;
3992
+ }
3993
+ .e-bigger .e-de-img-prty-span {
3994
+ color: #000;
3995
+ left: 10px;
3996
+ position: absolute;
3997
+ top: 12px;
3998
+ }
3999
+ .e-bigger .e-btn-toggle {
4000
+ background-color: #400074 !important;
4001
+ -webkit-box-shadow: none !important;
4002
+ box-shadow: none !important;
4003
+ outline: #000 0 solid;
4004
+ outline-offset: 0;
4005
+ }
4006
+ .e-bigger .e-btn-toggle:hover {
4007
+ background-color: #400074 !important;
4008
+ outline: #000 0 solid;
4009
+ outline-offset: 0;
4010
+ -webkit-box-shadow: none !important;
4011
+ box-shadow: none !important;
4012
+ }
4013
+ .e-bigger .e-de-toc-template1 {
4014
+ background: #fff;
4015
+ border: 1px solid #000;
4016
+ color: #000;
4017
+ height: 129px;
4018
+ margin-left: 78px;
4019
+ width: 94px;
4020
+ }
4021
+ .e-bigger .e-de-toc-template1-content1 {
4022
+ font-size: 10px;
4023
+ height: 11px;
4024
+ margin-left: 5.4px;
4025
+ margin-top: 6.7px;
4026
+ width: 82px;
4027
+ }
4028
+ .e-bigger .e-de-toc-template1-content2 {
4029
+ font-size: 8px;
4030
+ height: 9px;
4031
+ margin-left: 20.4px;
4032
+ margin-top: 5.7px;
4033
+ width: 63px;
4034
+ }
4035
+ .e-bigger .e-de-toc-template1-content3 {
4036
+ font-size: 7px;
4037
+ height: 8px;
4038
+ margin-left: 28.4px;
4039
+ margin-top: 6.7px;
4040
+ width: 56px;
4041
+ }
4042
+ .e-bigger .e-de-toc-optionsdiv {
4043
+ margin-bottom: 11.5px;
4044
+ margin-left: 5.5px;
4045
+ margin-top: 15.5px;
4046
+ }
4047
+ .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
4048
+ margin-right: 5.5px;
4049
+ margin-left: 0;
4050
+ }
4051
+ .e-bigger .e-de-prop-sub-label {
4052
+ font-size: 13px;
4053
+ margin-bottom: 8.5px;
4054
+ }
4055
+ .e-bigger .e-de-btn-cancel {
4056
+ margin-left: 10px;
4057
+ }
4058
+ .e-bigger .e-de-status-bar {
4059
+ background: #fff;
4060
+ display: -webkit-box;
4061
+ display: -ms-flexbox;
4062
+ display: flex;
4063
+ padding-top: 1.5px;
4064
+ width: 100%;
4065
+ }
4066
+ .e-bigger .e-de-statusbar-zoom {
4067
+ border: 0;
4068
+ color: #000;
4069
+ float: right;
4070
+ height: 34px;
4071
+ background-color: #fff;
4072
+ }
4073
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
4074
+ line-height: 25px;
4075
+ padding: 0 5px !important;
4076
+ }
4077
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4078
+ height: 0;
4079
+ line-height: 0;
4080
+ }
4081
+ .e-bigger .e-listview .e-list-icon {
4082
+ height: 24px;
4083
+ width: 16px;
4084
+ margin-right: 16px;
4085
+ }
4086
+ .e-bigger .e-de-listview-icon {
4087
+ height: auto;
4088
+ width: auto;
4089
+ line-height: 22px;
4090
+ margin-right: 16px;
4091
+ }
4092
+ .e-bigger .e-rtl .e-listview .e-list-icon {
4093
+ height: 24px;
4094
+ width: 16px;
4095
+ margin-left: 16px;
4096
+ }
4097
+ .e-bigger .e-rtl .e-de-listview-icon {
4098
+ height: auto;
4099
+ width: auto;
4100
+ line-height: 22px;
4101
+ margin-left: 16px;
4102
+ }
4103
+
4104
+ .e-de-ctn .e-de-bzr-button {
4105
+ font-size: 12px;
4106
+ font-weight: 400;
4107
+ background: #000;
4108
+ height: 100%;
4109
+ color: #fff;
4110
+ }
4111
+
4112
+ .e-de-ctn .e-de-bzr-button:hover {
4113
+ background: #685708;
4114
+ border: 2px solid #fff;
4115
+ border-radius: 0;
4116
+ color: #fff;
4117
+ }
4118
+
4119
+ .e-de-ctn .e-de-bzr-button:active {
4120
+ -webkit-box-shadow: none;
4121
+ box-shadow: none;
4122
+ background-color: #ffd939;
4123
+ border-color: #ffd939;
4124
+ color: #000;
4125
+ }
4126
+
4127
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
4128
+ font-size: 16px;
4129
+ }
4130
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
4131
+ font-size: 16px;
4132
+ }