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