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

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 -3608
  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,2238 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap5.css';
1
+ .e-de-ctnr-close::before {
2
+ color: #6c757d;
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: #6c757d;
29
+ content: "\e774";
30
+ font-family: "e-icons";
31
+ font-size: 10px;
32
+ }
33
+
34
+ .e-de-selected-underline-item::before {
35
+ color: #6c757d;
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: #6c757d;
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: #6c757d;
277
+ content: "\e7f3";
278
+ font-size: 20px;
279
+ line-height: 28px;
280
+ }
281
+
282
+ .e-de-ctnr-bullet-dot::before {
283
+ color: #6c757d;
284
+ content: "\e747";
285
+ font-size: 8px;
286
+ line-height: 28px;
287
+ }
288
+
289
+ .e-de-ctnr-bullet-circle::before {
290
+ color: #6c757d;
291
+ content: "\e7d0";
292
+ font-size: 8px;
293
+ line-height: 28px;
294
+ }
295
+
296
+ .e-de-ctnr-bullet-square::before {
297
+ color: #6c757d;
298
+ content: "\e7be";
299
+ font-size: 8px;
300
+ line-height: 28px;
301
+ }
302
+
303
+ .e-de-ctnr-bullet-flower::before {
304
+ color: #6c757d;
305
+ content: "\e79b";
306
+ line-height: 28px;
307
+ }
308
+
309
+ .e-de-ctnr-bullet-arrow::before {
310
+ color: #6c757d;
311
+ content: "\e763";
312
+ line-height: 28px;
313
+ }
314
+
315
+ .e-de-ctnr-bullet-tick::before {
316
+ color: #6c757d;
317
+ content: "\e7fc";
318
+ line-height: 28px;
319
+ }
320
+
321
+ .e-de-selected-item::before {
322
+ color: #6c757d;
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: #6c757d;
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: #6c757d;
365
+ content: "\e830";
366
+ font-family: "e-icons";
367
+ }
368
+
369
+ .e-de-formproperties::before {
370
+ color: #6c757d;
371
+ content: "\e83e";
372
+ font-family: "e-icons";
373
+ }
374
+
375
+ .e-de-clearform::before {
376
+ color: #6c757d;
377
+ content: "\e7f8";
378
+ font-family: "e-icons";
379
+ }
380
+
381
+ .e-de-dropdownform::before {
382
+ color: #6c757d;
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: #6c757d;
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: 60px;
482
+ }
483
+
484
+ .e-de-ctnr-columns-two::before {
485
+ content: "\e8ba";
486
+ font-family: "e-icons";
487
+ font-size: 60px;
488
+ }
489
+
490
+ .e-de-ctnr-columns-three::before {
491
+ content: "\e8bb";
492
+ font-family: "e-icons";
493
+ font-size: 60px;
494
+ }
495
+
496
+ .e-de-ctnr-columns-right::before {
497
+ content: "\e8b7";
498
+ font-family: "e-icons";
499
+ font-size: 60px;
500
+ }
501
+
502
+ .e-de-ctnr-columns-left::before {
503
+ content: "\e8b8";
504
+ font-family: "e-icons";
505
+ font-size: 60px;
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: #e9ecef;
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
+ /* stylelint-disable */
575
+ .e-de-toolbar {
576
+ height: 100%;
577
+ }
578
+
579
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
580
+ box-shadow: none;
581
+ height: 31px;
582
+ }
583
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
584
+ box-shadow: none;
585
+ }
586
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
587
+ box-shadow: none;
588
+ }
589
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
590
+ box-shadow: none;
591
+ }
592
+
593
+ .e-de-ctnr-group-btn-middle button {
594
+ border-radius: 0px;
595
+ }
596
+
597
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
598
+ box-shadow: none;
599
+ }
600
+
601
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
602
+ .e-de-ctn .e-de-status-bar button {
603
+ box-shadow: none;
604
+ height: 31px;
605
+ }
606
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
607
+ .e-de-ctn .e-de-status-bar button:focus {
608
+ box-shadow: none;
609
+ }
610
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
611
+ .e-de-ctn .e-de-status-bar button:active {
612
+ box-shadow: none;
613
+ }
614
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
615
+ .e-de-ctn .e-de-status-bar button:hover {
616
+ box-shadow: none;
617
+ }
618
+
619
+ .e-de-statusbar-pageweb {
620
+ background: #f8f9fa;
621
+ border: 0;
622
+ box-shadow: none;
623
+ float: right;
624
+ color: #6c757d;
625
+ }
626
+ .e-de-statusbar-pageweb:hover {
627
+ color: #fff;
628
+ box-shadow: none;
629
+ }
630
+
631
+ .e-de-statusbar-pageweb .e-de-printlayout,
632
+ .e-de-statusbar-pageweb .e-de-weblayout {
633
+ font-size: 16px;
634
+ }
635
+
636
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
637
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
638
+ font-size: 16px;
639
+ color: #fff;
640
+ }
641
+
642
+ .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
643
+ .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
644
+ font-size: 18px;
645
+ }
646
+
647
+ .e-listview .e-list-icon {
648
+ height: 24px;
649
+ width: 16px;
650
+ margin-right: 12px;
651
+ }
652
+
653
+ .e-de-listview-icon {
654
+ height: auto;
655
+ width: auto;
656
+ line-height: 22px;
657
+ margin-right: 12px;
658
+ }
659
+
660
+ .e-de-linespacing {
661
+ margin-top: 8px;
662
+ }
663
+
664
+ .e-de-statusbar-zoom {
665
+ background: #f8f9fa;
666
+ border: 0;
667
+ color: #495057;
668
+ float: right;
669
+ font-weight: 400;
670
+ height: 33px;
671
+ box-shadow: none;
672
+ }
673
+
674
+ .e-de-pagenumber-text {
675
+ border: none !important;
676
+ }
677
+
678
+ .e-de-pagenumber-input {
679
+ background: #fff;
680
+ border: 1px solid #dee2e6;
681
+ border-radius: 2px;
682
+ color: #495057;
683
+ font-family: inherit;
684
+ font-size: 14px;
685
+ padding: 0px;
686
+ text-align: center;
687
+ width: 22px;
688
+ }
689
+
690
+ .e-bigger .e-de-pagenumber-input {
691
+ font-size: 16px;
692
+ }
693
+
694
+ .e-btn-pageweb-toggle {
695
+ background-color: #dee2e6;
696
+ box-shadow: none;
697
+ outline: #fff 0 solid;
698
+ outline-offset: 0;
699
+ }
700
+
701
+ .e-btn-pageweb-spellcheck {
702
+ border: 0;
703
+ box-shadow: none;
704
+ float: right;
705
+ margin-left: calc(100% - 360px);
706
+ }
707
+
708
+ .e-bigger .e-btn-pageweb-spellcheck {
709
+ margin-left: calc(100% - 410px);
710
+ }
711
+
712
+ .e-de-ctn-title {
713
+ background-color: #0d6efd;
714
+ border-bottom: none !important;
715
+ color: #fff;
716
+ font-size: 14px !important;
717
+ }
718
+ .e-de-ctn-title button {
719
+ font-size: 14px !important;
720
+ height: 36px !important;
721
+ margin: 0 !important;
722
+ }
723
+ .e-de-ctn-title button .e-btn-icon {
724
+ font-size: 16px !important;
725
+ }
726
+
727
+ .e-bigger .e-de-ctn-title {
728
+ font-size: 16px !important;
729
+ height: 40px !important;
730
+ }
731
+ .e-bigger .e-de-ctn-title button {
732
+ font-size: 16px !important;
733
+ height: auto !important;
734
+ margin: 0 !important;
735
+ }
736
+ .e-bigger .e-de-ctn-title button .e-btn-icon {
737
+ font-size: 18px !important;
738
+ }
739
+
740
+ .e-de-tool-ctnr-properties-pane {
741
+ display: -ms-flexbox;
742
+ display: flex;
743
+ height: calc(100% - 115px);
744
+ width: 100%;
745
+ }
746
+
747
+ .e-de-ctnr-properties-pane {
748
+ display: -ms-flexbox;
749
+ display: flex;
750
+ height: calc(100% - 42px);
751
+ width: 100%;
752
+ }
753
+
754
+ .e-de-statusbar-separator {
755
+ border-left: 1px solid #dee2e6;
756
+ height: 16px;
757
+ margin-left: 7.5px;
758
+ margin-right: 7.5px;
759
+ margin-top: 6px;
760
+ }
761
+
762
+ .e-bigger .e-de-statusbar-separator {
763
+ border-left: 1px solid #dee2e6;
764
+ height: 16px;
765
+ margin-left: 7.5px;
766
+ margin-right: 7.5px;
767
+ margin-top: 6px;
768
+ }
769
+
770
+ .e-de-statusbar-spellcheck {
771
+ border-radius: 2px;
772
+ font-weight: 400;
773
+ }
774
+
775
+ .e-de-ctn {
776
+ background-color: #f8f9fa;
777
+ border: 1px solid #dee2e6;
778
+ height: 100%;
779
+ position: relative;
780
+ width: 100%;
781
+ }
782
+
783
+ .e-bigger .e-de-statusbar-spellcheck {
784
+ border-radius: 2px;
785
+ }
786
+
787
+ .e-de-ctnr-toolbar {
788
+ display: -ms-flexbox;
789
+ display: flex;
790
+ height: 72px;
791
+ width: 100%;
792
+ }
793
+
794
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
795
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
796
+ border: 0;
797
+ }
798
+
799
+ .e-de-pane {
800
+ border-left: 1px solid #dee2e6;
801
+ }
802
+
803
+ .e-de-pane-rtl {
804
+ border-right: 1px solid #dee2e6;
805
+ }
806
+
807
+ .e-de-tool-ctnr-properties-pane,
808
+ .e-de-ctnr-properties-pane {
809
+ background: #f8f9fa;
810
+ border-bottom: 1px solid #dee2e6;
811
+ border-top: 1px solid #dee2e6;
812
+ }
813
+
814
+ .e-de-ctnr-segment {
815
+ margin-bottom: 12px;
816
+ }
817
+
818
+ .e-de-insert-del-cell > div:last-child {
819
+ margin-left: 12px !important;
820
+ }
821
+
822
+ .e-bigger .e-de-ctnr-prop-label,
823
+ .e-bigger .e-de-ctnr-segment {
824
+ margin-bottom: 16px;
825
+ }
826
+ .e-bigger .e-de-property-div-padding {
827
+ padding: 16px;
828
+ }
829
+ .e-bigger .e-de-insert-del-cell > div:last-child {
830
+ margin-left: 16px !important;
831
+ }
832
+ .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon {
833
+ margin-left: -2px;
834
+ }
835
+ .e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
836
+ font-size: 18px;
837
+ }
838
+ .e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon {
839
+ margin-left: 0px;
840
+ margin-right: -2px;
841
+ }
842
+
843
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
844
+ font-size: 16px;
845
+ }
846
+
847
+ .e-de-property-div-padding .e-de-cellmargin-text {
848
+ padding-bottom: 3px;
849
+ }
850
+
851
+ .e-de-cntr-pane-padding.e-de-prop-separator-line > div > div:first-child > div:first-child {
852
+ margin-bottom: 0 !important;
853
+ }
854
+
855
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
856
+ .e-de-font-clr-picker > .e-split-btn-wrapper {
857
+ margin-right: 12px;
858
+ }
859
+
860
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
861
+ .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
862
+ margin-left: 12px;
863
+ margin-right: 0;
864
+ }
865
+
866
+ .e-de-ctnr-segment > div:first-child:not(.e-rtl),
867
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
868
+ .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
869
+ margin-right: 12px;
870
+ }
871
+
872
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
873
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
874
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
875
+ margin-left: 12px;
876
+ margin-right: 0;
877
+ }
878
+
879
+ .e-de-tlbr-wrapper {
880
+ background-color: #f8f9fa;
881
+ height: 72px;
882
+ width: calc(100% - 75px);
883
+ }
884
+
885
+ .e-de-ctnr-prop-label {
886
+ color: #495057;
887
+ display: inline-block;
888
+ font-size: 14px;
889
+ font-weight: 500;
890
+ letter-spacing: 0.05px;
891
+ margin-bottom: 12px;
892
+ opacity: 0.87;
893
+ }
894
+
895
+ .e-de-table-prop-label {
896
+ margin-left: 12px;
897
+ }
898
+
899
+ .e-de-table-prop-label.e-de-rtl {
900
+ margin-left: 0;
901
+ margin-right: 12px;
902
+ }
903
+
904
+ .e-de-toolbar.e-toolbar {
905
+ border-radius: 0;
906
+ }
907
+
908
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
909
+ margin-left: 0;
910
+ margin-right: 4px;
911
+ }
912
+
913
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
914
+ margin-left: 4px;
915
+ margin-right: 0;
916
+ }
917
+
918
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
919
+ margin-left: 0;
920
+ margin-right: 6px;
921
+ }
922
+
923
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
924
+ margin-left: 6px;
925
+ margin-right: 0;
926
+ }
927
+
928
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
929
+ margin-left: 4px;
930
+ margin-right: 0;
931
+ }
932
+
933
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
934
+ margin-left: 0;
935
+ margin-right: 4px;
936
+ }
937
+
938
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
939
+ margin-left: 6px;
940
+ margin-right: 0;
941
+ }
942
+
943
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
944
+ margin-left: 0;
945
+ margin-right: 6px;
946
+ }
947
+
948
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
949
+ height: 72px;
950
+ }
951
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
952
+ height: 59px;
953
+ margin: 0 14px;
954
+ }
955
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
956
+ margin-left: 8px !important;
957
+ margin-right: 4px;
958
+ }
959
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
960
+ margin-left: 4px;
961
+ margin-right: 4px;
962
+ }
963
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
964
+ margin-left: 4px;
965
+ margin-right: 8px;
966
+ }
967
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
968
+ background-color: #dee2e6;
969
+ }
970
+
971
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
972
+ -ms-flex-direction: column;
973
+ flex-direction: column;
974
+ height: calc(100% - 10px);
975
+ padding: 0;
976
+ padding-bottom: 10px;
977
+ }
978
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
979
+ padding: 0;
980
+ padding-bottom: 10px;
981
+ }
982
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
983
+ padding: 0;
984
+ padding-bottom: 10px;
985
+ }
986
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
987
+ padding: 0;
988
+ padding-bottom: 10px;
989
+ }
990
+
991
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
992
+ padding: 0;
993
+ }
994
+
995
+ .e-de-overlay {
996
+ height: 100%;
997
+ opacity: 0.5;
998
+ pointer-events: none;
999
+ -ms-touch-action: none;
1000
+ touch-action: none;
1001
+ width: 100%;
1002
+ }
1003
+
1004
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
1005
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
1006
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn,
1007
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1008
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn.e-rtl {
1009
+ padding: 0;
1010
+ }
1011
+
1012
+ .e-de-prop-font-colorpicker .e-btn.e-icon-btn,
1013
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
1014
+ padding: 4px 8px !important;
1015
+ }
1016
+
1017
+ .e-de-ctnr-style-div {
1018
+ width: auto;
1019
+ }
1020
+
1021
+ .e-btn-toggle .e-tbar-btn-text {
1022
+ color: #6c757d !important;
1023
+ }
1024
+ .e-btn-toggle .e-btn-icon {
1025
+ color: #6c757d !important;
1026
+ }
1027
+
1028
+ .e-de-ctnr-list,
1029
+ .e-de-list-header-presetmenu {
1030
+ color: #6c757d;
1031
+ }
1032
+
1033
+ .e-de-ctnr-group-btn .e-btn {
1034
+ background: #fff;
1035
+ border-color: #dee2e6;
1036
+ }
1037
+ .e-de-ctnr-group-btn .e-btn:focus {
1038
+ background-color: #545b62;
1039
+ border-color: #4e555b;
1040
+ box-shadow: 0 0 0 0 #dee2e6;
1041
+ outline-color: #dee2e6;
1042
+ }
1043
+ .e-de-ctnr-group-btn .e-btn:active,
1044
+ .e-de-ctnr-group-btn .e-btn .e-btn-toggle {
1045
+ background-color: #545b62;
1046
+ border-color: #4e555b;
1047
+ }
1048
+ .e-de-ctnr-group-btn .e-btn:hover {
1049
+ background-color: #5a6268;
1050
+ }
1051
+
1052
+ .e-de-ctnr-group-btn .e-btn:disabled {
1053
+ background-color: #dee2e6;
1054
+ border-color: #dee2e6;
1055
+ opacity: 65%;
1056
+ }
1057
+
1058
+ .e-de-ctnr-group-btn .e-btn:hover .e-btn-icon,
1059
+ .e-de-ctnr-group-btn .e-btn:focus .e-btn-icon,
1060
+ .e-de-ctnr-group-btn .e-btn:active .e-btn-icon,
1061
+ .e-de-ctnr-group-btn .e-btn:disabled .e-btn-icon {
1062
+ color: #fff;
1063
+ }
1064
+
1065
+ .e-de-ctnr-group-btn .e-btn-icon {
1066
+ color: #6c757d;
1067
+ font-size: 16px;
1068
+ }
1069
+
1070
+ .e-bigger .e-de-ctnr-group-btn .e-btn-icon {
1071
+ color: #6c757d;
1072
+ }
1073
+
1074
+ .e-btn-toggle .e-btn-icon {
1075
+ color: #6c757d;
1076
+ }
1077
+
1078
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn,
1079
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn-icon,
1080
+ .e-de-border-size-button,
1081
+ .e-de-border-size-button .e-btn-icon {
1082
+ background-color: #fff;
1083
+ border-color: #dee2e6;
1084
+ color: #6c757d;
1085
+ }
1086
+
1087
+ .e-de-border-size-button:focus,
1088
+ .e-de-border-size-button:hover,
1089
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover,
1090
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus {
1091
+ background-color: #dee2e6;
1092
+ box-shadow: none;
1093
+ }
1094
+ .e-de-border-size-button:focus .e-btn-icon,
1095
+ .e-de-border-size-button:hover .e-btn-icon,
1096
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover .e-btn-icon,
1097
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus .e-btn-icon {
1098
+ background-color: #dee2e6;
1099
+ box-shadow: none;
1100
+ color: #6c757d;
1101
+ }
1102
+
1103
+ .e-de-border-size-button .e-btn-icon:focus,
1104
+ .e-de-border-size-button .e-btn-icon:hover {
1105
+ background-color: #dee2e6;
1106
+ box-shadow: none;
1107
+ color: #6c757d;
1108
+ }
1109
+
1110
+ .e-de-pagenumber-text {
1111
+ border: none !important;
1112
+ }
1113
+
1114
+ .e-de-ctnr-properties-pane-btn {
1115
+ width: 75px;
1116
+ }
1117
+
1118
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1119
+ color: #0d6efd;
1120
+ }
1121
+
1122
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1123
+ color: #495057;
1124
+ }
1125
+
1126
+ .e-de-ctnr-properties-pane-btn .e-btn {
1127
+ background: #f8f9fa;
1128
+ border-radius: 0;
1129
+ box-shadow: none;
1130
+ color: #0d6efd;
1131
+ min-height: 100%;
1132
+ min-width: 100%;
1133
+ }
1134
+ .e-de-ctnr-properties-pane-btn .e-btn:focus {
1135
+ box-shadow: none;
1136
+ }
1137
+ .e-de-ctnr-properties-pane-btn .e-btn:active {
1138
+ box-shadow: none;
1139
+ }
1140
+ .e-de-ctnr-properties-pane-btn .e-btn:hover {
1141
+ box-shadow: none;
1142
+ }
1143
+
1144
+ .e-de-showhide-btn {
1145
+ border: 0;
1146
+ height: 72px;
1147
+ }
1148
+
1149
+ .e-de-showhide-btn-rtl {
1150
+ border: 0;
1151
+ height: 72px;
1152
+ }
1153
+
1154
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1155
+ padding: 0;
1156
+ }
1157
+
1158
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1159
+ display: table;
1160
+ font-size: 14px;
1161
+ margin: 0 6.5px;
1162
+ padding: 0;
1163
+ white-space: normal;
1164
+ }
1165
+
1166
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1167
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1168
+ padding: 0 !important;
1169
+ min-height: 16px;
1170
+ }
1171
+
1172
+ .e-de-hdr-ftr-frst-div {
1173
+ margin-bottom: 12px;
1174
+ }
1175
+
1176
+ .e-de-hdr-ftr-top-div {
1177
+ margin-bottom: 12px;
1178
+ }
1179
+
1180
+ .e-de-cntr-pane-padding {
1181
+ padding: 12px;
1182
+ }
1183
+
1184
+ .e-de-prop-pane {
1185
+ height: 100%;
1186
+ min-height: 200px;
1187
+ overflow: auto;
1188
+ width: 260px;
1189
+ }
1190
+
1191
+ .e-de-review-pane {
1192
+ background: #f8f9fa;
1193
+ border-left: 1px solid #ced4da;
1194
+ height: 100%;
1195
+ min-height: 200px;
1196
+ overflow: auto;
1197
+ width: 440px;
1198
+ }
1199
+
1200
+ .e-bigger .e-de-cntr-pane-padding {
1201
+ padding: 16px;
1202
+ }
1203
+ .e-bigger .e-de-prop-pane {
1204
+ height: 100%;
1205
+ min-height: 200px;
1206
+ overflow: auto;
1207
+ width: 306px;
1208
+ }
1209
+
1210
+ .e-de-property-div-padding {
1211
+ border-bottom: 0.5px solid #dee2e6;
1212
+ padding: 12px;
1213
+ }
1214
+
1215
+ .e-de-ctnr-dropdown-ftr {
1216
+ border-top: 1px solid #dee2e6;
1217
+ color: #495057;
1218
+ cursor: pointer;
1219
+ display: block;
1220
+ font-size: 12px;
1221
+ line-height: 40px;
1222
+ text-indent: 1.2em;
1223
+ }
1224
+
1225
+ .e-de-char-fmt-btn-left > button,
1226
+ .e-de-insert-del-cell button {
1227
+ width: 38.75px;
1228
+ }
1229
+
1230
+ .e-de-char-fmt-btn-right > button {
1231
+ width: 37.5px;
1232
+ }
1233
+
1234
+ .e-de-panel-left-width {
1235
+ width: 151px;
1236
+ }
1237
+
1238
+ .e-bigger .e-de-panel-left-width {
1239
+ width: 169px;
1240
+ }
1241
+ .e-bigger .e-de-char-fmt-btn-left > button,
1242
+ .e-bigger .e-de-insert-del-cell button {
1243
+ width: 44px;
1244
+ }
1245
+
1246
+ .e-de-panel-right-width {
1247
+ width: 73px;
1248
+ }
1249
+
1250
+ .e-bigger .e-de-panel-right-width {
1251
+ width: 96px;
1252
+ }
1253
+ .e-bigger .e-de-char-fmt-btn-left > button,
1254
+ .e-bigger .e-de-char-fmt-btn-right > button {
1255
+ width: 43px;
1256
+ }
1257
+
1258
+ .e-de-cntr-highlight-pane {
1259
+ border: 1px solid #dee2e6;
1260
+ }
1261
+
1262
+ .e-de-btn-hghlclr > button:first-child {
1263
+ padding: 1px !important;
1264
+ }
1265
+
1266
+ .e-de-ctnr-hglt-color {
1267
+ font-size: 12px;
1268
+ font-weight: 400;
1269
+ height: 20px !important;
1270
+ width: 20px !important;
1271
+ border-radius: 4px;
1272
+ }
1273
+
1274
+ .e-de-font-clr-picker > div div button,
1275
+ .e-de-font-clr-picker > div button,
1276
+ .e-de-font-clr-picker > button {
1277
+ width: 38px;
1278
+ }
1279
+
1280
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1281
+ height: 55px;
1282
+ padding: 4px !important;
1283
+ width: 60px;
1284
+ }
1285
+
1286
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1287
+ border: 3px solid #0d6efd;
1288
+ padding: 2px !important;
1289
+ }
1290
+
1291
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1292
+ height: 38px;
1293
+ padding: 4px !important;
1294
+ width: 38px;
1295
+ }
1296
+
1297
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1298
+ border: 3px solid #0d6efd;
1299
+ padding: 2px !important;
1300
+ }
1301
+
1302
+ .e-de-list-header-presetmenu {
1303
+ cursor: pointer;
1304
+ font-size: 11px;
1305
+ line-height: 14px;
1306
+ overflow: hidden;
1307
+ text-align: left;
1308
+ min-width: 50px;
1309
+ white-space: nowrap;
1310
+ width: 100%;
1311
+ }
1312
+
1313
+ .e-de-bullet-list-header-presetmenu {
1314
+ cursor: pointer;
1315
+ font-size: 14px;
1316
+ left: -11px;
1317
+ line-height: 0;
1318
+ min-width: 50px;
1319
+ overflow: hidden;
1320
+ position: relative;
1321
+ white-space: nowrap;
1322
+ width: 100%;
1323
+ }
1324
+
1325
+ .e-rtl .e-de-bullet-list-header-presetmenu {
1326
+ cursor: pointer;
1327
+ font-size: 14px;
1328
+ left: 10px;
1329
+ line-height: 0;
1330
+ min-width: 50px;
1331
+ overflow: hidden;
1332
+ position: relative;
1333
+ white-space: nowrap;
1334
+ width: 100%;
1335
+ }
1336
+
1337
+ .e-de-bullet {
1338
+ font-size: 42px;
1339
+ }
1340
+
1341
+ .e-de-list-header-presetmenu .e-de-list-line {
1342
+ border-bottom: 1px solid #6c757d !important;
1343
+ margin-left: 5px;
1344
+ width: 100%;
1345
+ }
1346
+
1347
+ .e-de-toc-optionsdiv {
1348
+ margin-bottom: 11.5px;
1349
+ margin-left: 5.5px;
1350
+ margin-top: 15.5px;
1351
+ }
1352
+
1353
+ .e-de-toc-optionsdiv.e-de-rtl {
1354
+ margin-right: 5.5px;
1355
+ margin-left: 0;
1356
+ }
1357
+
1358
+ .e-de-list-header-presetmenu div span {
1359
+ display: inline-block;
1360
+ vertical-align: middle;
1361
+ }
1362
+
1363
+ .e-de-floating-menu .e-de-floating-menuitem,
1364
+ .e-de-floating-menu .e-de-menuitem-none {
1365
+ cursor: pointer;
1366
+ height: 70px;
1367
+ padding: 0 !important;
1368
+ margin: 0 5px 5px 0 !important;
1369
+ width: 70px;
1370
+ }
1371
+
1372
+ .e-de-list-thumbnail .e-de-list-items {
1373
+ float: left;
1374
+ }
1375
+
1376
+ .e-de-list-thumbnail .e-de-list-items {
1377
+ border: 1px solid #dee2e6;
1378
+ clear: initial;
1379
+ display: inline-block;
1380
+ height: auto;
1381
+ margin: 5px;
1382
+ padding: 2px;
1383
+ text-align: center;
1384
+ width: auto;
1385
+ }
1386
+
1387
+ .e-de-list-items {
1388
+ cursor: pointer;
1389
+ background: #f8f9fa;
1390
+ box-sizing: border-box;
1391
+ list-style: none;
1392
+ padding: 7px 10px 7px 10px;
1393
+ position: relative;
1394
+ }
1395
+
1396
+ .e-de-list-item-size {
1397
+ font-size: 14px;
1398
+ }
1399
+
1400
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1401
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1402
+ border: 3px solid #0d6efd;
1403
+ padding: 2px !important;
1404
+ }
1405
+
1406
+ .e-de-floating-menu {
1407
+ padding: 10px 4px 5px 10px !important;
1408
+ }
1409
+
1410
+ .e-de-list-container {
1411
+ border: 1px solid #ccc;
1412
+ border-radius: 2px;
1413
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1414
+ background: #f8f9fa;
1415
+ box-sizing: border-box;
1416
+ display: inline-block;
1417
+ line-height: normal;
1418
+ margin: 0;
1419
+ outline: 0;
1420
+ background: #f8f9fa;
1421
+ padding: 5px 0;
1422
+ position: absolute;
1423
+ width: auto;
1424
+ z-index: 10020;
1425
+ }
1426
+
1427
+ .e-de-ctnr-list {
1428
+ font-size: 12px;
1429
+ vertical-align: top;
1430
+ }
1431
+
1432
+ .e-de-image-property {
1433
+ padding-left: 32px;
1434
+ }
1435
+
1436
+ .e-de-img-prty-span {
1437
+ color: #495057;
1438
+ left: 12px;
1439
+ position: absolute;
1440
+ top: 8px;
1441
+ }
1442
+
1443
+ .e-btn-toggle {
1444
+ background-color: #dee2e6 !important;
1445
+ outline: none;
1446
+ outline-offset: 0;
1447
+ box-shadow: none !important;
1448
+ }
1449
+ .e-btn-toggle:hover {
1450
+ background-color: #dee2e6 !important;
1451
+ outline: none;
1452
+ outline-offset: 0;
1453
+ box-shadow: none !important;
1454
+ }
1455
+
1456
+ .e-de-ctnr-group-btn-top > button:first-child {
1457
+ border-radius: 0;
1458
+ border-top-left-radius: 4px;
1459
+ }
1460
+
1461
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1462
+ border-top-left-radius: 0;
1463
+ border-top-right-radius: 4px;
1464
+ }
1465
+
1466
+ .e-de-ctnr-group-btn-top > button:last-child {
1467
+ border-radius: 0;
1468
+ border-top-right-radius: 4px;
1469
+ }
1470
+
1471
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1472
+ border-top-left-radius: 4px;
1473
+ border-top-right-radius: 0;
1474
+ }
1475
+
1476
+ .e-de-ctnr-group-btn-middle > button {
1477
+ border-radius: 0;
1478
+ border-top: 0;
1479
+ border-bottom: 0;
1480
+ }
1481
+
1482
+ .e-de-ctnr-group-btn-bottom > button:first-child {
1483
+ border-radius: 0;
1484
+ border-bottom-left-radius: 4px;
1485
+ }
1486
+
1487
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1488
+ border-bottom-left-radius: 0;
1489
+ border-bottom-right-radius: 4px;
1490
+ }
1491
+
1492
+ .e-de-ctnr-group-btn-bottom > button:last-child {
1493
+ border-radius: 0;
1494
+ border-bottom-right-radius: 4px;
1495
+ }
1496
+
1497
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1498
+ border-bottom-right-radius: 0;
1499
+ border-bottom-left-radius: 4px;
1500
+ }
1501
+
1502
+ .e-de-toc-template1 {
1503
+ background: #f8f9fa;
1504
+ border: 1px solid #dee2e6;
1505
+ color: #495057;
1506
+ height: 129px;
1507
+ width: 94px;
1508
+ margin-left: 78px;
1509
+ }
1510
+
1511
+ .e-de-toc-template1.e-de-rtl {
1512
+ margin-left: 0;
1513
+ margin-right: 78px;
1514
+ }
1515
+
1516
+ .e-de-toc-template1-content1 {
1517
+ font-size: 10px;
1518
+ height: 11px;
1519
+ margin-left: 5.4px;
1520
+ margin-top: 6.7px;
1521
+ width: 83px;
1522
+ }
1523
+
1524
+ .e-de-toc-template1-content2 {
1525
+ font-size: 8px;
1526
+ height: 9px;
1527
+ margin-left: 20.4px;
1528
+ margin-top: 5.7px;
1529
+ width: 68px;
1530
+ }
1531
+
1532
+ .e-de-toc-template1-content3 {
1533
+ font-size: 7px;
1534
+ height: 8px;
1535
+ margin-left: 28.4px;
1536
+ margin-top: 6.7px;
1537
+ width: 60px;
1538
+ }
1539
+
1540
+ .e-de-prop-sub-label {
1541
+ color: #343a40;
1542
+ font-size: 13px;
1543
+ margin-bottom: 4px;
1544
+ font-weight: 500;
1545
+ }
1546
+
1547
+ .e-de-toc-checkbox1 {
1548
+ height: 16px;
1549
+ margin-top: 16px;
1550
+ }
1551
+
1552
+ .e-de-toc-checkbox2 {
1553
+ height: 16px;
1554
+ margin-top: 16px;
1555
+ }
1556
+
1557
+ .e-de-toc-checkbox3 {
1558
+ height: 16px;
1559
+ margin-top: 16px;
1560
+ }
1561
+
1562
+ .e-de-status-bar {
1563
+ background: #f8f9fa;
1564
+ display: -ms-flexbox;
1565
+ display: flex;
1566
+ padding-top: 4px;
1567
+ width: 100%;
1568
+ }
1569
+
1570
+ .e-de-ctnr-pg-no {
1571
+ color: #495057;
1572
+ display: -ms-inline-flexbox;
1573
+ display: inline-flex;
1574
+ font-size: 14px;
1575
+ height: 100%;
1576
+ padding-top: 8px;
1577
+ }
1578
+ .e-de-ctnr-pg-no span {
1579
+ border: 1px solid transparent;
1580
+ }
1581
+
1582
+ .e-de-ctnr-pg-no-spellout {
1583
+ color: #495057;
1584
+ display: -ms-inline-flexbox;
1585
+ display: inline-flex;
1586
+ font-size: 14px;
1587
+ height: 100%;
1588
+ padding-top: 8px;
1589
+ width: calc(100% - 155px);
1590
+ }
1591
+ .e-de-ctnr-pg-no-spellout span {
1592
+ border: 1px solid transparent;
1593
+ }
1594
+
1595
+ .e-bigger .e-de-ctnr-pg-no-spellout {
1596
+ color: #495057;
1597
+ display: -ms-inline-flexbox;
1598
+ display: inline-flex;
1599
+ font-size: 16px;
1600
+ height: 100%;
1601
+ padding-top: 7px;
1602
+ width: calc(100% - 205px);
1603
+ }
1604
+
1605
+ .e-de-statusbar-zoom-spell {
1606
+ background-color: #f8f9fa;
1607
+ border: 0;
1608
+ color: #495057;
1609
+ float: right;
1610
+ height: 34px;
1611
+ margin-left: calc(100% - 360px);
1612
+ }
1613
+
1614
+ .e-bigger .e-de-statusbar-zoom-spell {
1615
+ background-color: #f8f9fa;
1616
+ border: 0;
1617
+ color: #495057;
1618
+ float: right;
1619
+ height: 34px;
1620
+ margin-left: calc(100% - 410px);
1621
+ }
1622
+
1623
+ .e-de-btn-cancel {
1624
+ margin-left: 10px;
1625
+ }
1626
+
1627
+ .e-de-btn-cancel-rtl {
1628
+ margin-left: 0;
1629
+ margin-right: 10px;
1630
+ }
1631
+
1632
+ .e-de-prop-header-label {
1633
+ color: #495057;
1634
+ display: inline-block;
1635
+ font-size: 14px;
1636
+ font-weight: bold;
1637
+ letter-spacing: 0.05px;
1638
+ opacity: 0.87;
1639
+ }
1640
+
1641
+ .e-de-prop-separator-line {
1642
+ border-bottom: 1px solid #dee2e6;
1643
+ }
1644
+
1645
+ .e-de-status-bar > div label {
1646
+ font-weight: 500;
1647
+ }
1648
+
1649
+ .e-de-stylediv {
1650
+ padding-left: 12px;
1651
+ }
1652
+
1653
+ .e-de-stylediv-rtl {
1654
+ padding-left: 0;
1655
+ padding-right: 12px;
1656
+ }
1657
+
1658
+ .e-de-border-size-button {
1659
+ height: 31px;
1660
+ margin-top: 8px;
1661
+ width: 99px;
1662
+ }
1663
+
1664
+ .e-de-color-picker {
1665
+ height: 31px;
1666
+ width: 99px;
1667
+ }
1668
+
1669
+ .e-de-cell-text-box {
1670
+ margin-right: 12px;
1671
+ }
1672
+
1673
+ .e-de-pane-rtl .e-de-cell-text-box {
1674
+ margin-left: 12px;
1675
+ margin-right: 0;
1676
+ }
1677
+
1678
+ .e-de-prop-fill-label {
1679
+ margin-right: 8px;
1680
+ }
1681
+
1682
+ .e-de-prop-fill-label.e-de-rtl {
1683
+ margin-left: 8px;
1684
+ margin-right: 0;
1685
+ }
1686
+
1687
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1688
+ height: 36px !important;
1689
+ }
1690
+
1691
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1692
+ height: 42px !important;
1693
+ }
1694
+
1695
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1696
+ width: 39px;
1697
+ height: 38px;
1698
+ }
1699
+
1700
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1701
+ height: 42px;
1702
+ width: 44px;
1703
+ }
1704
+
1705
+ .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1706
+ width: 70px;
1707
+ }
1708
+
1709
+ .e-de-hRuler {
1710
+ background-color: #e9ecef;
1711
+ border-bottom: 0.5px solid #dee2e6;
1712
+ }
1713
+
1714
+ .e-de-vRuler {
1715
+ background-color: #e9ecef;
1716
+ border-right: 0.5px solid #dee2e6;
1717
+ }
1718
+
1719
+ .e-de-ruler-margin {
1720
+ background-color: #fff;
1721
+ }
1722
+
1723
+ .e-de-ruler-tick {
1724
+ stroke: #adb5bd;
1725
+ }
1726
+
1727
+ .e-de-ruler-tick-label {
1728
+ fill: #343a40;
1729
+ }
1730
+
1731
+ .e-de-ruler-markIndicator {
1732
+ background-color: #fff;
1733
+ }
1734
+
1735
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1736
+ fill: #adb5bd;
1737
+ }
1738
+
1739
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1740
+ fill: #adb5bd;
1741
+ }
1742
+
1743
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1744
+ fill: #fff;
1745
+ stroke: #6c757d;
1746
+ }
1747
+
1748
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1749
+ fill: #e9ecef;
1750
+ stroke: #6c757d;
1751
+ }
1752
+
1753
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1754
+ fill: #0d6efd;
1755
+ stroke: #6c757d;
1756
+ }
1757
+
1758
+ .e-de-ruler-table-svg {
1759
+ fill: #6c757d;
1760
+ }
1761
+
1762
+ .e-de-ruler-table-svg:hover {
1763
+ fill: #e9ecef;
1764
+ }
1765
+
1766
+ .e-de-ruler-table-svg:active {
1767
+ fill: #0d6efd;
1768
+ }
1769
+
1770
+ .e-rtl .e-listview .e-list-icon {
1771
+ height: 24px;
1772
+ width: 16px;
1773
+ margin-left: 12px;
1774
+ }
1775
+ .e-rtl .e-de-listview-icon {
1776
+ height: auto;
1777
+ width: auto;
1778
+ line-height: 22px;
1779
+ margin-left: 12px;
1780
+ }
1781
+ .e-rtl .e-de-vRuler {
1782
+ background-color: #e9ecef;
1783
+ border-right: none;
1784
+ border-left: 0.5px solid #dee2e6;
1785
+ }
1786
+
1787
+ .e-bigger .de-split-button > div:first-child {
1788
+ margin-right: 0;
1789
+ }
1790
+ .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1791
+ width: 66px;
1792
+ }
1793
+ .e-bigger .e-de-prop-fill-label {
1794
+ margin-left: 0;
1795
+ margin-right: 9.8px;
1796
+ }
1797
+ .e-bigger .e-de-prop-fill-label.e-de-rtl {
1798
+ margin-left: 9.8px;
1799
+ margin-right: 0px;
1800
+ }
1801
+ .e-bigger .e-rtl .e-de-cell-text-box {
1802
+ margin-left: 16px;
1803
+ margin-right: 0;
1804
+ }
1805
+ .e-bigger .e-de-cell-div button {
1806
+ width: 45px !important;
1807
+ }
1808
+ .e-bigger .e-de-color-picker {
1809
+ height: 38px;
1810
+ width: 95px;
1811
+ }
1812
+ .e-bigger .e-de-border-size-button {
1813
+ height: 38px;
1814
+ margin-top: 8px;
1815
+ width: 95px;
1816
+ }
1817
+ .e-bigger .e-de-stylediv {
1818
+ padding-left: 16px;
1819
+ }
1820
+ .e-bigger .e-de-stylediv-rtl {
1821
+ padding-right: 16px;
1822
+ }
1823
+ .e-bigger .e-de-tool-ctnr-properties-pane {
1824
+ display: -ms-flexbox;
1825
+ display: flex;
1826
+ height: calc(100% - 126px);
1827
+ min-height: 200px;
1828
+ width: 100%;
1829
+ }
1830
+ .e-bigger .e-de-ctnr-properties-pane {
1831
+ display: -ms-flexbox;
1832
+ display: flex;
1833
+ height: calc(100% - 46px);
1834
+ width: 100%;
1835
+ }
1836
+ .e-bigger .e-de-ctn {
1837
+ background-color: #f8f9fa;
1838
+ border: 1px solid #dee2e6;
1839
+ height: 100%;
1840
+ position: relative;
1841
+ width: 100%;
1842
+ }
1843
+ .e-bigger .e-de-ctnr-toolbar {
1844
+ display: -ms-flexbox;
1845
+ display: flex;
1846
+ height: 81px;
1847
+ width: 100%;
1848
+ }
1849
+ .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1850
+ .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1851
+ border: 0;
1852
+ }
1853
+ .e-bigger .e-de-pane {
1854
+ border-left: 1px solid #dee2e6;
1855
+ }
1856
+ .e-bigger .e-de-pane-rtl {
1857
+ border-right: 1px solid #dee2e6;
1858
+ }
1859
+ .e-bigger .e-de-ctnr-segment {
1860
+ margin-bottom: 16px;
1861
+ }
1862
+ .e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1863
+ .e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
1864
+ margin-right: 16px;
1865
+ }
1866
+ .e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1867
+ .e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
1868
+ margin-left: 16px;
1869
+ margin-right: 0;
1870
+ }
1871
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1872
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1873
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1874
+ margin-right: 16px;
1875
+ }
1876
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1877
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1878
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1879
+ margin-left: 16px;
1880
+ margin-right: 0;
1881
+ }
1882
+ .e-bigger .e-de-tlbr-wrapper {
1883
+ background-color: #f8f9fa;
1884
+ height: 81px;
1885
+ width: calc(100% - 75px);
1886
+ }
1887
+ .e-bigger .e-de-ctnr-prop-label {
1888
+ color: #495057;
1889
+ display: inline-block;
1890
+ font-size: 16px;
1891
+ font-weight: 500;
1892
+ letter-spacing: 0.05px;
1893
+ margin-bottom: 16px;
1894
+ opacity: 0.87;
1895
+ }
1896
+ .e-bigger .e-de-table-prop-label {
1897
+ margin-left: 14.5px;
1898
+ }
1899
+ .e-bigger .e-de-table-prop-label.e-de-rtl {
1900
+ margin-left: 0;
1901
+ margin-right: 14.5px;
1902
+ }
1903
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
1904
+ height: 81px;
1905
+ }
1906
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1907
+ margin: 0 16px;
1908
+ }
1909
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1910
+ margin-left: 12px !important;
1911
+ margin-right: 6px;
1912
+ }
1913
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1914
+ margin-left: 6px;
1915
+ margin-right: 6px;
1916
+ }
1917
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1918
+ margin-left: 6px;
1919
+ margin-right: 12px;
1920
+ }
1921
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1922
+ background-color: #dee2e6;
1923
+ }
1924
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1925
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1926
+ padding: 0;
1927
+ padding-bottom: 10px;
1928
+ }
1929
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1930
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1931
+ padding: 0;
1932
+ padding-bottom: 10px;
1933
+ }
1934
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1935
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1936
+ padding: 0;
1937
+ padding-bottom: 10px;
1938
+ }
1939
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1940
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1941
+ padding: 0;
1942
+ padding-bottom: 10px;
1943
+ }
1944
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1945
+ padding: 0 !important;
1946
+ }
1947
+ .e-bigger .e-de-overlay {
1948
+ height: 100%;
1949
+ opacity: 0.5;
1950
+ pointer-events: none;
1951
+ -ms-touch-action: none;
1952
+ touch-action: none;
1953
+ }
1954
+ .e-bigger .e-de-ctnr-properties-pane-btn {
1955
+ width: 75px;
1956
+ }
1957
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1958
+ background: #f8f9fa;
1959
+ border-radius: 0;
1960
+ box-shadow: none;
1961
+ min-height: 100%;
1962
+ min-width: 100%;
1963
+ }
1964
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
1965
+ box-shadow: none;
1966
+ }
1967
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
1968
+ box-shadow: none;
1969
+ }
1970
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
1971
+ box-shadow: none;
1972
+ }
1973
+ .e-bigger .e-de-showhide-btn {
1974
+ border: 0;
1975
+ height: 81px;
1976
+ }
1977
+ .e-bigger .e-de-showhide-btn-rtl {
1978
+ border: 0;
1979
+ height: 81px;
1980
+ }
1981
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1982
+ padding: 0;
1983
+ }
1984
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1985
+ display: table;
1986
+ font-size: 16px;
1987
+ margin: 0 6px;
1988
+ padding: 0;
1989
+ white-space: normal;
1990
+ }
1991
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1992
+ .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 {
1993
+ padding: 0;
1994
+ }
1995
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1996
+ box-shadow: none;
1997
+ height: 38px;
1998
+ padding-left: 1px;
1999
+ }
2000
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
2001
+ box-shadow: none;
2002
+ }
2003
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
2004
+ box-shadow: none;
2005
+ }
2006
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
2007
+ box-shadow: none;
2008
+ }
2009
+ .e-bigger .e-de-status-bar button {
2010
+ height: 38px;
2011
+ box-shadow: none;
2012
+ }
2013
+ .e-bigger .e-de-status-bar button:focus {
2014
+ box-shadow: none;
2015
+ }
2016
+ .e-bigger .e-de-status-bar button:active {
2017
+ box-shadow: none;
2018
+ }
2019
+ .e-bigger .e-de-status-bar button:hover {
2020
+ box-shadow: none;
2021
+ }
2022
+ .e-bigger .e-de-ctnr-group-btn button {
2023
+ box-shadow: none;
2024
+ height: 38px;
2025
+ }
2026
+ .e-bigger .e-de-ctnr-group-btn button:focus {
2027
+ box-shadow: none;
2028
+ }
2029
+ .e-bigger .e-de-ctnr-group-btn button:active {
2030
+ box-shadow: none;
2031
+ }
2032
+ .e-bigger .e-de-ctnr-group-btn button:hover {
2033
+ box-shadow: none;
2034
+ }
2035
+ .e-bigger .e-de-property-div-padding {
2036
+ border-bottom: 0.5px solid #dee2e6;
2037
+ padding: 16px;
2038
+ }
2039
+ .e-bigger .e-de-font-clr-picker > div button,
2040
+ .e-bigger .e-de-font-clr-picker > button {
2041
+ width: 43px;
2042
+ }
2043
+ .e-bigger .e-de-ctnr-dropdown-ftr {
2044
+ border-top: 1px solid #dee2e6;
2045
+ color: #495057;
2046
+ cursor: pointer;
2047
+ display: block;
2048
+ font-size: 12px;
2049
+ line-height: 40px;
2050
+ text-indent: 1.2em;
2051
+ }
2052
+ .e-bigger .e-de-char-fmt-btn > button {
2053
+ width: 38.5px;
2054
+ }
2055
+ .e-bigger .e-de-btn-hghlclr > button:first-child {
2056
+ padding: 0 6px !important;
2057
+ }
2058
+ .e-bigger .e-de-ctnr-hglt-color {
2059
+ font-size: 12px;
2060
+ font-weight: 400;
2061
+ height: 24px !important;
2062
+ width: 24px !important;
2063
+ border-radius: 4px;
2064
+ }
2065
+ .e-bigger .e-de-ctnr-list {
2066
+ font-size: 12px;
2067
+ vertical-align: top;
2068
+ }
2069
+ .e-bigger .e-de-image-property {
2070
+ padding-left: 32px;
2071
+ }
2072
+ .e-bigger .e-de-img-prty-span {
2073
+ color: #495057;
2074
+ left: 10px;
2075
+ position: absolute;
2076
+ top: 12px;
2077
+ }
2078
+ .e-bigger .e-btn-toggle {
2079
+ background-color: #dee2e6 !important;
2080
+ box-shadow: none !important;
2081
+ outline: none;
2082
+ outline-offset: 0;
2083
+ }
2084
+ .e-bigger .e-btn-toggle:hover {
2085
+ background-color: #dee2e6 !important;
2086
+ outline: none;
2087
+ outline-offset: 0;
2088
+ box-shadow: none !important;
2089
+ }
2090
+ .e-bigger .e-de-toc-template1 {
2091
+ background: #f8f9fa;
2092
+ border: 1px solid #dee2e6;
2093
+ color: #495057;
2094
+ height: 129px;
2095
+ margin-left: 78px;
2096
+ width: 94px;
2097
+ }
2098
+ .e-bigger .e-de-toc-template1-content1 {
2099
+ font-size: 10px;
2100
+ height: 11px;
2101
+ margin-left: 5.4px;
2102
+ margin-top: 6.7px;
2103
+ width: 83px;
2104
+ }
2105
+ .e-bigger .e-de-toc-template1-content2 {
2106
+ font-size: 8px;
2107
+ height: 9px;
2108
+ margin-left: 20.4px;
2109
+ margin-top: 5.7px;
2110
+ width: 68px;
2111
+ }
2112
+ .e-bigger .e-de-toc-template1-content3 {
2113
+ font-size: 7px;
2114
+ height: 8px;
2115
+ margin-left: 28.4px;
2116
+ margin-top: 6.7px;
2117
+ width: 60px;
2118
+ }
2119
+ .e-bigger .e-de-toc-optionsdiv {
2120
+ margin-bottom: 11.5px;
2121
+ margin-left: 5.5px;
2122
+ margin-top: 15.5px;
2123
+ }
2124
+ .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
2125
+ margin-right: 5.5px;
2126
+ margin-left: 0;
2127
+ }
2128
+ .e-bigger .e-de-prop-sub-label {
2129
+ font-size: 13px;
2130
+ margin-bottom: 8.5px;
2131
+ }
2132
+ .e-bigger .e-de-btn-cancel {
2133
+ margin-left: 10px;
2134
+ }
2135
+ .e-bigger .e-de-status-bar {
2136
+ background: #f8f9fa;
2137
+ display: -ms-flexbox;
2138
+ display: flex;
2139
+ padding-top: 5px;
2140
+ width: 100%;
2141
+ }
2142
+ .e-bigger .e-de-statusbar-zoom {
2143
+ border: 0;
2144
+ color: #495057;
2145
+ float: right;
2146
+ height: 34px;
2147
+ background-color: #f8f9fa;
2148
+ }
2149
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2150
+ line-height: 25px;
2151
+ padding: 0 5px !important;
2152
+ }
2153
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2154
+ height: 0;
2155
+ line-height: 0.5;
2156
+ }
2157
+ .e-bigger .e-listview .e-list-icon {
2158
+ height: 24px;
2159
+ width: 16px;
2160
+ margin-right: 16px;
2161
+ }
2162
+ .e-bigger .e-de-listview-icon {
2163
+ height: auto;
2164
+ width: auto;
2165
+ line-height: 22px;
2166
+ margin-right: 16px;
2167
+ }
2168
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2169
+ height: 24px;
2170
+ width: 16px;
2171
+ margin-left: 16px;
2172
+ }
2173
+ .e-bigger .e-rtl .e-de-listview-icon {
2174
+ height: auto;
2175
+ width: auto;
2176
+ line-height: 22px;
2177
+ margin-left: 16px;
2178
+ }
2179
+
2180
+ .e-de-ctn .e-de-bzr-button {
2181
+ background: #f8f9fa;
2182
+ height: 100%;
2183
+ color: #212529;
2184
+ }
2185
+
2186
+ .e-de-ctn .e-de-bzr-button:hover {
2187
+ background: #5c636a;
2188
+ border: none;
2189
+ border-radius: 4px;
2190
+ color: #fff;
2191
+ }
2192
+
2193
+ .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
2194
+ color: #fff;
2195
+ }
2196
+
2197
+ .e-de-ctn .e-de-bzr-button:active {
2198
+ box-shadow: none;
2199
+ background-color: #5c636a;
2200
+ border-color: #ced4da;
2201
+ color: #fff;
2202
+ }
2203
+
2204
+ .e-de-ctn .e-de-bzr-button {
2205
+ font-weight: 400;
2206
+ background: #f8f9fa;
2207
+ height: 100%;
2208
+ color: #212529;
2209
+ border: none;
2210
+ line-height: 16px !important;
2211
+ box-shadow: none;
2212
+ }
2213
+
2214
+ .e-de-ctn .e-de-bzr-button:hover {
2215
+ background: #5c636a;
2216
+ border: none;
2217
+ border-radius: 4px;
2218
+ color: #fff;
2219
+ }
2220
+
2221
+ .e-de-ctn .e-de-bzr-button:active {
2222
+ box-shadow: none;
2223
+ background-color: #5c636a;
2224
+ border-color: #ced4da;
2225
+ color: #fff;
2226
+ }
2227
+
2228
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2229
+ font-size: 16px;
2230
+ }
2231
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button .e-btn-icon {
2232
+ margin-top: -11px;
2233
+ }
2234
+
2235
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2236
+ font-size: 18px;
2237
+ padding-bottom: 4px;
2238
+ }