@syncfusion/ej2-fluent2-dark-theme 33.2.13 → 34.1.29

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