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