@syncfusion/ej2-fluent-theme 33.2.13 → 34.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1382) hide show
  1. package/package.json +2 -2
  2. package/styles/accordion/_all.scss +2 -0
  3. package/styles/accordion/_bigger.scss +122 -0
  4. package/styles/accordion/_fluent-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 +446 -0
  9. package/styles/accordion/accordion-lite.scss +3 -0
  10. package/styles/accordion/accordion.css +541 -0
  11. package/styles/accordion/accordion.scss +4 -0
  12. package/styles/accordion/icons/_fluent.scss +16 -0
  13. package/styles/accordion/index-lite.css +2 -0
  14. package/styles/accordion/index-lite.scss +2 -0
  15. package/styles/accordion/index.css +2 -0
  16. package/styles/accordion/index.scss +2 -0
  17. package/styles/ai-assistview/_all.scss +2 -0
  18. package/styles/ai-assistview/_bigger.scss +312 -0
  19. package/styles/ai-assistview/_fluent-definition.scss +311 -0
  20. package/styles/ai-assistview/_layout.scss +1052 -0
  21. package/styles/ai-assistview/_theme.scss +428 -0
  22. package/styles/ai-assistview/_variables.scss +2 -0
  23. package/styles/ai-assistview/ai-assistview-lite.css +1323 -0
  24. package/styles/ai-assistview/ai-assistview-lite.scss +3 -0
  25. package/styles/ai-assistview/ai-assistview.css +1634 -0
  26. package/styles/ai-assistview/ai-assistview.scss +4 -0
  27. package/styles/ai-assistview/icons/_fluent.scss +63 -0
  28. package/styles/ai-assistview/index-lite.css +11 -0
  29. package/styles/ai-assistview/index-lite.scss +11 -0
  30. package/styles/ai-assistview/index.css +11 -0
  31. package/styles/ai-assistview/index.scss +11 -0
  32. package/styles/appbar/_all.scss +2 -0
  33. package/styles/appbar/_bigger.scss +16 -0
  34. package/styles/appbar/_fluent-definition.scss +20 -0
  35. package/styles/appbar/_layout.scss +77 -0
  36. package/styles/appbar/_theme.scss +217 -0
  37. package/styles/appbar/_variables.scss +2 -0
  38. package/styles/appbar/appbar-lite.css +223 -0
  39. package/styles/appbar/appbar-lite.scss +2 -0
  40. package/styles/appbar/appbar.css +236 -0
  41. package/styles/appbar/appbar.scss +3 -0
  42. package/styles/appbar/index-lite.css +2 -0
  43. package/styles/appbar/index-lite.scss +2 -0
  44. package/styles/appbar/index.css +2 -0
  45. package/styles/appbar/index.scss +2 -0
  46. package/styles/auto-complete/_all.scss +1 -0
  47. package/styles/auto-complete/_fluent-definition.scss +2 -0
  48. package/styles/auto-complete/_variables.scss +2 -0
  49. package/styles/auto-complete/auto-complete.css +1 -0
  50. package/styles/auto-complete/auto-complete.scss +2 -0
  51. package/styles/auto-complete/index.css +7 -0
  52. package/styles/auto-complete/index.scss +7 -0
  53. package/styles/avatar/_all.scss +1 -0
  54. package/styles/avatar/_fluent-definition.scss +40 -0
  55. package/styles/avatar/_layout.scss +84 -0
  56. package/styles/avatar/_theme.scss +1 -0
  57. package/styles/avatar/_variables.scss +2 -0
  58. package/styles/avatar/avatar.css +58 -0
  59. package/styles/avatar/avatar.scss +2 -0
  60. package/styles/avatar/index.css +2 -0
  61. package/styles/avatar/index.scss +2 -0
  62. package/styles/badge/_all.scss +2 -0
  63. package/styles/badge/_bigger.scss +54 -0
  64. package/styles/badge/_fluent-definition.scss +135 -0
  65. package/styles/badge/_layout.scss +131 -0
  66. package/styles/badge/_theme.scss +314 -0
  67. package/styles/badge/_variables.scss +2 -0
  68. package/styles/badge/badge-lite.css +264 -0
  69. package/styles/badge/badge-lite.scss +2 -0
  70. package/styles/badge/badge.css +309 -0
  71. package/styles/badge/badge.scss +3 -0
  72. package/styles/badge/index-lite.css +2 -0
  73. package/styles/badge/index-lite.scss +2 -0
  74. package/styles/badge/index.css +2 -0
  75. package/styles/badge/index.scss +2 -0
  76. package/styles/barcode/_all.scss +1 -0
  77. package/styles/barcode/_definition.scss +1 -0
  78. package/styles/barcode/_fluent-definition.scss +1 -0
  79. package/styles/barcode/_theme.scss +24 -0
  80. package/styles/barcode/_variables.scss +2 -0
  81. package/styles/barcode/barcode.css +19 -0
  82. package/styles/barcode/barcode.scss +2 -0
  83. package/styles/barcode/index.css +2 -0
  84. package/styles/barcode/index.scss +2 -0
  85. package/styles/base/_fluent-definition.scss +1 -0
  86. package/styles/base/animation/_all.scss +537 -0
  87. package/styles/base/base.css +2392 -0
  88. package/styles/base/base.scss +4 -0
  89. package/styles/base/common/_all.scss +2 -0
  90. package/styles/base/common/_base-variables.scss +2 -0
  91. package/styles/base/common/_core.scss +113 -0
  92. package/styles/base/common/_mixin.scss +11 -0
  93. package/styles/base/definition/_fluent.scss +495 -0
  94. package/styles/blockeditor/_all.scss +2 -0
  95. package/styles/blockeditor/_bigger.scss +384 -0
  96. package/styles/blockeditor/_fluent-definition.scss +521 -0
  97. package/styles/blockeditor/_layout.scss +1314 -0
  98. package/styles/blockeditor/_theme.scss +627 -0
  99. package/styles/blockeditor/_variables.scss +2 -0
  100. package/styles/blockeditor/blockeditor-lite.css +1828 -0
  101. package/styles/blockeditor/blockeditor-lite.scss +3 -0
  102. package/styles/blockeditor/blockeditor.css +2226 -0
  103. package/styles/blockeditor/blockeditor.scss +4 -0
  104. package/styles/blockeditor/icons/_fluent.scss +99 -0
  105. package/styles/blockeditor/index-lite.css +20 -0
  106. package/styles/blockeditor/index-lite.scss +20 -0
  107. package/styles/blockeditor/index.css +20 -0
  108. package/styles/blockeditor/index.scss +20 -0
  109. package/styles/breadcrumb/_all.scss +2 -0
  110. package/styles/breadcrumb/_bigger.scss +168 -0
  111. package/styles/breadcrumb/_fluent-definition.scss +74 -0
  112. package/styles/breadcrumb/_layout.scss +465 -0
  113. package/styles/breadcrumb/_theme.scss +297 -0
  114. package/styles/breadcrumb/_variables.scss +2 -0
  115. package/styles/breadcrumb/breadcrumb-lite.css +293 -0
  116. package/styles/breadcrumb/breadcrumb-lite.scss +3 -0
  117. package/styles/breadcrumb/breadcrumb.css +372 -0
  118. package/styles/breadcrumb/breadcrumb.scss +4 -0
  119. package/styles/breadcrumb/icons/_fluent.scss +24 -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/_fluent-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 +1283 -0
  132. package/styles/button/button-lite.scss +2 -0
  133. package/styles/button/button.css +1549 -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/_fluent-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 +764 -0
  147. package/styles/button-group/button-group-lite.scss +2 -0
  148. package/styles/button-group/button-group.css +770 -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/_fluent-definition.scss +276 -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 +702 -0
  161. package/styles/calendar/calendar-lite.scss +3 -0
  162. package/styles/calendar/calendar.css +1368 -0
  163. package/styles/calendar/calendar.scss +4 -0
  164. package/styles/calendar/icons/_fluent.scss +14 -0
  165. package/styles/calendar/index-lite.css +3 -0
  166. package/styles/calendar/index-lite.scss +3 -0
  167. package/styles/calendar/index.css +3 -0
  168. package/styles/calendar/index.scss +3 -0
  169. package/styles/card/_all.scss +2 -0
  170. package/styles/card/_bigger.scss +172 -0
  171. package/styles/card/_fluent-definition.scss +147 -0
  172. package/styles/card/_layout.scss +387 -0
  173. package/styles/card/_theme.scss +113 -0
  174. package/styles/card/_variables.scss +2 -0
  175. package/styles/card/card-lite.css +386 -0
  176. package/styles/card/card-lite.scss +2 -0
  177. package/styles/card/card.css +528 -0
  178. package/styles/card/card.scss +3 -0
  179. package/styles/card/index-lite.css +2 -0
  180. package/styles/card/index-lite.scss +2 -0
  181. package/styles/card/index.css +2 -0
  182. package/styles/card/index.scss +2 -0
  183. package/styles/carousel/_all.scss +2 -0
  184. package/styles/carousel/_fluent-definition.scss +36 -0
  185. package/styles/carousel/_layout.scss +258 -0
  186. package/styles/carousel/_theme.scss +110 -0
  187. package/styles/carousel/_variables.scss +2 -0
  188. package/styles/carousel/carousel.css +304 -0
  189. package/styles/carousel/carousel.scss +3 -0
  190. package/styles/carousel/icons/_fluent.scss +31 -0
  191. package/styles/carousel/index.css +2 -0
  192. package/styles/carousel/index.scss +2 -0
  193. package/styles/chartwizard/_all.scss +2 -0
  194. package/styles/chartwizard/_bigger.scss +24 -0
  195. package/styles/chartwizard/_fluent-definition.scss +12 -0
  196. package/styles/chartwizard/_layout.scss +285 -0
  197. package/styles/chartwizard/_theme.scss +58 -0
  198. package/styles/chartwizard/_variables.scss +2 -0
  199. package/styles/chartwizard/chartwizard-lite.css +348 -0
  200. package/styles/chartwizard/chartwizard-lite.scss +3 -0
  201. package/styles/chartwizard/chartwizard.css +365 -0
  202. package/styles/chartwizard/chartwizard.scss +4 -0
  203. package/styles/chartwizard/icons/_fluent.scss +110 -0
  204. package/styles/chartwizard/index-lite.css +38 -0
  205. package/styles/chartwizard/index-lite.scss +38 -0
  206. package/styles/chartwizard/index.css +38 -0
  207. package/styles/chartwizard/index.scss +38 -0
  208. package/styles/chat-ui/_all.scss +2 -0
  209. package/styles/chat-ui/_bigger.scss +282 -0
  210. package/styles/chat-ui/_fluent-definition.scss +428 -0
  211. package/styles/chat-ui/_layout.scss +975 -0
  212. package/styles/chat-ui/_theme.scss +436 -0
  213. package/styles/chat-ui/_variables.scss +2 -0
  214. package/styles/chat-ui/chat-ui-lite.css +1327 -0
  215. package/styles/chat-ui/chat-ui-lite.scss +3 -0
  216. package/styles/chat-ui/chat-ui.css +1619 -0
  217. package/styles/chat-ui/chat-ui.scss +4 -0
  218. package/styles/chat-ui/icons/_fluent.scss +72 -0
  219. package/styles/chat-ui/index-lite.css +15 -0
  220. package/styles/chat-ui/index-lite.scss +15 -0
  221. package/styles/chat-ui/index.css +15 -0
  222. package/styles/chat-ui/index.scss +15 -0
  223. package/styles/check-box/_all.scss +2 -0
  224. package/styles/check-box/_bigger.scss +252 -0
  225. package/styles/check-box/_fluent-definition.scss +97 -0
  226. package/styles/check-box/_layout.scss +330 -0
  227. package/styles/check-box/_theme.scss +286 -0
  228. package/styles/check-box/_variables.scss +2 -0
  229. package/styles/check-box/check-box-lite.css +441 -0
  230. package/styles/check-box/check-box-lite.scss +3 -0
  231. package/styles/check-box/check-box.css +658 -0
  232. package/styles/check-box/check-box.scss +4 -0
  233. package/styles/check-box/icons/_fluent.scss +19 -0
  234. package/styles/check-box/index-lite.css +2 -0
  235. package/styles/check-box/index-lite.scss +2 -0
  236. package/styles/check-box/index.css +2 -0
  237. package/styles/check-box/index.scss +2 -0
  238. package/styles/chips/_all.scss +2 -0
  239. package/styles/chips/_bigger.scss +150 -0
  240. package/styles/chips/_fluent-definition.scss +617 -0
  241. package/styles/chips/_layout.scss +240 -0
  242. package/styles/chips/_theme.scss +909 -0
  243. package/styles/chips/_variables.scss +2 -0
  244. package/styles/chips/chips-lite.css +1917 -0
  245. package/styles/chips/chips-lite.scss +3 -0
  246. package/styles/chips/chips.css +2015 -0
  247. package/styles/chips/chips.scss +4 -0
  248. package/styles/chips/icons/_fluent.scss +14 -0
  249. package/styles/chips/index-lite.css +2 -0
  250. package/styles/chips/index-lite.scss +2 -0
  251. package/styles/chips/index.css +2 -0
  252. package/styles/chips/index.scss +2 -0
  253. package/styles/color-picker/_all.scss +2 -0
  254. package/styles/color-picker/_bigger.scss +550 -0
  255. package/styles/color-picker/_fluent-definition.scss +187 -0
  256. package/styles/color-picker/_layout.scss +970 -0
  257. package/styles/color-picker/_theme.scss +217 -0
  258. package/styles/color-picker/_variables.scss +2 -0
  259. package/styles/color-picker/color-picker-lite.css +588 -0
  260. package/styles/color-picker/color-picker-lite.scss +3 -0
  261. package/styles/color-picker/color-picker.css +789 -0
  262. package/styles/color-picker/color-picker.scss +4 -0
  263. package/styles/color-picker/icons/_fluent.scss +10 -0
  264. package/styles/color-picker/index-lite.css +10 -0
  265. package/styles/color-picker/index-lite.scss +10 -0
  266. package/styles/color-picker/index.css +10 -0
  267. package/styles/color-picker/index.scss +10 -0
  268. package/styles/combo-box/_all.scss +1 -0
  269. package/styles/combo-box/_fluent-definition.scss +2 -0
  270. package/styles/combo-box/_variables.scss +2 -0
  271. package/styles/combo-box/combo-box.css +1 -0
  272. package/styles/combo-box/combo-box.scss +2 -0
  273. package/styles/combo-box/index.css +7 -0
  274. package/styles/combo-box/index.scss +7 -0
  275. package/styles/context-menu/_all.scss +2 -0
  276. package/styles/context-menu/_bigger.scss +111 -0
  277. package/styles/context-menu/_fluent-definition.scss +67 -0
  278. package/styles/context-menu/_layout-mixin.scss +144 -0
  279. package/styles/context-menu/_layout.scss +181 -0
  280. package/styles/context-menu/_theme-mixin.scss +87 -0
  281. package/styles/context-menu/_theme.scss +79 -0
  282. package/styles/context-menu/_variables.scss +2 -0
  283. package/styles/context-menu/context-menu-lite.css +319 -0
  284. package/styles/context-menu/context-menu-lite.scss +3 -0
  285. package/styles/context-menu/context-menu.css +363 -0
  286. package/styles/context-menu/context-menu.scss +4 -0
  287. package/styles/context-menu/icons/_fluent.scss +32 -0
  288. package/styles/context-menu/index-lite.css +2 -0
  289. package/styles/context-menu/index-lite.scss +2 -0
  290. package/styles/context-menu/index.css +2 -0
  291. package/styles/context-menu/index.scss +2 -0
  292. package/styles/dashboard-layout/_all.scss +2 -0
  293. package/styles/dashboard-layout/_bigger.scss +40 -0
  294. package/styles/dashboard-layout/_fluent-definition.scss +114 -0
  295. package/styles/dashboard-layout/_layout.scss +234 -0
  296. package/styles/dashboard-layout/_theme.scss +117 -0
  297. package/styles/dashboard-layout/_variables.scss +2 -0
  298. package/styles/dashboard-layout/dashboard-layout-lite.css +280 -0
  299. package/styles/dashboard-layout/dashboard-layout-lite.scss +3 -0
  300. package/styles/dashboard-layout/dashboard-layout.css +295 -0
  301. package/styles/dashboard-layout/dashboard-layout.scss +4 -0
  302. package/styles/dashboard-layout/icons/_fluent.scss +81 -0
  303. package/styles/dashboard-layout/index-lite.css +2 -0
  304. package/styles/dashboard-layout/index-lite.scss +2 -0
  305. package/styles/dashboard-layout/index.css +2 -0
  306. package/styles/dashboard-layout/index.scss +2 -0
  307. package/styles/data-form/_all.scss +2 -0
  308. package/styles/data-form/_fluent-definition.scss +53 -0
  309. package/styles/data-form/_layout.scss +232 -0
  310. package/styles/data-form/_theme.scss +41 -0
  311. package/styles/data-form/_variables.scss +2 -0
  312. package/styles/data-form/data-form.css +240 -0
  313. package/styles/data-form/data-form.scss +2 -0
  314. package/styles/data-form/index.css +2 -0
  315. package/styles/data-form/index.scss +2 -0
  316. package/styles/datepicker/_all.scss +2 -0
  317. package/styles/datepicker/_bigger.scss +83 -0
  318. package/styles/datepicker/_fluent-definition.scss +135 -0
  319. package/styles/datepicker/_layout.scss +442 -0
  320. package/styles/datepicker/_theme.scss +49 -0
  321. package/styles/datepicker/_variables.scss +2 -0
  322. package/styles/datepicker/datepicker-lite.css +394 -0
  323. package/styles/datepicker/datepicker-lite.scss +3 -0
  324. package/styles/datepicker/datepicker.css +422 -0
  325. package/styles/datepicker/datepicker.scss +4 -0
  326. package/styles/datepicker/icons/_fluent.scss +54 -0
  327. package/styles/datepicker/index-lite.css +6 -0
  328. package/styles/datepicker/index-lite.scss +6 -0
  329. package/styles/datepicker/index.css +6 -0
  330. package/styles/datepicker/index.scss +6 -0
  331. package/styles/daterangepicker/_all.scss +2 -0
  332. package/styles/daterangepicker/_bigger.scss +972 -0
  333. package/styles/daterangepicker/_fluent-definition.scss +335 -0
  334. package/styles/daterangepicker/_layout.scss +814 -0
  335. package/styles/daterangepicker/_theme.scss +429 -0
  336. package/styles/daterangepicker/_variables.scss +2 -0
  337. package/styles/daterangepicker/daterangepicker-lite.css +825 -0
  338. package/styles/daterangepicker/daterangepicker-lite.scss +3 -0
  339. package/styles/daterangepicker/daterangepicker.css +1452 -0
  340. package/styles/daterangepicker/daterangepicker.scss +4 -0
  341. package/styles/daterangepicker/icons/_fluent.scss +76 -0
  342. package/styles/daterangepicker/index-lite.css +8 -0
  343. package/styles/daterangepicker/index-lite.scss +8 -0
  344. package/styles/daterangepicker/index.css +8 -0
  345. package/styles/daterangepicker/index.scss +8 -0
  346. package/styles/datetimepicker/_all.scss +2 -0
  347. package/styles/datetimepicker/_bigger.scss +106 -0
  348. package/styles/datetimepicker/_fluent-definition.scss +76 -0
  349. package/styles/datetimepicker/_layout.scss +193 -0
  350. package/styles/datetimepicker/_theme.scss +96 -0
  351. package/styles/datetimepicker/_variables.scss +2 -0
  352. package/styles/datetimepicker/datetimepicker-lite.css +162 -0
  353. package/styles/datetimepicker/datetimepicker-lite.scss +3 -0
  354. package/styles/datetimepicker/datetimepicker.css +199 -0
  355. package/styles/datetimepicker/datetimepicker.scss +4 -0
  356. package/styles/datetimepicker/icons/_fluent.scss +12 -0
  357. package/styles/datetimepicker/index-lite.css +9 -0
  358. package/styles/datetimepicker/index-lite.scss +9 -0
  359. package/styles/datetimepicker/index.css +9 -0
  360. package/styles/datetimepicker/index.scss +9 -0
  361. package/styles/diagram/_all.scss +1 -0
  362. package/styles/diagram/_definition.scss +54 -0
  363. package/styles/diagram/_fluent-definition.scss +78 -0
  364. package/styles/diagram/_theme.scss +461 -0
  365. package/styles/diagram/_variables.scss +2 -0
  366. package/styles/diagram/diagram.css +450 -0
  367. package/styles/diagram/diagram.scss +2 -0
  368. package/styles/diagram/index.css +5 -0
  369. package/styles/diagram/index.scss +5 -0
  370. package/styles/dialog/_all.scss +2 -0
  371. package/styles/dialog/_bigger.scss +88 -0
  372. package/styles/dialog/_fluent-definition.scss +108 -0
  373. package/styles/dialog/_layout.scss +490 -0
  374. package/styles/dialog/_theme.scss +165 -0
  375. package/styles/dialog/_variables.scss +2 -0
  376. package/styles/dialog/dialog-lite.css +481 -0
  377. package/styles/dialog/dialog-lite.scss +3 -0
  378. package/styles/dialog/dialog.css +528 -0
  379. package/styles/dialog/dialog.scss +4 -0
  380. package/styles/dialog/icons/_fluent.scss +28 -0
  381. package/styles/dialog/index-lite.css +4 -0
  382. package/styles/dialog/index-lite.scss +4 -0
  383. package/styles/dialog/index.css +4 -0
  384. package/styles/dialog/index.scss +4 -0
  385. package/styles/document-editor/_all.scss +3 -0
  386. package/styles/document-editor/_bigger.scss +964 -0
  387. package/styles/document-editor/_fluent-definition.scss +929 -0
  388. package/styles/document-editor/_layout.scss +445 -0
  389. package/styles/document-editor/_theme.scss +2921 -0
  390. package/styles/document-editor/_variables.scss +2 -0
  391. package/styles/document-editor/document-editor-lite.css +3236 -0
  392. package/styles/document-editor/document-editor-lite.scss +3 -0
  393. package/styles/document-editor/document-editor.css +3533 -0
  394. package/styles/document-editor/document-editor.scss +4 -0
  395. package/styles/document-editor/icons/_fluent.scss +708 -0
  396. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +88 -0
  397. package/styles/document-editor/index-lite.css +27 -0
  398. package/styles/document-editor/index-lite.scss +27 -0
  399. package/styles/document-editor/index.css +27 -0
  400. package/styles/document-editor/index.scss +27 -0
  401. package/styles/document-editor-container/_all.scss +2 -0
  402. package/styles/document-editor-container/_bigger.scss +1154 -0
  403. package/styles/document-editor-container/_definition.scss +10 -0
  404. package/styles/document-editor-container/_fluent-definition.scss +389 -0
  405. package/styles/document-editor-container/_layout.scss +240 -0
  406. package/styles/document-editor-container/_theme.scss +1993 -0
  407. package/styles/document-editor-container/_variables.scss +2 -0
  408. package/styles/document-editor-container/document-editor-container-lite.css +1699 -0
  409. package/styles/document-editor-container/document-editor-container-lite.scss +3 -0
  410. package/styles/document-editor-container/document-editor-container.css +2211 -0
  411. package/styles/document-editor-container/document-editor-container.scss +4 -0
  412. package/styles/document-editor-container/icons/_fluent.scss +738 -0
  413. package/styles/document-editor-container/index-lite.css +31 -0
  414. package/styles/document-editor-container/index-lite.scss +31 -0
  415. package/styles/document-editor-container/index.css +31 -0
  416. package/styles/document-editor-container/index.scss +31 -0
  417. package/styles/drawing/_all.scss +1 -0
  418. package/styles/drawing/_definition.scss +1 -0
  419. package/styles/drawing/_fluent-definition.scss +1 -0
  420. package/styles/drawing/_theme.scss +1 -0
  421. package/styles/drawing/_variables.scss +2 -0
  422. package/styles/drawing/drawing.css +2 -0
  423. package/styles/drawing/drawing.scss +2 -0
  424. package/styles/drawing/index.css +2 -0
  425. package/styles/drawing/index.scss +2 -0
  426. package/styles/drop-down-base/_all.scss +2 -0
  427. package/styles/drop-down-base/_bigger.scss +194 -0
  428. package/styles/drop-down-base/_definition.scss +24 -0
  429. package/styles/drop-down-base/_fluent-definition.scss +122 -0
  430. package/styles/drop-down-base/_layout.scss +158 -0
  431. package/styles/drop-down-base/_theme.scss +310 -0
  432. package/styles/drop-down-base/_variables.scss +2 -0
  433. package/styles/drop-down-base/drop-down-base-lite.css +277 -0
  434. package/styles/drop-down-base/drop-down-base-lite.scss +2 -0
  435. package/styles/drop-down-base/drop-down-base.css +363 -0
  436. package/styles/drop-down-base/drop-down-base.scss +3 -0
  437. package/styles/drop-down-base/index-lite.css +2 -0
  438. package/styles/drop-down-base/index-lite.scss +2 -0
  439. package/styles/drop-down-base/index.css +2 -0
  440. package/styles/drop-down-base/index.scss +2 -0
  441. package/styles/drop-down-button/_all.scss +2 -0
  442. package/styles/drop-down-button/_bigger.scss +105 -0
  443. package/styles/drop-down-button/_fluent-definition.scss +66 -0
  444. package/styles/drop-down-button/_layout.scss +248 -0
  445. package/styles/drop-down-button/_theme.scss +106 -0
  446. package/styles/drop-down-button/_variables.scss +2 -0
  447. package/styles/drop-down-button/drop-down-button-lite.css +200 -0
  448. package/styles/drop-down-button/drop-down-button-lite.scss +3 -0
  449. package/styles/drop-down-button/drop-down-button.css +253 -0
  450. package/styles/drop-down-button/drop-down-button.scss +4 -0
  451. package/styles/drop-down-button/icons/_fluent.scss +11 -0
  452. package/styles/drop-down-button/index-lite.css +4 -0
  453. package/styles/drop-down-button/index-lite.scss +4 -0
  454. package/styles/drop-down-button/index.css +4 -0
  455. package/styles/drop-down-button/index.scss +4 -0
  456. package/styles/drop-down-list/_all.scss +2 -0
  457. package/styles/drop-down-list/_bigger.scss +624 -0
  458. package/styles/drop-down-list/_fluent-definition.scss +152 -0
  459. package/styles/drop-down-list/_layout.scss +294 -0
  460. package/styles/drop-down-list/_theme.scss +18 -0
  461. package/styles/drop-down-list/_variables.scss +2 -0
  462. package/styles/drop-down-list/drop-down-list-lite.css +287 -0
  463. package/styles/drop-down-list/drop-down-list-lite.scss +3 -0
  464. package/styles/drop-down-list/drop-down-list.css +360 -0
  465. package/styles/drop-down-list/drop-down-list.scss +4 -0
  466. package/styles/drop-down-list/icons/_fluent.scss +19 -0
  467. package/styles/drop-down-list/index-lite.css +6 -0
  468. package/styles/drop-down-list/index-lite.scss +6 -0
  469. package/styles/drop-down-list/index.css +6 -0
  470. package/styles/drop-down-list/index.scss +6 -0
  471. package/styles/drop-down-tree/_all.scss +2 -0
  472. package/styles/drop-down-tree/_bigger.scss +589 -0
  473. package/styles/drop-down-tree/_fluent-definition.scss +97 -0
  474. package/styles/drop-down-tree/_layout.scss +980 -0
  475. package/styles/drop-down-tree/_theme.scss +144 -0
  476. package/styles/drop-down-tree/_variables.scss +2 -0
  477. package/styles/drop-down-tree/drop-down-tree-lite.css +340 -0
  478. package/styles/drop-down-tree/drop-down-tree-lite.scss +3 -0
  479. package/styles/drop-down-tree/drop-down-tree.css +471 -0
  480. package/styles/drop-down-tree/drop-down-tree.scss +4 -0
  481. package/styles/drop-down-tree/icons/_fluent.scss +12 -0
  482. package/styles/drop-down-tree/index-lite.css +8 -0
  483. package/styles/drop-down-tree/index-lite.scss +8 -0
  484. package/styles/drop-down-tree/index.css +8 -0
  485. package/styles/drop-down-tree/index.scss +8 -0
  486. package/styles/excel-filter/_all.scss +2 -0
  487. package/styles/excel-filter/_bigger.scss +238 -0
  488. package/styles/excel-filter/_fluent-definition.scss +77 -0
  489. package/styles/excel-filter/_layout.scss +405 -0
  490. package/styles/excel-filter/_theme.scss +52 -0
  491. package/styles/excel-filter/_variables.scss +2 -0
  492. package/styles/excel-filter/excel-filter-lite.css +276 -0
  493. package/styles/excel-filter/excel-filter-lite.scss +3 -0
  494. package/styles/excel-filter/excel-filter.css +392 -0
  495. package/styles/excel-filter/excel-filter.scss +4 -0
  496. package/styles/excel-filter/icons/_fluent.scss +35 -0
  497. package/styles/excel-filter/index-lite.css +18 -0
  498. package/styles/excel-filter/index-lite.scss +18 -0
  499. package/styles/excel-filter/index.css +18 -0
  500. package/styles/excel-filter/index.scss +18 -0
  501. package/styles/file-manager/_all.scss +2 -0
  502. package/styles/file-manager/_bigger.scss +869 -0
  503. package/styles/file-manager/_fluent-definition.scss +328 -0
  504. package/styles/file-manager/_layout.scss +1397 -0
  505. package/styles/file-manager/_theme.scss +434 -0
  506. package/styles/file-manager/_variables.scss +2 -0
  507. package/styles/file-manager/file-manager-lite.css +1023 -0
  508. package/styles/file-manager/file-manager-lite.scss +3 -0
  509. package/styles/file-manager/file-manager.css +1618 -0
  510. package/styles/file-manager/file-manager.scss +4 -0
  511. package/styles/file-manager/icons/_fluent.scss +236 -0
  512. package/styles/file-manager/index-lite.css +31 -0
  513. package/styles/file-manager/index-lite.scss +31 -0
  514. package/styles/file-manager/index.css +31 -0
  515. package/styles/file-manager/index.scss +31 -0
  516. package/styles/floating-action-button/_all.scss +2 -0
  517. package/styles/floating-action-button/_bigger.scss +29 -0
  518. package/styles/floating-action-button/_fluent-definition.scss +31 -0
  519. package/styles/floating-action-button/_layout.scss +113 -0
  520. package/styles/floating-action-button/_theme.scss +29 -0
  521. package/styles/floating-action-button/_variables.scss +2 -0
  522. package/styles/floating-action-button/floating-action-button-lite.css +99 -0
  523. package/styles/floating-action-button/floating-action-button-lite.scss +2 -0
  524. package/styles/floating-action-button/floating-action-button.css +135 -0
  525. package/styles/floating-action-button/floating-action-button.scss +3 -0
  526. package/styles/floating-action-button/index-lite.css +3 -0
  527. package/styles/floating-action-button/index-lite.scss +3 -0
  528. package/styles/floating-action-button/index.css +3 -0
  529. package/styles/floating-action-button/index.scss +3 -0
  530. package/styles/fluent-lite.css +99 -1
  531. package/styles/fluent-lite.scss +99 -0
  532. package/styles/fluent.css +99 -1
  533. package/styles/fluent.scss +99 -0
  534. package/styles/gantt/_all.scss +2 -0
  535. package/styles/gantt/_bigger.scss +647 -0
  536. package/styles/gantt/_fluent-definition.scss +239 -0
  537. package/styles/gantt/_layout.scss +1452 -0
  538. package/styles/gantt/_theme.scss +812 -0
  539. package/styles/gantt/_variables.scss +2 -0
  540. package/styles/gantt/gantt-lite.css +1733 -0
  541. package/styles/gantt/gantt-lite.scss +3 -0
  542. package/styles/gantt/gantt.css +2042 -0
  543. package/styles/gantt/gantt.scss +4 -0
  544. package/styles/gantt/icons/_fluent.scss +118 -0
  545. package/styles/gantt/index-lite.css +43 -0
  546. package/styles/gantt/index-lite.scss +43 -0
  547. package/styles/gantt/index.css +43 -0
  548. package/styles/gantt/index.scss +43 -0
  549. package/styles/grid/_all.scss +2 -0
  550. package/styles/grid/_bigger.scss +2481 -0
  551. package/styles/grid/_fluent-definition.scss +602 -0
  552. package/styles/grid/_layout.scss +4393 -0
  553. package/styles/grid/_theme.scss +1033 -0
  554. package/styles/grid/_variables.scss +2 -0
  555. package/styles/grid/grid-lite.css +3977 -0
  556. package/styles/grid/grid-lite.scss +3 -0
  557. package/styles/grid/grid.css +5461 -0
  558. package/styles/grid/grid.scss +4 -0
  559. package/styles/grid/icons/_fluent.scss +375 -0
  560. package/styles/grid/index-lite.css +25 -0
  561. package/styles/grid/index-lite.scss +25 -0
  562. package/styles/grid/index.css +25 -0
  563. package/styles/grid/index.scss +25 -0
  564. package/styles/grid-chart/_all.scss +2 -0
  565. package/styles/grid-chart/_bigger.scss +65 -0
  566. package/styles/grid-chart/_fluent-definition.scss +12 -0
  567. package/styles/grid-chart/_layout.scss +161 -0
  568. package/styles/grid-chart/_theme.scss +63 -0
  569. package/styles/grid-chart/_variables.scss +2 -0
  570. package/styles/grid-chart/grid-chart-lite.css +209 -0
  571. package/styles/grid-chart/grid-chart-lite.scss +3 -0
  572. package/styles/grid-chart/grid-chart.css +242 -0
  573. package/styles/grid-chart/grid-chart.scss +4 -0
  574. package/styles/grid-chart/icons/_fluent.scss +122 -0
  575. package/styles/grid-chart/index-lite.css +33 -0
  576. package/styles/grid-chart/index-lite.scss +33 -0
  577. package/styles/grid-chart/index.css +33 -0
  578. package/styles/grid-chart/index.scss +33 -0
  579. package/styles/h-scroll/_all.scss +2 -0
  580. package/styles/h-scroll/_bigger.scss +40 -0
  581. package/styles/h-scroll/_fluent-definition.scss +90 -0
  582. package/styles/h-scroll/_layout.scss +161 -0
  583. package/styles/h-scroll/_theme.scss +147 -0
  584. package/styles/h-scroll/_variables.scss +2 -0
  585. package/styles/h-scroll/h-scroll-lite.css +243 -0
  586. package/styles/h-scroll/h-scroll-lite.scss +3 -0
  587. package/styles/h-scroll/h-scroll.css +277 -0
  588. package/styles/h-scroll/h-scroll.scss +4 -0
  589. package/styles/h-scroll/icons/_fluent.scss +50 -0
  590. package/styles/h-scroll/index-lite.css +2 -0
  591. package/styles/h-scroll/index-lite.scss +2 -0
  592. package/styles/h-scroll/index.css +2 -0
  593. package/styles/h-scroll/index.scss +2 -0
  594. package/styles/icons/fluent.css +1898 -0
  595. package/styles/icons/fluent.scss +656 -0
  596. package/styles/image-editor/_all.scss +2 -0
  597. package/styles/image-editor/_bigger.scss +323 -0
  598. package/styles/image-editor/_fluent-definition.scss +80 -0
  599. package/styles/image-editor/_layout.scss +948 -0
  600. package/styles/image-editor/_theme.scss +240 -0
  601. package/styles/image-editor/_variables.scss +2 -0
  602. package/styles/image-editor/icons/_fluent.scss +266 -0
  603. package/styles/image-editor/image-editor-lite.css +675 -0
  604. package/styles/image-editor/image-editor-lite.scss +3 -0
  605. package/styles/image-editor/image-editor.css +804 -0
  606. package/styles/image-editor/image-editor.scss +4 -0
  607. package/styles/image-editor/index-lite.css +17 -0
  608. package/styles/image-editor/index-lite.scss +17 -0
  609. package/styles/image-editor/index.css +17 -0
  610. package/styles/image-editor/index.scss +17 -0
  611. package/styles/inline-ai-assist/_all.scss +2 -0
  612. package/styles/inline-ai-assist/_bigger.scss +59 -0
  613. package/styles/inline-ai-assist/_fluent-definition.scss +59 -0
  614. package/styles/inline-ai-assist/_layout.scss +247 -0
  615. package/styles/inline-ai-assist/_theme.scss +108 -0
  616. package/styles/inline-ai-assist/_variables.scss +2 -0
  617. package/styles/inline-ai-assist/icons/_fluent.scss +15 -0
  618. package/styles/inline-ai-assist/index-lite.css +13 -0
  619. package/styles/inline-ai-assist/index-lite.scss +13 -0
  620. package/styles/inline-ai-assist/index.css +13 -0
  621. package/styles/inline-ai-assist/index.scss +13 -0
  622. package/styles/inline-ai-assist/inline-ai-assist-lite.css +340 -0
  623. package/styles/inline-ai-assist/inline-ai-assist-lite.scss +3 -0
  624. package/styles/inline-ai-assist/inline-ai-assist.css +398 -0
  625. package/styles/inline-ai-assist/inline-ai-assist.scss +4 -0
  626. package/styles/inplace-editor/_all.scss +2 -0
  627. package/styles/inplace-editor/_bigger.scss +196 -0
  628. package/styles/inplace-editor/_fluent-definition.scss +79 -0
  629. package/styles/inplace-editor/_layout.scss +444 -0
  630. package/styles/inplace-editor/_theme.scss +255 -0
  631. package/styles/inplace-editor/_variables.scss +2 -0
  632. package/styles/inplace-editor/icons/_fluent.scss +20 -0
  633. package/styles/inplace-editor/index-lite.css +39 -0
  634. package/styles/inplace-editor/index-lite.scss +39 -0
  635. package/styles/inplace-editor/index.css +39 -0
  636. package/styles/inplace-editor/index.scss +39 -0
  637. package/styles/inplace-editor/inplace-editor-lite.css +433 -0
  638. package/styles/inplace-editor/inplace-editor-lite.scss +3 -0
  639. package/styles/inplace-editor/inplace-editor.css +564 -0
  640. package/styles/inplace-editor/inplace-editor.scss +4 -0
  641. package/styles/input/_all.scss +3 -0
  642. package/styles/input/_bigger.scss +6232 -0
  643. package/styles/input/_definition.scss +232 -0
  644. package/styles/input/_fluent-definition.scss +397 -0
  645. package/styles/input/_layout.scss +5747 -0
  646. package/styles/input/_responsive.scss +1 -0
  647. package/styles/input/_theme.scss +2624 -0
  648. package/styles/input/_variables.scss +2 -0
  649. package/styles/input/icons/_fluent.scss +18 -0
  650. package/styles/input/index-lite.css +2 -0
  651. package/styles/input/index-lite.scss +2 -0
  652. package/styles/input/index.css +2 -0
  653. package/styles/input/index.scss +2 -0
  654. package/styles/input/input-lite.css +2371 -0
  655. package/styles/input/input-lite.scss +3 -0
  656. package/styles/input/input.css +4086 -0
  657. package/styles/input/input.scss +4 -0
  658. package/styles/kanban/_all.scss +2 -0
  659. package/styles/kanban/_bigger.scss +172 -0
  660. package/styles/kanban/_fluent-definition.scss +334 -0
  661. package/styles/kanban/_layout.scss +888 -0
  662. package/styles/kanban/_theme.scss +178 -0
  663. package/styles/kanban/_variables.scss +2 -0
  664. package/styles/kanban/icons/_fluent.scss +48 -0
  665. package/styles/kanban/index-lite.css +17 -0
  666. package/styles/kanban/index-lite.scss +17 -0
  667. package/styles/kanban/index.css +17 -0
  668. package/styles/kanban/index.scss +17 -0
  669. package/styles/kanban/kanban-lite.css +845 -0
  670. package/styles/kanban/kanban-lite.scss +3 -0
  671. package/styles/kanban/kanban.css +1020 -0
  672. package/styles/kanban/kanban.scss +4 -0
  673. package/styles/list-box/_all.scss +2 -0
  674. package/styles/list-box/_bigger.scss +184 -0
  675. package/styles/list-box/_fluent-definition.scss +167 -0
  676. package/styles/list-box/_layout.scss +495 -0
  677. package/styles/list-box/_theme.scss +334 -0
  678. package/styles/list-box/_variables.scss +2 -0
  679. package/styles/list-box/icons/_fluent.scss +26 -0
  680. package/styles/list-box/index-lite.css +6 -0
  681. package/styles/list-box/index-lite.scss +6 -0
  682. package/styles/list-box/index.css +6 -0
  683. package/styles/list-box/index.scss +6 -0
  684. package/styles/list-box/list-box-lite.css +752 -0
  685. package/styles/list-box/list-box-lite.scss +3 -0
  686. package/styles/list-box/list-box.css +870 -0
  687. package/styles/list-box/list-box.scss +4 -0
  688. package/styles/list-view/_all.scss +2 -0
  689. package/styles/list-view/_bigger.scss +396 -0
  690. package/styles/list-view/_fluent-definition.scss +158 -0
  691. package/styles/list-view/_layout.scss +386 -0
  692. package/styles/list-view/_theme.scss +332 -0
  693. package/styles/list-view/_variables.scss +2 -0
  694. package/styles/list-view/icons/_fluent.scss +10 -0
  695. package/styles/list-view/index-lite.css +3 -0
  696. package/styles/list-view/index-lite.scss +3 -0
  697. package/styles/list-view/index.css +3 -0
  698. package/styles/list-view/index.scss +3 -0
  699. package/styles/list-view/list-view-lite.css +377 -0
  700. package/styles/list-view/list-view-lite.scss +3 -0
  701. package/styles/list-view/list-view.css +468 -0
  702. package/styles/list-view/list-view.scss +4 -0
  703. package/styles/maskedtextbox/_all.scss +2 -0
  704. package/styles/maskedtextbox/_bigger.scss +61 -0
  705. package/styles/maskedtextbox/_fluent-definition.scss +24 -0
  706. package/styles/maskedtextbox/_layout.scss +98 -0
  707. package/styles/maskedtextbox/_theme.scss +11 -0
  708. package/styles/maskedtextbox/_variables.scss +2 -0
  709. package/styles/maskedtextbox/index-lite.css +3 -0
  710. package/styles/maskedtextbox/index-lite.scss +3 -0
  711. package/styles/maskedtextbox/index.css +3 -0
  712. package/styles/maskedtextbox/index.scss +3 -0
  713. package/styles/maskedtextbox/maskedtextbox-lite.css +56 -0
  714. package/styles/maskedtextbox/maskedtextbox-lite.scss +2 -0
  715. package/styles/maskedtextbox/maskedtextbox.css +130 -0
  716. package/styles/maskedtextbox/maskedtextbox.scss +3 -0
  717. package/styles/mention/_all.scss +1 -0
  718. package/styles/mention/_fluent-definition.scss +1 -0
  719. package/styles/mention/_layout.scss +7 -0
  720. package/styles/mention/_variables.scss +2 -0
  721. package/styles/mention/index.css +3 -0
  722. package/styles/mention/index.scss +3 -0
  723. package/styles/mention/mention.css +1 -0
  724. package/styles/mention/mention.scss +2 -0
  725. package/styles/menu/_all.scss +2 -0
  726. package/styles/menu/_bigger.scss +382 -0
  727. package/styles/menu/_fluent-definition.scss +99 -0
  728. package/styles/menu/_layout.scss +503 -0
  729. package/styles/menu/_theme.scss +430 -0
  730. package/styles/menu/_variables.scss +2 -0
  731. package/styles/menu/icons/_fluent.scss +105 -0
  732. package/styles/menu/index-lite.css +6 -0
  733. package/styles/menu/index-lite.scss +6 -0
  734. package/styles/menu/index.css +6 -0
  735. package/styles/menu/index.scss +6 -0
  736. package/styles/menu/menu-lite.css +771 -0
  737. package/styles/menu/menu-lite.scss +3 -0
  738. package/styles/menu/menu.css +1096 -0
  739. package/styles/menu/menu.scss +4 -0
  740. package/styles/message/_all.scss +2 -0
  741. package/styles/message/_bigger.scss +349 -0
  742. package/styles/message/_fluent-definition.scss +134 -0
  743. package/styles/message/_layout.scss +75 -0
  744. package/styles/message/_theme.scss +448 -0
  745. package/styles/message/_variables.scss +2 -0
  746. package/styles/message/icons/_fluent.scss +30 -0
  747. package/styles/message/index-lite.css +2 -0
  748. package/styles/message/index-lite.scss +2 -0
  749. package/styles/message/index.css +2 -0
  750. package/styles/message/index.scss +2 -0
  751. package/styles/message/message-lite.css +301 -0
  752. package/styles/message/message-lite.scss +3 -0
  753. package/styles/message/message.css +414 -0
  754. package/styles/message/message.scss +4 -0
  755. package/styles/multi-select/_all.scss +2 -0
  756. package/styles/multi-select/_bigger.scss +1578 -0
  757. package/styles/multi-select/_fluent-definition.scss +314 -0
  758. package/styles/multi-select/_layout.scss +1337 -0
  759. package/styles/multi-select/_theme.scss +566 -0
  760. package/styles/multi-select/_variables.scss +2 -0
  761. package/styles/multi-select/icons/_fluent.scss +40 -0
  762. package/styles/multi-select/index-lite.css +8 -0
  763. package/styles/multi-select/index-lite.scss +8 -0
  764. package/styles/multi-select/index.css +8 -0
  765. package/styles/multi-select/index.scss +8 -0
  766. package/styles/multi-select/multi-select-lite.css +895 -0
  767. package/styles/multi-select/multi-select-lite.scss +3 -0
  768. package/styles/multi-select/multi-select.css +1187 -0
  769. package/styles/multi-select/multi-select.scss +4 -0
  770. package/styles/multicolumn-combobox/_all.scss +2 -0
  771. package/styles/multicolumn-combobox/_bigger.scss +47 -0
  772. package/styles/multicolumn-combobox/_fluent-definition.scss +49 -0
  773. package/styles/multicolumn-combobox/_layout.scss +158 -0
  774. package/styles/multicolumn-combobox/_theme.scss +53 -0
  775. package/styles/multicolumn-combobox/_variables.scss +2 -0
  776. package/styles/multicolumn-combobox/icons/_fluent.scss +7 -0
  777. package/styles/multicolumn-combobox/index-lite.css +28 -0
  778. package/styles/multicolumn-combobox/index-lite.scss +28 -0
  779. package/styles/multicolumn-combobox/index.css +28 -0
  780. package/styles/multicolumn-combobox/index.scss +28 -0
  781. package/styles/multicolumn-combobox/multicolumn-combobox-lite.css +190 -0
  782. package/styles/multicolumn-combobox/multicolumn-combobox-lite.scss +3 -0
  783. package/styles/multicolumn-combobox/multicolumn-combobox.css +247 -0
  784. package/styles/multicolumn-combobox/multicolumn-combobox.scss +4 -0
  785. package/styles/numerictextbox/_all.scss +2 -0
  786. package/styles/numerictextbox/_bigger.scss +61 -0
  787. package/styles/numerictextbox/_fluent-definition.scss +25 -0
  788. package/styles/numerictextbox/_layout.scss +85 -0
  789. package/styles/numerictextbox/_theme.scss +24 -0
  790. package/styles/numerictextbox/_variables.scss +2 -0
  791. package/styles/numerictextbox/icons/_fluent.scss +12 -0
  792. package/styles/numerictextbox/index-lite.css +3 -0
  793. package/styles/numerictextbox/index-lite.scss +3 -0
  794. package/styles/numerictextbox/index.css +3 -0
  795. package/styles/numerictextbox/index.scss +3 -0
  796. package/styles/numerictextbox/numerictextbox-lite.css +77 -0
  797. package/styles/numerictextbox/numerictextbox-lite.scss +3 -0
  798. package/styles/numerictextbox/numerictextbox.css +145 -0
  799. package/styles/numerictextbox/numerictextbox.scss +4 -0
  800. package/styles/otp-input/_all.scss +2 -0
  801. package/styles/otp-input/_bigger.scss +66 -0
  802. package/styles/otp-input/_fluent-definition.scss +62 -0
  803. package/styles/otp-input/_layout.scss +95 -0
  804. package/styles/otp-input/_theme.scss +77 -0
  805. package/styles/otp-input/_variables.scss +2 -0
  806. package/styles/otp-input/index-lite.css +2 -0
  807. package/styles/otp-input/index-lite.scss +2 -0
  808. package/styles/otp-input/index.css +2 -0
  809. package/styles/otp-input/index.scss +2 -0
  810. package/styles/otp-input/otp-input-lite.css +133 -0
  811. package/styles/otp-input/otp-input-lite.scss +2 -0
  812. package/styles/otp-input/otp-input.css +217 -0
  813. package/styles/otp-input/otp-input.scss +3 -0
  814. package/styles/pager/_all.scss +2 -0
  815. package/styles/pager/_bigger.scss +365 -0
  816. package/styles/pager/_fluent-definition.scss +157 -0
  817. package/styles/pager/_layout.scss +777 -0
  818. package/styles/pager/_theme.scss +190 -0
  819. package/styles/pager/_variables.scss +2 -0
  820. package/styles/pager/icons/_fluent.scss +51 -0
  821. package/styles/pager/index-lite.css +2 -0
  822. package/styles/pager/index-lite.scss +2 -0
  823. package/styles/pager/index.css +2 -0
  824. package/styles/pager/index.scss +2 -0
  825. package/styles/pager/pager-lite.css +595 -0
  826. package/styles/pager/pager-lite.scss +3 -0
  827. package/styles/pager/pager.css +801 -0
  828. package/styles/pager/pager.scss +4 -0
  829. package/styles/pdfviewer/_all.scss +2 -0
  830. package/styles/pdfviewer/_bigger.scss +1531 -0
  831. package/styles/pdfviewer/_fluent-definition.scss +920 -0
  832. package/styles/pdfviewer/_layout.scss +197 -0
  833. package/styles/pdfviewer/_theme.scss +9139 -0
  834. package/styles/pdfviewer/_variables.scss +2 -0
  835. package/styles/pdfviewer/icons/_fluent.scss +598 -0
  836. package/styles/pdfviewer/index-lite.css +54 -0
  837. package/styles/pdfviewer/index-lite.scss +54 -0
  838. package/styles/pdfviewer/index.css +54 -0
  839. package/styles/pdfviewer/index.scss +54 -0
  840. package/styles/pdfviewer/pdfviewer-lite.css +5420 -0
  841. package/styles/pdfviewer/pdfviewer-lite.scss +3 -0
  842. package/styles/pdfviewer/pdfviewer.css +5906 -0
  843. package/styles/pdfviewer/pdfviewer.scss +4 -0
  844. package/styles/pivotfieldlist/_all.scss +2 -0
  845. package/styles/pivotfieldlist/_bigger.scss +859 -0
  846. package/styles/pivotfieldlist/_fluent-definition.scss +358 -0
  847. package/styles/pivotfieldlist/_layout.scss +1675 -0
  848. package/styles/pivotfieldlist/_theme.scss +1701 -0
  849. package/styles/pivotfieldlist/_variables.scss +2 -0
  850. package/styles/pivotfieldlist/icons/_fluent.scss +356 -0
  851. package/styles/pivotfieldlist/index-lite.css +30 -0
  852. package/styles/pivotfieldlist/index-lite.scss +30 -0
  853. package/styles/pivotfieldlist/index.css +30 -0
  854. package/styles/pivotfieldlist/index.scss +30 -0
  855. package/styles/pivotfieldlist/pivotfieldlist-lite.css +2980 -0
  856. package/styles/pivotfieldlist/pivotfieldlist-lite.scss +3 -0
  857. package/styles/pivotfieldlist/pivotfieldlist.css +3842 -0
  858. package/styles/pivotfieldlist/pivotfieldlist.scss +4 -0
  859. package/styles/pivotview/_all.scss +2 -0
  860. package/styles/pivotview/_bigger.scss +637 -0
  861. package/styles/pivotview/_fluent-definition.scss +292 -0
  862. package/styles/pivotview/_layout.scss +1030 -0
  863. package/styles/pivotview/_theme.scss +1809 -0
  864. package/styles/pivotview/_variables.scss +2 -0
  865. package/styles/pivotview/icons/_fluent.scss +184 -0
  866. package/styles/pivotview/index-lite.css +39 -0
  867. package/styles/pivotview/index-lite.scss +39 -0
  868. package/styles/pivotview/index.css +39 -0
  869. package/styles/pivotview/index.scss +39 -0
  870. package/styles/pivotview/pivotview-lite.css +2310 -0
  871. package/styles/pivotview/pivotview-lite.scss +3 -0
  872. package/styles/pivotview/pivotview.css +3102 -0
  873. package/styles/pivotview/pivotview.scss +4 -0
  874. package/styles/popup/_all.scss +1 -0
  875. package/styles/popup/_fluent-definition.scss +5 -0
  876. package/styles/popup/_layout.scss +20 -0
  877. package/styles/popup/_variables.scss +2 -0
  878. package/styles/popup/index.css +2 -0
  879. package/styles/popup/index.scss +2 -0
  880. package/styles/popup/popup.css +14 -0
  881. package/styles/popup/popup.scss +2 -0
  882. package/styles/progress-button/_all.scss +2 -0
  883. package/styles/progress-button/_bigger.scss +98 -0
  884. package/styles/progress-button/_fluent-definition.scss +36 -0
  885. package/styles/progress-button/_layout.scss +327 -0
  886. package/styles/progress-button/_theme.scss +844 -0
  887. package/styles/progress-button/_variables.scss +2 -0
  888. package/styles/progress-button/index-lite.css +4 -0
  889. package/styles/progress-button/index-lite.scss +4 -0
  890. package/styles/progress-button/index.css +4 -0
  891. package/styles/progress-button/index.scss +4 -0
  892. package/styles/progress-button/progress-button-lite.css +454 -0
  893. package/styles/progress-button/progress-button-lite.scss +2 -0
  894. package/styles/progress-button/progress-button.css +526 -0
  895. package/styles/progress-button/progress-button.scss +3 -0
  896. package/styles/query-builder/_all.scss +2 -0
  897. package/styles/query-builder/_bigger.scss +223 -0
  898. package/styles/query-builder/_fluent-definition.scss +149 -0
  899. package/styles/query-builder/_layout.scss +811 -0
  900. package/styles/query-builder/_theme.scss +240 -0
  901. package/styles/query-builder/_variables.scss +2 -0
  902. package/styles/query-builder/icons/_fluent.scss +12 -0
  903. package/styles/query-builder/index-lite.css +18 -0
  904. package/styles/query-builder/index-lite.scss +18 -0
  905. package/styles/query-builder/index.css +18 -0
  906. package/styles/query-builder/index.scss +18 -0
  907. package/styles/query-builder/query-builder-lite.css +578 -0
  908. package/styles/query-builder/query-builder-lite.scss +3 -0
  909. package/styles/query-builder/query-builder.css +755 -0
  910. package/styles/query-builder/query-builder.scss +4 -0
  911. package/styles/radio-button/_all.scss +2 -0
  912. package/styles/radio-button/_bigger.scss +275 -0
  913. package/styles/radio-button/_fluent-definition.scss +90 -0
  914. package/styles/radio-button/_layout.scss +385 -0
  915. package/styles/radio-button/_theme.scss +194 -0
  916. package/styles/radio-button/_variables.scss +2 -0
  917. package/styles/radio-button/index-lite.css +2 -0
  918. package/styles/radio-button/index-lite.scss +2 -0
  919. package/styles/radio-button/index.css +2 -0
  920. package/styles/radio-button/index.scss +2 -0
  921. package/styles/radio-button/radio-button-lite.css +334 -0
  922. package/styles/radio-button/radio-button-lite.scss +2 -0
  923. package/styles/radio-button/radio-button.css +541 -0
  924. package/styles/radio-button/radio-button.scss +3 -0
  925. package/styles/rating/_all.scss +2 -0
  926. package/styles/rating/_bigger.scss +34 -0
  927. package/styles/rating/_fluent-definition.scss +60 -0
  928. package/styles/rating/_layout.scss +186 -0
  929. package/styles/rating/_theme.scss +199 -0
  930. package/styles/rating/_variables.scss +2 -0
  931. package/styles/rating/index-lite.css +3 -0
  932. package/styles/rating/index-lite.scss +3 -0
  933. package/styles/rating/index.css +3 -0
  934. package/styles/rating/index.scss +3 -0
  935. package/styles/rating/rating-lite.css +245 -0
  936. package/styles/rating/rating-lite.scss +2 -0
  937. package/styles/rating/rating.css +287 -0
  938. package/styles/rating/rating.scss +3 -0
  939. package/styles/recurrence-editor/_all.scss +2 -0
  940. package/styles/recurrence-editor/_bigger.scss +134 -0
  941. package/styles/recurrence-editor/_fluent-definition.scss +41 -0
  942. package/styles/recurrence-editor/_layout.scss +425 -0
  943. package/styles/recurrence-editor/_theme.scss +1 -0
  944. package/styles/recurrence-editor/_variables.scss +2 -0
  945. package/styles/recurrence-editor/index-lite.css +12 -0
  946. package/styles/recurrence-editor/index-lite.scss +12 -0
  947. package/styles/recurrence-editor/index.css +12 -0
  948. package/styles/recurrence-editor/index.scss +12 -0
  949. package/styles/recurrence-editor/recurrence-editor-lite.css +312 -0
  950. package/styles/recurrence-editor/recurrence-editor-lite.scss +2 -0
  951. package/styles/recurrence-editor/recurrence-editor.css +397 -0
  952. package/styles/recurrence-editor/recurrence-editor.scss +3 -0
  953. package/styles/ribbon/_all.scss +2 -0
  954. package/styles/ribbon/_bigger.scss +565 -0
  955. package/styles/ribbon/_fluent-definition.scss +555 -0
  956. package/styles/ribbon/_layout.scss +1484 -0
  957. package/styles/ribbon/_theme.scss +600 -0
  958. package/styles/ribbon/_variables.scss +2 -0
  959. package/styles/ribbon/icons/_fluent.scss +10 -0
  960. package/styles/ribbon/index-lite.css +23 -0
  961. package/styles/ribbon/index-lite.scss +23 -0
  962. package/styles/ribbon/index.css +23 -0
  963. package/styles/ribbon/index.scss +23 -0
  964. package/styles/ribbon/ribbon-lite.css +2076 -0
  965. package/styles/ribbon/ribbon-lite.scss +3 -0
  966. package/styles/ribbon/ribbon.css +2718 -0
  967. package/styles/ribbon/ribbon.scss +4 -0
  968. package/styles/rich-text-editor/_all.scss +2 -0
  969. package/styles/rich-text-editor/_bigger.scss +467 -0
  970. package/styles/rich-text-editor/_fluent-definition.scss +713 -0
  971. package/styles/rich-text-editor/_layout.scss +2767 -0
  972. package/styles/rich-text-editor/_theme.scss +892 -0
  973. package/styles/rich-text-editor/_variables.scss +2 -0
  974. package/styles/rich-text-editor/icons/_fluent.scss +394 -0
  975. package/styles/rich-text-editor/index-lite.css +27 -0
  976. package/styles/rich-text-editor/index-lite.scss +27 -0
  977. package/styles/rich-text-editor/index.css +27 -0
  978. package/styles/rich-text-editor/index.scss +27 -0
  979. package/styles/rich-text-editor/rich-text-editor-lite.css +3531 -0
  980. package/styles/rich-text-editor/rich-text-editor-lite.scss +3 -0
  981. package/styles/rich-text-editor/rich-text-editor.css +3818 -0
  982. package/styles/rich-text-editor/rich-text-editor.scss +4 -0
  983. package/styles/schedule/_all.scss +2 -0
  984. package/styles/schedule/_bigger.scss +802 -0
  985. package/styles/schedule/_fluent-definition.scss +393 -0
  986. package/styles/schedule/_layout.scss +3966 -0
  987. package/styles/schedule/_theme.scss +586 -0
  988. package/styles/schedule/_variables.scss +2 -0
  989. package/styles/schedule/icons/_fluent.scss +221 -0
  990. package/styles/schedule/index-lite.css +25 -0
  991. package/styles/schedule/index-lite.scss +25 -0
  992. package/styles/schedule/index.css +25 -0
  993. package/styles/schedule/index.scss +25 -0
  994. package/styles/schedule/schedule-lite.css +3774 -0
  995. package/styles/schedule/schedule-lite.scss +3 -0
  996. package/styles/schedule/schedule.css +4418 -0
  997. package/styles/schedule/schedule.scss +4 -0
  998. package/styles/sidebar/_all.scss +3 -0
  999. package/styles/sidebar/_fluent-definition.scss +11 -0
  1000. package/styles/sidebar/_icons.scss +1 -0
  1001. package/styles/sidebar/_layout.scss +1 -0
  1002. package/styles/sidebar/_theme.scss +252 -0
  1003. package/styles/sidebar/_variables.scss +2 -0
  1004. package/styles/sidebar/index.css +2 -0
  1005. package/styles/sidebar/index.scss +2 -0
  1006. package/styles/sidebar/sidebar.css +178 -0
  1007. package/styles/sidebar/sidebar.scss +2 -0
  1008. package/styles/signature/_all.scss +2 -0
  1009. package/styles/signature/_fluent-definition.scss +5 -0
  1010. package/styles/signature/_layout.scss +9 -0
  1011. package/styles/signature/_theme.scss +8 -0
  1012. package/styles/signature/_variables.scss +2 -0
  1013. package/styles/signature/index.css +2 -0
  1014. package/styles/signature/index.scss +2 -0
  1015. package/styles/signature/signature.css +8 -0
  1016. package/styles/signature/signature.scss +2 -0
  1017. package/styles/skeleton/_all.scss +2 -0
  1018. package/styles/skeleton/_fluent-definition.scss +17 -0
  1019. package/styles/skeleton/_layout.scss +98 -0
  1020. package/styles/skeleton/_theme.scss +30 -0
  1021. package/styles/skeleton/_variables.scss +2 -0
  1022. package/styles/skeleton/index.css +2 -0
  1023. package/styles/skeleton/index.scss +2 -0
  1024. package/styles/skeleton/skeleton.css +78 -0
  1025. package/styles/skeleton/skeleton.scss +2 -0
  1026. package/styles/slider/_all.scss +3 -0
  1027. package/styles/slider/_bigger.scss +479 -0
  1028. package/styles/slider/_fluent-definition.scss +130 -0
  1029. package/styles/slider/_icons.scss +1 -0
  1030. package/styles/slider/_layout.scss +1616 -0
  1031. package/styles/slider/_theme.scss +246 -0
  1032. package/styles/slider/_variables.scss +2 -0
  1033. package/styles/slider/index-lite.css +4 -0
  1034. package/styles/slider/index-lite.scss +4 -0
  1035. package/styles/slider/index.css +4 -0
  1036. package/styles/slider/index.scss +4 -0
  1037. package/styles/slider/slider-lite.css +474 -0
  1038. package/styles/slider/slider-lite.scss +2 -0
  1039. package/styles/slider/slider.css +525 -0
  1040. package/styles/slider/slider.scss +3 -0
  1041. package/styles/smart-textarea/_all.scss +2 -0
  1042. package/styles/smart-textarea/_fluent-definition.scss +5 -0
  1043. package/styles/smart-textarea/_layout.scss +35 -0
  1044. package/styles/smart-textarea/_theme.scss +17 -0
  1045. package/styles/smart-textarea/_variables.scss +2 -0
  1046. package/styles/smart-textarea/index.css +5 -0
  1047. package/styles/smart-textarea/index.scss +5 -0
  1048. package/styles/smart-textarea/smart-textarea.css +45 -0
  1049. package/styles/smart-textarea/smart-textarea.scss +2 -0
  1050. package/styles/smartpdfviewer/_all.scss +2 -0
  1051. package/styles/smartpdfviewer/_bigger.scss +66 -0
  1052. package/styles/smartpdfviewer/_fluent-definition.scss +96 -0
  1053. package/styles/smartpdfviewer/_layout.scss +1 -0
  1054. package/styles/smartpdfviewer/_theme.scss +368 -0
  1055. package/styles/smartpdfviewer/_variables.scss +2 -0
  1056. package/styles/smartpdfviewer/icons/_fluent.scss +20 -0
  1057. package/styles/smartpdfviewer/index-lite.css +56 -0
  1058. package/styles/smartpdfviewer/index-lite.scss +56 -0
  1059. package/styles/smartpdfviewer/index.css +56 -0
  1060. package/styles/smartpdfviewer/index.scss +56 -0
  1061. package/styles/smartpdfviewer/smartpdfviewer-lite.css +221 -0
  1062. package/styles/smartpdfviewer/smartpdfviewer-lite.scss +3 -0
  1063. package/styles/smartpdfviewer/smartpdfviewer.css +244 -0
  1064. package/styles/smartpdfviewer/smartpdfviewer.scss +4 -0
  1065. package/styles/sortable/_all.scss +1 -0
  1066. package/styles/sortable/_fluent-definition.scss +1 -0
  1067. package/styles/sortable/_layout.scss +29 -0
  1068. package/styles/sortable/_variables.scss +2 -0
  1069. package/styles/sortable/index.css +2 -0
  1070. package/styles/sortable/index.scss +2 -0
  1071. package/styles/sortable/sortable.css +25 -0
  1072. package/styles/sortable/sortable.scss +2 -0
  1073. package/styles/speech-to-text/_all.scss +2 -0
  1074. package/styles/speech-to-text/_bigger.scss +50 -0
  1075. package/styles/speech-to-text/_fluent-definition.scss +33 -0
  1076. package/styles/speech-to-text/_layout.scss +58 -0
  1077. package/styles/speech-to-text/_theme.scss +31 -0
  1078. package/styles/speech-to-text/_variables.scss +2 -0
  1079. package/styles/speech-to-text/icons/_fluent.scss +9 -0
  1080. package/styles/speech-to-text/index-lite.css +4 -0
  1081. package/styles/speech-to-text/index-lite.scss +4 -0
  1082. package/styles/speech-to-text/index.css +4 -0
  1083. package/styles/speech-to-text/index.scss +4 -0
  1084. package/styles/speech-to-text/speech-to-text-lite.css +59 -0
  1085. package/styles/speech-to-text/speech-to-text-lite.scss +3 -0
  1086. package/styles/speech-to-text/speech-to-text.css +89 -0
  1087. package/styles/speech-to-text/speech-to-text.scss +4 -0
  1088. package/styles/speed-dial/_all.scss +2 -0
  1089. package/styles/speed-dial/_bigger.scss +66 -0
  1090. package/styles/speed-dial/_fluent-definition.scss +73 -0
  1091. package/styles/speed-dial/_layout.scss +329 -0
  1092. package/styles/speed-dial/_theme.scss +88 -0
  1093. package/styles/speed-dial/_variables.scss +2 -0
  1094. package/styles/speed-dial/index-lite.css +4 -0
  1095. package/styles/speed-dial/index-lite.scss +4 -0
  1096. package/styles/speed-dial/index.css +4 -0
  1097. package/styles/speed-dial/index.scss +4 -0
  1098. package/styles/speed-dial/speed-dial-lite.css +288 -0
  1099. package/styles/speed-dial/speed-dial-lite.scss +2 -0
  1100. package/styles/speed-dial/speed-dial.css +372 -0
  1101. package/styles/speed-dial/speed-dial.scss +3 -0
  1102. package/styles/spinner/_all.scss +3 -0
  1103. package/styles/spinner/_definition.scss +1 -0
  1104. package/styles/spinner/_fluent-definition.scss +83 -0
  1105. package/styles/spinner/_icons.scss +1 -0
  1106. package/styles/spinner/_layout.scss +162 -0
  1107. package/styles/spinner/_theme.scss +81 -0
  1108. package/styles/spinner/_variables.scss +2 -0
  1109. package/styles/spinner/index.css +2 -0
  1110. package/styles/spinner/index.scss +2 -0
  1111. package/styles/spinner/spinner.css +219 -0
  1112. package/styles/spinner/spinner.scss +2 -0
  1113. package/styles/split-button/_all.scss +2 -0
  1114. package/styles/split-button/_bigger.scss +140 -0
  1115. package/styles/split-button/_fluent-definition.scss +71 -0
  1116. package/styles/split-button/_layout.scss +337 -0
  1117. package/styles/split-button/_theme.scss +191 -0
  1118. package/styles/split-button/_variables.scss +2 -0
  1119. package/styles/split-button/index-lite.css +5 -0
  1120. package/styles/split-button/index-lite.scss +5 -0
  1121. package/styles/split-button/index.css +5 -0
  1122. package/styles/split-button/index.scss +5 -0
  1123. package/styles/split-button/split-button-lite.css +243 -0
  1124. package/styles/split-button/split-button-lite.scss +2 -0
  1125. package/styles/split-button/split-button.css +317 -0
  1126. package/styles/split-button/split-button.scss +3 -0
  1127. package/styles/splitter/_all.scss +3 -0
  1128. package/styles/splitter/_bigger.scss +79 -0
  1129. package/styles/splitter/_definition.scss +1 -0
  1130. package/styles/splitter/_fluent-definition.scss +78 -0
  1131. package/styles/splitter/_layout.scss +362 -0
  1132. package/styles/splitter/_responsive.scss +1 -0
  1133. package/styles/splitter/_theme.scss +204 -0
  1134. package/styles/splitter/_variables.scss +2 -0
  1135. package/styles/splitter/icons/_fluent.scss +22 -0
  1136. package/styles/splitter/index-lite.css +2 -0
  1137. package/styles/splitter/index-lite.scss +2 -0
  1138. package/styles/splitter/index.css +2 -0
  1139. package/styles/splitter/index.scss +2 -0
  1140. package/styles/splitter/splitter-lite.css +449 -0
  1141. package/styles/splitter/splitter-lite.scss +3 -0
  1142. package/styles/splitter/splitter.css +485 -0
  1143. package/styles/splitter/splitter.scss +4 -0
  1144. package/styles/spreadsheet/_all.scss +2 -0
  1145. package/styles/spreadsheet/_bigger.scss +1479 -0
  1146. package/styles/spreadsheet/_fluent-definition.scss +428 -0
  1147. package/styles/spreadsheet/_layout.scss +5512 -0
  1148. package/styles/spreadsheet/_theme.scss +2330 -0
  1149. package/styles/spreadsheet/_variables.scss +2 -0
  1150. package/styles/spreadsheet/icons/_fluent.scss +1192 -0
  1151. package/styles/spreadsheet/index-lite.css +41 -0
  1152. package/styles/spreadsheet/index-lite.scss +41 -0
  1153. package/styles/spreadsheet/index.css +41 -0
  1154. package/styles/spreadsheet/index.scss +41 -0
  1155. package/styles/spreadsheet/spreadsheet-lite.css +5160 -0
  1156. package/styles/spreadsheet/spreadsheet-lite.scss +3 -0
  1157. package/styles/spreadsheet/spreadsheet.css +5519 -0
  1158. package/styles/spreadsheet/spreadsheet.scss +4 -0
  1159. package/styles/spreadsheet-ribbon/_all.scss +2 -0
  1160. package/styles/spreadsheet-ribbon/_bigger.scss +147 -0
  1161. package/styles/spreadsheet-ribbon/_fluent-definition.scss +45 -0
  1162. package/styles/spreadsheet-ribbon/_layout.scss +331 -0
  1163. package/styles/spreadsheet-ribbon/_mixin.scss +72 -0
  1164. package/styles/spreadsheet-ribbon/_theme.scss +178 -0
  1165. package/styles/spreadsheet-ribbon/_variables.scss +2 -0
  1166. package/styles/spreadsheet-ribbon/icons/_fluent.scss +34 -0
  1167. package/styles/spreadsheet-ribbon/index-lite.css +2 -0
  1168. package/styles/spreadsheet-ribbon/index-lite.scss +2 -0
  1169. package/styles/spreadsheet-ribbon/index.css +2 -0
  1170. package/styles/spreadsheet-ribbon/index.scss +2 -0
  1171. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.css +203 -0
  1172. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.scss +3 -0
  1173. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.css +269 -0
  1174. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.scss +4 -0
  1175. package/styles/stepper/_all.scss +2 -0
  1176. package/styles/stepper/_bigger.scss +54 -0
  1177. package/styles/stepper/_fluent-definition.scss +102 -0
  1178. package/styles/stepper/_layout.scss +435 -0
  1179. package/styles/stepper/_theme.scss +197 -0
  1180. package/styles/stepper/_variables.scss +2 -0
  1181. package/styles/stepper/icons/_fluent.scss +6 -0
  1182. package/styles/stepper/index-lite.css +3 -0
  1183. package/styles/stepper/index-lite.scss +3 -0
  1184. package/styles/stepper/index.css +3 -0
  1185. package/styles/stepper/index.scss +3 -0
  1186. package/styles/stepper/stepper-lite.css +569 -0
  1187. package/styles/stepper/stepper-lite.scss +3 -0
  1188. package/styles/stepper/stepper.css +665 -0
  1189. package/styles/stepper/stepper.scss +4 -0
  1190. package/styles/stock-chart/index-lite.css +12 -0
  1191. package/styles/stock-chart/index-lite.scss +12 -0
  1192. package/styles/stock-chart/index.css +12 -0
  1193. package/styles/stock-chart/index.scss +12 -0
  1194. package/styles/switch/_all.scss +2 -0
  1195. package/styles/switch/_bigger.scss +286 -0
  1196. package/styles/switch/_fluent-definition.scss +147 -0
  1197. package/styles/switch/_layout.scss +388 -0
  1198. package/styles/switch/_theme.scss +518 -0
  1199. package/styles/switch/_variables.scss +2 -0
  1200. package/styles/switch/index-lite.css +2 -0
  1201. package/styles/switch/index-lite.scss +2 -0
  1202. package/styles/switch/index.css +2 -0
  1203. package/styles/switch/index.scss +2 -0
  1204. package/styles/switch/switch-lite.css +605 -0
  1205. package/styles/switch/switch-lite.scss +2 -0
  1206. package/styles/switch/switch.css +903 -0
  1207. package/styles/switch/switch.scss +3 -0
  1208. package/styles/tab/_all.scss +2 -0
  1209. package/styles/tab/_bigger.scss +1277 -0
  1210. package/styles/tab/_fluent-definition.scss +686 -0
  1211. package/styles/tab/_icons.scss +35 -0
  1212. package/styles/tab/_layout.scss +2192 -0
  1213. package/styles/tab/_theme.scss +1581 -0
  1214. package/styles/tab/_variables.scss +2 -0
  1215. package/styles/tab/icons/_fluent.scss +99 -0
  1216. package/styles/tab/index-lite.css +7 -0
  1217. package/styles/tab/index-lite.scss +7 -0
  1218. package/styles/tab/index.css +7 -0
  1219. package/styles/tab/index.scss +7 -0
  1220. package/styles/tab/tab-lite.css +2828 -0
  1221. package/styles/tab/tab-lite.scss +3 -0
  1222. package/styles/tab/tab.css +4028 -0
  1223. package/styles/tab/tab.scss +4 -0
  1224. package/styles/textarea/_all.scss +1 -0
  1225. package/styles/textarea/_fluent-definition.scss +15 -0
  1226. package/styles/textarea/_layout.scss +266 -0
  1227. package/styles/textarea/_theme.scss +1 -0
  1228. package/styles/textarea/_variables.scss +2 -0
  1229. package/styles/textarea/index.css +4 -0
  1230. package/styles/textarea/index.scss +4 -0
  1231. package/styles/textarea/textarea.css +488 -0
  1232. package/styles/textarea/textarea.scss +2 -0
  1233. package/styles/textbox/_all.scss +1 -0
  1234. package/styles/textbox/_bigger.scss +464 -0
  1235. package/styles/textbox/_fluent-definition.scss +105 -0
  1236. package/styles/textbox/_layout.scss +601 -0
  1237. package/styles/textbox/_theme.scss +1 -0
  1238. package/styles/textbox/_variables.scss +2 -0
  1239. package/styles/textbox/index-lite.css +3 -0
  1240. package/styles/textbox/index-lite.scss +3 -0
  1241. package/styles/textbox/index.css +3 -0
  1242. package/styles/textbox/index.scss +3 -0
  1243. package/styles/textbox/textbox-lite.css +363 -0
  1244. package/styles/textbox/textbox-lite.scss +2 -0
  1245. package/styles/textbox/textbox.css +644 -0
  1246. package/styles/textbox/textbox.scss +3 -0
  1247. package/styles/timeline/_all.scss +2 -0
  1248. package/styles/timeline/_bigger.scss +49 -0
  1249. package/styles/timeline/_fluent-definition.scss +28 -0
  1250. package/styles/timeline/_layout.scss +277 -0
  1251. package/styles/timeline/_theme.scss +44 -0
  1252. package/styles/timeline/_variables.scss +2 -0
  1253. package/styles/timeline/index-lite.css +2 -0
  1254. package/styles/timeline/index-lite.scss +2 -0
  1255. package/styles/timeline/index.css +2 -0
  1256. package/styles/timeline/index.scss +2 -0
  1257. package/styles/timeline/timeline-lite.css +225 -0
  1258. package/styles/timeline/timeline-lite.scss +2 -0
  1259. package/styles/timeline/timeline.css +264 -0
  1260. package/styles/timeline/timeline.scss +3 -0
  1261. package/styles/timepicker/_all.scss +2 -0
  1262. package/styles/timepicker/_bigger.scss +93 -0
  1263. package/styles/timepicker/_fluent-definition.scss +100 -0
  1264. package/styles/timepicker/_layout.scss +234 -0
  1265. package/styles/timepicker/_theme.scss +135 -0
  1266. package/styles/timepicker/_variables.scss +2 -0
  1267. package/styles/timepicker/icons/_fluent.scss +25 -0
  1268. package/styles/timepicker/index-lite.css +4 -0
  1269. package/styles/timepicker/index-lite.scss +4 -0
  1270. package/styles/timepicker/index.css +4 -0
  1271. package/styles/timepicker/index.scss +4 -0
  1272. package/styles/timepicker/timepicker-lite.css +250 -0
  1273. package/styles/timepicker/timepicker-lite.scss +3 -0
  1274. package/styles/timepicker/timepicker.css +287 -0
  1275. package/styles/timepicker/timepicker.scss +4 -0
  1276. package/styles/toast/_all.scss +2 -0
  1277. package/styles/toast/_bigger.scss +182 -0
  1278. package/styles/toast/_fluent-definition.scss +125 -0
  1279. package/styles/toast/_layout.scss +279 -0
  1280. package/styles/toast/_theme.scss +266 -0
  1281. package/styles/toast/_variables.scss +2 -0
  1282. package/styles/toast/icons/_fluent.scss +29 -0
  1283. package/styles/toast/index-lite.css +3 -0
  1284. package/styles/toast/index-lite.scss +3 -0
  1285. package/styles/toast/index.css +3 -0
  1286. package/styles/toast/index.scss +3 -0
  1287. package/styles/toast/toast-lite.css +331 -0
  1288. package/styles/toast/toast-lite.scss +3 -0
  1289. package/styles/toast/toast.css +454 -0
  1290. package/styles/toast/toast.scss +4 -0
  1291. package/styles/toolbar/_all.scss +2 -0
  1292. package/styles/toolbar/_bigger.scss +332 -0
  1293. package/styles/toolbar/_fluent-definition.scss +213 -0
  1294. package/styles/toolbar/_layout.scss +795 -0
  1295. package/styles/toolbar/_theme.scss +429 -0
  1296. package/styles/toolbar/_variables.scss +2 -0
  1297. package/styles/toolbar/icons/_fluent.scss +15 -0
  1298. package/styles/toolbar/index-lite.css +6 -0
  1299. package/styles/toolbar/index-lite.scss +6 -0
  1300. package/styles/toolbar/index.css +6 -0
  1301. package/styles/toolbar/index.scss +6 -0
  1302. package/styles/toolbar/toolbar-lite.css +856 -0
  1303. package/styles/toolbar/toolbar-lite.scss +3 -0
  1304. package/styles/toolbar/toolbar.css +1121 -0
  1305. package/styles/toolbar/toolbar.scss +4 -0
  1306. package/styles/tooltip/_all.scss +2 -0
  1307. package/styles/tooltip/_bigger.scss +47 -0
  1308. package/styles/tooltip/_fluent-definition.scss +64 -0
  1309. package/styles/tooltip/_layout.scss +101 -0
  1310. package/styles/tooltip/_theme.scss +132 -0
  1311. package/styles/tooltip/_variables.scss +2 -0
  1312. package/styles/tooltip/icons/_fluent.scss +27 -0
  1313. package/styles/tooltip/index-lite.css +2 -0
  1314. package/styles/tooltip/index-lite.scss +2 -0
  1315. package/styles/tooltip/index.css +2 -0
  1316. package/styles/tooltip/index.scss +2 -0
  1317. package/styles/tooltip/tooltip-lite.css +165 -0
  1318. package/styles/tooltip/tooltip-lite.scss +3 -0
  1319. package/styles/tooltip/tooltip.css +174 -0
  1320. package/styles/tooltip/tooltip.scss +4 -0
  1321. package/styles/treegrid/_all.scss +2 -0
  1322. package/styles/treegrid/_bigger.scss +70 -0
  1323. package/styles/treegrid/_fluent-definition.scss +29 -0
  1324. package/styles/treegrid/_icons.scss +47 -0
  1325. package/styles/treegrid/_layout.scss +531 -0
  1326. package/styles/treegrid/_theme.scss +1 -0
  1327. package/styles/treegrid/_variables.scss +2 -0
  1328. package/styles/treegrid/icons/_fluent.scss +48 -0
  1329. package/styles/treegrid/index-lite.css +26 -0
  1330. package/styles/treegrid/index-lite.scss +26 -0
  1331. package/styles/treegrid/index.css +26 -0
  1332. package/styles/treegrid/index.scss +26 -0
  1333. package/styles/treegrid/treegrid-lite.css +392 -0
  1334. package/styles/treegrid/treegrid-lite.scss +3 -0
  1335. package/styles/treegrid/treegrid.css +419 -0
  1336. package/styles/treegrid/treegrid.scss +4 -0
  1337. package/styles/treeview/_all.scss +2 -0
  1338. package/styles/treeview/_bigger.scss +514 -0
  1339. package/styles/treeview/_fluent-definition.scss +160 -0
  1340. package/styles/treeview/_layout.scss +822 -0
  1341. package/styles/treeview/_theme.scss +409 -0
  1342. package/styles/treeview/_variables.scss +2 -0
  1343. package/styles/treeview/icons/_fluent.scss +45 -0
  1344. package/styles/treeview/index-lite.css +4 -0
  1345. package/styles/treeview/index-lite.scss +4 -0
  1346. package/styles/treeview/index.css +4 -0
  1347. package/styles/treeview/index.scss +4 -0
  1348. package/styles/treeview/treeview-lite.css +636 -0
  1349. package/styles/treeview/treeview-lite.scss +3 -0
  1350. package/styles/treeview/treeview.css +893 -0
  1351. package/styles/treeview/treeview.scss +4 -0
  1352. package/styles/uploader/_all.scss +2 -0
  1353. package/styles/uploader/_bigger.scss +814 -0
  1354. package/styles/uploader/_definition.scss +144 -0
  1355. package/styles/uploader/_fluent-definition.scss +240 -0
  1356. package/styles/uploader/_layout.scss +680 -0
  1357. package/styles/uploader/_theme.scss +172 -0
  1358. package/styles/uploader/_variables.scss +2 -0
  1359. package/styles/uploader/icons/_fluent.scss +35 -0
  1360. package/styles/uploader/index-lite.css +4 -0
  1361. package/styles/uploader/index-lite.scss +4 -0
  1362. package/styles/uploader/index.css +4 -0
  1363. package/styles/uploader/index.scss +4 -0
  1364. package/styles/uploader/uploader-lite.css +509 -0
  1365. package/styles/uploader/uploader-lite.scss +3 -0
  1366. package/styles/uploader/uploader.css +1009 -0
  1367. package/styles/uploader/uploader.scss +4 -0
  1368. package/styles/v-scroll/_all.scss +2 -0
  1369. package/styles/v-scroll/_bigger.scss +29 -0
  1370. package/styles/v-scroll/_fluent-definition.scss +51 -0
  1371. package/styles/v-scroll/_layout.scss +136 -0
  1372. package/styles/v-scroll/_theme.scss +115 -0
  1373. package/styles/v-scroll/_variables.scss +2 -0
  1374. package/styles/v-scroll/icons/_fluent.scss +28 -0
  1375. package/styles/v-scroll/index-lite.css +2 -0
  1376. package/styles/v-scroll/index-lite.scss +2 -0
  1377. package/styles/v-scroll/index.css +2 -0
  1378. package/styles/v-scroll/index.scss +2 -0
  1379. package/styles/v-scroll/v-scroll-lite.css +179 -0
  1380. package/styles/v-scroll/v-scroll-lite.scss +3 -0
  1381. package/styles/v-scroll/v-scroll.css +199 -0
  1382. package/styles/v-scroll/v-scroll.scss +4 -0
