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