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