@syncfusion/ej2-angular-documenteditor 26.1.42 → 26.2.4-ngcc

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