@syncfusion/ej2-angular-documenteditor 24.1.41-ngcc → 24.1.41

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