@@ -0,0 +1,1618 @@
1
+ /*! FileManager's tailwind theme wise override definitions and variables */
2
+ .e-filemanager .e-fe-icon,
3
+ .e-filemanager .e-list-icon {
4
+ background-repeat: no-repeat;
5
+ }
6
+ .e-filemanager .e-fe-access-error {
7
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.6609 3.84609C17.9756 1.38463 22.0244 1.38464 23.3392 3.84609L39.6572 34.3961C40.7819 36.5017 39.0019 38.9055 36.318 38.9055H3.68198C0.998067 38.9055 -0.781888 36.5017 0.342825 34.3961L16.6609 3.84609Z" fill="%23FDDD35"/%3E%3Cpath d="M20 22.5025V25.8794M20 29.2564H20.0097M28.75 25.8794C28.75 30.0758 24.8325 33.4776 20 33.4776C15.1675 33.4776 11.25 30.0758 11.25 25.8794C11.25 21.6831 15.1675 18.2812 20 18.2812C24.8325 18.2812 28.75 21.6831 28.75 25.8794Z" stroke="%23212529" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
8
+ }
9
+ .e-filemanager .e-fe-docx,
10
+ .e-filemanager .e-fe-doc {
11
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2300B0FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="10.5" y1="15.75" x2="22" y2="15.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 22.5L30 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 30L30 30" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="42" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="2"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
12
+ }
13
+ .e-filemanager .e-fe-pptx,
14
+ .e-filemanager .e-fe-ppt {
15
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H30.9997C33.2088 40 34.9997 38.2091 34.9997 36V10L24.9998 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8E47"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H34.9999L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.249 32.499L29.9988 32.499" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cellipse cx="19.9994" cy="20" rx="7.49991" ry="7.5" fill="%23FFA153" stroke="white"/%3E%3Cpath d="M27.5 20H20L20.0001 12.5C24.1422 12.5 27.5 15.8579 27.5 20Z" fill="white"/%3E%3Cpath d="M27.5 20V20.5H28V20H27.5ZM20 20L19.5 20C19.5 20.1326 19.5527 20.2598 19.6464 20.3536C19.7402 20.4473 19.8674 20.5 20 20.5V20ZM20.0001 12.5V12H19.5001L19.5001 12.5L20.0001 12.5ZM20.5 20L20.5001 12.5L19.5001 12.5L19.5 20L20.5 20ZM20.0001 13C23.866 13 27 16.134 27 20H28C28 15.5817 24.4183 12 20.0001 12V13ZM27.5 19.5H20V20.5H27.5V19.5Z" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="29.9997" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="13.9999" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
16
+ }
17
+ .e-filemanager .e-fe-xlsx,
18
+ .e-filemanager .e-fe-xls {
19
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2337E170"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 25L30 25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 16.875L20 33.125" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 33.75H11.25V16.25H30V33.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
20
+ }
21
+ .e-filemanager .e-fe-pdf {
22
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75V18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 23.75H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20.5 18.75H17.5V28.75H20.5C21.6046 28.75 22.5 27.8546 22.5 26.75V20.75C22.5 19.6454 21.6046 18.75 20.5 18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
23
+ }
24
+ .e-filemanager .e-fe-image {
25
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%238799FB"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 29.25L16.624 24.2821C17.5393 23.4359 19.0232 23.4359 19.9385 24.2821L25.3125 29.25M22.9688 27.0833L24.8271 25.3654C25.7424 24.5193 27.2264 24.5193 28.1417 25.3654L30 27.0833M22.9688 20.5833H22.9805M13.5938 32.5H27.6562C28.9507 32.5 30 31.5299 30 30.3333V18.4167C30 17.22 28.9507 16.25 27.6562 16.25H13.5938C12.2993 16.25 11.25 17.22 11.25 18.4167V30.3333C11.25 31.5299 12.2993 32.5 13.5938 32.5Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
26
+ }
27
+ .e-filemanager .e-fe-rar {
28
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B870FF"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 23.817L13.7497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H20.5C21.6046 18.75 22.5 19.6454 22.5 20.75V28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75M26.25 23.75V18.75H29.25C30.3546 18.75 31.25 19.6454 31.25 20.75V21.75C31.25 22.8546 30.3546 23.75 29.25 23.75H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.971 23.817L31.2497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cline x1="17.5" y1="25.75" x2="22.5" y2="25.75" stroke="white"/%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
29
+ }
30
+ .e-filemanager .e-fe-zip {
31
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FFCB45"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M10 16.25L22.5 16.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 10.001L22.5 10.001" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 22.5L22.5 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75H10L16.25 35L22.5 28.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
32
+ }
33
+ .e-filemanager .e-fe-txt {
34
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239A9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="11.75" y1="17" x2="23.25" y2="17" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 23.75L30 23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 31.25L30 31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
35
+ }
36
+ .e-filemanager .e-fe-music {
37
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2333C0FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15.4167 31.5278V17.0833L28.75 13.75V28.1944M15.4167 31.5278C15.4167 32.7551 13.9243 33.75 12.0833 33.75C10.2424 33.75 8.75 32.7551 8.75 31.5278C8.75 30.3005 10.2424 29.3056 12.0833 29.3056C13.9243 29.3056 15.4167 30.3005 15.4167 31.5278ZM28.75 28.1944C28.75 29.4217 27.2576 30.4167 25.4167 30.4167C23.5757 30.4167 22.0833 29.4217 22.0833 28.1944C22.0833 26.9671 23.5757 25.9722 25.4167 25.9722C27.2576 25.9722 28.75 26.9671 28.75 28.1944ZM15.4167 21.5278L28.75 18.1944" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
38
+ }
39
+ .e-filemanager .e-fe-video {
40
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M23.4916 23.5073L20.1611 21.287C19.4689 20.8255 18.5417 21.3218 18.5417 22.1537V26.5943C18.5417 27.4263 19.4689 27.9225 20.1611 27.461L23.4916 25.2407C24.1101 24.8284 24.1101 23.9196 23.4916 23.5073Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
41
+ }
42
+ .e-filemanager .e-fe-js {
43
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M22.5 28.75H26.75C27.8546 28.75 28.75 27.8546 28.75 26.75V25.125C28.75 24.0204 27.8546 23.125 26.75 23.125H24.5C23.3954 23.125 22.5 22.2296 22.5 21.125V19.5C22.5 18.3954 23.3954 17.5 24.5 17.5H28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 17.5V26.75C17.5 27.8546 16.6046 28.75 15.5 28.75H13.25C12.1454 28.75 11.25 27.8546 11.25 26.75V24.5312" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
44
+ }
45
+ .e-filemanager .e-fe-css {
46
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23F4A839"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 30H30.5C31.6046 30 32.5 29.1046 32.5 28V26.375C32.5 25.2704 31.6046 24.375 30.5 24.375H28.25C27.1454 24.375 26.25 23.4796 26.25 22.375V20.75C26.25 19.6454 27.1454 18.75 28.25 18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30H21.75C22.8546 30 23.75 29.1046 23.75 28V26.375C23.75 25.2704 22.8546 24.375 21.75 24.375H19.5C18.3954 24.375 17.5 23.4796 17.5 22.375V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 18.75H10.75C9.64543 18.75 8.75 19.6454 8.75 20.75V28C8.75 29.1046 9.64543 30 10.75 30H15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
47
+ }
48
+ .e-filemanager .e-fe-html {
49
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B653C6"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M17.5 33.75L22.5 13.75M26.25 18.75L31.25 23.75L26.25 28.75M13.75 28.75L8.75 23.75L13.75 18.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
50
+ }
51
+ .e-filemanager .e-fe-php {
52
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A080FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V25M8.75 25V20H11.75C12.8546 20 13.75 20.8954 13.75 22V23C13.75 24.1046 12.8546 25 11.75 25H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V25M26.25 25V20H29.25C30.3546 20 31.25 20.8954 31.25 22V23C31.25 24.1046 30.3546 25 29.25 25H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 23.75H22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
53
+ }
54
+ .e-filemanager .e-fe-exe {
55
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239B9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M27.5 30V25V20H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30V25V20H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30L23.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M23.75 30L17.5 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 25H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 25H12.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 30H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
56
+ }
57
+ .e-filemanager .e-fe-msi {
58
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%232ACBB7"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M31.25 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M21.25 31.25H25.5C26.6046 31.25 27.5 30.3546 27.5 29.25V27.625C27.5 26.5204 26.6046 25.625 25.5 25.625H23.25C22.1454 25.625 21.25 24.7296 21.25 23.625V22C21.25 20.8954 22.1454 20 23.25 20H27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 20L13.125 25.625L8.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
59
+ }
60
+ .e-filemanager .e-fe-unknown {
61
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23DD6BBA"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M20.625 20.2074V24.374M20.625 28.5407H20.6354M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
62
+ }
63
+ .e-filemanager .e-fe-rtf {
64
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%235FDBF7"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 27.5V22.5V17.5H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 27.5V22.5V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 22.5H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 17.5H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 27.5V22.5M8.75 22.5V17.5H11.75C12.8546 17.5 13.75 18.3954 13.75 19.5V20.5C13.75 21.6046 12.8546 22.5 11.75 22.5H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 22.568L13.7497 27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
65
+ }
66
+ .e-filemanager .e-fe-xml {
67
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M28.75 17.501V22.501V27.501H33.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M7.5 27.5L13.75 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M13.75 27.5L7.5 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 17.5L20.625 23.125L16.25 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
68
+ }
69
+ .e-filemanager .e-fe-folder {
70
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.269631 16.0936C0.126239 14.9028 1.05591 13.8545 2.25529 13.8545H37.7447C38.9441 13.8545 39.8738 14.9028 39.7304 16.0936L37.7574 32.4777C37.5154 34.4873 35.8103 35.9994 33.7861 35.9994H6.21389C4.18972 35.9994 2.48458 34.4873 2.24258 32.4777L0.269631 16.0936Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.1587H37.5V11.9798C37.5 10.8753 36.6046 9.97984 35.5 9.97984H21.4809C21.0683 9.97984 20.6657 9.85221 20.3285 9.61445L15.7199 6.36538C15.3826 6.12763 14.9801 6 14.5675 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3C/svg%3E%0A');
71
+ }
72
+ .e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, .e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder {
73
+ background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.272644 16.3177C0.127709 15.1261 1.05767 14.0762 2.25801 14.0762H37.742C38.9423 14.0762 39.8723 15.1261 39.7274 16.3177L37.7611 32.4827C37.5169 34.4902 35.8127 35.9997 33.7904 35.9997H6.20961C4.18727 35.9997 2.48306 34.4902 2.23887 32.4826L0.272644 16.3177Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.0771H37.5V11.94C37.5 10.8355 36.6046 9.94004 35.5 9.94004H21.4757C21.0663 9.94004 20.6668 9.8144 20.331 9.58008L15.7173 6.35996C15.3816 6.12564 14.9821 6 14.5727 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3Cpath d="M23.125 23.693V24.193H23.625V23.693H23.125ZM16.875 23.693H16.375V24.193H16.875V23.693ZM20.5 26.77C20.5 26.4939 20.2761 26.27 20 26.27C19.7239 26.27 19.5 26.4939 19.5 26.77H20.5ZM19.5 28.3085C19.5 28.5846 19.7239 28.8085 20 28.8085C20.2761 28.8085 20.5 28.5846 20.5 28.3085H19.5ZM15.3125 24.193H24.6875V23.193H15.3125V24.193ZM25.75 25.2315V29.847H26.75V25.2315H25.75ZM24.6875 30.8855H15.3125V31.8855H24.6875V30.8855ZM14.25 29.847V25.2315H13.25V29.847H14.25ZM15.3125 30.8855C14.7184 30.8855 14.25 30.4133 14.25 29.847H13.25C13.25 30.9801 14.1807 31.8855 15.3125 31.8855V30.8855ZM25.75 29.847C25.75 30.4133 25.2816 30.8855 24.6875 30.8855V31.8855C25.8193 31.8855 26.75 30.9801 26.75 29.847H25.75ZM24.6875 24.193C25.2816 24.193 25.75 24.6652 25.75 25.2315H26.75C26.75 24.0984 25.8193 23.193 24.6875 23.193V24.193ZM15.3125 23.193C14.1807 23.193 13.25 24.0984 13.25 25.2315H14.25C14.25 24.6652 14.7184 24.193 15.3125 24.193V23.193ZM22.625 20.616V23.693H23.625V20.616H22.625ZM23.125 23.193H16.875V24.193H23.125V23.193ZM17.375 23.693V20.616H16.375V23.693H17.375ZM20 18.0391C21.4571 18.0391 22.625 19.2001 22.625 20.616H23.625C23.625 18.6333 21.9947 17.0391 20 17.0391V18.0391ZM20 17.0391C18.0053 17.0391 16.375 18.6333 16.375 20.616H17.375C17.375 19.2001 18.5429 18.0391 20 18.0391V17.0391ZM19.5 26.77V28.3085H20.5V26.77H19.5Z" fill="%23998100"/%3E%3C/svg%3E%0A');
74
+ }
75
+ .e-filemanager .e-address .e-address-list-item .e-icons::before {
76
+ content: "\e748";
77
+ }
78
+ .e-filemanager .e-fe-open::before,
79
+ .e-fe-popup .e-fe-open::before {
80
+ content: "\e760";
81
+ }
82
+ .e-filemanager .e-fe-cut::before,
83
+ .e-fe-popup .e-fe-cut::before {
84
+ content: "\e7fb";
85
+ }
86
+ .e-filemanager .e-fe-copy::before,
87
+ .e-fe-popup .e-fe-copy::before {
88
+ content: "\e77c";
89
+ }
90
+ .e-filemanager .e-fe-paste::before,
91
+ .e-fe-popup .e-fe-paste::before {
92
+ content: "\e70b";
93
+ }
94
+ .e-filemanager .e-fe-delete::before,
95
+ .e-fe-popup .e-fe-delete::before {
96
+ content: "\e820";
97
+ }
98
+ .e-filemanager .e-fe-rename::before,
99
+ .e-fe-popup .e-fe-rename::before {
100
+ content: "\e76d";
101
+ }
102
+ .e-filemanager .e-fe-newfolder::before,
103
+ .e-fe-popup .e-fe-newfolder::before {
104
+ content: "\e805";
105
+ }
106
+ .e-filemanager .e-fe-refresh::before,
107
+ .e-fe-popup .e-fe-refresh::before {
108
+ content: "\e772";
109
+ }
110
+ .e-filemanager .e-fe-upload::before,
111
+ .e-fe-popup .e-fe-upload::before {
112
+ content: "\e712";
113
+ }
114
+ .e-filemanager .e-fe-download::before,
115
+ .e-fe-popup .e-fe-download::before {
116
+ content: "\e7a1";
117
+ }
118
+ .e-filemanager .e-fe-grid::before,
119
+ .e-fe-popup .e-fe-grid::before {
120
+ content: "\e77e";
121
+ }
122
+ .e-filemanager .e-fe-large::before,
123
+ .e-fe-popup .e-fe-large::before {
124
+ content: "\e82d";
125
+ }
126
+ .e-filemanager .e-fe-select::before,
127
+ .e-fe-popup .e-fe-select::before {
128
+ content: "\e78e";
129
+ }
130
+ .e-filemanager .e-fe-details::before,
131
+ .e-fe-popup .e-fe-details::before {
132
+ content: "\e800";
133
+ }
134
+ .e-filemanager .e-fe-sort::before,
135
+ .e-fe-popup .e-fe-sort::before {
136
+ content: "\e87c";
137
+ }
138
+ .e-filemanager .e-fe-search::before,
139
+ .e-fe-popup .e-fe-search::before {
140
+ content: "\e754";
141
+ }
142
+ .e-filemanager .e-fe-clear::before,
143
+ .e-fe-popup .e-fe-clear::before {
144
+ content: "\e7e7";
145
+ }
146
+ .e-filemanager .e-fe-breadcrumb::before,
147
+ .e-fe-popup .e-fe-breadcrumb::before {
148
+ content: "\e71c";
149
+ }
150
+ .e-filemanager .e-fe-drop-in::before,
151
+ .e-fe-popup .e-fe-drop-in::before {
152
+ content: "\e768";
153
+ }
154
+ .e-filemanager .e-fe-drop-out::before,
155
+ .e-fe-popup .e-fe-drop-out::before {
156
+ content: "\e736";
157
+ }
158
+ .e-filemanager .e-fe-no-drop::before,
159
+ .e-fe-popup .e-fe-no-drop::before {
160
+ content: "\e839";
161
+ }
162
+ .e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before,
163
+ .e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before {
164
+ content: "\e770";
165
+ }
166
+ .e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before,
167
+ .e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before {
168
+ content: "\e770";
169
+ }
170
+ .e-filemanager.e-fe-m-filter .e-fe-search::before,
171
+ .e-fe-popup.e-fe-m-filter .e-fe-search::before {
172
+ content: "\e773";
173
+ }
174
+ .e-fe-popup .e-fe-dot::before {
175
+ content: "\e774";
176
+ }
177
+ .e-fe-popup .e-fe-tick::before {
178
+ content: "\e774";
179
+ }
180
+ /* stylelint-disable property-no-vendor-prefix */
181
+ ejs-filemanager {
182
+ display: block;
183
+ }
184
+ .e-filemanager {
185
+ -moz-user-select: none;
186
+ -ms-user-select: none;
187
+ -webkit-user-select: none;
188
+ user-select: none;
189
+ border: 1px solid;
190
+ position: relative;
191
+ }
192
+ .e-filemanager .e-blur {
193
+ opacity: 0.5;
194
+ }
195
+ .e-filemanager.e-fe-drop, .e-filemanager.e-fe-drop .e-treeview .e-text-content, .e-filemanager.e-fe-drop .e-treeview .e-fullrow, .e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, .e-filemanager.e-fe-drop .e-grid .e-columnheader {
196
+ cursor: grab;
197
+ }
198
+ .e-filemanager.e-no-drop {
199
+ cursor: no-drop;
200
+ }
201
+ .e-filemanager .e-toolbar {
202
+ border-bottom-style: solid;
203
+ border-width: 0 0 1px;
204
+ }
205
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
206
+ border: 0;
207
+ font-weight: normal;
208
+ height: calc(100% - 18px);
209
+ padding: 0;
210
+ }
211
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) {
212
+ padding: 0;
213
+ }
214
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
215
+ font-size: 8px;
216
+ padding: 0 8px;
217
+ }
218
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text {
219
+ padding-right: 0;
220
+ }
221
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
222
+ border: 0;
223
+ padding: 0;
224
+ }
225
+ .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret {
226
+ font-size: 8px;
227
+ min-width: 0;
228
+ padding: 0 8px;
229
+ }
230
+ .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text {
231
+ padding-right: 0;
232
+ }
233
+ .e-filemanager .e-toolbar .e-toolbar-pop {
234
+ width: -moz-max-content;
235
+ width: max-content;
236
+ }
237
+ .e-filemanager .e-treeview > .e-ul {
238
+ overflow: initial;
239
+ padding-left: 8px;
240
+ }
241
+ .e-filemanager .e-treeview .e-list-parent {
242
+ margin-bottom: 0;
243
+ margin-top: 0;
244
+ }
245
+ .e-filemanager .e-treeview .e-list-parent .e-list-item {
246
+ padding-bottom: 0;
247
+ padding-top: 0;
248
+ }
249
+ .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
250
+ height: 38px;
251
+ }
252
+ .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
253
+ height: 38px;
254
+ line-height: 38px;
255
+ }
256
+ .e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
257
+ border: 1px solid;
258
+ box-sizing: border-box;
259
+ }
260
+ .e-filemanager .e-treeview .e-text-content {
261
+ overflow: hidden;
262
+ text-overflow: ellipsis;
263
+ white-space: nowrap;
264
+ }
265
+ .e-filemanager .e-treeview .e-list-text {
266
+ display: initial;
267
+ }
268
+ .e-filemanager .e-splitter {
269
+ border-width: 0;
270
+ }
271
+ .e-filemanager .e-address {
272
+ border-bottom: 1px solid;
273
+ height: 40px;
274
+ position: relative;
275
+ }
276
+ .e-filemanager .e-address .e-fe-breadcrumb.e-icons {
277
+ padding-bottom: 6px;
278
+ }
279
+ .e-filemanager .e-address .e-search-wrap {
280
+ float: right;
281
+ padding: 4px 8px 5px 0;
282
+ position: absolute;
283
+ right: 0;
284
+ top: 0;
285
+ width: 200px;
286
+ }
287
+ .e-filemanager .e-address .e-search-wrap .e-input-group {
288
+ border-bottom-width: 1px;
289
+ height: 32px;
290
+ margin: 0;
291
+ }
292
+ .e-filemanager .e-address .e-search-wrap .e-input-group .e-input {
293
+ margin: 0 0 0 38px;
294
+ padding: 0;
295
+ }
296
+ .e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon {
297
+ margin: 0;
298
+ padding: 10px;
299
+ }
300
+ .e-filemanager .e-address .e-fe-search {
301
+ font-size: 16px;
302
+ margin: 4px;
303
+ padding: 5px;
304
+ position: absolute;
305
+ z-index: 1;
306
+ }
307
+ .e-filemanager .e-address .e-fe-search::before {
308
+ display: inline-block;
309
+ }
310
+ .e-filemanager .e-address .e-addressbar-ul {
311
+ overflow: hidden;
312
+ text-overflow: ellipsis;
313
+ white-space: nowrap;
314
+ list-style: none;
315
+ margin: 0;
316
+ padding: 9px 8px 9px 8px;
317
+ }
318
+ .e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu {
319
+ display: inline;
320
+ }
321
+ .e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu {
322
+ height: 26px;
323
+ }
324
+ .e-filemanager .e-address .e-list-text {
325
+ cursor: pointer;
326
+ font-size: 12px;
327
+ line-height: 22px;
328
+ padding: 0;
329
+ text-decoration: none;
330
+ }
331
+ .e-filemanager .e-address .e-list-text:hover {
332
+ text-decoration: none;
333
+ }
334
+ .e-filemanager .e-address .e-address-list-item {
335
+ display: inline-block;
336
+ height: 22px;
337
+ }
338
+ .e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
339
+ cursor: default;
340
+ }
341
+ .e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover {
342
+ text-decoration: none;
343
+ }
344
+ .e-filemanager .e-address .e-address-list-item .e-icons {
345
+ font-size: 8px;
346
+ margin: 16px 14px;
347
+ }
348
+ .e-filemanager .e-address .e-address-list-item .e-icons::before {
349
+ padding: 5px;
350
+ }
351
+ .e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
352
+ display: table-row;
353
+ }
354
+ .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
355
+ border-width: 1px;
356
+ line-height: 16px;
357
+ }
358
+ .e-filemanager .e-grid {
359
+ border-width: 0;
360
+ float: left;
361
+ }
362
+ .e-filemanager .e-grid.sf-grid .e-headercell.e-fe-grid-icon .e-headercelldiv {
363
+ margin-right: 1px;
364
+ }
365
+ .e-filemanager .e-grid.sf-grid .e-gridheader .e-fe-grid-icon,
366
+ .e-filemanager .e-grid.sf-grid .e-gridcontent .e-fe-grid-icon {
367
+ padding: 0 2px 0 9px;
368
+ }
369
+ .e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty {
370
+ height: 0;
371
+ padding: 0;
372
+ }
373
+ .e-filemanager .e-grid .e-gridheader {
374
+ border-width: 0 1px 1px;
375
+ }
376
+ .e-filemanager .e-grid .e-gridheader .e-headercell {
377
+ height: 36px;
378
+ }
379
+ .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
380
+ margin-right: 0;
381
+ }
382
+ .e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext {
383
+ font-size: 14px;
384
+ }
385
+ .e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor {
386
+ border: 0;
387
+ }
388
+ .e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper {
389
+ visibility: hidden;
390
+ }
391
+ .e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper,
392
+ .e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper {
393
+ visibility: visible;
394
+ }
395
+ .e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper {
396
+ visibility: visible;
397
+ }
398
+ .e-filemanager .e-grid .e-checkbox-wrapper:hover .e-frame {
399
+ font-size: 10px;
400
+ }
401
+ .e-filemanager .e-grid .e-content {
402
+ overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
403
+ }
404
+ .e-filemanager .e-grid .e-content .e-table {
405
+ border-spacing: 0;
406
+ }
407
+ .e-filemanager .e-grid .e-content .e-rowcell {
408
+ border: 0;
409
+ font-size: 14px;
410
+ padding: 8px;
411
+ }
412
+ .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
413
+ box-shadow: 1px 0 0 1px #0078d4 inset;
414
+ }
415
+ .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
416
+ box-shadow: -1px 0 0 1px #0078d4 inset;
417
+ }
418
+ .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell {
419
+ box-shadow: 0 2px 0 -1px #0078d4 inset, 0 -2px 0 -1px #0078d4 inset;
420
+ }
421
+ .e-filemanager .e-grid .e-empty {
422
+ min-width: 200px;
423
+ }
424
+ .e-filemanager .e-grid .e-empty-content {
425
+ font-size: 14px;
426
+ margin: 0 auto;
427
+ padding: 8px 0 8px 0;
428
+ text-align: center;
429
+ }
430
+ .e-filemanager .e-grid .e-empty-icon {
431
+ height: 52px;
432
+ margin: 0 auto;
433
+ width: 52px;
434
+ }
435
+ .e-filemanager .e-grid .e-empty-inner-content {
436
+ font-size: 14px;
437
+ margin: 0 auto;
438
+ padding: 0;
439
+ text-align: center;
440
+ opacity: 0.5;
441
+ }
442
+ .e-filemanager .e-grid .e-gridpopup {
443
+ display: none !important; /* stylelint-disable-line declaration-no-important */
444
+ }
445
+ .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
446
+ .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox {
447
+ overflow: inherit;
448
+ padding-left: 5px;
449
+ padding-right: 0;
450
+ box-shadow: none;
451
+ }
452
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
453
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon {
454
+ padding: 0 0 0 12px;
455
+ }
456
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv,
457
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv {
458
+ text-overflow: unset;
459
+ }
460
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell,
461
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell,
462
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell {
463
+ padding-left: 0;
464
+ }
465
+ .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
466
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
467
+ .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
468
+ padding-left: 6px;
469
+ }
470
+ .e-filemanager .e-grid .e-row .e-checkbox-wrapper {
471
+ visibility: hidden;
472
+ }
473
+ .e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
474
+ .e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
475
+ visibility: visible;
476
+ }
477
+ .e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper {
478
+ visibility: hidden;
479
+ }
480
+ .e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell {
481
+ border-bottom-width: 0;
482
+ }
483
+ .e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress {
484
+ border-width: 0;
485
+ }
486
+ .e-filemanager .e-grid .e-fe-icon {
487
+ display: inline-block;
488
+ height: 20px;
489
+ margin: 0;
490
+ width: 20px;
491
+ vertical-align: middle;
492
+ }
493
+ .e-filemanager .e-view-container .e-grid .e-gridheader {
494
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
495
+ }
496
+ .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
497
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
498
+ }
499
+ .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
500
+ border-width: 1px;
501
+ line-height: 16px;
502
+ }
503
+ .e-filemanager .e-large-icons {
504
+ float: left;
505
+ overflow: auto;
506
+ width: 100%;
507
+ height: calc(100% - 40px);
508
+ }
509
+ .e-filemanager .e-large-icons .e-empty {
510
+ min-width: 200px;
511
+ }
512
+ .e-filemanager .e-large-icons .e-empty-content {
513
+ font-size: 14px;
514
+ margin: 0 auto;
515
+ padding: 8px 0 8px 0;
516
+ text-align: center;
517
+ }
518
+ .e-filemanager .e-large-icons .e-empty-icon {
519
+ height: 52px;
520
+ margin: 0 auto;
521
+ width: 52px;
522
+ }
523
+ .e-filemanager .e-large-icons .e-empty-inner-content {
524
+ font-size: 14px;
525
+ margin: 0 auto;
526
+ padding: 0;
527
+ text-align: center;
528
+ opacity: 0.5;
529
+ }
530
+ .e-filemanager .e-large-icons .e-list-parent {
531
+ display: block;
532
+ height: 100%;
533
+ margin: 0;
534
+ padding: 0 12px;
535
+ overflow: auto;
536
+ }
537
+ .e-filemanager .e-large-icons .e-checkbox-wrapper {
538
+ float: left;
539
+ position: absolute;
540
+ top: 0;
541
+ visibility: hidden;
542
+ }
543
+ .e-filemanager .e-large-icons .e-list-item {
544
+ border: 1px solid;
545
+ float: left;
546
+ height: 94px;
547
+ margin: 12px 8px;
548
+ width: 94px;
549
+ overflow: hidden;
550
+ padding: 2px;
551
+ }
552
+ .e-filemanager .e-large-icons .e-list-item.e-fe-drop-folder {
553
+ border: 2px dashed #0078d4;
554
+ }
555
+ .e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item:hover .e-checkbox-wrapper {
556
+ visibility: visible;
557
+ }
558
+ .e-filemanager .e-large-icons .e-text-content {
559
+ display: table-cell;
560
+ height: 74px;
561
+ position: relative;
562
+ vertical-align: bottom;
563
+ }
564
+ .e-filemanager .e-large-icons .image-blur {
565
+ filter: blur(8px);
566
+ }
567
+ .e-filemanager .e-large-icons .e-list-text {
568
+ overflow: hidden;
569
+ text-overflow: ellipsis;
570
+ white-space: nowrap;
571
+ display: block;
572
+ font-size: 14px;
573
+ padding: 2px 0 0 0;
574
+ text-align: center;
575
+ width: 90px;
576
+ }
577
+ .e-filemanager .e-large-icons .e-list-img {
578
+ border: 2px solid;
579
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
580
+ display: block;
581
+ margin: 0 auto;
582
+ max-height: 40px;
583
+ max-width: 100%;
584
+ min-height: 20px;
585
+ }
586
+ .e-filemanager .e-large-icons .e-list-icon {
587
+ display: block;
588
+ height: 40px;
589
+ margin: 18px 25px 8px;
590
+ width: 40px;
591
+ }
592
+ .e-filemanager.e-drag-select {
593
+ position: absolute;
594
+ background-color: #0078d4;
595
+ opacity: 0.3;
596
+ border: none;
597
+ width: 0;
598
+ height: 0;
599
+ z-index: 1;
600
+ }
601
+ .e-filemanager .e-fe-clone {
602
+ pointer-events: none;
603
+ z-index: 20;
604
+ }
605
+ .e-filemanager .e-fe-clone .e-fe-content {
606
+ border: none;
607
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
608
+ display: -ms-inline-flexbox;
609
+ display: inline-flex;
610
+ height: 36px;
611
+ padding: 4px 8px;
612
+ }
613
+ .e-filemanager .e-fe-clone .e-fe-content .e-fe-name {
614
+ display: inline-block;
615
+ font-size: 13px;
616
+ margin: auto 8px;
617
+ max-width: 70px;
618
+ overflow: hidden;
619
+ text-overflow: ellipsis;
620
+ white-space: nowrap;
621
+ }
622
+ .e-filemanager .e-fe-clone .e-fe-content .e-fe-icon {
623
+ display: inline-block;
624
+ height: 18px;
625
+ margin: auto 8px;
626
+ width: 18px;
627
+ }
628
+ .e-filemanager .e-fe-clone .e-fe-count {
629
+ border: 1px solid;
630
+ border-radius: 50%;
631
+ font-size: 12px;
632
+ height: 22px;
633
+ width: 22px;
634
+ line-height: 22px;
635
+ margin-left: -12px;
636
+ position: relative;
637
+ text-align: center;
638
+ top: 0;
639
+ }
640
+ .e-filemanager.e-rtl .e-treeview > .e-ul {
641
+ padding: 0 8px 0 0;
642
+ }
643
+ .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
644
+ display: inline-table;
645
+ transform: rotate(180deg);
646
+ }
647
+ .e-filemanager.e-rtl .e-toolbar .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
648
+ line-height: 16px;
649
+ }
650
+ .e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
651
+ -ms-flex-direction: row-reverse;
652
+ flex-direction: row-reverse;
653
+ }
654
+ .e-filemanager.e-rtl .e-address .e-search-wrap {
655
+ float: left;
656
+ left: 0;
657
+ right: auto;
658
+ }
659
+ .e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
660
+ margin: 0 24px 0 0;
661
+ padding: 0;
662
+ }
663
+ .e-filemanager.e-rtl .e-address .e-addressbar-ul {
664
+ display: -ms-flexbox;
665
+ display: flex;
666
+ }
667
+ .e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before {
668
+ display: inline-block;
669
+ transform: rotate(180deg);
670
+ }
671
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,
672
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox {
673
+ padding-left: 0;
674
+ padding-right: 12px;
675
+ }
676
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon,
677
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon {
678
+ padding-left: 0;
679
+ padding-right: 12px;
680
+ }
681
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell,
682
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell,
683
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell {
684
+ padding-left: 21px;
685
+ padding-right: 0;
686
+ }
687
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
688
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
689
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
690
+ padding-right: 12px;
691
+ }
692
+ .e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon {
693
+ margin: 0 0 0 8px;
694
+ }
695
+ .e-filemanager.e-rtl .e-large-icons .e-list-item {
696
+ float: right;
697
+ }
698
+ .e-filemanager.e-rtl .e-fe-clone .e-fe-count {
699
+ margin-left: 0;
700
+ margin-right: -12px;
701
+ }
702
+ .e-filemanager .e-layout-content {
703
+ position: relative;
704
+ }
705
+ .e-filemanager .e-pager {
706
+ border-width: 1px 0 0;
707
+ }
708
+ .e-filemanager .e-fe-overlay {
709
+ border: 2px dashed #0078d4;
710
+ bottom: 0;
711
+ display: block;
712
+ height: calc(100% - 34px);
713
+ width: 100%;
714
+ pointer-events: none;
715
+ position: absolute;
716
+ visibility: hidden;
717
+ }
718
+ .e-filemanager .e-upload-drag-hover {
719
+ outline: none;
720
+ }
721
+ .e-filemanager .e-upload-drag-hover .e-fe-overlay {
722
+ visibility: visible;
723
+ }
724
+ .e-filemanager .e-fm-view-container {
725
+ display: -ms-flexbox;
726
+ display: flex;
727
+ width: 100%;
728
+ -ms-flex-direction: column;
729
+ flex-direction: column;
730
+ height: 100%;
731
+ }
732
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
733
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
734
+ .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick, .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
735
+ .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
736
+ font-size: 14px;
737
+ }
738
+ .e-fe-popup.e-dlg-resizable .e-dlg-content {
739
+ overflow: hidden;
740
+ }
741
+ .e-fe-popup.e-dialog.e-fe-upload-dialog .e-dlg-content {
742
+ overflow: auto;
743
+ }
744
+ .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator, .e-fe-popup.e-contextmenu-container ul .e-menu-item.e-separator {
745
+ margin: 0 0;
746
+ }
747
+ .e-fe-popup.e-rtl .e-fe-grid {
748
+ display: inline-table;
749
+ transform: rotate(180deg);
750
+ }
751
+ .e-fe-popup.e-dialog td {
752
+ overflow: hidden;
753
+ text-overflow: ellipsis;
754
+ white-space: nowrap;
755
+ font-size: 14px;
756
+ max-width: 211px;
757
+ min-width: 51px;
758
+ padding: 4px 24px 4px 0;
759
+ }
760
+ .e-fe-popup.e-dialog td.e-fe-value {
761
+ white-space: unset;
762
+ word-break: break-word;
763
+ }
764
+ .e-fe-popup.e-dialog .e-fe-errorcontent {
765
+ white-space: normal;
766
+ word-break: break-word;
767
+ }
768
+ .e-fe-popup.e-dialog .e-fe-icon {
769
+ display: inline-block;
770
+ height: 18px;
771
+ margin: 0 8px -2px 0;
772
+ width: 18px;
773
+ }
774
+ .e-fe-popup.e-dialog .e-fe-access-header {
775
+ display: inline-block;
776
+ }
777
+ .e-fe-popup.e-dialog .e-fe-retrycontent {
778
+ padding: 16px 0;
779
+ }
780
+ .e-fe-popup.e-dialog .e-image {
781
+ height: 100%;
782
+ width: 100%;
783
+ }
784
+ .e-fe-popup.e-dialog .e-dlg-content {
785
+ padding-top: 2px;
786
+ }
787
+ .e-fe-popup.e-dialog.e-rtl td {
788
+ padding: 8px 0 8px 24px;
789
+ }
790
+ .e-fe-popup.e-dialog.e-rtl .e-fe-icon {
791
+ margin: 0 0 -2px 8px;
792
+ }
793
+ .e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
794
+ min-height: 200px;
795
+ }
796
+ .e-fe-popup .e-fe-error {
797
+ font-size: 12px;
798
+ line-height: 1.5;
799
+ }
800
+ .e-fe-popup .e-upload {
801
+ border-bottom-width: 0;
802
+ border-top-width: 0;
803
+ }
804
+ .e-fe-popup .e-upload .e-upload-actions {
805
+ border-bottom: 1px solid;
806
+ }
807
+ .e-filemanager .e-display-none,
808
+ .e-filemanager .e-treeview .e-icons .e-treeview-spinner,
809
+ .e-filemanager .e-splitter .e-split-bar .e-resize-handler,
810
+ .e-filemanager .e-splitter .e-display-none,
811
+ .e-filemanager .e-grid .e-spin-show,
812
+ .e-filemanager .e-grid .e-gridheader .e-emptyrow,
813
+ .e-filemanager .e-grid .e-gridcontent .e-emptyrow,
814
+ .e-fe-popup .e-upload .e-file-select-wrap,
815
+ .e-fe-popup .e-upload .e-icons.e-file-delete-btn {
816
+ display: none;
817
+ }
818
+ @media (max-width: 469px) {
819
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
820
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
821
+ min-width: 140px;
822
+ width: calc(50% - 17px);
823
+ }
824
+ }
825
+ @media (min-width: 470px) and (max-width: 625px) {
826
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
827
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
828
+ min-width: 140px;
829
+ width: calc(33.33% - 17px);
830
+ }
831
+ }
832
+ @media (min-width: 360px) and (max-width: 500px) {
833
+ .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
834
+ position: relative;
835
+ right: 10px;
836
+ }
837
+ }
838
+ .e-content-placeholder.e-filemanager.e-placeholder-filemanager {
839
+ height: 100%;
840
+ width: 100%;
841
+ }
842
+ .e-filemanager-dialog {
843
+ z-index: 1005;
844
+ display: -ms-flexbox;
845
+ display: flex;
846
+ position: absolute;
847
+ }
848
+ .e-image-wrap-style {
849
+ height: 100%;
850
+ }
851
+ .e-fe-popup.e-dialog td.e-permission-content {
852
+ white-space: unset;
853
+ }
854
+ .e-large-icon-visible {
855
+ visibility: visible;
856
+ }
857
+ .e-large-icon-hidden {
858
+ visibility: hidden;
859
+ }
860
+ .e-filemanager .e-empty-state-container {
861
+ display: -ms-flexbox;
862
+ display: flex;
863
+ height: 100%;
864
+ }
865
+ .e-filemanager .e-empty.e-view-container {
866
+ margin: auto;
867
+ }
868
+ .e-filemanager.e-fe-no-toolbar .e-fe-splitter {
869
+ height: 100%;
870
+ }
871
+ .e-filemanager .e-fe-splitter {
872
+ height: calc(100% - 41px);
873
+ }
874
+ .e-filemanager .e-view-container .e-fe-grid-container {
875
+ height: calc(100% - 40px);
876
+ }
877
+ .e-filemanager .e-dropdown-btn.e-caret-hide .e-caret,
878
+ .e-filemanager .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
879
+ position: absolute;
880
+ display: block;
881
+ overflow: hidden;
882
+ clip: rect(1px, 1px, 1px, 1px);
883
+ }
884
+ .e-filemanager {
885
+ background: transparent;
886
+ border-color: #edebe9;
887
+ }
888
+ .e-filemanager .e-toolbar {
889
+ border-bottom-color: #edebe9;
890
+ }
891
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
892
+ background: #f3f2f1;
893
+ border-color: #8a8886;
894
+ }
895
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
896
+ background: #f3f2f1;
897
+ border-color: #8a8886;
898
+ }
899
+ .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
900
+ background: #f3f2f1;
901
+ border-color: #8a8886;
902
+ }
903
+ .e-filemanager .e-address {
904
+ border-bottom-color: #edebe9;
905
+ }
906
+ .e-filemanager .e-address .e-icons {
907
+ color: #605e5c;
908
+ }
909
+ .e-filemanager .e-address .e-list-text {
910
+ color: #3b3a39;
911
+ }
912
+ .e-filemanager .e-address .e-address-list-item {
913
+ color: #3b3a39;
914
+ }
915
+ .e-filemanager .e-address .e-address-list-item:focus .e-list-text {
916
+ background: #f3f2f1;
917
+ color: #201f1e;
918
+ }
919
+ .e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
920
+ color: #323130;
921
+ }
922
+ .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
923
+ background: #f3f2f1;
924
+ color: #201f1e;
925
+ }
926
+ .e-filemanager .e-address .e-address-list-item:focus .e-list-text {
927
+ color: #201f1e;
928
+ }
929
+ .e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
930
+ background: #fff;
931
+ border-color: #edebe9;
932
+ }
933
+ .e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
934
+ border: #edebe9;
935
+ }
936
+ .e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
937
+ border-color: #0078d4;
938
+ }
939
+ .e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover, .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
940
+ background: #f3f2f1;
941
+ }
942
+ .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
943
+ background: #fff;
944
+ }
945
+ .e-filemanager .e-grid td.e-active {
946
+ background-color: #edebe9;
947
+ color: #323130;
948
+ }
949
+ .e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
950
+ background-color: transparent;
951
+ }
952
+ .e-filemanager .e-large-icons .e-list-img {
953
+ border-color: #edebe9;
954
+ }
955
+ .e-filemanager .e-large-icons .e-active {
956
+ color: #323130;
957
+ }
958
+ .e-filemanager .e-large-icons .e-large-icon {
959
+ border-color: transparent;
960
+ }
961
+ .e-filemanager .e-large-icons .e-large-icon.e-active {
962
+ background: #edebe9;
963
+ border-color: #edebe9;
964
+ }
965
+ .e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
966
+ background: #f3f2f1;
967
+ border-color: #f3f2f1;
968
+ }
969
+ .e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
970
+ background: #edebe9;
971
+ border-color: #edebe9;
972
+ }
973
+ .e-filemanager .e-large-icons .e-large-icon.e-focus {
974
+ border-color: #edebe9;
975
+ }
976
+ .e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder, .e-filemanager .e-large-icons .e-large-icon:hover.e-fe-drop-folder {
977
+ border-color: #0078d4;
978
+ }
979
+ .e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
980
+ background-color: #0078d4;
981
+ color: #fff;
982
+ }
983
+ .e-filemanager .e-fe-clone .e-fe-content {
984
+ background-color: #f3f2f1;
985
+ color: #323130;
986
+ }
987
+ .e-filemanager .e-fe-clone .e-fe-count {
988
+ background-color: #0078d4;
989
+ border-color: #fff;
990
+ color: #fff;
991
+ }
992
+ .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover, .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon:hover {
993
+ background: transparent;
994
+ border-color: transparent;
995
+ }
996
+ .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
997
+ border-color: transparent;
998
+ }
999
+ .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
1000
+ background: #edebe9;
1001
+ border-color: #edebe9;
1002
+ }
1003
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
1004
+ .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
1005
+ .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick, .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
1006
+ .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
1007
+ color: #605e5c;
1008
+ }
1009
+ .e-fe-popup.e-dialog td {
1010
+ color: #201f1e;
1011
+ }
1012
+ .e-fe-popup.e-dialog td:first-child {
1013
+ color: #3b3a39;
1014
+ }
1015
+ .e-fe-popup .e-fe-error {
1016
+ color: #d13438;
1017
+ }
1018
+ .e-fe-popup .e-upload .e-upload-actions {
1019
+ border-bottom-color: #edebe9;
1020
+ }
1021
+ .e-filemanager .e-grid.sf-grid :is(.e-headercontent th.e-headercell:not(.e-menu-item):not(.e-editedbatchcell).e-fe-checkbox, .e-content td.e-rowcell:not(.e-menu-item):not(.e-editedbatchcell).e-fe-checkbox):is(:focus, :focus-visible) {
1022
+ box-shadow: none;
1023
+ }
1024
+ .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1025
+ .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1026
+ .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
1027
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1028
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1029
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
1030
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
1031
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
1032
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1033
+ font-size: 20px;
1034
+ }
1035
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,
1036
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,
1037
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder {
1038
+ padding-top: 0;
1039
+ }
1040
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,
1041
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,
1042
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload {
1043
+ padding-left: 0;
1044
+ }
1045
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,
1046
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,
1047
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort {
1048
+ padding-top: 3px;
1049
+ }
1050
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,
1051
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,
1052
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh {
1053
+ padding-top: 3px;
1054
+ }
1055
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,
1056
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,
1057
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select {
1058
+ padding-top: 2px;
1059
+ }
1060
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,
1061
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,
1062
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large {
1063
+ padding: 0 0 0 2px;
1064
+ }
1065
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
1066
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
1067
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid {
1068
+ padding: 4px 2px 0 2px;
1069
+ }
1070
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
1071
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
1072
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details {
1073
+ padding-top: 3px;
1074
+ }
1075
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,
1076
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,
1077
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete {
1078
+ padding-left: 4px;
1079
+ }
1080
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,
1081
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,
1082
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename {
1083
+ padding-left: 2px;
1084
+ padding-top: 3px;
1085
+ }
1086
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,
1087
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,
1088
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download {
1089
+ padding-left: 4px;
1090
+ }
1091
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,
1092
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,
1093
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut {
1094
+ padding-left: 2px;
1095
+ padding-top: 1px;
1096
+ }
1097
+ .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,
1098
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,
1099
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy {
1100
+ padding-left: 4px;
1101
+ }
1102
+ .e-filemanager.e-fe-mobile:not(.e-rtl) .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt.e-icon-btn .e-icons.e-btn-icon.e-fe-grid,
1103
+ .e-bigger .e-filemanager.e-fe-mobile:not(.e-rtl) .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt.e-icon-btn .e-icons.e-btn-icon.e-fe-grid,
1104
+ .e-filemanager.e-bigger.e-fe-mobile:not(.e-rtl) .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt.e-icon-btn .e-icons.e-btn-icon.e-fe-grid {
1105
+ padding: 0 2px;
1106
+ }
1107
+ .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
1108
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
1109
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort {
1110
+ display: inline-block;
1111
+ margin: 0;
1112
+ width: 14px;
1113
+ }
1114
+ .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
1115
+ .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
1116
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
1117
+ .e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
1118
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
1119
+ .e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text {
1120
+ display: none;
1121
+ }
1122
+ .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
1123
+ .e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
1124
+ .e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar {
1125
+ display: none;
1126
+ }
1127
+ .e-filemanager.e-fe-mobile .e-address,
1128
+ .e-bigger .e-filemanager.e-fe-mobile .e-address,
1129
+ .e-filemanager.e-bigger.e-fe-mobile .e-address {
1130
+ height: 40px;
1131
+ }
1132
+ .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
1133
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
1134
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul {
1135
+ height: 40px;
1136
+ }
1137
+ .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
1138
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
1139
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons {
1140
+ font-size: 10px;
1141
+ }
1142
+ .e-filemanager.e-fe-mobile .e-address .e-list-text,
1143
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text,
1144
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text {
1145
+ font-size: 14px;
1146
+ }
1147
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap,
1148
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap,
1149
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap {
1150
+ min-width: 47px;
1151
+ width: auto;
1152
+ }
1153
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
1154
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
1155
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group {
1156
+ display: none;
1157
+ height: 40px;
1158
+ width: 100%;
1159
+ }
1160
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
1161
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
1162
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon {
1163
+ margin: 2px 8px 0;
1164
+ }
1165
+ .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
1166
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
1167
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input {
1168
+ margin: 0 0 0 38px;
1169
+ }
1170
+ .e-filemanager.e-fe-mobile .e-address .e-fe-search,
1171
+ .e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search,
1172
+ .e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search {
1173
+ font-size: 20px;
1174
+ margin: 3px 0;
1175
+ right: 13px;
1176
+ }
1177
+ .e-filemanager.e-fe-mobile .e-view-container .e-fe-grid-container,
1178
+ .e-bigger .e-filemanager.e-fe-mobile .e-view-container .e-fe-grid-container,
1179
+ .e-filemanager.e-bigger.e-fe-mobile .e-view-container .e-fe-grid-container {
1180
+ height: calc(100% - 40px);
1181
+ }
1182
+ .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
1183
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
1184
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon {
1185
+ height: 35px;
1186
+ width: 35px;
1187
+ }
1188
+ .e-filemanager.e-fe-mobile .e-grid .e-gridheader,
1189
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader,
1190
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader {
1191
+ display: none;
1192
+ }
1193
+ .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
1194
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
1195
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell {
1196
+ border-bottom: 1px solid;
1197
+ border-bottom-color: #edebe9;
1198
+ }
1199
+ .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
1200
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
1201
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox {
1202
+ padding: 2;
1203
+ }
1204
+ .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
1205
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
1206
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon {
1207
+ padding-left: 10px;
1208
+ padding-right: 10px;
1209
+ }
1210
+ .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
1211
+ .e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
1212
+ .e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text {
1213
+ overflow: hidden;
1214
+ text-overflow: ellipsis;
1215
+ white-space: nowrap;
1216
+ }
1217
+ .e-filemanager.e-fe-mobile .e-large-icons,
1218
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons,
1219
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons {
1220
+ height: calc(100% - 40px);
1221
+ }
1222
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
1223
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
1224
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent {
1225
+ padding: 0;
1226
+ }
1227
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1228
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1229
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1230
+ display: inline-table;
1231
+ height: 94px;
1232
+ margin: 12px 8px;
1233
+ width: 94px;
1234
+ }
1235
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper,
1236
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
1237
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper,
1238
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
1239
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper {
1240
+ visibility: hidden;
1241
+ }
1242
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
1243
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
1244
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper {
1245
+ visibility: visible;
1246
+ }
1247
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
1248
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
1249
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper {
1250
+ z-index: 999;
1251
+ }
1252
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
1253
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
1254
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text {
1255
+ margin: 0 auto;
1256
+ width: 110px;
1257
+ }
1258
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
1259
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
1260
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img {
1261
+ margin: 11px auto;
1262
+ max-height: 40px;
1263
+ max-width: 110px;
1264
+ }
1265
+ .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1266
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
1267
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
1268
+ height: 40px;
1269
+ margin: 0 auto;
1270
+ width: 40px;
1271
+ }
1272
+ .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
1273
+ .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
1274
+ .e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
1275
+ .e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
1276
+ .e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
1277
+ .e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper {
1278
+ visibility: visible;
1279
+ }
1280
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
1281
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
1282
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap {
1283
+ margin: 0;
1284
+ padding: 0;
1285
+ position: absolute;
1286
+ width: 100%;
1287
+ }
1288
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
1289
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
1290
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group {
1291
+ display: -ms-inline-flexbox;
1292
+ display: inline-flex;
1293
+ }
1294
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
1295
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
1296
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input {
1297
+ height: auto;
1298
+ margin-left: 45px;
1299
+ }
1300
+ .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
1301
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
1302
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search {
1303
+ left: 0;
1304
+ margin-left: 8px;
1305
+ margin-top: 3px;
1306
+ width: 30px;
1307
+ }
1308
+ .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
1309
+ .e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
1310
+ .e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul {
1311
+ visibility: hidden;
1312
+ }
1313
+ .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
1314
+ .e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
1315
+ .e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
1316
+ margin-right: 45px;
1317
+ }
1318
+ .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
1319
+ .e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
1320
+ .e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search {
1321
+ transform: rotate(180deg);
1322
+ }
1323
+ .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
1324
+ .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
1325
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
1326
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
1327
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
1328
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon {
1329
+ padding-right: 10px;
1330
+ }
1331
+ .e-fe-popup.e-bigger.e-dialog .e-dlg-header-content,
1332
+ .e-bigger .e-fe-popup.e-dialog .e-dlg-header-content {
1333
+ padding: 21px;
1334
+ }
1335
+ .e-fe-popup.e-bigger.e-dialog td,
1336
+ .e-bigger .e-fe-popup.e-dialog td {
1337
+ overflow: hidden;
1338
+ text-overflow: ellipsis;
1339
+ white-space: nowrap;
1340
+ font-size: 16px;
1341
+ max-width: 205px;
1342
+ min-width: 45px;
1343
+ padding: 8px 30px 8px 0;
1344
+ }
1345
+ .e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons,
1346
+ .e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,
1347
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
1348
+ .e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons,
1349
+ .e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons,
1350
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
1351
+ font-size: 20px;
1352
+ }
1353
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn,
1354
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
1355
+ padding: 0 6px;
1356
+ }
1357
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus,
1358
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active,
1359
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover,
1360
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
1361
+ padding: 0 6px;
1362
+ }
1363
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret,
1364
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
1365
+ padding: 0 10px;
1366
+ }
1367
+ .e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret,
1368
+ .e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
1369
+ padding: 0 10px;
1370
+ }
1371
+ .e-bigger .e-filemanager .e-treeview > .e-ul,
1372
+ .e-filemanager.e-bigger .e-treeview > .e-ul {
1373
+ padding-left: 12px;
1374
+ }
1375
+ .e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,
1376
+ .e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
1377
+ height: 44px;
1378
+ }
1379
+ .e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
1380
+ .e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
1381
+ height: 44px;
1382
+ line-height: 44px;
1383
+ }
1384
+ .e-bigger .e-filemanager .e-address,
1385
+ .e-filemanager.e-bigger .e-address {
1386
+ height: 40px;
1387
+ }
1388
+ .e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu,
1389
+ .e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu {
1390
+ height: 27px;
1391
+ }
1392
+ .e-bigger .e-filemanager .e-address .e-address-list-item,
1393
+ .e-filemanager.e-bigger .e-address .e-address-list-item {
1394
+ height: 28px;
1395
+ }
1396
+ .e-bigger .e-filemanager .e-address .e-address-list-item .e-icons,
1397
+ .e-filemanager.e-bigger .e-address .e-address-list-item .e-icons {
1398
+ font-size: 10px;
1399
+ }
1400
+ .e-bigger .e-filemanager .e-address .e-addressbar-ul,
1401
+ .e-filemanager.e-bigger .e-address .e-addressbar-ul {
1402
+ padding: 6px 12px;
1403
+ }
1404
+ .e-bigger .e-filemanager .e-address .e-list-text,
1405
+ .e-filemanager.e-bigger .e-address .e-list-text {
1406
+ font-size: 14px;
1407
+ line-height: 28px;
1408
+ padding: 5px 4px;
1409
+ }
1410
+ .e-bigger .e-filemanager .e-address .e-search-wrap,
1411
+ .e-filemanager.e-bigger .e-address .e-search-wrap {
1412
+ min-width: 51px;
1413
+ padding: 4px 10px 0 16px;
1414
+ }
1415
+ .e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group,
1416
+ .e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group {
1417
+ height: 30px;
1418
+ }
1419
+ .e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus,
1420
+ .e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus {
1421
+ padding: 0;
1422
+ }
1423
+ .e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input,
1424
+ .e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input {
1425
+ height: 30px;
1426
+ }
1427
+ .e-bigger .e-filemanager .e-address .e-fe-search,
1428
+ .e-filemanager.e-bigger .e-address .e-fe-search {
1429
+ font-size: 18px;
1430
+ margin: 3px;
1431
+ }
1432
+ .e-bigger .e-filemanager .e-fe-splitter,
1433
+ .e-filemanager.e-bigger .e-fe-splitter {
1434
+ height: calc(100% - 49px);
1435
+ }
1436
+ .e-bigger .e-filemanager .e-view-container .e-fe-grid-container,
1437
+ .e-filemanager.e-bigger .e-view-container .e-fe-grid-container {
1438
+ height: calc(100% - 40px);
1439
+ }
1440
+ .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame,
1441
+ .e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame {
1442
+ border-width: 1px;
1443
+ line-height: 21px;
1444
+ }
1445
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell,
1446
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell {
1447
+ height: 36px;
1448
+ }
1449
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-headertext,
1450
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-headertext {
1451
+ font-size: 14px;
1452
+ }
1453
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell,
1454
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell,
1455
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell,
1456
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell {
1457
+ font-size: 14px;
1458
+ }
1459
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text,
1460
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text,
1461
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text,
1462
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text {
1463
+ font-size: 16px;
1464
+ }
1465
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
1466
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,
1467
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox,
1468
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox {
1469
+ padding-left: 10px;
1470
+ }
1471
+ .e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
1472
+ .e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,
1473
+ .e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon,
1474
+ .e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon {
1475
+ padding-left: 16px;
1476
+ }
1477
+ .e-bigger .e-filemanager .e-grid .e-fe-icon,
1478
+ .e-filemanager.e-bigger .e-grid .e-fe-icon {
1479
+ margin: 0 12px 0 0;
1480
+ }
1481
+ .e-bigger .e-filemanager .e-grid .e-empty,
1482
+ .e-filemanager.e-bigger .e-grid .e-empty {
1483
+ min-width: 300px;
1484
+ }
1485
+ .e-bigger .e-filemanager .e-grid .e-empty-content,
1486
+ .e-filemanager.e-bigger .e-grid .e-empty-content {
1487
+ font-size: 22px;
1488
+ margin: 0 auto;
1489
+ padding: 12px;
1490
+ text-align: center;
1491
+ }
1492
+ .e-bigger .e-filemanager .e-grid .e-empty-icon,
1493
+ .e-filemanager.e-bigger .e-grid .e-empty-icon {
1494
+ height: 92px;
1495
+ margin: 0 auto;
1496
+ width: 92px;
1497
+ }
1498
+ .e-bigger .e-filemanager .e-grid .e-empty-inner-content,
1499
+ .e-filemanager.e-bigger .e-grid .e-empty-inner-content {
1500
+ font-size: 14px;
1501
+ margin: 0 auto;
1502
+ padding: 6px;
1503
+ text-align: center;
1504
+ }
1505
+ .e-bigger .e-filemanager .e-grid .e-empty-inner-content,
1506
+ .e-filemanager.e-bigger .e-grid .e-empty-inner-content {
1507
+ opacity: 0.5;
1508
+ }
1509
+ .e-bigger .e-filemanager .e-grid.e-rtl .e-checkbox-wrapper .e-frame,
1510
+ .e-filemanager.e-bigger .e-grid.e-rtl .e-checkbox-wrapper .e-frame {
1511
+ margin-right: -16px;
1512
+ }
1513
+ .e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame,
1514
+ .e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame {
1515
+ border-width: 1px;
1516
+ line-height: 21px;
1517
+ }
1518
+ .e-bigger .e-filemanager .e-large-icons,
1519
+ .e-filemanager.e-bigger .e-large-icons {
1520
+ height: calc(100% - 40px);
1521
+ }
1522
+ .e-bigger .e-filemanager .e-large-icons .e-list-parent,
1523
+ .e-filemanager.e-bigger .e-large-icons .e-list-parent {
1524
+ padding: 0 6px;
1525
+ }
1526
+ .e-bigger .e-filemanager .e-large-icons .e-list-item,
1527
+ .e-filemanager.e-bigger .e-large-icons .e-list-item {
1528
+ height: 106px;
1529
+ margin: 12px 6px;
1530
+ width: 100px;
1531
+ }
1532
+ .e-bigger .e-filemanager .e-large-icons .e-text-content,
1533
+ .e-filemanager.e-bigger .e-large-icons .e-text-content {
1534
+ height: 100px;
1535
+ }
1536
+ .e-bigger .e-filemanager .e-large-icons .e-list-text,
1537
+ .e-filemanager.e-bigger .e-large-icons .e-list-text {
1538
+ font-size: 14px;
1539
+ padding: 4px 2px 2px;
1540
+ width: 94px;
1541
+ }
1542
+ .e-bigger .e-filemanager .e-large-icons .e-list-img,
1543
+ .e-filemanager.e-bigger .e-large-icons .e-list-img {
1544
+ max-height: 79px;
1545
+ max-width: 94px;
1546
+ }
1547
+ .e-bigger .e-filemanager .e-large-icons .e-list-icon,
1548
+ .e-filemanager.e-bigger .e-large-icons .e-list-icon {
1549
+ height: 52px;
1550
+ margin: 0 auto;
1551
+ width: 52px;
1552
+ }
1553
+ .e-bigger .e-filemanager .e-large-icons .e-empty,
1554
+ .e-filemanager.e-bigger .e-large-icons .e-empty {
1555
+ min-width: 300px;
1556
+ }
1557
+ .e-bigger .e-filemanager .e-large-icons .e-empty-content,
1558
+ .e-filemanager.e-bigger .e-large-icons .e-empty-content {
1559
+ font-size: 22px;
1560
+ margin: 0 auto;
1561
+ padding: 12px;
1562
+ text-align: center;
1563
+ }
1564
+ .e-bigger .e-filemanager .e-large-icons .e-empty-icon,
1565
+ .e-filemanager.e-bigger .e-large-icons .e-empty-icon {
1566
+ height: 92px;
1567
+ margin: 0 auto;
1568
+ width: 92px;
1569
+ }
1570
+ .e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
1571
+ .e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
1572
+ font-size: 14px;
1573
+ margin: 0 auto;
1574
+ padding: 4px;
1575
+ text-align: center;
1576
+ }
1577
+ .e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
1578
+ .e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
1579
+ opacity: 0.5;
1580
+ }
1581
+ .e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul,
1582
+ .e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul {
1583
+ padding: 0 12px 0 0;
1584
+ }
1585
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
1586
+ .e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,
1587
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
1588
+ .e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox {
1589
+ padding-right: 16px;
1590
+ }
1591
+ .e-bigger .e-filemanager .e-fe-overlay,
1592
+ .e-filemanager.e-bigger .e-fe-overlay {
1593
+ height: calc(100% - 41px);
1594
+ }
1595
+ .e-filemanager.e-fe-no-toolbar.e-fe-mobile .e-fe-splitter,
1596
+ .e-bigger .e-filemanager.e-fe-no-toolbar .e-fe-splitter {
1597
+ height: 100%;
1598
+ }
1599
+ @media (max-width: 469px) {
1600
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1601
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1602
+ min-width: 140px;
1603
+ width: calc(50% - 17px);
1604
+ }
1605
+ }
1606
+ @media (min-width: 470px) and (max-width: 625px) {
1607
+ .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
1608
+ .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
1609
+ min-width: 140px;
1610
+ width: calc(33.33% - 17px);
1611
+ }
1612
+ }
1613
+ @media (min-width: 360px) and (max-width: 500px) {
1614
+ .e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
1615
+ position: relative;
1616
+ right: 1px;
1617
+ }
1618
+ }