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