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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1319) hide show
  1. package/package.json +2 -2
  2. package/styles/accordion/_all.scss +2 -0
  3. package/styles/accordion/_bigger.scss +122 -0
  4. package/styles/accordion/_fluent-dark-definition.scss +177 -0
  5. package/styles/accordion/_layout.scss +249 -0
  6. package/styles/accordion/_theme.scss +432 -0
  7. package/styles/accordion/_variables.scss +2 -0
  8. package/styles/accordion/accordion-lite.css +440 -0
  9. package/styles/accordion/accordion-lite.scss +2 -0
  10. package/styles/accordion/accordion.css +535 -0
  11. package/styles/accordion/accordion.scss +3 -0
  12. package/styles/accordion/index-lite.css +2 -0
  13. package/styles/accordion/index-lite.scss +2 -0
  14. package/styles/accordion/index.css +2 -0
  15. package/styles/accordion/index.scss +2 -0
  16. package/styles/ai-assistview/_all.scss +2 -0
  17. package/styles/ai-assistview/_bigger.scss +312 -0
  18. package/styles/ai-assistview/_fluent-dark-definition.scss +311 -0
  19. package/styles/ai-assistview/_layout.scss +1052 -0
  20. package/styles/ai-assistview/_theme.scss +428 -0
  21. package/styles/ai-assistview/_variables.scss +2 -0
  22. package/styles/ai-assistview/ai-assistview-lite.css +1259 -0
  23. package/styles/ai-assistview/ai-assistview-lite.scss +2 -0
  24. package/styles/ai-assistview/ai-assistview.css +1570 -0
  25. package/styles/ai-assistview/ai-assistview.scss +3 -0
  26. package/styles/ai-assistview/index-lite.css +11 -0
  27. package/styles/ai-assistview/index-lite.scss +11 -0
  28. package/styles/ai-assistview/index.css +11 -0
  29. package/styles/ai-assistview/index.scss +11 -0
  30. package/styles/appbar/_all.scss +2 -0
  31. package/styles/appbar/_bigger.scss +16 -0
  32. package/styles/appbar/_fluent-dark-definition.scss +20 -0
  33. package/styles/appbar/_layout.scss +77 -0
  34. package/styles/appbar/_theme.scss +217 -0
  35. package/styles/appbar/_variables.scss +2 -0
  36. package/styles/appbar/appbar-lite.css +223 -0
  37. package/styles/appbar/appbar-lite.scss +2 -0
  38. package/styles/appbar/appbar.css +236 -0
  39. package/styles/appbar/appbar.scss +3 -0
  40. package/styles/appbar/index-lite.css +2 -0
  41. package/styles/appbar/index-lite.scss +2 -0
  42. package/styles/appbar/index.css +2 -0
  43. package/styles/appbar/index.scss +2 -0
  44. package/styles/auto-complete/_all.scss +1 -0
  45. package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
  46. package/styles/auto-complete/_variables.scss +2 -0
  47. package/styles/auto-complete/auto-complete.css +1 -0
  48. package/styles/auto-complete/auto-complete.scss +2 -0
  49. package/styles/auto-complete/index.css +7 -0
  50. package/styles/auto-complete/index.scss +7 -0
  51. package/styles/avatar/_all.scss +1 -0
  52. package/styles/avatar/_fluent-dark-definition.scss +40 -0
  53. package/styles/avatar/_layout.scss +84 -0
  54. package/styles/avatar/_theme.scss +1 -0
  55. package/styles/avatar/_variables.scss +2 -0
  56. package/styles/avatar/avatar.css +58 -0
  57. package/styles/avatar/avatar.scss +2 -0
  58. package/styles/avatar/index.css +2 -0
  59. package/styles/avatar/index.scss +2 -0
  60. package/styles/badge/_all.scss +2 -0
  61. package/styles/badge/_bigger.scss +54 -0
  62. package/styles/badge/_fluent-dark-definition.scss +135 -0
  63. package/styles/badge/_layout.scss +131 -0
  64. package/styles/badge/_theme.scss +314 -0
  65. package/styles/badge/_variables.scss +2 -0
  66. package/styles/badge/badge-lite.css +264 -0
  67. package/styles/badge/badge-lite.scss +2 -0
  68. package/styles/badge/badge.css +309 -0
  69. package/styles/badge/badge.scss +3 -0
  70. package/styles/badge/index-lite.css +2 -0
  71. package/styles/badge/index-lite.scss +2 -0
  72. package/styles/badge/index.css +2 -0
  73. package/styles/badge/index.scss +2 -0
  74. package/styles/barcode/_all.scss +1 -0
  75. package/styles/barcode/_definition.scss +1 -0
  76. package/styles/barcode/_fluent-dark-definition.scss +1 -0
  77. package/styles/barcode/_theme.scss +24 -0
  78. package/styles/barcode/_variables.scss +2 -0
  79. package/styles/barcode/barcode.css +18 -0
  80. package/styles/barcode/barcode.scss +2 -0
  81. package/styles/barcode/index.css +2 -0
  82. package/styles/barcode/index.scss +2 -0
  83. package/styles/base/_fluent-dark-definition.scss +1 -0
  84. package/styles/base/animation/_all.scss +537 -0
  85. package/styles/base/base.css +2392 -0
  86. package/styles/base/base.scss +4 -0
  87. package/styles/base/common/_all.scss +2 -0
  88. package/styles/base/common/_base-variables.scss +2 -0
  89. package/styles/base/common/_core.scss +113 -0
  90. package/styles/base/common/_mixin.scss +11 -0
  91. package/styles/base/definition/_fluent-dark.scss +495 -0
  92. package/styles/blockeditor/_all.scss +2 -0
  93. package/styles/blockeditor/_bigger.scss +384 -0
  94. package/styles/blockeditor/_fluent-dark-definition.scss +521 -0
  95. package/styles/blockeditor/_layout.scss +1314 -0
  96. package/styles/blockeditor/_theme.scss +627 -0
  97. package/styles/blockeditor/_variables.scss +2 -0
  98. package/styles/blockeditor/blockeditor-lite.css +1746 -0
  99. package/styles/blockeditor/blockeditor-lite.scss +2 -0
  100. package/styles/blockeditor/blockeditor.css +2144 -0
  101. package/styles/blockeditor/blockeditor.scss +3 -0
  102. package/styles/blockeditor/index-lite.css +20 -0
  103. package/styles/blockeditor/index-lite.scss +20 -0
  104. package/styles/blockeditor/index.css +20 -0
  105. package/styles/blockeditor/index.scss +20 -0
  106. package/styles/breadcrumb/_all.scss +2 -0
  107. package/styles/breadcrumb/_bigger.scss +168 -0
  108. package/styles/breadcrumb/_fluent-dark-definition.scss +75 -0
  109. package/styles/breadcrumb/_layout.scss +465 -0
  110. package/styles/breadcrumb/_theme.scss +297 -0
  111. package/styles/breadcrumb/_variables.scss +2 -0
  112. package/styles/breadcrumb/breadcrumb-lite.css +279 -0
  113. package/styles/breadcrumb/breadcrumb-lite.scss +2 -0
  114. package/styles/breadcrumb/breadcrumb.css +358 -0
  115. package/styles/breadcrumb/breadcrumb.scss +3 -0
  116. package/styles/breadcrumb/index-lite.css +2 -0
  117. package/styles/breadcrumb/index-lite.scss +2 -0
  118. package/styles/breadcrumb/index.css +2 -0
  119. package/styles/breadcrumb/index.scss +2 -0
  120. package/styles/button/_all.scss +2 -0
  121. package/styles/button/_bigger.scss +293 -0
  122. package/styles/button/_fluent-dark-definition.scss +369 -0
  123. package/styles/button/_layout.scss +340 -0
  124. package/styles/button/_mixin.scss +683 -0
  125. package/styles/button/_theme.scss +1945 -0
  126. package/styles/button/_variables.scss +2 -0
  127. package/styles/button/button-lite.css +1283 -0
  128. package/styles/button/button-lite.scss +2 -0
  129. package/styles/button/button.css +1549 -0
  130. package/styles/button/button.scss +3 -0
  131. package/styles/button/index-lite.css +2 -0
  132. package/styles/button/index-lite.scss +2 -0
  133. package/styles/button/index.css +2 -0
  134. package/styles/button/index.scss +2 -0
  135. package/styles/button-group/_all.scss +2 -0
  136. package/styles/button-group/_bigger.scss +13 -0
  137. package/styles/button-group/_fluent-dark-definition.scss +42 -0
  138. package/styles/button-group/_group-button-mixin.scss +96 -0
  139. package/styles/button-group/_layout.scss +280 -0
  140. package/styles/button-group/_theme.scss +481 -0
  141. package/styles/button-group/_variables.scss +2 -0
  142. package/styles/button-group/button-group-lite.css +764 -0
  143. package/styles/button-group/button-group-lite.scss +2 -0
  144. package/styles/button-group/button-group.css +770 -0
  145. package/styles/button-group/button-group.scss +3 -0
  146. package/styles/button-group/index-lite.css +3 -0
  147. package/styles/button-group/index-lite.scss +3 -0
  148. package/styles/button-group/index.css +3 -0
  149. package/styles/button-group/index.scss +3 -0
  150. package/styles/calendar/_all.scss +2 -0
  151. package/styles/calendar/_bigger.scss +1161 -0
  152. package/styles/calendar/_fluent-dark-definition.scss +276 -0
  153. package/styles/calendar/_layout.scss +589 -0
  154. package/styles/calendar/_theme.scss +725 -0
  155. package/styles/calendar/_variables.scss +2 -0
  156. package/styles/calendar/calendar-lite.css +695 -0
  157. package/styles/calendar/calendar-lite.scss +2 -0
  158. package/styles/calendar/calendar.css +1361 -0
  159. package/styles/calendar/calendar.scss +3 -0
  160. package/styles/calendar/index-lite.css +3 -0
  161. package/styles/calendar/index-lite.scss +3 -0
  162. package/styles/calendar/index.css +3 -0
  163. package/styles/calendar/index.scss +3 -0
  164. package/styles/card/_all.scss +2 -0
  165. package/styles/card/_bigger.scss +172 -0
  166. package/styles/card/_fluent-dark-definition.scss +147 -0
  167. package/styles/card/_layout.scss +387 -0
  168. package/styles/card/_theme.scss +113 -0
  169. package/styles/card/_variables.scss +2 -0
  170. package/styles/card/card-lite.css +386 -0
  171. package/styles/card/card-lite.scss +2 -0
  172. package/styles/card/card.css +528 -0
  173. package/styles/card/card.scss +3 -0
  174. package/styles/card/index-lite.css +2 -0
  175. package/styles/card/index-lite.scss +2 -0
  176. package/styles/card/index.css +2 -0
  177. package/styles/card/index.scss +2 -0
  178. package/styles/carousel/_all.scss +2 -0
  179. package/styles/carousel/_fluent-dark-definition.scss +36 -0
  180. package/styles/carousel/_layout.scss +258 -0
  181. package/styles/carousel/_theme.scss +110 -0
  182. package/styles/carousel/_variables.scss +2 -0
  183. package/styles/carousel/carousel.css +286 -0
  184. package/styles/carousel/carousel.scss +2 -0
  185. package/styles/carousel/index.css +2 -0
  186. package/styles/carousel/index.scss +2 -0
  187. package/styles/chartwizard/_all.scss +2 -0
  188. package/styles/chartwizard/_bigger.scss +24 -0
  189. package/styles/chartwizard/_fluent-dark-definition.scss +12 -0
  190. package/styles/chartwizard/_layout.scss +285 -0
  191. package/styles/chartwizard/_theme.scss +58 -0
  192. package/styles/chartwizard/_variables.scss +2 -0
  193. package/styles/chartwizard/chartwizard-lite.css +270 -0
  194. package/styles/chartwizard/chartwizard-lite.scss +2 -0
  195. package/styles/chartwizard/chartwizard.css +287 -0
  196. package/styles/chartwizard/chartwizard.scss +3 -0
  197. package/styles/chartwizard/index-lite.css +38 -0
  198. package/styles/chartwizard/index-lite.scss +38 -0
  199. package/styles/chartwizard/index.css +38 -0
  200. package/styles/chartwizard/index.scss +38 -0
  201. package/styles/chat-ui/_all.scss +2 -0
  202. package/styles/chat-ui/_bigger.scss +282 -0
  203. package/styles/chat-ui/_fluent-dark-definition.scss +428 -0
  204. package/styles/chat-ui/_layout.scss +975 -0
  205. package/styles/chat-ui/_theme.scss +436 -0
  206. package/styles/chat-ui/_variables.scss +2 -0
  207. package/styles/chat-ui/chat-ui-lite.css +1258 -0
  208. package/styles/chat-ui/chat-ui-lite.scss +2 -0
  209. package/styles/chat-ui/chat-ui.css +1550 -0
  210. package/styles/chat-ui/chat-ui.scss +3 -0
  211. package/styles/chat-ui/index-lite.css +15 -0
  212. package/styles/chat-ui/index-lite.scss +15 -0
  213. package/styles/chat-ui/index.css +15 -0
  214. package/styles/chat-ui/index.scss +15 -0
  215. package/styles/check-box/_all.scss +2 -0
  216. package/styles/check-box/_bigger.scss +252 -0
  217. package/styles/check-box/_fluent-dark-definition.scss +97 -0
  218. package/styles/check-box/_layout.scss +330 -0
  219. package/styles/check-box/_theme.scss +286 -0
  220. package/styles/check-box/_variables.scss +2 -0
  221. package/styles/check-box/check-box-lite.css +433 -0
  222. package/styles/check-box/check-box-lite.scss +2 -0
  223. package/styles/check-box/check-box.css +650 -0
  224. package/styles/check-box/check-box.scss +3 -0
  225. package/styles/check-box/index-lite.css +2 -0
  226. package/styles/check-box/index-lite.scss +2 -0
  227. package/styles/check-box/index.css +2 -0
  228. package/styles/check-box/index.scss +2 -0
  229. package/styles/chips/_all.scss +2 -0
  230. package/styles/chips/_bigger.scss +150 -0
  231. package/styles/chips/_fluent-dark-definition.scss +617 -0
  232. package/styles/chips/_layout.scss +240 -0
  233. package/styles/chips/_theme.scss +909 -0
  234. package/styles/chips/_variables.scss +2 -0
  235. package/styles/chips/chips-lite.css +1910 -0
  236. package/styles/chips/chips-lite.scss +2 -0
  237. package/styles/chips/chips.css +2008 -0
  238. package/styles/chips/chips.scss +3 -0
  239. package/styles/chips/index-lite.css +2 -0
  240. package/styles/chips/index-lite.scss +2 -0
  241. package/styles/chips/index.css +2 -0
  242. package/styles/chips/index.scss +2 -0
  243. package/styles/color-picker/_all.scss +2 -0
  244. package/styles/color-picker/_bigger.scss +550 -0
  245. package/styles/color-picker/_fluent-dark-definition.scss +187 -0
  246. package/styles/color-picker/_layout.scss +970 -0
  247. package/styles/color-picker/_theme.scss +217 -0
  248. package/styles/color-picker/_variables.scss +2 -0
  249. package/styles/color-picker/color-picker-lite.css +585 -0
  250. package/styles/color-picker/color-picker-lite.scss +2 -0
  251. package/styles/color-picker/color-picker.css +786 -0
  252. package/styles/color-picker/color-picker.scss +3 -0
  253. package/styles/color-picker/index-lite.css +10 -0
  254. package/styles/color-picker/index-lite.scss +10 -0
  255. package/styles/color-picker/index.css +10 -0
  256. package/styles/color-picker/index.scss +10 -0
  257. package/styles/combo-box/_all.scss +1 -0
  258. package/styles/combo-box/_fluent-dark-definition.scss +1 -0
  259. package/styles/combo-box/_variables.scss +2 -0
  260. package/styles/combo-box/combo-box.css +1 -0
  261. package/styles/combo-box/combo-box.scss +2 -0
  262. package/styles/combo-box/index.css +7 -0
  263. package/styles/combo-box/index.scss +7 -0
  264. package/styles/context-menu/_all.scss +2 -0
  265. package/styles/context-menu/_bigger.scss +111 -0
  266. package/styles/context-menu/_fluent-dark-definition.scss +67 -0
  267. package/styles/context-menu/_layout-mixin.scss +144 -0
  268. package/styles/context-menu/_layout.scss +181 -0
  269. package/styles/context-menu/_theme-mixin.scss +87 -0
  270. package/styles/context-menu/_theme.scss +79 -0
  271. package/styles/context-menu/_variables.scss +2 -0
  272. package/styles/context-menu/context-menu-lite.css +307 -0
  273. package/styles/context-menu/context-menu-lite.scss +2 -0
  274. package/styles/context-menu/context-menu.css +351 -0
  275. package/styles/context-menu/context-menu.scss +3 -0
  276. package/styles/context-menu/index-lite.css +2 -0
  277. package/styles/context-menu/index-lite.scss +2 -0
  278. package/styles/context-menu/index.css +2 -0
  279. package/styles/context-menu/index.scss +2 -0
  280. package/styles/dashboard-layout/_all.scss +2 -0
  281. package/styles/dashboard-layout/_bigger.scss +40 -0
  282. package/styles/dashboard-layout/_fluent-dark-definition.scss +114 -0
  283. package/styles/dashboard-layout/_layout.scss +234 -0
  284. package/styles/dashboard-layout/_theme.scss +117 -0
  285. package/styles/dashboard-layout/_variables.scss +2 -0
  286. package/styles/dashboard-layout/dashboard-layout-lite.css +219 -0
  287. package/styles/dashboard-layout/dashboard-layout-lite.scss +2 -0
  288. package/styles/dashboard-layout/dashboard-layout.css +234 -0
  289. package/styles/dashboard-layout/dashboard-layout.scss +3 -0
  290. package/styles/dashboard-layout/index-lite.css +2 -0
  291. package/styles/dashboard-layout/index-lite.scss +2 -0
  292. package/styles/dashboard-layout/index.css +2 -0
  293. package/styles/dashboard-layout/index.scss +2 -0
  294. package/styles/data-form/_all.scss +2 -0
  295. package/styles/data-form/_fluent-dark-definition.scss +53 -0
  296. package/styles/data-form/_layout.scss +232 -0
  297. package/styles/data-form/_theme.scss +41 -0
  298. package/styles/data-form/_variables.scss +2 -0
  299. package/styles/data-form/data-form.css +240 -0
  300. package/styles/data-form/data-form.scss +2 -0
  301. package/styles/data-form/index.css +2 -0
  302. package/styles/data-form/index.scss +2 -0
  303. package/styles/datepicker/_all.scss +2 -0
  304. package/styles/datepicker/_bigger.scss +83 -0
  305. package/styles/datepicker/_fluent-dark-definition.scss +135 -0
  306. package/styles/datepicker/_layout.scss +442 -0
  307. package/styles/datepicker/_theme.scss +49 -0
  308. package/styles/datepicker/_variables.scss +2 -0
  309. package/styles/datepicker/datepicker-lite.css +360 -0
  310. package/styles/datepicker/datepicker-lite.scss +2 -0
  311. package/styles/datepicker/datepicker.css +388 -0
  312. package/styles/datepicker/datepicker.scss +3 -0
  313. package/styles/datepicker/index-lite.css +6 -0
  314. package/styles/datepicker/index-lite.scss +6 -0
  315. package/styles/datepicker/index.css +6 -0
  316. package/styles/datepicker/index.scss +6 -0
  317. package/styles/daterangepicker/_all.scss +2 -0
  318. package/styles/daterangepicker/_bigger.scss +972 -0
  319. package/styles/daterangepicker/_fluent-dark-definition.scss +335 -0
  320. package/styles/daterangepicker/_layout.scss +814 -0
  321. package/styles/daterangepicker/_theme.scss +429 -0
  322. package/styles/daterangepicker/_variables.scss +2 -0
  323. package/styles/daterangepicker/daterangepicker-lite.css +772 -0
  324. package/styles/daterangepicker/daterangepicker-lite.scss +2 -0
  325. package/styles/daterangepicker/daterangepicker.css +1399 -0
  326. package/styles/daterangepicker/daterangepicker.scss +3 -0
  327. package/styles/daterangepicker/index-lite.css +8 -0
  328. package/styles/daterangepicker/index-lite.scss +8 -0
  329. package/styles/daterangepicker/index.css +8 -0
  330. package/styles/daterangepicker/index.scss +8 -0
  331. package/styles/datetimepicker/_all.scss +2 -0
  332. package/styles/datetimepicker/_bigger.scss +106 -0
  333. package/styles/datetimepicker/_fluent-dark-definition.scss +76 -0
  334. package/styles/datetimepicker/_layout.scss +193 -0
  335. package/styles/datetimepicker/_theme.scss +96 -0
  336. package/styles/datetimepicker/_variables.scss +2 -0
  337. package/styles/datetimepicker/datetimepicker-lite.css +157 -0
  338. package/styles/datetimepicker/datetimepicker-lite.scss +2 -0
  339. package/styles/datetimepicker/datetimepicker.css +194 -0
  340. package/styles/datetimepicker/datetimepicker.scss +3 -0
  341. package/styles/datetimepicker/index-lite.css +9 -0
  342. package/styles/datetimepicker/index-lite.scss +9 -0
  343. package/styles/datetimepicker/index.css +9 -0
  344. package/styles/datetimepicker/index.scss +9 -0
  345. package/styles/diagram/_all.scss +1 -0
  346. package/styles/diagram/_definition.scss +54 -0
  347. package/styles/diagram/_fluent-dark-definition.scss +78 -0
  348. package/styles/diagram/_theme.scss +461 -0
  349. package/styles/diagram/_variables.scss +2 -0
  350. package/styles/diagram/diagram.css +450 -0
  351. package/styles/diagram/diagram.scss +2 -0
  352. package/styles/diagram/index.css +5 -0
  353. package/styles/diagram/index.scss +5 -0
  354. package/styles/dialog/_all.scss +2 -0
  355. package/styles/dialog/_bigger.scss +88 -0
  356. package/styles/dialog/_fluent-dark-definition.scss +108 -0
  357. package/styles/dialog/_layout.scss +490 -0
  358. package/styles/dialog/_theme.scss +165 -0
  359. package/styles/dialog/_variables.scss +2 -0
  360. package/styles/dialog/dialog-lite.css +462 -0
  361. package/styles/dialog/dialog-lite.scss +2 -0
  362. package/styles/dialog/dialog.css +509 -0
  363. package/styles/dialog/dialog.scss +3 -0
  364. package/styles/dialog/index-lite.css +4 -0
  365. package/styles/dialog/index-lite.scss +4 -0
  366. package/styles/dialog/index.css +4 -0
  367. package/styles/dialog/index.scss +4 -0
  368. package/styles/document-editor/_all.scss +3 -0
  369. package/styles/document-editor/_bigger.scss +964 -0
  370. package/styles/document-editor/_fluent-dark-definition.scss +929 -0
  371. package/styles/document-editor/_layout.scss +445 -0
  372. package/styles/document-editor/_theme.scss +2921 -0
  373. package/styles/document-editor/_variables.scss +2 -0
  374. package/styles/document-editor/document-editor-lite.css +2660 -0
  375. package/styles/document-editor/document-editor-lite.scss +2 -0
  376. package/styles/document-editor/document-editor.css +2957 -0
  377. package/styles/document-editor/document-editor.scss +3 -0
  378. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +88 -0
  379. package/styles/document-editor/index-lite.css +27 -0
  380. package/styles/document-editor/index-lite.scss +27 -0
  381. package/styles/document-editor/index.css +27 -0
  382. package/styles/document-editor/index.scss +27 -0
  383. package/styles/document-editor-container/_all.scss +2 -0
  384. package/styles/document-editor-container/_bigger.scss +1154 -0
  385. package/styles/document-editor-container/_definition.scss +10 -0
  386. package/styles/document-editor-container/_fluent-dark-definition.scss +389 -0
  387. package/styles/document-editor-container/_layout.scss +240 -0
  388. package/styles/document-editor-container/_theme.scss +1993 -0
  389. package/styles/document-editor-container/_variables.scss +2 -0
  390. package/styles/document-editor-container/document-editor-container-lite.css +1130 -0
  391. package/styles/document-editor-container/document-editor-container-lite.scss +2 -0
  392. package/styles/document-editor-container/document-editor-container.css +1642 -0
  393. package/styles/document-editor-container/document-editor-container.scss +3 -0
  394. package/styles/document-editor-container/index-lite.css +31 -0
  395. package/styles/document-editor-container/index-lite.scss +31 -0
  396. package/styles/document-editor-container/index.css +31 -0
  397. package/styles/document-editor-container/index.scss +31 -0
  398. package/styles/drawing/_all.scss +1 -0
  399. package/styles/drawing/_definition.scss +1 -0
  400. package/styles/drawing/_fluent-dark-definition.scss +1 -0
  401. package/styles/drawing/_theme.scss +1 -0
  402. package/styles/drawing/_variables.scss +2 -0
  403. package/styles/drawing/drawing.css +1 -0
  404. package/styles/drawing/drawing.scss +2 -0
  405. package/styles/drawing/index.css +2 -0
  406. package/styles/drawing/index.scss +2 -0
  407. package/styles/drop-down-base/_all.scss +2 -0
  408. package/styles/drop-down-base/_bigger.scss +194 -0
  409. package/styles/drop-down-base/_definition.scss +24 -0
  410. package/styles/drop-down-base/_fluent-dark-definition.scss +122 -0
  411. package/styles/drop-down-base/_layout.scss +158 -0
  412. package/styles/drop-down-base/_theme.scss +310 -0
  413. package/styles/drop-down-base/_variables.scss +2 -0
  414. package/styles/drop-down-base/drop-down-base-lite.css +277 -0
  415. package/styles/drop-down-base/drop-down-base-lite.scss +2 -0
  416. package/styles/drop-down-base/drop-down-base.css +363 -0
  417. package/styles/drop-down-base/drop-down-base.scss +3 -0
  418. package/styles/drop-down-base/index-lite.css +2 -0
  419. package/styles/drop-down-base/index-lite.scss +2 -0
  420. package/styles/drop-down-base/index.css +2 -0
  421. package/styles/drop-down-base/index.scss +2 -0
  422. package/styles/drop-down-button/_all.scss +2 -0
  423. package/styles/drop-down-button/_bigger.scss +105 -0
  424. package/styles/drop-down-button/_fluent-dark-definition.scss +66 -0
  425. package/styles/drop-down-button/_layout.scss +248 -0
  426. package/styles/drop-down-button/_theme.scss +106 -0
  427. package/styles/drop-down-button/_variables.scss +2 -0
  428. package/styles/drop-down-button/drop-down-button-lite.css +196 -0
  429. package/styles/drop-down-button/drop-down-button-lite.scss +2 -0
  430. package/styles/drop-down-button/drop-down-button.css +249 -0
  431. package/styles/drop-down-button/drop-down-button.scss +3 -0
  432. package/styles/drop-down-button/index-lite.css +4 -0
  433. package/styles/drop-down-button/index-lite.scss +4 -0
  434. package/styles/drop-down-button/index.css +4 -0
  435. package/styles/drop-down-button/index.scss +4 -0
  436. package/styles/drop-down-list/_all.scss +2 -0
  437. package/styles/drop-down-list/_bigger.scss +624 -0
  438. package/styles/drop-down-list/_fluent-dark-definition.scss +152 -0
  439. package/styles/drop-down-list/_layout.scss +294 -0
  440. package/styles/drop-down-list/_theme.scss +18 -0
  441. package/styles/drop-down-list/_variables.scss +2 -0
  442. package/styles/drop-down-list/drop-down-list-lite.css +274 -0
  443. package/styles/drop-down-list/drop-down-list-lite.scss +2 -0
  444. package/styles/drop-down-list/drop-down-list.css +347 -0
  445. package/styles/drop-down-list/drop-down-list.scss +3 -0
  446. package/styles/drop-down-list/index-lite.css +6 -0
  447. package/styles/drop-down-list/index-lite.scss +6 -0
  448. package/styles/drop-down-list/index.css +6 -0
  449. package/styles/drop-down-list/index.scss +6 -0
  450. package/styles/drop-down-tree/_all.scss +2 -0
  451. package/styles/drop-down-tree/_bigger.scss +589 -0
  452. package/styles/drop-down-tree/_fluent-dark-definition.scss +97 -0
  453. package/styles/drop-down-tree/_layout.scss +980 -0
  454. package/styles/drop-down-tree/_theme.scss +144 -0
  455. package/styles/drop-down-tree/_variables.scss +2 -0
  456. package/styles/drop-down-tree/drop-down-tree-lite.css +334 -0
  457. package/styles/drop-down-tree/drop-down-tree-lite.scss +2 -0
  458. package/styles/drop-down-tree/drop-down-tree.css +465 -0
  459. package/styles/drop-down-tree/drop-down-tree.scss +3 -0
  460. package/styles/drop-down-tree/index-lite.css +8 -0
  461. package/styles/drop-down-tree/index-lite.scss +8 -0
  462. package/styles/drop-down-tree/index.css +8 -0
  463. package/styles/drop-down-tree/index.scss +8 -0
  464. package/styles/excel-filter/_all.scss +2 -0
  465. package/styles/excel-filter/_bigger.scss +238 -0
  466. package/styles/excel-filter/_fluent-dark-definition.scss +77 -0
  467. package/styles/excel-filter/_layout.scss +405 -0
  468. package/styles/excel-filter/_theme.scss +52 -0
  469. package/styles/excel-filter/_variables.scss +2 -0
  470. package/styles/excel-filter/excel-filter-lite.css +253 -0
  471. package/styles/excel-filter/excel-filter-lite.scss +2 -0
  472. package/styles/excel-filter/excel-filter.css +369 -0
  473. package/styles/excel-filter/excel-filter.scss +3 -0
  474. package/styles/excel-filter/index-lite.css +18 -0
  475. package/styles/excel-filter/index-lite.scss +18 -0
  476. package/styles/excel-filter/index.css +18 -0
  477. package/styles/excel-filter/index.scss +18 -0
  478. package/styles/file-manager/_all.scss +2 -0
  479. package/styles/file-manager/_bigger.scss +869 -0
  480. package/styles/file-manager/_fluent-dark-definition.scss +329 -0
  481. package/styles/file-manager/_layout.scss +1397 -0
  482. package/styles/file-manager/_theme.scss +434 -0
  483. package/styles/file-manager/_variables.scss +2 -0
  484. package/styles/file-manager/file-manager-lite.css +846 -0
  485. package/styles/file-manager/file-manager-lite.scss +2 -0
  486. package/styles/file-manager/file-manager.css +1441 -0
  487. package/styles/file-manager/file-manager.scss +3 -0
  488. package/styles/file-manager/index-lite.css +31 -0
  489. package/styles/file-manager/index-lite.scss +31 -0
  490. package/styles/file-manager/index.css +31 -0
  491. package/styles/file-manager/index.scss +31 -0
  492. package/styles/floating-action-button/_all.scss +2 -0
  493. package/styles/floating-action-button/_bigger.scss +29 -0
  494. package/styles/floating-action-button/_fluent-dark-definition.scss +31 -0
  495. package/styles/floating-action-button/_layout.scss +113 -0
  496. package/styles/floating-action-button/_theme.scss +29 -0
  497. package/styles/floating-action-button/_variables.scss +2 -0
  498. package/styles/floating-action-button/floating-action-button-lite.css +99 -0
  499. package/styles/floating-action-button/floating-action-button-lite.scss +2 -0
  500. package/styles/floating-action-button/floating-action-button.css +135 -0
  501. package/styles/floating-action-button/floating-action-button.scss +3 -0
  502. package/styles/floating-action-button/index-lite.css +3 -0
  503. package/styles/floating-action-button/index-lite.scss +3 -0
  504. package/styles/floating-action-button/index.css +3 -0
  505. package/styles/floating-action-button/index.scss +3 -0
  506. package/styles/fluent-dark-lite.css +99 -1
  507. package/styles/fluent-dark-lite.scss +99 -0
  508. package/styles/fluent-dark.css +99 -1
  509. package/styles/fluent-dark.scss +99 -0
  510. package/styles/gantt/_all.scss +2 -0
  511. package/styles/gantt/_bigger.scss +647 -0
  512. package/styles/gantt/_fluent-dark-definition.scss +239 -0
  513. package/styles/gantt/_layout.scss +1452 -0
  514. package/styles/gantt/_theme.scss +812 -0
  515. package/styles/gantt/_variables.scss +2 -0
  516. package/styles/gantt/gantt-lite.css +1620 -0
  517. package/styles/gantt/gantt-lite.scss +2 -0
  518. package/styles/gantt/gantt.css +1929 -0
  519. package/styles/gantt/gantt.scss +3 -0
  520. package/styles/gantt/index-lite.css +43 -0
  521. package/styles/gantt/index-lite.scss +43 -0
  522. package/styles/gantt/index.css +43 -0
  523. package/styles/gantt/index.scss +43 -0
  524. package/styles/grid/_all.scss +2 -0
  525. package/styles/grid/_bigger.scss +2481 -0
  526. package/styles/grid/_fluent-dark-definition.scss +602 -0
  527. package/styles/grid/_layout.scss +4393 -0
  528. package/styles/grid/_theme.scss +1033 -0
  529. package/styles/grid/_variables.scss +2 -0
  530. package/styles/grid/grid-lite.css +3656 -0
  531. package/styles/grid/grid-lite.scss +2 -0
  532. package/styles/grid/grid.css +5140 -0
  533. package/styles/grid/grid.scss +3 -0
  534. package/styles/grid/index-lite.css +25 -0
  535. package/styles/grid/index-lite.scss +25 -0
  536. package/styles/grid/index.css +25 -0
  537. package/styles/grid/index.scss +25 -0
  538. package/styles/grid-chart/_all.scss +2 -0
  539. package/styles/grid-chart/_bigger.scss +65 -0
  540. package/styles/grid-chart/_fluent-dark-definition.scss +12 -0
  541. package/styles/grid-chart/_layout.scss +161 -0
  542. package/styles/grid-chart/_theme.scss +63 -0
  543. package/styles/grid-chart/_variables.scss +2 -0
  544. package/styles/grid-chart/grid-chart-lite.css +122 -0
  545. package/styles/grid-chart/grid-chart-lite.scss +2 -0
  546. package/styles/grid-chart/grid-chart.css +155 -0
  547. package/styles/grid-chart/grid-chart.scss +3 -0
  548. package/styles/grid-chart/index-lite.css +33 -0
  549. package/styles/grid-chart/index-lite.scss +33 -0
  550. package/styles/grid-chart/index.css +33 -0
  551. package/styles/grid-chart/index.scss +33 -0
  552. package/styles/h-scroll/_all.scss +2 -0
  553. package/styles/h-scroll/_bigger.scss +40 -0
  554. package/styles/h-scroll/_fluent-dark-definition.scss +90 -0
  555. package/styles/h-scroll/_layout.scss +161 -0
  556. package/styles/h-scroll/_theme.scss +147 -0
  557. package/styles/h-scroll/_variables.scss +2 -0
  558. package/styles/h-scroll/h-scroll-lite.css +216 -0
  559. package/styles/h-scroll/h-scroll-lite.scss +2 -0
  560. package/styles/h-scroll/h-scroll.css +250 -0
  561. package/styles/h-scroll/h-scroll.scss +3 -0
  562. package/styles/h-scroll/index-lite.css +2 -0
  563. package/styles/h-scroll/index-lite.scss +2 -0
  564. package/styles/h-scroll/index.css +2 -0
  565. package/styles/h-scroll/index.scss +2 -0
  566. package/styles/icons/fluent.css +1898 -0
  567. package/styles/icons/fluent.scss +656 -0
  568. package/styles/image-editor/_all.scss +2 -0
  569. package/styles/image-editor/_bigger.scss +323 -0
  570. package/styles/image-editor/_fluent-dark-definition.scss +80 -0
  571. package/styles/image-editor/_layout.scss +948 -0
  572. package/styles/image-editor/_theme.scss +240 -0
  573. package/styles/image-editor/_variables.scss +2 -0
  574. package/styles/image-editor/image-editor-lite.css +524 -0
  575. package/styles/image-editor/image-editor-lite.scss +2 -0
  576. package/styles/image-editor/image-editor.css +653 -0
  577. package/styles/image-editor/image-editor.scss +3 -0
  578. package/styles/image-editor/index-lite.css +17 -0
  579. package/styles/image-editor/index-lite.scss +17 -0
  580. package/styles/image-editor/index.css +17 -0
  581. package/styles/image-editor/index.scss +17 -0
  582. package/styles/inline-ai-assist/_all.scss +2 -0
  583. package/styles/inline-ai-assist/_bigger.scss +59 -0
  584. package/styles/inline-ai-assist/_fluent-dark-definition.scss +59 -0
  585. package/styles/inline-ai-assist/_layout.scss +247 -0
  586. package/styles/inline-ai-assist/_theme.scss +108 -0
  587. package/styles/inline-ai-assist/_variables.scss +2 -0
  588. package/styles/inline-ai-assist/index-lite.css +13 -0
  589. package/styles/inline-ai-assist/index-lite.scss +13 -0
  590. package/styles/inline-ai-assist/index.css +13 -0
  591. package/styles/inline-ai-assist/index.scss +13 -0
  592. package/styles/inline-ai-assist/inline-ai-assist-lite.css +328 -0
  593. package/styles/inline-ai-assist/inline-ai-assist-lite.scss +2 -0
  594. package/styles/inline-ai-assist/inline-ai-assist.css +386 -0
  595. package/styles/inline-ai-assist/inline-ai-assist.scss +3 -0
  596. package/styles/inplace-editor/_all.scss +2 -0
  597. package/styles/inplace-editor/_bigger.scss +196 -0
  598. package/styles/inplace-editor/_fluent-dark-definition.scss +79 -0
  599. package/styles/inplace-editor/_layout.scss +444 -0
  600. package/styles/inplace-editor/_theme.scss +255 -0
  601. package/styles/inplace-editor/_variables.scss +2 -0
  602. package/styles/inplace-editor/index-lite.css +39 -0
  603. package/styles/inplace-editor/index-lite.scss +39 -0
  604. package/styles/inplace-editor/index.css +39 -0
  605. package/styles/inplace-editor/index.scss +39 -0
  606. package/styles/inplace-editor/inplace-editor-lite.css +420 -0
  607. package/styles/inplace-editor/inplace-editor-lite.scss +2 -0
  608. package/styles/inplace-editor/inplace-editor.css +551 -0
  609. package/styles/inplace-editor/inplace-editor.scss +3 -0
  610. package/styles/input/_all.scss +3 -0
  611. package/styles/input/_bigger.scss +6232 -0
  612. package/styles/input/_definition.scss +232 -0
  613. package/styles/input/_fluent-dark-definition.scss +397 -0
  614. package/styles/input/_layout.scss +5747 -0
  615. package/styles/input/_responsive.scss +1 -0
  616. package/styles/input/_theme.scss +2624 -0
  617. package/styles/input/_variables.scss +2 -0
  618. package/styles/input/index-lite.css +2 -0
  619. package/styles/input/index-lite.scss +2 -0
  620. package/styles/input/index.css +2 -0
  621. package/styles/input/index.scss +2 -0
  622. package/styles/input/input-lite.css +2361 -0
  623. package/styles/input/input-lite.scss +2 -0
  624. package/styles/input/input.css +4076 -0
  625. package/styles/input/input.scss +3 -0
  626. package/styles/kanban/_all.scss +2 -0
  627. package/styles/kanban/_bigger.scss +172 -0
  628. package/styles/kanban/_fluent-dark-definition.scss +334 -0
  629. package/styles/kanban/_layout.scss +888 -0
  630. package/styles/kanban/_theme.scss +178 -0
  631. package/styles/kanban/_variables.scss +2 -0
  632. package/styles/kanban/index-lite.css +17 -0
  633. package/styles/kanban/index-lite.scss +17 -0
  634. package/styles/kanban/index.css +17 -0
  635. package/styles/kanban/index.scss +17 -0
  636. package/styles/kanban/kanban-lite.css +815 -0
  637. package/styles/kanban/kanban-lite.scss +2 -0
  638. package/styles/kanban/kanban.css +990 -0
  639. package/styles/kanban/kanban.scss +3 -0
  640. package/styles/list-box/_all.scss +2 -0
  641. package/styles/list-box/_bigger.scss +184 -0
  642. package/styles/list-box/_fluent-dark-definition.scss +167 -0
  643. package/styles/list-box/_layout.scss +495 -0
  644. package/styles/list-box/_theme.scss +334 -0
  645. package/styles/list-box/_variables.scss +2 -0
  646. package/styles/list-box/index-lite.css +6 -0
  647. package/styles/list-box/index-lite.scss +6 -0
  648. package/styles/list-box/index.css +6 -0
  649. package/styles/list-box/index.scss +6 -0
  650. package/styles/list-box/list-box-lite.css +734 -0
  651. package/styles/list-box/list-box-lite.scss +2 -0
  652. package/styles/list-box/list-box.css +852 -0
  653. package/styles/list-box/list-box.scss +3 -0
  654. package/styles/list-view/_all.scss +2 -0
  655. package/styles/list-view/_bigger.scss +396 -0
  656. package/styles/list-view/_fluent-dark-definition.scss +158 -0
  657. package/styles/list-view/_layout.scss +386 -0
  658. package/styles/list-view/_theme.scss +332 -0
  659. package/styles/list-view/_variables.scss +2 -0
  660. package/styles/list-view/index-lite.css +3 -0
  661. package/styles/list-view/index-lite.scss +3 -0
  662. package/styles/list-view/index.css +3 -0
  663. package/styles/list-view/index.scss +3 -0
  664. package/styles/list-view/list-view-lite.css +370 -0
  665. package/styles/list-view/list-view-lite.scss +2 -0
  666. package/styles/list-view/list-view.css +461 -0
  667. package/styles/list-view/list-view.scss +3 -0
  668. package/styles/maskedtextbox/_all.scss +2 -0
  669. package/styles/maskedtextbox/_bigger.scss +61 -0
  670. package/styles/maskedtextbox/_fluent-dark-definition.scss +24 -0
  671. package/styles/maskedtextbox/_layout.scss +98 -0
  672. package/styles/maskedtextbox/_theme.scss +11 -0
  673. package/styles/maskedtextbox/_variables.scss +2 -0
  674. package/styles/maskedtextbox/index-lite.css +3 -0
  675. package/styles/maskedtextbox/index-lite.scss +3 -0
  676. package/styles/maskedtextbox/index.css +3 -0
  677. package/styles/maskedtextbox/index.scss +3 -0
  678. package/styles/maskedtextbox/maskedtextbox-lite.css +56 -0
  679. package/styles/maskedtextbox/maskedtextbox-lite.scss +2 -0
  680. package/styles/maskedtextbox/maskedtextbox.css +130 -0
  681. package/styles/maskedtextbox/maskedtextbox.scss +3 -0
  682. package/styles/mention/_all.scss +1 -0
  683. package/styles/mention/_fluent-dark-definition.scss +1 -0
  684. package/styles/mention/_layout.scss +7 -0
  685. package/styles/mention/_variables.scss +2 -0
  686. package/styles/mention/index.css +3 -0
  687. package/styles/mention/index.scss +3 -0
  688. package/styles/mention/mention.css +0 -0
  689. package/styles/mention/mention.scss +2 -0
  690. package/styles/menu/_all.scss +2 -0
  691. package/styles/menu/_bigger.scss +382 -0
  692. package/styles/menu/_fluent-dark-definition.scss +99 -0
  693. package/styles/menu/_layout.scss +503 -0
  694. package/styles/menu/_theme.scss +430 -0
  695. package/styles/menu/_variables.scss +2 -0
  696. package/styles/menu/index-lite.css +6 -0
  697. package/styles/menu/index-lite.scss +6 -0
  698. package/styles/menu/index.css +6 -0
  699. package/styles/menu/index.scss +6 -0
  700. package/styles/menu/menu-lite.css +713 -0
  701. package/styles/menu/menu-lite.scss +2 -0
  702. package/styles/menu/menu.css +1038 -0
  703. package/styles/menu/menu.scss +3 -0
  704. package/styles/message/_all.scss +2 -0
  705. package/styles/message/_bigger.scss +349 -0
  706. package/styles/message/_fluent-dark-definition.scss +134 -0
  707. package/styles/message/_layout.scss +75 -0
  708. package/styles/message/_theme.scss +448 -0
  709. package/styles/message/_variables.scss +2 -0
  710. package/styles/message/index-lite.css +2 -0
  711. package/styles/message/index-lite.scss +2 -0
  712. package/styles/message/index.css +2 -0
  713. package/styles/message/index.scss +2 -0
  714. package/styles/message/message-lite.css +282 -0
  715. package/styles/message/message-lite.scss +2 -0
  716. package/styles/message/message.css +395 -0
  717. package/styles/message/message.scss +3 -0
  718. package/styles/multi-select/_all.scss +2 -0
  719. package/styles/multi-select/_bigger.scss +1578 -0
  720. package/styles/multi-select/_fluent-dark-definition.scss +314 -0
  721. package/styles/multi-select/_layout.scss +1337 -0
  722. package/styles/multi-select/_theme.scss +566 -0
  723. package/styles/multi-select/_variables.scss +2 -0
  724. package/styles/multi-select/index-lite.css +8 -0
  725. package/styles/multi-select/index-lite.scss +8 -0
  726. package/styles/multi-select/index.css +8 -0
  727. package/styles/multi-select/index.scss +8 -0
  728. package/styles/multi-select/multi-select-lite.css +865 -0
  729. package/styles/multi-select/multi-select-lite.scss +2 -0
  730. package/styles/multi-select/multi-select.css +1157 -0
  731. package/styles/multi-select/multi-select.scss +3 -0
  732. package/styles/multicolumn-combobox/_all.scss +2 -0
  733. package/styles/multicolumn-combobox/_bigger.scss +47 -0
  734. package/styles/multicolumn-combobox/_fluent-dark-definition.scss +49 -0
  735. package/styles/multicolumn-combobox/_layout.scss +158 -0
  736. package/styles/multicolumn-combobox/_theme.scss +53 -0
  737. package/styles/multicolumn-combobox/_variables.scss +2 -0
  738. package/styles/multicolumn-combobox/index-lite.css +28 -0
  739. package/styles/multicolumn-combobox/index-lite.scss +28 -0
  740. package/styles/multicolumn-combobox/index.css +28 -0
  741. package/styles/multicolumn-combobox/index.scss +28 -0
  742. package/styles/multicolumn-combobox/multicolumn-combobox-lite.css +186 -0
  743. package/styles/multicolumn-combobox/multicolumn-combobox-lite.scss +2 -0
  744. package/styles/multicolumn-combobox/multicolumn-combobox.css +243 -0
  745. package/styles/multicolumn-combobox/multicolumn-combobox.scss +3 -0
  746. package/styles/numerictextbox/_all.scss +2 -0
  747. package/styles/numerictextbox/_bigger.scss +61 -0
  748. package/styles/numerictextbox/_fluent-dark-definition.scss +25 -0
  749. package/styles/numerictextbox/_layout.scss +85 -0
  750. package/styles/numerictextbox/_theme.scss +24 -0
  751. package/styles/numerictextbox/_variables.scss +2 -0
  752. package/styles/numerictextbox/index-lite.css +3 -0
  753. package/styles/numerictextbox/index-lite.scss +3 -0
  754. package/styles/numerictextbox/index.css +3 -0
  755. package/styles/numerictextbox/index.scss +3 -0
  756. package/styles/numerictextbox/numerictextbox-lite.css +69 -0
  757. package/styles/numerictextbox/numerictextbox-lite.scss +2 -0
  758. package/styles/numerictextbox/numerictextbox.css +137 -0
  759. package/styles/numerictextbox/numerictextbox.scss +3 -0
  760. package/styles/otp-input/_all.scss +2 -0
  761. package/styles/otp-input/_bigger.scss +66 -0
  762. package/styles/otp-input/_fluent-dark-definition.scss +62 -0
  763. package/styles/otp-input/_layout.scss +95 -0
  764. package/styles/otp-input/_theme.scss +77 -0
  765. package/styles/otp-input/_variables.scss +2 -0
  766. package/styles/otp-input/index-lite.css +2 -0
  767. package/styles/otp-input/index-lite.scss +2 -0
  768. package/styles/otp-input/index.css +2 -0
  769. package/styles/otp-input/index.scss +2 -0
  770. package/styles/otp-input/otp-input-lite.css +133 -0
  771. package/styles/otp-input/otp-input-lite.scss +2 -0
  772. package/styles/otp-input/otp-input.css +217 -0
  773. package/styles/otp-input/otp-input.scss +3 -0
  774. package/styles/pager/_all.scss +2 -0
  775. package/styles/pager/_bigger.scss +365 -0
  776. package/styles/pager/_fluent-dark-definition.scss +157 -0
  777. package/styles/pager/_layout.scss +777 -0
  778. package/styles/pager/_theme.scss +190 -0
  779. package/styles/pager/_variables.scss +2 -0
  780. package/styles/pager/index-lite.css +2 -0
  781. package/styles/pager/index-lite.scss +2 -0
  782. package/styles/pager/index.css +2 -0
  783. package/styles/pager/index.scss +2 -0
  784. package/styles/pager/pager-lite.css +554 -0
  785. package/styles/pager/pager-lite.scss +2 -0
  786. package/styles/pager/pager.css +760 -0
  787. package/styles/pager/pager.scss +3 -0
  788. package/styles/pdfviewer/_all.scss +2 -0
  789. package/styles/pdfviewer/_bigger.scss +1531 -0
  790. package/styles/pdfviewer/_fluent-dark-definition.scss +919 -0
  791. package/styles/pdfviewer/_layout.scss +197 -0
  792. package/styles/pdfviewer/_theme.scss +9139 -0
  793. package/styles/pdfviewer/_variables.scss +2 -0
  794. package/styles/pdfviewer/index-lite.css +54 -0
  795. package/styles/pdfviewer/index-lite.scss +54 -0
  796. package/styles/pdfviewer/index.css +54 -0
  797. package/styles/pdfviewer/index.scss +54 -0
  798. package/styles/pdfviewer/pdfviewer-lite.css +4942 -0
  799. package/styles/pdfviewer/pdfviewer-lite.scss +2 -0
  800. package/styles/pdfviewer/pdfviewer.css +5428 -0
  801. package/styles/pdfviewer/pdfviewer.scss +3 -0
  802. package/styles/pivotfieldlist/_all.scss +2 -0
  803. package/styles/pivotfieldlist/_bigger.scss +859 -0
  804. package/styles/pivotfieldlist/_fluent-dark-definition.scss +358 -0
  805. package/styles/pivotfieldlist/_layout.scss +1675 -0
  806. package/styles/pivotfieldlist/_theme.scss +1701 -0
  807. package/styles/pivotfieldlist/_variables.scss +2 -0
  808. package/styles/pivotfieldlist/index-lite.css +30 -0
  809. package/styles/pivotfieldlist/index-lite.scss +30 -0
  810. package/styles/pivotfieldlist/index.css +30 -0
  811. package/styles/pivotfieldlist/index.scss +30 -0
  812. package/styles/pivotfieldlist/pivotfieldlist-lite.css +2665 -0
  813. package/styles/pivotfieldlist/pivotfieldlist-lite.scss +2 -0
  814. package/styles/pivotfieldlist/pivotfieldlist.css +3527 -0
  815. package/styles/pivotfieldlist/pivotfieldlist.scss +3 -0
  816. package/styles/pivotview/_all.scss +2 -0
  817. package/styles/pivotview/_bigger.scss +637 -0
  818. package/styles/pivotview/_fluent-dark-definition.scss +292 -0
  819. package/styles/pivotview/_layout.scss +1030 -0
  820. package/styles/pivotview/_theme.scss +1809 -0
  821. package/styles/pivotview/_variables.scss +2 -0
  822. package/styles/pivotview/index-lite.css +39 -0
  823. package/styles/pivotview/index-lite.scss +39 -0
  824. package/styles/pivotview/index.css +39 -0
  825. package/styles/pivotview/index.scss +39 -0
  826. package/styles/pivotview/pivotview-lite.css +2178 -0
  827. package/styles/pivotview/pivotview-lite.scss +2 -0
  828. package/styles/pivotview/pivotview.css +2970 -0
  829. package/styles/pivotview/pivotview.scss +3 -0
  830. package/styles/popup/_all.scss +1 -0
  831. package/styles/popup/_fluent-dark-definition.scss +5 -0
  832. package/styles/popup/_layout.scss +20 -0
  833. package/styles/popup/_variables.scss +2 -0
  834. package/styles/popup/index.css +2 -0
  835. package/styles/popup/index.scss +2 -0
  836. package/styles/popup/popup.css +14 -0
  837. package/styles/popup/popup.scss +2 -0
  838. package/styles/progress-button/_all.scss +2 -0
  839. package/styles/progress-button/_bigger.scss +98 -0
  840. package/styles/progress-button/_fluent-dark-definition.scss +36 -0
  841. package/styles/progress-button/_layout.scss +327 -0
  842. package/styles/progress-button/_theme.scss +844 -0
  843. package/styles/progress-button/_variables.scss +2 -0
  844. package/styles/progress-button/index-lite.css +4 -0
  845. package/styles/progress-button/index-lite.scss +4 -0
  846. package/styles/progress-button/index.css +4 -0
  847. package/styles/progress-button/index.scss +4 -0
  848. package/styles/progress-button/progress-button-lite.css +454 -0
  849. package/styles/progress-button/progress-button-lite.scss +2 -0
  850. package/styles/progress-button/progress-button.css +526 -0
  851. package/styles/progress-button/progress-button.scss +3 -0
  852. package/styles/query-builder/_all.scss +2 -0
  853. package/styles/query-builder/_bigger.scss +223 -0
  854. package/styles/query-builder/_fluent-dark-definition.scss +149 -0
  855. package/styles/query-builder/_layout.scss +811 -0
  856. package/styles/query-builder/_theme.scss +240 -0
  857. package/styles/query-builder/_variables.scss +2 -0
  858. package/styles/query-builder/index-lite.css +18 -0
  859. package/styles/query-builder/index-lite.scss +18 -0
  860. package/styles/query-builder/index.css +18 -0
  861. package/styles/query-builder/index.scss +18 -0
  862. package/styles/query-builder/query-builder-lite.css +572 -0
  863. package/styles/query-builder/query-builder-lite.scss +2 -0
  864. package/styles/query-builder/query-builder.css +749 -0
  865. package/styles/query-builder/query-builder.scss +3 -0
  866. package/styles/radio-button/_all.scss +2 -0
  867. package/styles/radio-button/_bigger.scss +275 -0
  868. package/styles/radio-button/_fluent-dark-definition.scss +90 -0
  869. package/styles/radio-button/_layout.scss +385 -0
  870. package/styles/radio-button/_theme.scss +194 -0
  871. package/styles/radio-button/_variables.scss +2 -0
  872. package/styles/radio-button/index-lite.css +2 -0
  873. package/styles/radio-button/index-lite.scss +2 -0
  874. package/styles/radio-button/index.css +2 -0
  875. package/styles/radio-button/index.scss +2 -0
  876. package/styles/radio-button/radio-button-lite.css +334 -0
  877. package/styles/radio-button/radio-button-lite.scss +2 -0
  878. package/styles/radio-button/radio-button.css +541 -0
  879. package/styles/radio-button/radio-button.scss +3 -0
  880. package/styles/rating/_all.scss +2 -0
  881. package/styles/rating/_bigger.scss +34 -0
  882. package/styles/rating/_fluent-dark-definition.scss +60 -0
  883. package/styles/rating/_layout.scss +186 -0
  884. package/styles/rating/_theme.scss +199 -0
  885. package/styles/rating/_variables.scss +2 -0
  886. package/styles/rating/index-lite.css +3 -0
  887. package/styles/rating/index-lite.scss +3 -0
  888. package/styles/rating/index.css +3 -0
  889. package/styles/rating/index.scss +3 -0
  890. package/styles/rating/rating-lite.css +245 -0
  891. package/styles/rating/rating-lite.scss +2 -0
  892. package/styles/rating/rating.css +287 -0
  893. package/styles/rating/rating.scss +3 -0
  894. package/styles/recurrence-editor/_all.scss +2 -0
  895. package/styles/recurrence-editor/_bigger.scss +134 -0
  896. package/styles/recurrence-editor/_fluent-dark-definition.scss +41 -0
  897. package/styles/recurrence-editor/_layout.scss +425 -0
  898. package/styles/recurrence-editor/_theme.scss +1 -0
  899. package/styles/recurrence-editor/_variables.scss +2 -0
  900. package/styles/recurrence-editor/index-lite.css +12 -0
  901. package/styles/recurrence-editor/index-lite.scss +12 -0
  902. package/styles/recurrence-editor/index.css +12 -0
  903. package/styles/recurrence-editor/index.scss +12 -0
  904. package/styles/recurrence-editor/recurrence-editor-lite.css +312 -0
  905. package/styles/recurrence-editor/recurrence-editor-lite.scss +2 -0
  906. package/styles/recurrence-editor/recurrence-editor.css +397 -0
  907. package/styles/recurrence-editor/recurrence-editor.scss +3 -0
  908. package/styles/ribbon/_all.scss +2 -0
  909. package/styles/ribbon/_bigger.scss +565 -0
  910. package/styles/ribbon/_fluent-dark-definition.scss +555 -0
  911. package/styles/ribbon/_layout.scss +1484 -0
  912. package/styles/ribbon/_theme.scss +600 -0
  913. package/styles/ribbon/_variables.scss +2 -0
  914. package/styles/ribbon/index-lite.css +23 -0
  915. package/styles/ribbon/index-lite.scss +23 -0
  916. package/styles/ribbon/index.css +23 -0
  917. package/styles/ribbon/index.scss +23 -0
  918. package/styles/ribbon/ribbon-lite.css +2073 -0
  919. package/styles/ribbon/ribbon-lite.scss +2 -0
  920. package/styles/ribbon/ribbon.css +2715 -0
  921. package/styles/ribbon/ribbon.scss +3 -0
  922. package/styles/rich-text-editor/_all.scss +2 -0
  923. package/styles/rich-text-editor/_bigger.scss +467 -0
  924. package/styles/rich-text-editor/_fluent-dark-definition.scss +713 -0
  925. package/styles/rich-text-editor/_layout.scss +2767 -0
  926. package/styles/rich-text-editor/_theme.scss +892 -0
  927. package/styles/rich-text-editor/_variables.scss +2 -0
  928. package/styles/rich-text-editor/index-lite.css +27 -0
  929. package/styles/rich-text-editor/index-lite.scss +27 -0
  930. package/styles/rich-text-editor/index.css +27 -0
  931. package/styles/rich-text-editor/index.scss +27 -0
  932. package/styles/rich-text-editor/rich-text-editor-lite.css +2976 -0
  933. package/styles/rich-text-editor/rich-text-editor-lite.scss +2 -0
  934. package/styles/rich-text-editor/rich-text-editor.css +3263 -0
  935. package/styles/rich-text-editor/rich-text-editor.scss +3 -0
  936. package/styles/schedule/_all.scss +2 -0
  937. package/styles/schedule/_bigger.scss +802 -0
  938. package/styles/schedule/_fluent-dark-definition.scss +393 -0
  939. package/styles/schedule/_layout.scss +3966 -0
  940. package/styles/schedule/_theme.scss +586 -0
  941. package/styles/schedule/_variables.scss +2 -0
  942. package/styles/schedule/index-lite.css +25 -0
  943. package/styles/schedule/index-lite.scss +25 -0
  944. package/styles/schedule/index.css +25 -0
  945. package/styles/schedule/index.scss +25 -0
  946. package/styles/schedule/schedule-lite.css +3635 -0
  947. package/styles/schedule/schedule-lite.scss +2 -0
  948. package/styles/schedule/schedule.css +4279 -0
  949. package/styles/schedule/schedule.scss +3 -0
  950. package/styles/sidebar/_all.scss +3 -0
  951. package/styles/sidebar/_fluent-dark-definition.scss +11 -0
  952. package/styles/sidebar/_icons.scss +1 -0
  953. package/styles/sidebar/_layout.scss +1 -0
  954. package/styles/sidebar/_theme.scss +252 -0
  955. package/styles/sidebar/_variables.scss +2 -0
  956. package/styles/sidebar/index.css +2 -0
  957. package/styles/sidebar/index.scss +2 -0
  958. package/styles/sidebar/sidebar.css +178 -0
  959. package/styles/sidebar/sidebar.scss +2 -0
  960. package/styles/signature/_all.scss +2 -0
  961. package/styles/signature/_fluent-dark-definition.scss +5 -0
  962. package/styles/signature/_layout.scss +9 -0
  963. package/styles/signature/_theme.scss +8 -0
  964. package/styles/signature/_variables.scss +2 -0
  965. package/styles/signature/index.css +2 -0
  966. package/styles/signature/index.scss +2 -0
  967. package/styles/signature/signature.css +8 -0
  968. package/styles/signature/signature.scss +2 -0
  969. package/styles/skeleton/_all.scss +2 -0
  970. package/styles/skeleton/_fluent-dark-definition.scss +17 -0
  971. package/styles/skeleton/_layout.scss +98 -0
  972. package/styles/skeleton/_theme.scss +30 -0
  973. package/styles/skeleton/_variables.scss +2 -0
  974. package/styles/skeleton/index.css +2 -0
  975. package/styles/skeleton/index.scss +2 -0
  976. package/styles/skeleton/skeleton.css +78 -0
  977. package/styles/skeleton/skeleton.scss +2 -0
  978. package/styles/slider/_all.scss +3 -0
  979. package/styles/slider/_bigger.scss +479 -0
  980. package/styles/slider/_fluent-dark-definition.scss +130 -0
  981. package/styles/slider/_icons.scss +1 -0
  982. package/styles/slider/_layout.scss +1616 -0
  983. package/styles/slider/_theme.scss +246 -0
  984. package/styles/slider/_variables.scss +2 -0
  985. package/styles/slider/index-lite.css +4 -0
  986. package/styles/slider/index-lite.scss +4 -0
  987. package/styles/slider/index.css +4 -0
  988. package/styles/slider/index.scss +4 -0
  989. package/styles/slider/slider-lite.css +474 -0
  990. package/styles/slider/slider-lite.scss +2 -0
  991. package/styles/slider/slider.css +525 -0
  992. package/styles/slider/slider.scss +3 -0
  993. package/styles/smart-textarea/_all.scss +2 -0
  994. package/styles/smart-textarea/_fluent-dark-definition.scss +5 -0
  995. package/styles/smart-textarea/_layout.scss +35 -0
  996. package/styles/smart-textarea/_theme.scss +17 -0
  997. package/styles/smart-textarea/_variables.scss +2 -0
  998. package/styles/smart-textarea/index.css +5 -0
  999. package/styles/smart-textarea/index.scss +5 -0
  1000. package/styles/smart-textarea/smart-textarea.css +45 -0
  1001. package/styles/smart-textarea/smart-textarea.scss +2 -0
  1002. package/styles/smartpdfviewer/_all.scss +2 -0
  1003. package/styles/smartpdfviewer/_bigger.scss +66 -0
  1004. package/styles/smartpdfviewer/_fluent-dark-definition.scss +96 -0
  1005. package/styles/smartpdfviewer/_layout.scss +1 -0
  1006. package/styles/smartpdfviewer/_theme.scss +368 -0
  1007. package/styles/smartpdfviewer/_variables.scss +2 -0
  1008. package/styles/smartpdfviewer/index-lite.css +56 -0
  1009. package/styles/smartpdfviewer/index-lite.scss +56 -0
  1010. package/styles/smartpdfviewer/index.css +56 -0
  1011. package/styles/smartpdfviewer/index.scss +56 -0
  1012. package/styles/smartpdfviewer/smartpdfviewer-lite.css +209 -0
  1013. package/styles/smartpdfviewer/smartpdfviewer-lite.scss +2 -0
  1014. package/styles/smartpdfviewer/smartpdfviewer.css +232 -0
  1015. package/styles/smartpdfviewer/smartpdfviewer.scss +3 -0
  1016. package/styles/sortable/_all.scss +1 -0
  1017. package/styles/sortable/_fluent-dark-definition.scss +1 -0
  1018. package/styles/sortable/_layout.scss +29 -0
  1019. package/styles/sortable/_variables.scss +2 -0
  1020. package/styles/sortable/index.css +2 -0
  1021. package/styles/sortable/index.scss +2 -0
  1022. package/styles/sortable/sortable.css +24 -0
  1023. package/styles/sortable/sortable.scss +2 -0
  1024. package/styles/speech-to-text/_all.scss +2 -0
  1025. package/styles/speech-to-text/_bigger.scss +50 -0
  1026. package/styles/speech-to-text/_fluent-dark-definition.scss +33 -0
  1027. package/styles/speech-to-text/_layout.scss +58 -0
  1028. package/styles/speech-to-text/_theme.scss +31 -0
  1029. package/styles/speech-to-text/_variables.scss +2 -0
  1030. package/styles/speech-to-text/index-lite.css +4 -0
  1031. package/styles/speech-to-text/index-lite.scss +4 -0
  1032. package/styles/speech-to-text/index.css +4 -0
  1033. package/styles/speech-to-text/index.scss +4 -0
  1034. package/styles/speech-to-text/speech-to-text-lite.css +53 -0
  1035. package/styles/speech-to-text/speech-to-text-lite.scss +2 -0
  1036. package/styles/speech-to-text/speech-to-text.css +83 -0
  1037. package/styles/speech-to-text/speech-to-text.scss +3 -0
  1038. package/styles/speed-dial/_all.scss +2 -0
  1039. package/styles/speed-dial/_bigger.scss +66 -0
  1040. package/styles/speed-dial/_fluent-dark-definition.scss +73 -0
  1041. package/styles/speed-dial/_layout.scss +329 -0
  1042. package/styles/speed-dial/_theme.scss +88 -0
  1043. package/styles/speed-dial/_variables.scss +2 -0
  1044. package/styles/speed-dial/index-lite.css +4 -0
  1045. package/styles/speed-dial/index-lite.scss +4 -0
  1046. package/styles/speed-dial/index.css +4 -0
  1047. package/styles/speed-dial/index.scss +4 -0
  1048. package/styles/speed-dial/speed-dial-lite.css +288 -0
  1049. package/styles/speed-dial/speed-dial-lite.scss +2 -0
  1050. package/styles/speed-dial/speed-dial.css +372 -0
  1051. package/styles/speed-dial/speed-dial.scss +3 -0
  1052. package/styles/spinner/_all.scss +3 -0
  1053. package/styles/spinner/_definition.scss +1 -0
  1054. package/styles/spinner/_fluent-dark-definition.scss +83 -0
  1055. package/styles/spinner/_icons.scss +1 -0
  1056. package/styles/spinner/_layout.scss +162 -0
  1057. package/styles/spinner/_theme.scss +81 -0
  1058. package/styles/spinner/_variables.scss +2 -0
  1059. package/styles/spinner/index.css +2 -0
  1060. package/styles/spinner/index.scss +2 -0
  1061. package/styles/spinner/spinner.css +219 -0
  1062. package/styles/spinner/spinner.scss +2 -0
  1063. package/styles/split-button/_all.scss +2 -0
  1064. package/styles/split-button/_bigger.scss +140 -0
  1065. package/styles/split-button/_fluent-dark-definition.scss +71 -0
  1066. package/styles/split-button/_layout.scss +337 -0
  1067. package/styles/split-button/_theme.scss +191 -0
  1068. package/styles/split-button/_variables.scss +2 -0
  1069. package/styles/split-button/index-lite.css +5 -0
  1070. package/styles/split-button/index-lite.scss +5 -0
  1071. package/styles/split-button/index.css +5 -0
  1072. package/styles/split-button/index.scss +5 -0
  1073. package/styles/split-button/split-button-lite.css +243 -0
  1074. package/styles/split-button/split-button-lite.scss +2 -0
  1075. package/styles/split-button/split-button.css +317 -0
  1076. package/styles/split-button/split-button.scss +3 -0
  1077. package/styles/splitter/_all.scss +3 -0
  1078. package/styles/splitter/_bigger.scss +79 -0
  1079. package/styles/splitter/_definition.scss +1 -0
  1080. package/styles/splitter/_fluent-dark-definition.scss +78 -0
  1081. package/styles/splitter/_layout.scss +362 -0
  1082. package/styles/splitter/_responsive.scss +1 -0
  1083. package/styles/splitter/_theme.scss +204 -0
  1084. package/styles/splitter/_variables.scss +2 -0
  1085. package/styles/splitter/index-lite.css +2 -0
  1086. package/styles/splitter/index-lite.scss +2 -0
  1087. package/styles/splitter/index.css +2 -0
  1088. package/styles/splitter/index.scss +2 -0
  1089. package/styles/splitter/splitter-lite.css +439 -0
  1090. package/styles/splitter/splitter-lite.scss +2 -0
  1091. package/styles/splitter/splitter.css +475 -0
  1092. package/styles/splitter/splitter.scss +3 -0
  1093. package/styles/spreadsheet/_all.scss +2 -0
  1094. package/styles/spreadsheet/_bigger.scss +1479 -0
  1095. package/styles/spreadsheet/_fluent-dark-definition.scss +428 -0
  1096. package/styles/spreadsheet/_layout.scss +5512 -0
  1097. package/styles/spreadsheet/_theme.scss +2330 -0
  1098. package/styles/spreadsheet/_variables.scss +2 -0
  1099. package/styles/spreadsheet/index-lite.css +41 -0
  1100. package/styles/spreadsheet/index-lite.scss +41 -0
  1101. package/styles/spreadsheet/index.css +41 -0
  1102. package/styles/spreadsheet/index.scss +41 -0
  1103. package/styles/spreadsheet/spreadsheet-lite.css +4501 -0
  1104. package/styles/spreadsheet/spreadsheet-lite.scss +2 -0
  1105. package/styles/spreadsheet/spreadsheet.css +4860 -0
  1106. package/styles/spreadsheet/spreadsheet.scss +3 -0
  1107. package/styles/spreadsheet-ribbon/_all.scss +2 -0
  1108. package/styles/spreadsheet-ribbon/_bigger.scss +147 -0
  1109. package/styles/spreadsheet-ribbon/_fluent-dark-definition.scss +45 -0
  1110. package/styles/spreadsheet-ribbon/_layout.scss +331 -0
  1111. package/styles/spreadsheet-ribbon/_mixin.scss +72 -0
  1112. package/styles/spreadsheet-ribbon/_theme.scss +178 -0
  1113. package/styles/spreadsheet-ribbon/_variables.scss +2 -0
  1114. package/styles/spreadsheet-ribbon/index-lite.css +2 -0
  1115. package/styles/spreadsheet-ribbon/index-lite.scss +2 -0
  1116. package/styles/spreadsheet-ribbon/index.css +2 -0
  1117. package/styles/spreadsheet-ribbon/index.scss +2 -0
  1118. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.css +191 -0
  1119. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.scss +2 -0
  1120. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.css +257 -0
  1121. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.scss +3 -0
  1122. package/styles/stepper/_all.scss +2 -0
  1123. package/styles/stepper/_bigger.scss +54 -0
  1124. package/styles/stepper/_fluent-dark-definition.scss +102 -0
  1125. package/styles/stepper/_layout.scss +435 -0
  1126. package/styles/stepper/_theme.scss +197 -0
  1127. package/styles/stepper/_variables.scss +2 -0
  1128. package/styles/stepper/index-lite.css +3 -0
  1129. package/styles/stepper/index-lite.scss +3 -0
  1130. package/styles/stepper/index.css +3 -0
  1131. package/styles/stepper/index.scss +3 -0
  1132. package/styles/stepper/stepper-lite.css +566 -0
  1133. package/styles/stepper/stepper-lite.scss +2 -0
  1134. package/styles/stepper/stepper.css +662 -0
  1135. package/styles/stepper/stepper.scss +3 -0
  1136. package/styles/stock-chart/index-lite.css +12 -0
  1137. package/styles/stock-chart/index-lite.scss +12 -0
  1138. package/styles/stock-chart/index.css +12 -0
  1139. package/styles/stock-chart/index.scss +12 -0
  1140. package/styles/switch/_all.scss +2 -0
  1141. package/styles/switch/_bigger.scss +286 -0
  1142. package/styles/switch/_fluent-dark-definition.scss +147 -0
  1143. package/styles/switch/_layout.scss +388 -0
  1144. package/styles/switch/_theme.scss +518 -0
  1145. package/styles/switch/_variables.scss +2 -0
  1146. package/styles/switch/index-lite.css +2 -0
  1147. package/styles/switch/index-lite.scss +2 -0
  1148. package/styles/switch/index.css +2 -0
  1149. package/styles/switch/index.scss +2 -0
  1150. package/styles/switch/switch-lite.css +605 -0
  1151. package/styles/switch/switch-lite.scss +2 -0
  1152. package/styles/switch/switch.css +903 -0
  1153. package/styles/switch/switch.scss +3 -0
  1154. package/styles/tab/_all.scss +2 -0
  1155. package/styles/tab/_bigger.scss +1277 -0
  1156. package/styles/tab/_fluent-dark-definition.scss +686 -0
  1157. package/styles/tab/_icons.scss +35 -0
  1158. package/styles/tab/_layout.scss +2192 -0
  1159. package/styles/tab/_theme.scss +1581 -0
  1160. package/styles/tab/_variables.scss +2 -0
  1161. package/styles/tab/index-lite.css +7 -0
  1162. package/styles/tab/index-lite.scss +7 -0
  1163. package/styles/tab/index.css +7 -0
  1164. package/styles/tab/index.scss +7 -0
  1165. package/styles/tab/tab-lite.css +2782 -0
  1166. package/styles/tab/tab-lite.scss +2 -0
  1167. package/styles/tab/tab.css +3982 -0
  1168. package/styles/tab/tab.scss +3 -0
  1169. package/styles/textarea/_all.scss +1 -0
  1170. package/styles/textarea/_fluent-dark-definition.scss +15 -0
  1171. package/styles/textarea/_layout.scss +266 -0
  1172. package/styles/textarea/_theme.scss +1 -0
  1173. package/styles/textarea/_variables.scss +2 -0
  1174. package/styles/textarea/index.css +4 -0
  1175. package/styles/textarea/index.scss +4 -0
  1176. package/styles/textarea/textarea.css +488 -0
  1177. package/styles/textarea/textarea.scss +2 -0
  1178. package/styles/textbox/_all.scss +1 -0
  1179. package/styles/textbox/_bigger.scss +464 -0
  1180. package/styles/textbox/_fluent-dark-definition.scss +105 -0
  1181. package/styles/textbox/_layout.scss +601 -0
  1182. package/styles/textbox/_theme.scss +1 -0
  1183. package/styles/textbox/_variables.scss +2 -0
  1184. package/styles/textbox/index-lite.css +3 -0
  1185. package/styles/textbox/index-lite.scss +3 -0
  1186. package/styles/textbox/index.css +3 -0
  1187. package/styles/textbox/index.scss +3 -0
  1188. package/styles/textbox/textbox-lite.css +363 -0
  1189. package/styles/textbox/textbox-lite.scss +2 -0
  1190. package/styles/textbox/textbox.css +644 -0
  1191. package/styles/textbox/textbox.scss +3 -0
  1192. package/styles/timeline/_all.scss +2 -0
  1193. package/styles/timeline/_bigger.scss +49 -0
  1194. package/styles/timeline/_fluent-dark-definition.scss +28 -0
  1195. package/styles/timeline/_layout.scss +277 -0
  1196. package/styles/timeline/_theme.scss +44 -0
  1197. package/styles/timeline/_variables.scss +2 -0
  1198. package/styles/timeline/index-lite.css +2 -0
  1199. package/styles/timeline/index-lite.scss +2 -0
  1200. package/styles/timeline/index.css +2 -0
  1201. package/styles/timeline/index.scss +2 -0
  1202. package/styles/timeline/timeline-lite.css +225 -0
  1203. package/styles/timeline/timeline-lite.scss +2 -0
  1204. package/styles/timeline/timeline.css +264 -0
  1205. package/styles/timeline/timeline.scss +3 -0
  1206. package/styles/timepicker/_all.scss +2 -0
  1207. package/styles/timepicker/_bigger.scss +93 -0
  1208. package/styles/timepicker/_fluent-dark-definition.scss +100 -0
  1209. package/styles/timepicker/_layout.scss +234 -0
  1210. package/styles/timepicker/_theme.scss +135 -0
  1211. package/styles/timepicker/_variables.scss +2 -0
  1212. package/styles/timepicker/index-lite.css +4 -0
  1213. package/styles/timepicker/index-lite.scss +4 -0
  1214. package/styles/timepicker/index.css +4 -0
  1215. package/styles/timepicker/index.scss +4 -0
  1216. package/styles/timepicker/timepicker-lite.css +240 -0
  1217. package/styles/timepicker/timepicker-lite.scss +2 -0
  1218. package/styles/timepicker/timepicker.css +277 -0
  1219. package/styles/timepicker/timepicker.scss +3 -0
  1220. package/styles/toast/_all.scss +2 -0
  1221. package/styles/toast/_bigger.scss +182 -0
  1222. package/styles/toast/_fluent-dark-definition.scss +125 -0
  1223. package/styles/toast/_layout.scss +279 -0
  1224. package/styles/toast/_theme.scss +266 -0
  1225. package/styles/toast/_variables.scss +2 -0
  1226. package/styles/toast/index-lite.css +3 -0
  1227. package/styles/toast/index-lite.scss +3 -0
  1228. package/styles/toast/index.css +3 -0
  1229. package/styles/toast/index.scss +3 -0
  1230. package/styles/toast/toast-lite.css +311 -0
  1231. package/styles/toast/toast-lite.scss +2 -0
  1232. package/styles/toast/toast.css +434 -0
  1233. package/styles/toast/toast.scss +3 -0
  1234. package/styles/toolbar/_all.scss +2 -0
  1235. package/styles/toolbar/_bigger.scss +332 -0
  1236. package/styles/toolbar/_fluent-dark-definition.scss +213 -0
  1237. package/styles/toolbar/_layout.scss +795 -0
  1238. package/styles/toolbar/_theme.scss +429 -0
  1239. package/styles/toolbar/_variables.scss +2 -0
  1240. package/styles/toolbar/index-lite.css +6 -0
  1241. package/styles/toolbar/index-lite.scss +6 -0
  1242. package/styles/toolbar/index.css +6 -0
  1243. package/styles/toolbar/index.scss +6 -0
  1244. package/styles/toolbar/toolbar-lite.css +848 -0
  1245. package/styles/toolbar/toolbar-lite.scss +2 -0
  1246. package/styles/toolbar/toolbar.css +1113 -0
  1247. package/styles/toolbar/toolbar.scss +3 -0
  1248. package/styles/tooltip/_all.scss +2 -0
  1249. package/styles/tooltip/_bigger.scss +47 -0
  1250. package/styles/tooltip/_fluent-dark-definition.scss +64 -0
  1251. package/styles/tooltip/_layout.scss +101 -0
  1252. package/styles/tooltip/_theme.scss +132 -0
  1253. package/styles/tooltip/_variables.scss +2 -0
  1254. package/styles/tooltip/index-lite.css +2 -0
  1255. package/styles/tooltip/index-lite.scss +2 -0
  1256. package/styles/tooltip/index.css +2 -0
  1257. package/styles/tooltip/index.scss +2 -0
  1258. package/styles/tooltip/tooltip-lite.css +143 -0
  1259. package/styles/tooltip/tooltip-lite.scss +2 -0
  1260. package/styles/tooltip/tooltip.css +152 -0
  1261. package/styles/tooltip/tooltip.scss +3 -0
  1262. package/styles/treegrid/_all.scss +2 -0
  1263. package/styles/treegrid/_bigger.scss +70 -0
  1264. package/styles/treegrid/_fluent-dark-definition.scss +29 -0
  1265. package/styles/treegrid/_icons.scss +47 -0
  1266. package/styles/treegrid/_layout.scss +531 -0
  1267. package/styles/treegrid/_theme.scss +1 -0
  1268. package/styles/treegrid/_variables.scss +2 -0
  1269. package/styles/treegrid/index-lite.css +26 -0
  1270. package/styles/treegrid/index-lite.scss +26 -0
  1271. package/styles/treegrid/index.css +26 -0
  1272. package/styles/treegrid/index.scss +26 -0
  1273. package/styles/treegrid/treegrid-lite.css +362 -0
  1274. package/styles/treegrid/treegrid-lite.scss +2 -0
  1275. package/styles/treegrid/treegrid.css +389 -0
  1276. package/styles/treegrid/treegrid.scss +3 -0
  1277. package/styles/treeview/_all.scss +2 -0
  1278. package/styles/treeview/_bigger.scss +514 -0
  1279. package/styles/treeview/_fluent-dark-definition.scss +160 -0
  1280. package/styles/treeview/_layout.scss +822 -0
  1281. package/styles/treeview/_theme.scss +409 -0
  1282. package/styles/treeview/_variables.scss +2 -0
  1283. package/styles/treeview/index-lite.css +4 -0
  1284. package/styles/treeview/index-lite.scss +4 -0
  1285. package/styles/treeview/index.css +4 -0
  1286. package/styles/treeview/index.scss +4 -0
  1287. package/styles/treeview/treeview-lite.css +613 -0
  1288. package/styles/treeview/treeview-lite.scss +2 -0
  1289. package/styles/treeview/treeview.css +870 -0
  1290. package/styles/treeview/treeview.scss +3 -0
  1291. package/styles/uploader/_all.scss +2 -0
  1292. package/styles/uploader/_bigger.scss +814 -0
  1293. package/styles/uploader/_definition.scss +144 -0
  1294. package/styles/uploader/_fluent-dark-definition.scss +240 -0
  1295. package/styles/uploader/_layout.scss +680 -0
  1296. package/styles/uploader/_theme.scss +172 -0
  1297. package/styles/uploader/_variables.scss +2 -0
  1298. package/styles/uploader/index-lite.css +4 -0
  1299. package/styles/uploader/index-lite.scss +4 -0
  1300. package/styles/uploader/index.css +4 -0
  1301. package/styles/uploader/index.scss +4 -0
  1302. package/styles/uploader/uploader-lite.css +484 -0
  1303. package/styles/uploader/uploader-lite.scss +2 -0
  1304. package/styles/uploader/uploader.css +984 -0
  1305. package/styles/uploader/uploader.scss +3 -0
  1306. package/styles/v-scroll/_all.scss +2 -0
  1307. package/styles/v-scroll/_bigger.scss +29 -0
  1308. package/styles/v-scroll/_fluent-dark-definition.scss +51 -0
  1309. package/styles/v-scroll/_layout.scss +136 -0
  1310. package/styles/v-scroll/_theme.scss +115 -0
  1311. package/styles/v-scroll/_variables.scss +2 -0
  1312. package/styles/v-scroll/index-lite.css +2 -0
  1313. package/styles/v-scroll/index-lite.scss +2 -0
  1314. package/styles/v-scroll/index.css +2 -0
  1315. package/styles/v-scroll/index.scss +2 -0
  1316. package/styles/v-scroll/v-scroll-lite.css +164 -0
  1317. package/styles/v-scroll/v-scroll-lite.scss +2 -0
  1318. package/styles/v-scroll/v-scroll.css +184 -0
  1319. package/styles/v-scroll/v-scroll.scss +3 -0
@@ -0,0 +1,2361 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /*! input layout */
3
+ .e-input-group,
4
+ .e-input-group.e-control-wrapper {
5
+ display: table;
6
+ line-height: 1.4;
7
+ margin-bottom: 0;
8
+ }
9
+ input.e-input,
10
+ .e-input-group input.e-input,
11
+ .e-input-group.e-control-wrapper input.e-input,
12
+ textarea.e-input,
13
+ .e-input-group textarea.e-input,
14
+ .e-input-group.e-control-wrapper textarea.e-input {
15
+ border: 0 solid;
16
+ border-width: 1px;
17
+ height: auto;
18
+ line-height: inherit;
19
+ margin: 0;
20
+ margin-bottom: 0;
21
+ outline: none;
22
+ padding: 0;
23
+ text-indent: 8px;
24
+ width: 100%;
25
+ letter-spacing: 0;
26
+ }
27
+ input.e-input,
28
+ textarea.e-input,
29
+ .e-input-group,
30
+ .e-input-group.e-control-wrapper,
31
+ .e-input-group.e-disabled,
32
+ .e-input-group.e-control-wrapper.e-disabled {
33
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
34
+ font-size: 14px;
35
+ font-weight: normal;
36
+ }
37
+ .e-input-group input.e-input,
38
+ .e-input-group.e-control-wrapper input.e-input,
39
+ .e-input-group textarea.e-input,
40
+ .e-input-group.e-control-wrapper textarea.e-input,
41
+ .e-input-group.e-small .e-input,
42
+ .e-input-group.e-small.e-control-wrapper .e-input,
43
+ .e-small .e-input-group .e-input,
44
+ .e-small .e-input-group.e-control-wrapper .e-input {
45
+ font: inherit;
46
+ }
47
+ input.e-input,
48
+ .e-input-group input.e-input,
49
+ .e-input-group input,
50
+ .e-input-group.e-control-wrapper input.e-input,
51
+ .e-input-group.e-control-wrapper input,
52
+ .e-float-input input,
53
+ .e-float-input.e-input-group input,
54
+ .e-float-input.e-control-wrapper input,
55
+ .e-float-input.e-control-wrapper.e-input-group input,
56
+ input.e-input:focus,
57
+ .e-input-group input.e-input:focus,
58
+ .e-input-group input:focus,
59
+ .e-input-group.e-control-wrapper input.e-input:focus,
60
+ .e-input-group.e-control-wrapper input:focus,
61
+ .e-float-input input:focus,
62
+ .e-float-input.e-input-group input:focus,
63
+ .e-float-input.e-control-wrapper input:focus,
64
+ .e-float-input.e-control-wrapper.e-input-group input:focus,
65
+ .e-input-group.e-input-focus input.e-input,
66
+ .e-input-group.e-input-focus input,
67
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
68
+ .e-input-group.e-control-wrapper.e-input-focus input,
69
+ .e-float-input.e-input-focus input,
70
+ .e-float-input.e-input-group.e-input-focus input,
71
+ .e-float-input.e-control-wrapper.e-input-focus input,
72
+ .e-float-input.e-control-wrapper.e-input-group.e-input-focus input {
73
+ overflow: hidden;
74
+ text-overflow: ellipsis;
75
+ white-space: nowrap;
76
+ }
77
+ input.e-input,
78
+ .e-input-group input.e-input,
79
+ .e-input-group input,
80
+ .e-input-group.e-control-wrapper input.e-input,
81
+ .e-input-group.e-control-wrapper input,
82
+ .e-float-input input,
83
+ .e-float-input.e-input-group input,
84
+ .e-float-input.e-control-wrapper input,
85
+ .e-float-input.e-control-wrapper.e-input-group input,
86
+ .e-input-group,
87
+ .e-input-group.e-control-wrapper,
88
+ .e-float-input,
89
+ .e-float-input.e-control-wrapper,
90
+ .e-input.e-corner,
91
+ .e-input-group.e-corner.e-rtl input.e-input:only-child,
92
+ .e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child,
93
+ .e-input-group.e-input-focus.e-corner,
94
+ .e-input-group.e-control-wrapper.e-input-focus.e-corner,
95
+ textarea.e-input,
96
+ .e-input-group textarea.e-input,
97
+ .e-input-group textarea,
98
+ .e-input-group.e-control-wrapper textarea.e-input,
99
+ .e-input-group.e-control-wrapper textarea,
100
+ .e-float-input textarea,
101
+ .e-float-input.e-input-group textarea,
102
+ .e-float-input.e-control-wrapper textarea,
103
+ .e-float-input.e-control-wrapper.e-input-group textarea {
104
+ border-radius: 2px;
105
+ }
106
+ .e-input:focus {
107
+ border-width: 1px;
108
+ padding-bottom: 0;
109
+ }
110
+ .e-input.e-small:focus {
111
+ border-width: 1px;
112
+ padding-bottom: 0;
113
+ }
114
+ .e-input-group input.e-input:focus,
115
+ .e-input-group.e-control-wrapper input.e-input:focus,
116
+ .e-input-group textarea.e-input:focus,
117
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
118
+ .e-input-group.e-input-focus input.e-input,
119
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input {
120
+ padding: 0;
121
+ }
122
+ .e-input-group textarea.e-input:focus,
123
+ .e-input-group.e-control-wrapper textarea.e-input:focus {
124
+ padding: 6px 8px 6px 8px;
125
+ }
126
+ .e-input-group .e-input-group-icon,
127
+ .e-input-group.e-control-wrapper .e-input-group-icon {
128
+ -ms-flex-align: center;
129
+ align-items: center;
130
+ border: 0 solid;
131
+ border-width: 0;
132
+ box-sizing: content-box;
133
+ cursor: pointer;
134
+ -ms-flex-direction: column;
135
+ flex-direction: column;
136
+ font-size: 14px;
137
+ -ms-flex-pack: center;
138
+ justify-content: center;
139
+ line-height: 1;
140
+ min-height: 30px;
141
+ min-width: 30px;
142
+ padding: 0;
143
+ text-align: center;
144
+ }
145
+ /* stylelint-disable property-no-vendor-prefix */
146
+ .e-input[disabled],
147
+ .e-input-group .e-input[disabled],
148
+ .e-input-group.e-control-wrapper .e-input[disabled],
149
+ .e-input-group.e-disabled,
150
+ .e-input-group.e-disabled input,
151
+ .e-input-group.e-disabled input.e-input,
152
+ .e-input-group.e-disabled textarea,
153
+ .e-input-group.e-disabled textarea.e-input,
154
+ .e-input-group.e-control-wrapper.e-disabled,
155
+ .e-input-group.e-control-wrapper.e-disabled input,
156
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
157
+ .e-input-group.e-control-wrapper.e-disabled textarea,
158
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input,
159
+ .e-float-input.e-disabled input,
160
+ .e-float-input.e-disabled textarea,
161
+ .e-float-input input[disabled],
162
+ .e-float-input input.e-disabled,
163
+ .e-float-input textarea[disabled],
164
+ .e-float-input textarea.e-disabled,
165
+ .e-float-input.e-control-wrapper.e-disabled input,
166
+ .e-float-input.e-control-wrapper.e-disabled textarea,
167
+ .e-float-input.e-control-wrapper input[disabled],
168
+ .e-float-input.e-control-wrapper input.e-disabled,
169
+ .e-float-input.e-control-wrapper textarea[disabled],
170
+ .e-float-input.e-control-wrapper textarea.e-disabled,
171
+ .e-input-group.e-disabled span,
172
+ .e-input-group.e-control-wrapper.e-disabled span,
173
+ .e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
174
+ .e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
175
+ .e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
176
+ .e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
177
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
178
+ .e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
179
+ .e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,
180
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide {
181
+ cursor: not-allowed;
182
+ }
183
+ .e-input[disabled],
184
+ .e-input-group.e-disabled,
185
+ .e-input-group.e-control-wrapper.e-disabled,
186
+ .e-float-input input[disabled],
187
+ .e-float-input input.e-disabled,
188
+ .e-float-input.e-control-wrapper input[disabled],
189
+ .e-float-input.e-control-wrapper input.e-disabled {
190
+ border-color: #252423;
191
+ border-style: solid;
192
+ }
193
+ .e-input-group.e-disabled,
194
+ .e-input-group.e-control-wrapper.e-disabled {
195
+ border-bottom-style: solid;
196
+ border-width: 1px;
197
+ }
198
+ .e-input[disabled],
199
+ .e-input-group.e-disabled,
200
+ .e-input-group.e-control-wrapper.e-disabled,
201
+ .e-float-input.e-disabled,
202
+ .e-float-input input[disabled],
203
+ .e-float-input input.e-disabled,
204
+ .e-float-input.e-disabled input,
205
+ .e-float-input.e-control-wrapper.e-disabled,
206
+ .e-float-input.e-control-wrapper input[disabled],
207
+ .e-float-input.e-control-wrapper input.e-disabled,
208
+ .e-float-input.e-control-wrapper.e-disabled input,
209
+ .e-float-input textarea[disabled],
210
+ .e-float-input textarea.e-disabled,
211
+ .e-float-input.e-disabled textarea,
212
+ .e-float-input.e-control-wrapper textarea[disabled],
213
+ .e-float-input.e-control-wrapper textarea.e-disabled,
214
+ .e-float-input.e-control-wrapper.e-disabled textarea {
215
+ filter: alpha(opacity=100);
216
+ opacity: 1;
217
+ }
218
+ .e-input.e-rtl,
219
+ .e-input-group.e-rtl,
220
+ .e-input-group.e-control-wrapper.e-rtl,
221
+ .e-float-input.e-rtl,
222
+ .e-float-input.e-control-wrapper.e-rtl {
223
+ direction: rtl;
224
+ }
225
+ .e-input-group,
226
+ .e-input-group.e-control-wrapper,
227
+ .e-float-custom-tag.e-input-group,
228
+ .e-float-custom-tag.e-input-group.e-control-wrapper,
229
+ .e-input-custom-tag,
230
+ .e-input-custom-tag.e-input-group,
231
+ .e-input-custom-tag.e-input-group.e-control-wrapper {
232
+ display: -ms-inline-flexbox;
233
+ display: inline-flex;
234
+ vertical-align: middle;
235
+ }
236
+ .e-float-input:not(.e-input-group),
237
+ .e-float-input.e-control-wrapper:not(.e-input-group),
238
+ .e-float-custom-tag,
239
+ .e-float-custom-tag.e-control-wrapper {
240
+ display: inline-block;
241
+ }
242
+ .e-input-group .e-input-group-icon,
243
+ .e-input-group.e-control-wrapper .e-input-group-icon {
244
+ display: -ms-flexbox;
245
+ display: flex;
246
+ }
247
+ .e-input-group .e-input-group-icon,
248
+ .e-input-group.e-control-wrapper .e-input-group-icon {
249
+ white-space: nowrap;
250
+ }
251
+ .e-input-group.e-corner .e-input:first-child,
252
+ .e-input-group.e-corner .e-input-group-icon:first-child,
253
+ .e-input-group.e-control-wrapper.e-corner .e-input:first-child,
254
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child {
255
+ border-bottom-left-radius: 2px;
256
+ border-top-left-radius: 2px;
257
+ }
258
+ .e-input-group.e-corner .e-input:last-child,
259
+ .e-input-group.e-corner .e-input-group-icon:last-child,
260
+ .e-input-group.e-control-wrapper.e-corner .e-input:last-child,
261
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child {
262
+ border-bottom-right-radius: 2px;
263
+ border-top-right-radius: 2px;
264
+ }
265
+ input.e-input.e-small,
266
+ textarea.e-input.e-small,
267
+ .e-small input.e-input,
268
+ .e-small textarea.e-input,
269
+ .e-input-group.e-small,
270
+ .e-small .e-input-group,
271
+ .e-input-group.e-control-wrapper.e-small,
272
+ .e-small .e-input-group.e-control-wrapper,
273
+ .e-input-group.e-small.e-disabled,
274
+ .e-small .e-input-group.e-disabled,
275
+ .e-input-group.e-control-wrapper.e-small.e-disabled,
276
+ .e-small .e-input-group.e-control-wrapper.e-disabled {
277
+ font-size: 12px;
278
+ }
279
+ .e-input.e-small,
280
+ .e-input-group.e-small .e-input,
281
+ .e-input-group.e-control-wrapper.e-small .e-input {
282
+ line-height: inherit;
283
+ padding: 0;
284
+ }
285
+ .e-input-group.e-small .e-input:focus,
286
+ .e-input-group.e-control-wrapper.e-small .e-input:focus,
287
+ .e-input-group.e-small.e-input-focus .e-input,
288
+ .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
289
+ padding: 0;
290
+ }
291
+ .e-input-group.e-small .e-input-group-icon,
292
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
293
+ .e-small .e-input-group .e-input-group-icon,
294
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
295
+ font-size: 12px;
296
+ min-height: 24px;
297
+ min-width: 24px;
298
+ padding: 0;
299
+ }
300
+ label.e-float-text,
301
+ .e-float-input label.e-float-text,
302
+ .e-float-input.e-control-wrapper label.e-float-text,
303
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
304
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
305
+ font-size: 14px;
306
+ font-style: normal;
307
+ font-weight: normal;
308
+ left: 0;
309
+ overflow: hidden;
310
+ padding-left: 10px;
311
+ pointer-events: none;
312
+ position: absolute;
313
+ text-overflow: ellipsis;
314
+ top: -11px;
315
+ transform: translate3d(0, 16px, 0) scale(1);
316
+ transform-origin: left top;
317
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
318
+ -webkit-user-select: none;
319
+ -moz-user-select: none;
320
+ -ms-user-select: none;
321
+ user-select: none;
322
+ white-space: nowrap;
323
+ width: 100%;
324
+ letter-spacing: 0;
325
+ }
326
+ label.e-float-text,
327
+ .e-float-input label.e-float-text,
328
+ .e-float-input.e-control-wrapper label.e-float-text,
329
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
330
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
331
+ top: -11px;
332
+ }
333
+ label.e-float-text,
334
+ .e-float-input label.e-float-text,
335
+ .e-float-input.e-control-wrapper label.e-float-text,
336
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
337
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
338
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
339
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
340
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
341
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
342
+ -moz-transform: translate(0%, -50%);
343
+ -ms-transform: translate(0%, -50%);
344
+ -o-transform: translate(0%, -50%);
345
+ -webkit-transform: translate(0%, -50%);
346
+ box-sizing: border-box;
347
+ left: 0%;
348
+ top: 50%;
349
+ transform: translate(0%, -50%);
350
+ -webkit-user-select: none;
351
+ -moz-user-select: none;
352
+ -ms-user-select: none;
353
+ user-select: none;
354
+ width: 100%;
355
+ font-style: normal;
356
+ }
357
+ .e-float-input.e-small label.e-float-text,
358
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
359
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
360
+ .e-float-input.e-control-wrapper.e-small label.e-float-text,
361
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
362
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
363
+ font-size: 12px;
364
+ }
365
+ .e-float-input input:focus ~ label.e-float-text,
366
+ .e-float-input input:valid ~ label.e-float-text,
367
+ .e-float-input input ~ label.e-label-top.e-float-text,
368
+ .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
369
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
370
+ .e-float-input input label.e-float-text.e-label-top,
371
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
372
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
373
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
374
+ .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
375
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
376
+ .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
377
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
378
+ .e-float-input.e-input-focus input ~ label.e-float-text {
379
+ font-size: 14px;
380
+ font-weight: 600;
381
+ padding-right: 0;
382
+ transform: translate3d(-10px, -41px, 0) scale(1);
383
+ }
384
+ .e-float-input.e-small input:focus ~ label.e-float-text,
385
+ .e-float-input.e-small input:valid ~ label.e-float-text,
386
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
387
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
388
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
389
+ .e-float-input.e-small input label.e-float-text.e-label-top,
390
+ .e-small .e-float-input input:focus ~ label.e-float-text,
391
+ .e-small .e-float-input input:valid ~ label.e-float-text,
392
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
393
+ .e-small .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
394
+ .e-small .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
395
+ .e-small .e-float-input input label.e-float-text.e-label-top,
396
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
397
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
398
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
399
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
400
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
401
+ .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
402
+ .e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
403
+ .e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
404
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
405
+ .e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
406
+ .e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
407
+ .e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top {
408
+ font-size: 14px;
409
+ font-style: normal;
410
+ font-weight: 600;
411
+ padding-right: 0;
412
+ transform: translate3d(-10px, -38px, 0) scale(1);
413
+ }
414
+ .e-float-input.e-small input:focus ~ label.e-float-text,
415
+ .e-float-input.e-small input:valid ~ label.e-float-text,
416
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
417
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
418
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
419
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
420
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
421
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
422
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
423
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
424
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
425
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
426
+ .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
427
+ .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
428
+ font-size: 12px;
429
+ padding-right: 0;
430
+ top: 17px;
431
+ }
432
+ .e-float-input,
433
+ .e-float-input.e-control-wrapper {
434
+ line-height: 1.4;
435
+ margin-bottom: 0;
436
+ margin-top: 24px;
437
+ padding-top: 0;
438
+ position: relative;
439
+ width: 100%;
440
+ }
441
+ .e-float-input.e-small,
442
+ .e-float-input.e-control-wrapper.e-small,
443
+ .e-small .e-float-input.e-control-wrapper {
444
+ line-height: 1.35;
445
+ margin-bottom: 0;
446
+ margin-top: 20px;
447
+ padding-top: 0;
448
+ }
449
+ .e-input-group.e-small,
450
+ .e-input-group.e-control-wrapper.e-small,
451
+ .e-small .e-input-group,
452
+ .e-small .e-input-group.e-control-wrapper {
453
+ line-height: normal;
454
+ }
455
+ .e-float-input.e-no-float-label,
456
+ .e-float-input.e-small.e-no-float-label,
457
+ .e-small .e-float-input.e-no-float-label,
458
+ .e-float-input.e-control-wrapper.e-no-float-label,
459
+ .e-float-input.e-control-wrapper.e-small.e-no-float-label,
460
+ .e-small .e-float-input.e-control-wrapper.e-no-float-label {
461
+ margin-top: 0;
462
+ }
463
+ .e-float-input,
464
+ .e-float-input.e-control-wrapper,
465
+ .e-float-input.e-disabled,
466
+ .e-float-input.e-control-wrapper.e-disabled,
467
+ .e-float-input.e-input-group.e-disabled,
468
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled {
469
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
470
+ font-size: 14px;
471
+ font-weight: normal;
472
+ }
473
+ .e-float-input input,
474
+ .e-float-input textarea,
475
+ .e-float-input.e-control-wrapper input,
476
+ .e-float-input.e-control-wrapper textarea {
477
+ border: 0 solid;
478
+ border-width: 1px;
479
+ display: block;
480
+ font: inherit;
481
+ width: 100%;
482
+ letter-spacing: 0;
483
+ }
484
+ .e-float-input input,
485
+ .e-float-input.e-control-wrapper input {
486
+ min-width: 0;
487
+ padding: 0;
488
+ }
489
+ .e-float-input input,
490
+ .e-input-group input,
491
+ .e-float-input.e-control-wrapper input,
492
+ .e-input-group.e-control-wrapper input,
493
+ .e-float-input textarea,
494
+ .e-input-group textarea,
495
+ .e-float-input.e-control-wrapper textarea,
496
+ .e-input-group.e-control-wrapper textarea {
497
+ text-indent: 8px;
498
+ }
499
+ .e-float-input.e-small.e-disabled,
500
+ .e-small .e-float-input.e-disabled,
501
+ .e-float-input.e-control-wrapper.e-small.e-disabled,
502
+ .e-small .e-float-input.e-control-wrapper.e-disabled,
503
+ .e-float-input.e-input-group.e-small.e-disabled,
504
+ .e-small .e-float-input.e-input-group.e-disabled,
505
+ .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
506
+ .e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled,
507
+ .e-float-input.e-small,
508
+ .e-small .e-float-input,
509
+ .e-float-input.e-control-wrapper.e-small,
510
+ .e-small .e-float-input.e-control-wrapper {
511
+ font-size: 12px;
512
+ }
513
+ .e-float-input.e-small input,
514
+ .e-float-input.e-control-wrapper.e-small input {
515
+ font: inherit;
516
+ line-height: inherit;
517
+ padding: 0;
518
+ }
519
+ .e-float-input input:focus,
520
+ .e-float-input.e-control-wrapper input:focus,
521
+ .e-float-input textarea:focus,
522
+ .e-float-input.e-control-wrapper textarea:focus,
523
+ .e-float-input.e-input-focus input,
524
+ .e-float-input.e-control-wrapper.e-input-focus input,
525
+ .e-input-group.e-control-container.valid.modified,
526
+ .e-input-group.e-control-container.invalid,
527
+ .e-float-input.e-control-container.valid.modified,
528
+ .e-float-input.e-control-container.invalid {
529
+ outline: none;
530
+ }
531
+ label.e-float-text,
532
+ .e-float-input label.e-float-text,
533
+ .e-float-input.e-control-wrapper label.e-float-text {
534
+ font-family: inherit;
535
+ }
536
+ .e-float-input input:valid ~ label.e-float-text,
537
+ .e-float-input input:focus ~ label.e-float-text,
538
+ .e-float-input input:valid ~ label.e-float-text.e-label-top,
539
+ .e-float-input input ~ label.e-float-text.e-label-top,
540
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
541
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
542
+ .e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top,
543
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
544
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
545
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top,
546
+ .e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top,
547
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
548
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
549
+ .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top,
550
+ .e-float-input.e-input-focus input ~ label.e-float-text,
551
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
552
+ .e-float-input textarea:valid ~ label.e-float-text,
553
+ .e-float-input textarea:focus ~ label.e-float-text,
554
+ .e-float-input textarea:valid ~ label.e-float-text.e-label-top,
555
+ .e-float-input textarea ~ label.e-float-text.e-label-top,
556
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
557
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
558
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top,
559
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top {
560
+ -webkit-user-select: text;
561
+ -moz-user-select: text;
562
+ -ms-user-select: text;
563
+ user-select: text;
564
+ }
565
+ label.e-float-text,
566
+ .e-float-input label.e-float-text,
567
+ .e-float-input.e-control-wrapper label.e-float-text,
568
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
569
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
570
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
571
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
572
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
573
+ .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
574
+ .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
575
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
576
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
577
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
578
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
579
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
580
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
581
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
582
+ font-weight: normal;
583
+ }
584
+ .e-float-input:not(.e-input-group) .e-float-line::before,
585
+ .e-float-input:not(.e-input-group) .e-float-line::after,
586
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
587
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
588
+ bottom: 0;
589
+ content: "";
590
+ height: 2px;
591
+ position: absolute;
592
+ transition: 0.2s ease;
593
+ width: 0;
594
+ }
595
+ .e-float-input:not(.e-input-group) .e-float-line::before,
596
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before {
597
+ left: 50%;
598
+ }
599
+ .e-float-input:not(.e-input-group) .e-float-line::after,
600
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
601
+ right: 50%;
602
+ }
603
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before,
604
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before,
605
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after,
606
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after,
607
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before,
608
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before,
609
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after,
610
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after,
611
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
612
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after,
613
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
614
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after {
615
+ width: 50%;
616
+ }
617
+ .e-float-input .e-float-line,
618
+ .e-float-input.e-control-wrapper .e-float-line {
619
+ display: block;
620
+ position: relative;
621
+ width: 100%;
622
+ }
623
+ .e-float-input.e-rtl label.e-float-text,
624
+ .e-float-input.e-control-wrapper.e-rtl label.e-float-text,
625
+ .e-rtl .e-float-input label.e-float-text,
626
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
627
+ .e-rtl label.e-float-text,
628
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
629
+ .e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
630
+ .e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
631
+ .e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
632
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
633
+ .e-rtl.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
634
+ .e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
635
+ .e-rtl .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
636
+ .e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
637
+ right: 0;
638
+ transform-origin: right top;
639
+ }
640
+ .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
641
+ .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
642
+ .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
643
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
644
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
645
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
646
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
647
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
648
+ .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
649
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
650
+ .e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
651
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
652
+ .e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
653
+ .e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
654
+ .e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
655
+ .e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
656
+ .e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
657
+ .e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
658
+ .e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
659
+ .e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
660
+ .e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
661
+ .e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
662
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,
663
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
664
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
665
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
666
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
667
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
668
+ .e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
669
+ .e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
670
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,
671
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
672
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
673
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
674
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
675
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
676
+ padding-right: 10px;
677
+ }
678
+ .e-input-group.e-corner.e-rtl .e-input:first-child,
679
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
680
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
681
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child {
682
+ border-bottom-left-radius: 0;
683
+ border-bottom-right-radius: 2px;
684
+ border-top-left-radius: 0;
685
+ border-top-right-radius: 2px;
686
+ }
687
+ .e-input-group.e-corner.e-rtl .e-input:last-child,
688
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,
689
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,
690
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child {
691
+ border-bottom-left-radius: 2px;
692
+ border-bottom-right-radius: 0;
693
+ border-top-left-radius: 2px;
694
+ border-top-right-radius: 0;
695
+ }
696
+ .e-input-group.e-warning::before,
697
+ .e-input-group.e-control-wrapper.e-warning::before {
698
+ content: "";
699
+ }
700
+ .e-float-input input[disabled],
701
+ .e-float-input input.e-disabled,
702
+ .e-float-input.e-control-wrapper input[disabled],
703
+ .e-float-input.e-control-wrapper input.e-disabled {
704
+ background: transparent;
705
+ background-image: none;
706
+ cursor: not-allowed;
707
+ }
708
+ .e-input-group.e-rtl .e-input:not(:first-child):focus,
709
+ .e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus {
710
+ border-right-width: 0;
711
+ }
712
+ .e-input-group input.e-input,
713
+ .e-input-group.e-control-wrapper input.e-input {
714
+ min-width: 0;
715
+ width: 100%;
716
+ }
717
+ .e-input-group input.e-input,
718
+ .e-input-group textarea.e-input,
719
+ .e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
720
+ .e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),
721
+ .e-input-group.e-control-wrapper input.e-input,
722
+ .e-input-group.e-control-wrapper textarea.e-input,
723
+ .e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
724
+ .e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
725
+ border: 0 solid;
726
+ border-width: 0;
727
+ }
728
+ .e-input-group input.e-input,
729
+ .e-input-group textarea.e-input,
730
+ .e-input-group.e-control-wrapper input.e-input,
731
+ .e-input-group.e-control-wrapper textarea.e-input,
732
+ .e-float-input input.e-input,
733
+ .e-float-input.e-control-wrapper input.e-input {
734
+ margin-bottom: 0;
735
+ }
736
+ .e-input-group::before,
737
+ .e-input-group::after,
738
+ .e-input-group.e-control-wrapper::before,
739
+ .e-input-group.e-control-wrapper::after {
740
+ content: "";
741
+ }
742
+ .e-input-group::before,
743
+ .e-input-group.e-control-wrapper::before {
744
+ content: "";
745
+ }
746
+ .e-input-group.e-input-focus::before,
747
+ .e-input-group.e-input-focus::after,
748
+ .e-input-group.e-control-wrapper.e-input-focus::before,
749
+ .e-input-group.e-control-wrapper.e-input-focus::after {
750
+ content: "";
751
+ }
752
+ .e-input-group::after,
753
+ .e-input-group.e-control-wrapper::after {
754
+ content: "";
755
+ }
756
+ .e-input-group,
757
+ .e-input-group.e-control-wrapper {
758
+ position: relative;
759
+ width: 100%;
760
+ }
761
+ .e-input-group .e-input-group-icon:hover,
762
+ .e-input-group.e-rtl.e-corner .e-input-group-icon:hover,
763
+ .e-input-group.e-control-wrapper .e-input-group-icon:hover,
764
+ .e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover {
765
+ border-radius: 0;
766
+ }
767
+ .e-input.e-small,
768
+ .e-input-group.e-small,
769
+ .e-input-group.e-control-wrapper.e-small {
770
+ margin-bottom: 0;
771
+ }
772
+ .e-input-group .e-input-group-icon,
773
+ .e-input-group.e-control-wrapper .e-input-group-icon {
774
+ margin-bottom: 0;
775
+ margin-right: 0;
776
+ margin-top: 0;
777
+ }
778
+ .e-float-input.e-input-group .e-input-group-icon,
779
+ .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
780
+ margin-top: 0;
781
+ }
782
+ .e-input-group.e-small .e-input-group-icon,
783
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
784
+ .e-small .e-input-group .e-input-group-icon,
785
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
786
+ margin-bottom: 0;
787
+ margin-right: 0;
788
+ margin-top: 0;
789
+ }
790
+ .e-float-input.e-input-group.e-small .e-input-group-icon,
791
+ .e-small .e-float-input.e-input-group .e-input-group-icon,
792
+ .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
793
+ .e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
794
+ margin-top: 0;
795
+ }
796
+ .e-input-group .e-input-group-icon:last-child,
797
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child,
798
+ .e-input-group.e-small .e-input-group-icon:last-child,
799
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child {
800
+ margin-right: 0;
801
+ }
802
+ .e-input-group,
803
+ .e-input-group.e-control-wrapper {
804
+ border-bottom: 1px solid;
805
+ }
806
+ .e-input-group,
807
+ .e-input-group.e-success,
808
+ .e-input-group.e-warning,
809
+ .e-input-group.e-error,
810
+ .e-input-group.e-control-wrapper,
811
+ .e-input-group.e-control-wrapper.e-success,
812
+ .e-input-group.e-control-wrapper.e-warning,
813
+ .e-input-group.e-control-wrapper.e-error {
814
+ border: 1px solid;
815
+ border-width: 1px;
816
+ }
817
+ .e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,
818
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus {
819
+ border-right-width: 0;
820
+ }
821
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
822
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
823
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
824
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
825
+ background: #252423;
826
+ color: #484644;
827
+ }
828
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled,
829
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled {
830
+ border-style: solid;
831
+ }
832
+ .e-input-group .e-input-group-icon,
833
+ .e-input-group.e-control-wrapper .e-input-group-icon {
834
+ content: "";
835
+ }
836
+ .e-input-group:not(.e-filled) .e-input-group-icon::after,
837
+ .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
838
+ content: "";
839
+ }
840
+ .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
841
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
842
+ content: "";
843
+ }
844
+ input.e-input::-ms-clear,
845
+ .e-float-input input::-ms-clear,
846
+ .e-float-input.e-control-wrapper input::-ms-clear,
847
+ .e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
848
+ .e-input-group input:not(.e-control).e-input:not(:valid):first-child ~ .e-clear-icon,
849
+ .e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
850
+ .e-float-input input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
851
+ .e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
852
+ .e-float-input.e-input-group input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
853
+ .e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon {
854
+ display: none;
855
+ }
856
+ .e-input-group .e-clear-icon.e-clear-icon-hide,
857
+ .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
858
+ .e-float-input.e-control-wrapper.e-hidden,
859
+ .e-input-group.e-control-wrapper.e-hidden {
860
+ display: none;
861
+ }
862
+ input.e-input[type=search]::-webkit-search-decoration,
863
+ input.e-input[type=search]::-webkit-search-cancel-button,
864
+ input.e-input[type=search]::-webkit-search-results-button,
865
+ input.e-input[type=search]::-webkit-search-results-decoration,
866
+ .e-float-input input[type=search]::-webkit-search-decoration,
867
+ .e-float-input input[type=search]::-webkit-search-cancel-button,
868
+ .e-float-input input[type=search]::-webkit-search-results-button,
869
+ .e-float-input input[type=search]::-webkit-search-results-decoration,
870
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
871
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
872
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
873
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
874
+ -webkit-appearance: none;
875
+ }
876
+ .e-float-input.e-input-group .e-float-line,
877
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
878
+ .e-float-input.e-control-wrapper.e-input-group .e-float-line,
879
+ .e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line {
880
+ bottom: -1px;
881
+ position: absolute;
882
+ }
883
+ .e-float-input.e-input-group input,
884
+ .e-float-input.e-input-group textarea,
885
+ .e-float-input.e-input-group.e-control-wrapper input,
886
+ .e-float-input.e-input-group.e-control-wrapper textarea {
887
+ border: 0;
888
+ }
889
+ .e-float-input.e-input-group .e-float-line,
890
+ .e-float-input.e-input-group .e-float-text,
891
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
892
+ .e-float-input.e-input-group.e-control-wrapper .e-float-text {
893
+ right: 0;
894
+ }
895
+ input.e-input::-webkit-input-placeholder,
896
+ input.e-input:-moz-placeholder,
897
+ input.e-input:-ms-input-placeholder,
898
+ input.e-input::-moz-placeholder,
899
+ textarea.e-input::-webkit-input-placeholder,
900
+ textarea.e-input:-moz-placeholder,
901
+ textarea.e-input:-ms-input-placeholder,
902
+ textarea.e-input::-moz-placeholder,
903
+ textarea.e-input::-webkit-textarea-placeholder,
904
+ textarea.e-input:-moz-placeholder,
905
+ textarea.e-input:-ms-textarea-placeholder,
906
+ textarea.e-input::-moz-placeholder {
907
+ font-size: 14px;
908
+ font-style: normal;
909
+ }
910
+ .e-small input.e-input::-webkit-input-placeholder,
911
+ input.e-small.e-input::-webkit-input-placeholder,
912
+ .e-small input.e-input:-moz-placeholder,
913
+ input.e-small.e-input:-moz-placeholder,
914
+ .e-small input.e-input:-ms-input-placeholder,
915
+ input.e-small.e-input:-ms-input-placeholder,
916
+ .e-small input.e-input::-moz-placeholder,
917
+ input.e-small.e-input::-moz-placeholder,
918
+ .e-small textarea.e-input::-webkit-input-placeholder,
919
+ textarea.e-small.e-input::-webkit-input-placeholder,
920
+ .e-small textarea.e-input:-moz-placeholder,
921
+ textarea.e-small.e-input:-moz-placeholder,
922
+ .e-small textarea.e-input:-ms-input-placeholder,
923
+ textarea.e-small.e-input:-ms-input-placeholder,
924
+ .e-small textarea.e-input::-moz-placeholder,
925
+ textarea.e-small.e-input::-moz-placeholder,
926
+ .e-small textarea.e-input::-webkit-textarea-placeholder,
927
+ textarea.e-small.e-input::-webkit-textarea-placeholder,
928
+ .e-small textarea.e-input:-moz-placeholder,
929
+ textarea.e-small.e-input:-moz-placeholder,
930
+ .e-small textarea.e-input:-ms-input-placeholder,
931
+ textarea.e-small.e-input:-ms-input-placeholder,
932
+ .e-small textarea.e-input::-moz-placeholder,
933
+ textarea.e-small.e-input::-moz-placeholder {
934
+ font-size: 12px;
935
+ font-style: normal;
936
+ }
937
+ input.e-input:-moz-placeholder,
938
+ textarea.e-input:-moz-placeholder,
939
+ .e-input-group input.e-input:-moz-placeholder,
940
+ .e-input-group textarea.e-input:-moz-placeholder,
941
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
942
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
943
+ input.e-input:-moz-placeholder,
944
+ .e-input-group input.e-input:-moz-placeholder,
945
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
946
+ textarea.e-input:-moz-placeholder,
947
+ input.e-input::-moz-placeholder,
948
+ textarea.e-input::-moz-placeholder,
949
+ input.e-input::-webkit-input-placeholder,
950
+ textarea.e-input::-webkit-input-placeholder {
951
+ font-style: normal;
952
+ -moz-user-select: none;
953
+ user-select: none;
954
+ }
955
+ input.e-input:-ms-input-placeholder,
956
+ textarea.e-input:-ms-input-placeholder {
957
+ font-style: normal;
958
+ }
959
+ input.e-input,
960
+ .e-input-group input,
961
+ .e-input-group.e-control-wrapper input,
962
+ .e-input-group input.e-input,
963
+ .e-input-group.e-control-wrapper input.e-input {
964
+ box-sizing: border-box;
965
+ height: 30px;
966
+ }
967
+ .e-float-input:not(.e-input-group) input,
968
+ .e-float-input.e-control-wrapper:not(.e-input-group) input {
969
+ box-sizing: border-box;
970
+ height: 32px;
971
+ }
972
+ input.e-input.e-small,
973
+ .e-input-group.e-small input,
974
+ .e-input-group.e-small input.e-input,
975
+ .e-small .e-input-group input,
976
+ .e-small .e-input-group input.e-input,
977
+ .e-input-group.e-control-wrapper.e-small input,
978
+ .e-input-group.e-control-wrapper.e-small input.e-input,
979
+ .e-small .e-input-group.e-control-wrapper input,
980
+ .e-small .e-input-group.e-control-wrapper input.e-input,
981
+ .e-float-input.e-small input,
982
+ .e-float-input.e-small input.e-input,
983
+ .e-small .e-float-input input,
984
+ .e-small .e-float-input input.e-input,
985
+ .e-float-input.e-control-wrapper.e-small input,
986
+ .e-float-input.e-control-wrapper.e-small input.e-input,
987
+ .e-small .e-float-input.e-control-wrapper input,
988
+ .e-small .e-float-input.e-control-wrapper input.e-input {
989
+ box-sizing: border-box;
990
+ height: 24px;
991
+ }
992
+ .e-float-input.e-small:not(.e-input-group) input,
993
+ .e-float-input.e-small:not(.e-input-group) input.e-input,
994
+ .e-small .e-float-input:not(.e-input-group) input,
995
+ .e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
996
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
997
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
998
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
999
+ box-sizing: border-box;
1000
+ height: 26px;
1001
+ }
1002
+ textarea.e-input,
1003
+ .e-input-group textarea,
1004
+ .e-input-group.e-control-wrapper textarea,
1005
+ .e-float-input textarea,
1006
+ .e-float-input.e-control-wrapper textarea {
1007
+ box-sizing: border-box;
1008
+ height: auto;
1009
+ }
1010
+ textarea.e-input.e-small,
1011
+ .e-input-group.e-small textarea,
1012
+ .e-input-group.e-small textarea.e-input,
1013
+ .e-small .e-input-group textarea,
1014
+ .e-small .e-input-group textarea.e-input,
1015
+ .e-input-group.e-control-wrapper.e-small textarea,
1016
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1017
+ .e-small .e-input-group.e-control-wrapper textarea,
1018
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
1019
+ .e-float-input.e-small textarea,
1020
+ .e-float-input.e-small textarea.e-input,
1021
+ .e-small .e-float-input textarea,
1022
+ .e-small .e-float-input textarea.e-input,
1023
+ .e-float-input.e-control-wrapper.e-small textarea,
1024
+ .e-float-input.e-control-wrapper.e-small textarea.e-input,
1025
+ .e-small .e-float-input.e-control-wrapper textarea,
1026
+ .e-small .e-float-input.e-control-wrapper textarea.e-input {
1027
+ box-sizing: border-box;
1028
+ height: auto;
1029
+ }
1030
+ input.e-input.e-small,
1031
+ .e-input-group input.e-input.e-small,
1032
+ .e-input-group.e-control-wrapper input.e-input.e-small,
1033
+ .e-input-group.e-small .e-input,
1034
+ .e-input-group.e-control-wrapper.e-small .e-input,
1035
+ .e-small input.e-input,
1036
+ .e-small .e-input-group .e-input,
1037
+ .e-small .e-input-group.e-control-wrapper .e-input,
1038
+ .e-float-input.e-small input,
1039
+ .e-float-input input.e-small,
1040
+ .e-small .e-float-input input,
1041
+ .e-float-input.e-control-wrapper.e-small input,
1042
+ .e-float-input.e-control-wrapper input.e-small,
1043
+ .e-small .e-float-input.e-control-wrapper input,
1044
+ textarea.e-input.e-small,
1045
+ .e-input-group textarea.e-input.e-small,
1046
+ .e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,
1047
+ .e-small input.e-input,
1048
+ .e-float-input.e-small textarea,
1049
+ .e-float-input textarea.e-small,
1050
+ .e-small .e-float-input textarea,
1051
+ .e-float-input.e-control-wrapper.e-small textarea,
1052
+ .e-float-input.e-control-wrapper textarea.e-small,
1053
+ .e-small .e-float-input.e-control-wrapper textarea {
1054
+ text-indent: 8px;
1055
+ }
1056
+ input.e-input,
1057
+ .e-input-group input.e-input,
1058
+ .e-input-group input,
1059
+ .e-input-group.e-control-wrapper input.e-input,
1060
+ .e-input-group.e-control-wrapper input,
1061
+ .e-float-input input.e-input,
1062
+ .e-float-input input,
1063
+ .e-float-input.e-control-wrapper input.e-input,
1064
+ .e-float-input.e-control-wrapper input,
1065
+ .e-input-group input.e-input:focus,
1066
+ .e-input-group.e-control-wrapper input.e-input:focus,
1067
+ .e-float-input.e-control-wrapper input:focus,
1068
+ .e-float-input input:focus,
1069
+ .e-input-group.e-input-focus input.e-input,
1070
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1071
+ .e-float-input.e-control-wrapper.e-input-focus input,
1072
+ .e-float-input.e-input-focus input {
1073
+ padding-left: 8px;
1074
+ text-indent: 0;
1075
+ }
1076
+ textarea.e-input,
1077
+ .e-input-group textarea.e-input,
1078
+ .e-input-group textarea,
1079
+ .e-input-group.e-control-wrapper textarea.e-input,
1080
+ .e-input-group.e-control-wrapper textarea,
1081
+ .e-float-input textarea.e-input,
1082
+ .e-float-input textarea,
1083
+ .e-float-input.e-control-wrapper textarea.e-input,
1084
+ .e-float-input.e-control-wrapper textarea,
1085
+ .e-input-group textarea.e-input:focus,
1086
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
1087
+ .e-float-input.e-control-wrapper textarea:focus,
1088
+ .e-float-input textarea:focus {
1089
+ padding-left: 8px;
1090
+ text-indent: 0;
1091
+ }
1092
+ input.e-input.e-rtl,
1093
+ .e-input-group.e-rtl input.e-input,
1094
+ .e-input-group.e-control-container.e-rtl input.e-control,
1095
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
1096
+ .e-float-input.e-rtl input,
1097
+ .e-float-input.e-control-wrapper.e-rtl input,
1098
+ .e-rtl .e-input-group input.e-input,
1099
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
1100
+ .e-rtl .e-float-input input,
1101
+ .e-rtl .e-float-input.e-control-wrapper input,
1102
+ .e-input-group.e-rtl input.e-input,
1103
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
1104
+ .e-float-input.e-rtl input,
1105
+ .e-float-input.e-control-wrapper.e-rtl input,
1106
+ .e-rtl .e-input-group input.e-input,
1107
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
1108
+ .e-rtl .e-float-input input,
1109
+ .e-rtl .e-float-input.e-control-wrapper input,
1110
+ .e-input-group.e-rtl input.e-input:focus,
1111
+ .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
1112
+ .e-float-input.e-rtl input:focus,
1113
+ .e-float-input.e-control-wrapper.e-rtl input:focus,
1114
+ .e-rtl .e-input-group input.e-input:focus,
1115
+ .e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
1116
+ .e-rtl .e-float-input input:focus,
1117
+ .e-rtl .e-float-input.e-control-wrapper input:focus,
1118
+ .e-input-group.e-rtl.e-input-focus input.e-input,
1119
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
1120
+ .e-rtl .e-input-group.e-input-focus input.e-input,
1121
+ .e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1122
+ .e-float-input.e-rtl.e-input-focus input,
1123
+ .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
1124
+ .e-rtl .e-float-input.e-input-focus input,
1125
+ .e-rtl .e-float-input.e-control-wrapper.e-input-focus input {
1126
+ padding-left: 0;
1127
+ padding-right: 8px;
1128
+ text-indent: 0;
1129
+ }
1130
+ textarea.e-input.e-rtl,
1131
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
1132
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
1133
+ .e-float-input:not(.e-outline).e-rtl textarea,
1134
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
1135
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
1136
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
1137
+ .e-rtl .e-float-input:not(.e-outline) textarea,
1138
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
1139
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
1140
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
1141
+ .e-float-input:not(.e-outline).e-rtl textarea,
1142
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
1143
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
1144
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
1145
+ .e-rtl .e-float-input:not(.e-outline) textarea,
1146
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
1147
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
1148
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
1149
+ .e-float-input:not(.e-outline).e-rtl textarea:focus,
1150
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
1151
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
1152
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
1153
+ .e-rtl .e-float-input:not(.e-outline) textarea:focus,
1154
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus {
1155
+ padding-right: 8px;
1156
+ text-indent: 0;
1157
+ }
1158
+ input.e-input.e-small,
1159
+ .e-small input.e-input,
1160
+ .e-input-group.e-small input.e-input,
1161
+ .e-input-group.e-control-wrapper.e-small input.e-input,
1162
+ .e-float-input.e-small input,
1163
+ .e-float-input.e-control-wrapper input.e-small,
1164
+ .e-float-input.e-small input,
1165
+ .e-float-input.e-control-wrapper input.e-small,
1166
+ .e-input-group input.e-input.e-small,
1167
+ .e-input-group.e-control-wrapper input.e-input.e-small,
1168
+ .e-small .e-float-input input,
1169
+ .e-small .e-float-input.e-control-wrapper input,
1170
+ .e-small .e-input-group input.e-input,
1171
+ .e-small .e-input-group.e-control-wrapper input.e-input,
1172
+ .e-input-group.e-small input.e-input:focus,
1173
+ .e-input-group.e-control-wrapper.e-small input.e-input:focus,
1174
+ .e-float-input.e-small input:focus,
1175
+ .e-float-input.e-control-wrapper.e-small input:focus,
1176
+ .e-small .e-input-group.e-control-wrapper input.e-input:focus,
1177
+ .e-small .e-input-group input.e-input:focus,
1178
+ .e-small .e-float-input input:focus,
1179
+ .e-small .e-float-input.e-control-wrapper input:focus,
1180
+ .e-input-group.e-small.e-input-focus input.e-input,
1181
+ .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
1182
+ .e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1183
+ .e-small .e-input-group.e-input-focus input.e-input,
1184
+ .e-float-input.e-small.e-input-focus input,
1185
+ .e-float-input.e-control-wrapper.e-input-focus.e-small input,
1186
+ .e-small .e-float-input.e-input-focus input,
1187
+ .e-small .e-float-input.e-control-wrapper.e-input-focus input,
1188
+ textarea.e-input.e-small,
1189
+ .e-small textarea.e-input,
1190
+ .e-input-group.e-small textarea.e-input,
1191
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1192
+ .e-float-input.e-control-wrapper.e-small textarea,
1193
+ .e-float-input.e-control-wrapper textarea.e-small,
1194
+ .e-float-input.e-small textarea,
1195
+ .e-float-input textarea.e-small,
1196
+ .e-input-group textarea.e-input.e-small,
1197
+ .e-input-group.e-control-wrapper textarea.e-input.e-small,
1198
+ .e-small .e-float-input.e-control-wrapper textarea,
1199
+ .e-small .e-float-input textarea,
1200
+ .e-small .e-input-group textarea.e-input,
1201
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
1202
+ .e-input-group.e-small textarea.e-input:focus,
1203
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
1204
+ .e-float-input.e-small textarea:focus,
1205
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
1206
+ .e-small .e-input-group textarea.e-input:focus,
1207
+ .e-small .e-input-group.e-control-wrapper textarea.e-input:focus,
1208
+ .e-small .e-float-input.e-control-wrapper textarea:focus,
1209
+ .e-small .e-float-input textarea:focus {
1210
+ padding-left: 8px;
1211
+ text-indent: 0;
1212
+ }
1213
+ .e-rtl input.e-input.e-small,
1214
+ input.e-input.e-small.e-rtl,
1215
+ .e-small.e-rtl input.e-input,
1216
+ .e-small input.e-input.e-rtl,
1217
+ .e-float-input.e-control-wrapper.e-small.e-rtl input,
1218
+ .e-float-input.e-small.e-rtl input,
1219
+ .e-input-group.e-small.e-rtl input.e-input,
1220
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
1221
+ .e-rtl .e-float-input.e-small input,
1222
+ .e-rtl .e-float-input.e-control-wrapper.e-small input,
1223
+ .e-rtl .e-input-group.e-small input.e-input,
1224
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
1225
+ .e-float-input.e-rtl input.e-small,
1226
+ .e-float-input.e-control-wrapper.e-rtl input.e-small,
1227
+ .e-input-group.e-rtl input.e-input.e-small,
1228
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
1229
+ .e-rtl .e-float-input input.e-small,
1230
+ .e-rtl .e-float-input.e-control-wrapper input.e-small,
1231
+ .e-rtl .e-input-group input.e-input.e-small,
1232
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,
1233
+ .e-small .e-float-input.e-rtl input,
1234
+ .e-small .e-float-input.e-control-wrapper.e-rtl input,
1235
+ .e-small .e-input-group.e-rtl input.e-input,
1236
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,
1237
+ .e-small.e-rtl .e-float-input.e-control-wrapper input,
1238
+ .e-small.e-rtl .e-float-input input,
1239
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,
1240
+ .e-small.e-rtl .e-input-group input.e-input,
1241
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
1242
+ .e-small.e-rtl .e-input-group input.e-input:focus,
1243
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:focus,
1244
+ .e-small.e-rtl .e-float-input input:focus,
1245
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
1246
+ .e-small .e-input-group.e-rtl input.e-input:focus,
1247
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:focus,
1248
+ .e-small .e-float-input.e-rtl input:focus,
1249
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1250
+ .e-small.e-rtl .e-input-group.e-input-focus input.e-input,
1251
+ .e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
1252
+ .e-small .e-input-group.e-rtl.e-input-focus input.e-input,
1253
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
1254
+ .e-small.e-rtl .e-float-input.e-input-focus input,
1255
+ .e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
1256
+ .e-small .e-float-input.e-rtl.e-input-focus input {
1257
+ padding-left: 0;
1258
+ padding-right: 8px;
1259
+ text-indent: 0;
1260
+ }
1261
+ .e-rtl textarea.e-input.e-small,
1262
+ textarea.e-input.e-small.e-rtl,
1263
+ .e-small.e-rtl textarea.e-input,
1264
+ .e-small textarea.e-input.e-rtl,
1265
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea,
1266
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
1267
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
1268
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
1269
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
1270
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea,
1271
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
1272
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
1273
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,
1274
+ .e-float-input:not(.e-outline).e-rtl textarea.e-small,
1275
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,
1276
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,
1277
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,
1278
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-small,
1279
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,
1280
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,
1281
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
1282
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea,
1283
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,
1284
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
1285
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
1286
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea,
1287
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
1288
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
1289
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
1290
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
1291
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
1292
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,
1293
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
1294
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
1295
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
1296
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea:focus {
1297
+ padding-right: 8px;
1298
+ text-indent: 0;
1299
+ }
1300
+ .e-float-input .e-clear-icon,
1301
+ .e-float-input.e-control-wrapper .e-clear-icon,
1302
+ .e-input-group .e-clear-icon,
1303
+ .e-input-group.e-control-wrapper .e-clear-icon {
1304
+ background: transparent;
1305
+ border: 0;
1306
+ cursor: pointer;
1307
+ display: -ms-flexbox;
1308
+ display: flex;
1309
+ -ms-flex-direction: column;
1310
+ flex-direction: column;
1311
+ -ms-flex-pack: center;
1312
+ justify-content: center;
1313
+ line-height: 1;
1314
+ min-width: 24px;
1315
+ outline: none;
1316
+ padding: 0;
1317
+ text-align: center;
1318
+ }
1319
+ .e-float-input .e-clear-icon::before,
1320
+ .e-float-input.e-control-wrapper .e-clear-icon::before,
1321
+ .e-input-group .e-clear-icon::before,
1322
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
1323
+ font-size: 10px;
1324
+ padding: 0;
1325
+ text-align: center;
1326
+ vertical-align: middle;
1327
+ }
1328
+ .e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,
1329
+ .e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,
1330
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
1331
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
1332
+ cursor: pointer;
1333
+ display: -ms-flexbox;
1334
+ display: flex;
1335
+ }
1336
+ .e-float-input.e-small .e-clear-icon::before,
1337
+ .e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
1338
+ .e-input-group.e-small .e-clear-icon::before,
1339
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
1340
+ .e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
1341
+ .e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
1342
+ .e-float-input input.e-small:first-child ~ .e-clear-icon::before,
1343
+ .e-small .e-float-input .e-clear-icon::before,
1344
+ .e-small .e-input-group .e-clear-icon::before,
1345
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
1346
+ font-size: 8px;
1347
+ }
1348
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
1349
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
1350
+ cursor: pointer;
1351
+ }
1352
+ .e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
1353
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
1354
+ .e-float-input input[readonly]:first-child ~ .e-clear-icon,
1355
+ .e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon,
1356
+ .e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide,
1357
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
1358
+ .e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
1359
+ .e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide {
1360
+ cursor: auto;
1361
+ }
1362
+ .e-input-group .e-clear-icon,
1363
+ .e-input-group.e-control-wrapper .e-clear-icon {
1364
+ min-height: 0;
1365
+ min-width: 30px;
1366
+ padding-bottom: 0;
1367
+ padding-left: 0;
1368
+ padding-right: 0;
1369
+ padding-top: 0;
1370
+ }
1371
+ .e-float-input.e-input-group .e-clear-icon,
1372
+ .e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
1373
+ padding-right: 0;
1374
+ padding-top: 0;
1375
+ }
1376
+ .e-input-group.e-small .e-clear-icon,
1377
+ .e-input-group .e-clear-icon.e-small,
1378
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
1379
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small {
1380
+ min-height: 0;
1381
+ min-width: 36px;
1382
+ padding-bottom: 0;
1383
+ padding-right: 0;
1384
+ padding-top: 0;
1385
+ }
1386
+ .e-input-group.e-small .e-clear-icon,
1387
+ .e-input-group .e-clear-icon.e-small,
1388
+ .e-small .e-input-group .e-clear-icon,
1389
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
1390
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
1391
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon {
1392
+ min-height: 0;
1393
+ min-width: 24px;
1394
+ padding-bottom: 0;
1395
+ padding-right: 0;
1396
+ padding-top: 0;
1397
+ }
1398
+ .e-input-group.e-float-input.e-small .e-clear-icon,
1399
+ .e-input-group.e-float-input .e-clear-icon.e-small,
1400
+ .e-small .e-input-group.e-float-input .e-clear-icon,
1401
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
1402
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
1403
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
1404
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
1405
+ .e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
1406
+ .e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
1407
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
1408
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
1409
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
1410
+ padding-right: 0;
1411
+ padding-top: 0;
1412
+ }
1413
+ .e-input:not(:valid),
1414
+ .e-input:valid,
1415
+ .e-float-input.e-control-wrapper input:not(:valid),
1416
+ .e-float-input.e-control-wrapper input:valid,
1417
+ .e-float-input input:not(:valid),
1418
+ .e-float-input input:valid,
1419
+ .e-input-group input:not(:valid),
1420
+ .e-input-group input:valid,
1421
+ .e-input-group.e-control-wrapper input:not(:valid),
1422
+ .e-input-group.e-control-wrapper input:valid,
1423
+ .e-float-input.e-control-wrapper textarea:not(:valid),
1424
+ .e-float-input.e-control-wrapper textarea:valid,
1425
+ .e-float-input textarea:not(:valid),
1426
+ .e-float-input textarea:valid,
1427
+ .e-input-group.e-control-wrapper textarea:not(:valid),
1428
+ .e-input-group.e-control-wrapper textarea:valid,
1429
+ .e-input-group textarea:not(:valid),
1430
+ .e-input-group textarea:valid {
1431
+ box-shadow: none;
1432
+ }
1433
+ .e-input-group .e-input-in-wrap,
1434
+ .e-input-group.e-control-wrapper .e-input-in-wrap,
1435
+ .e-float-input .e-input-in-wrap,
1436
+ .e-float-input.e-control-wrapper .e-input-in-wrap {
1437
+ width: 100%;
1438
+ display: -ms-flexbox;
1439
+ display: flex;
1440
+ position: relative;
1441
+ }
1442
+ .e-float-input .e-input-in-wrap label.e-float-text,
1443
+ .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text {
1444
+ right: 0;
1445
+ overflow: hidden;
1446
+ text-overflow: ellipsis;
1447
+ vertical-align: middle;
1448
+ white-space: nowrap;
1449
+ }
1450
+ .e-float-input textarea:focus ~ label.e-float-text,
1451
+ .e-float-input textarea:valid ~ label.e-float-text,
1452
+ .e-float-input textarea ~ label.e-label-top.e-float-text,
1453
+ .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
1454
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
1455
+ .e-float-input textarea label.e-float-text.e-label-top,
1456
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
1457
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
1458
+ .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
1459
+ .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
1460
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
1461
+ .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
1462
+ font-size: 14px;
1463
+ font-style: normal;
1464
+ font-weight: 600;
1465
+ padding-right: 0;
1466
+ transform: translate3d(-10px, -41px, 0) scale(1);
1467
+ }
1468
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
1469
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
1470
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
1471
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
1472
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
1473
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
1474
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
1475
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
1476
+ font-size: 12px;
1477
+ top: 16px;
1478
+ }
1479
+ .e-float-input textarea ~ .e-float-text,
1480
+ .e-float-input.e-control-wrapper textarea ~ .e-float-text {
1481
+ top: 15px;
1482
+ }
1483
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1484
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1485
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1486
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1487
+ font-size: 12px;
1488
+ }
1489
+ .e-float-input.e-small textarea ~ label.e-float-text,
1490
+ .e-float-input textarea ~ label.e-float-text.e-small,
1491
+ .e-float-input textarea.e-small ~ label.e-float-text,
1492
+ .e-small .e-float-input textarea ~ label.e-float-text,
1493
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
1494
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
1495
+ .e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
1496
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text {
1497
+ font-size: 12px;
1498
+ top: 15px;
1499
+ }
1500
+ .e-input-group:hover:not(.e-disabled),
1501
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled),
1502
+ .e-float-input:hover:not(.e-disabled),
1503
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1504
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
1505
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1506
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
1507
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled),
1508
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1509
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
1510
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
1511
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
1512
+ border-bottom-width: 1px;
1513
+ }
1514
+ .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1515
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1516
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
1517
+ font-size: 14px;
1518
+ font-style: normal;
1519
+ font-weight: 600;
1520
+ padding-right: 0;
1521
+ transform: translate3d(-10px, -41px, 0) scale(1);
1522
+ -webkit-user-select: text;
1523
+ user-select: text;
1524
+ }
1525
+ .e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1526
+ .e-small.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1527
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1528
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
1529
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
1530
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
1531
+ font-size: 12px;
1532
+ font-style: normal;
1533
+ font-weight: 600;
1534
+ padding-right: 0;
1535
+ top: 17px;
1536
+ transform: translate3d(-10px, -38px, 0) scale(1);
1537
+ -webkit-user-select: text;
1538
+ user-select: text;
1539
+ }
1540
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1541
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1542
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1543
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1544
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1545
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1546
+ -moz-transform: translate(0%, -50%);
1547
+ -ms-transform: translate(0%, -50%);
1548
+ -o-transform: translate(0%, -50%);
1549
+ -webkit-transform: translate(0%, -50%);
1550
+ box-sizing: border-box;
1551
+ left: 0%;
1552
+ top: 13px;
1553
+ transform: translate(0%, -50%);
1554
+ width: 100%;
1555
+ font-style: normal;
1556
+ }
1557
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1558
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1559
+ font-style: normal;
1560
+ transform: translate3d(0, 16px, 0) scale(1);
1561
+ }
1562
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1563
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1564
+ font-size: 14px;
1565
+ font-style: normal;
1566
+ font-weight: 1;
1567
+ left: 0;
1568
+ overflow: hidden;
1569
+ padding-left: 10px;
1570
+ pointer-events: none;
1571
+ position: absolute;
1572
+ text-overflow: ellipsis;
1573
+ top: -11px;
1574
+ transform: translate3d(0, 16px, 0) scale(1);
1575
+ transform-origin: left top;
1576
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
1577
+ -webkit-user-select: none;
1578
+ -moz-user-select: none;
1579
+ -ms-user-select: none;
1580
+ user-select: none;
1581
+ white-space: nowrap;
1582
+ width: 100%;
1583
+ letter-spacing: 0;
1584
+ }
1585
+ .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
1586
+ .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
1587
+ .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
1588
+ font-size: 14px;
1589
+ font-style: normal;
1590
+ font-weight: 600;
1591
+ padding-right: 0;
1592
+ transform: translate3d(-10px, -41px, 0) scale(1);
1593
+ -webkit-user-select: text;
1594
+ user-select: text;
1595
+ }
1596
+ .e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
1597
+ .e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
1598
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
1599
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
1600
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
1601
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
1602
+ font-size: 12px;
1603
+ font-style: normal;
1604
+ font-weight: 600;
1605
+ padding-right: 0;
1606
+ top: 17px;
1607
+ transform: translate3d(-10px, -37px, 0) scale(1);
1608
+ -webkit-user-select: text;
1609
+ user-select: text;
1610
+ }
1611
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
1612
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
1613
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
1614
+ .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
1615
+ .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
1616
+ .e-float-input.e-small textarea label.e-float-text.e-label-top,
1617
+ .e-small .e-float-input textarea:focus ~ label.e-float-text,
1618
+ .e-small .e-float-input textarea:valid ~ label.e-float-text,
1619
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
1620
+ .e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
1621
+ .e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
1622
+ .e-small .e-float-input textarea label.e-float-text.e-label-top,
1623
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
1624
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
1625
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
1626
+ .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
1627
+ .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
1628
+ .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
1629
+ .e-small .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
1630
+ .e-small .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
1631
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
1632
+ .e-small .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
1633
+ .e-small .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
1634
+ .e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
1635
+ font-style: normal;
1636
+ font-weight: 600;
1637
+ padding-right: 0;
1638
+ transform: translate3d(-10px, -37px, 0) scale(1);
1639
+ }
1640
+ .e-float-input textarea[disabled],
1641
+ .e-float-input textarea.e-disabled,
1642
+ .e-float-input.e-control-wrapper textarea[disabled],
1643
+ .e-float-input.e-control-wrapper textarea.e-disabled {
1644
+ border-color: #252423;
1645
+ border-style: solid;
1646
+ }
1647
+ .e-float-input textarea[disabled],
1648
+ .e-float-input textarea.e-disabled,
1649
+ .e-float-input.e-control-wrapper textarea[disabled],
1650
+ .e-float-input.e-control-wrapper textarea.e-disabled {
1651
+ background: transparent;
1652
+ background-image: none;
1653
+ cursor: not-allowed;
1654
+ }
1655
+ textarea.e-input,
1656
+ .e-input-group textarea,
1657
+ .e-input-group textarea.e-input,
1658
+ .e-input-group.e-input-focus textarea,
1659
+ .e-input-group.e-input-focus textarea.e-input,
1660
+ .e-input-group.e-control-wrapper textarea,
1661
+ .e-input-group.e-control-wrapper.e-input-focus textarea,
1662
+ .e-input-group.e-control-wrapper textarea.e-input,
1663
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
1664
+ .e-float-input textarea,
1665
+ .e-float-input.e-control-wrapper textarea {
1666
+ line-height: 1.5;
1667
+ min-height: 32px;
1668
+ min-width: 0;
1669
+ padding: 6px 8px 6px 8px;
1670
+ resize: vertical;
1671
+ }
1672
+ .e-input-group.e-small textarea,
1673
+ .e-input-group.e-small textarea.e-input,
1674
+ .e-input-group textarea.e-small,
1675
+ .e-input-group textarea.e-input.e-small,
1676
+ .e-input-group.e-control-wrapper.e-small textarea,
1677
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1678
+ .e-small .e-input-group textarea,
1679
+ .e-small .e-input-group textarea.e-input,
1680
+ .e-float-input.e-small textarea,
1681
+ .e-float-input textarea.e-small,
1682
+ .e-float-input.e-control-wrapper.e-small textarea,
1683
+ .e-float-input.e-control-wrapper textarea.e-small,
1684
+ .e-small .e-float-input textarea,
1685
+ .e-small .e-float-input.e-control-wrapper textarea {
1686
+ font: inherit;
1687
+ min-height: 26px;
1688
+ padding: 4px 8px 4px 8px;
1689
+ }
1690
+ .e-input-group.e-input-focus.e-small textarea,
1691
+ .e-input-group.e-input-focus.e-small textarea.e-input,
1692
+ .e-input-group.e-input-focus textarea.e-small,
1693
+ .e-input-group.e-input-focus textarea.e-input.e-small,
1694
+ .e-input-group.e-input-focus textarea.e-input.e-small,
1695
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
1696
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
1697
+ .e-small .e-input-group.e-input-focus textarea,
1698
+ .e-small .e-input-group.e-input-focus textarea.e-input {
1699
+ font: inherit;
1700
+ min-height: 26px;
1701
+ padding: 4px 8px 4px 8px;
1702
+ }
1703
+ .e-input-group.e-small textarea:focus,
1704
+ .e-input-group.e-small textarea.e-input:focus,
1705
+ .e-input-group textarea.e-small:focus,
1706
+ .e-input-group textarea.e-input.e-small:focus,
1707
+ .e-input-group.e-control-wrapper.e-small textarea:focus,
1708
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
1709
+ .e-small .e-input-group textarea:focus,
1710
+ .e-small .e-input-group textarea.e-input:focus,
1711
+ .e-float-input.e-small textarea:focus,
1712
+ .e-float-input textarea.e-small:focus,
1713
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
1714
+ .e-float-input.e-control-wrapper textarea.e-small:focus,
1715
+ .e-small .e-float-input textarea:focus,
1716
+ .e-small .e-float-input.e-control-wrapper textarea:focus {
1717
+ padding: 4px 8px 4px 8px;
1718
+ }
1719
+ .e-filled.e-input-group,
1720
+ .e-filled.e-input-group.e-control-wrapper,
1721
+ .e-filled.e-float-input,
1722
+ .e-filled.e-float-input.e-control-wrapper {
1723
+ line-height: 1;
1724
+ }
1725
+ .e-filled textarea.e-input,
1726
+ .e-filled.e-input-group.e-multi-line-input textarea,
1727
+ .e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,
1728
+ .e-filled.e-float-input.e-multi-line-input textarea,
1729
+ .e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea {
1730
+ box-sizing: border-box;
1731
+ }
1732
+ /*! input theme */
1733
+ input.e-input,
1734
+ .e-input-group input.e-input,
1735
+ .e-input-group.e-control-wrapper input.e-input,
1736
+ .e-input-group textarea.e-input,
1737
+ .e-input-group.e-control-wrapper textarea.e-input,
1738
+ textarea.e-input,
1739
+ .e-float-input input,
1740
+ .e-float-input.e-control-wrapper input,
1741
+ .e-float-input textarea,
1742
+ .e-float-input.e-control-wrapper textarea {
1743
+ background: #1b1a19;
1744
+ border-color: #a19f9d;
1745
+ color: #f3f2f1;
1746
+ }
1747
+ .e-input-group,
1748
+ .e-input-group.e-control-wrapper,
1749
+ .e-float-input,
1750
+ .e-float-input.e-input-group,
1751
+ .e-float-input.e-control-wrapper,
1752
+ .e-float-input.e-input-group.e-control-wrapper {
1753
+ background: #1b1a19;
1754
+ color: #f3f2f1;
1755
+ }
1756
+ .e-input-group .e-input-group-icon,
1757
+ .e-input-group.e-control-wrapper .e-input-group-icon {
1758
+ background: transparent;
1759
+ border-color: #a19f9d;
1760
+ color: #a19f9d;
1761
+ border-color: #797775;
1762
+ }
1763
+ .e-input-group.e-disabled .e-input-group-icon,
1764
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,
1765
+ .e-float-input.e-disabled .e-clear-icon,
1766
+ .e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
1767
+ .e-input-group.e-disabled .e-clear-icon,
1768
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
1769
+ color: #484644;
1770
+ }
1771
+ /* stylelint-disable property-no-vendor-prefix */
1772
+ /* stylelint-disable selector-no-vendor-prefix */
1773
+ .e-input[disabled],
1774
+ .e-input-group .e-input[disabled],
1775
+ .e-input-group.e-control-wrapper .e-input[disabled],
1776
+ .e-input-group.e-disabled,
1777
+ .e-input-group.e-control-wrapper.e-disabled,
1778
+ .e-float-input input[disabled],
1779
+ .e-float-input.e-control-wrapper input[disabled],
1780
+ .e-float-input textarea[disabled],
1781
+ .e-float-input.e-control-wrapper textarea[disabled],
1782
+ .e-float-input.e-disabled,
1783
+ .e-float-input.e-control-wrapper.e-disabled {
1784
+ -webkit-text-fill-color: #484644;
1785
+ background: #252423;
1786
+ color: #484644;
1787
+ border-color: #252423;
1788
+ }
1789
+ .e-input-group input.e-input,
1790
+ .e-input-group.e-control-wrapper input.e-input,
1791
+ .e-float-input input,
1792
+ .e-float-input.e-control-wrapper input,
1793
+ .e-input-group textarea.e-input,
1794
+ .e-input-group.e-control-wrapper textarea.e-input,
1795
+ .e-float-input textarea,
1796
+ .e-float-input.e-control-wrapper textarea,
1797
+ .e-input-group .e-input[disabled],
1798
+ .e-input-group.e-control-wrapper .e-input[disabled],
1799
+ .e-input-group.e-disabled input.e-input,
1800
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
1801
+ .e-input-group.e-disabled textarea.e-input,
1802
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
1803
+ background: none;
1804
+ color: inherit;
1805
+ }
1806
+ .e-input-group .e-input[readonly],
1807
+ .e-input-group.e-control-wrapper .e-input[readonly],
1808
+ .e-float-input input[readonly],
1809
+ .e-float-input.e-control-wrapper input[readonly],
1810
+ .e-float-input textarea[readonly],
1811
+ .e-float-input.e-control-wrapper textarea[readonly] {
1812
+ background: #1b1a19;
1813
+ color: inherit;
1814
+ }
1815
+ .e-float-input.e-disabled input,
1816
+ .e-float-input.e-control-wrapper.e-disabled input,
1817
+ .e-float-input.e-disabled textarea,
1818
+ .e-float-input.e-control-wrapper.e-disabled textarea,
1819
+ .e-float-input input[disabled],
1820
+ .e-float-input.e-control-wrapper input[disabled],
1821
+ .e-float-input textarea[disabled],
1822
+ .e-float-input.e-control-wrapper textarea[disabled] {
1823
+ color: inherit;
1824
+ }
1825
+ /*! Added color to textbox for disbaled state */
1826
+ .e-float-input:not(.e-disabled) input[disabled],
1827
+ .e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
1828
+ .e-float-input:not(.e-disabled) textarea[disabled],
1829
+ .e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
1830
+ -webkit-text-fill-color: #484644;
1831
+ color: #484644;
1832
+ }
1833
+ .e-input-group.e-disabled .e-input-group-icon,
1834
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
1835
+ background: transparent;
1836
+ border-color: #252423;
1837
+ }
1838
+ .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
1839
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
1840
+ background: #252423;
1841
+ color: #f3f2f1;
1842
+ }
1843
+ .e-input.e-success,
1844
+ .e-input.e-success:focus,
1845
+ .e-input-group.e-success input.e-input,
1846
+ .e-input-group.e-control-wrapper.e-success input.e-input,
1847
+ .e-input-group.e-success .e-input-group-icon,
1848
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
1849
+ .e-input-group.e-success textarea.e-input,
1850
+ .e-input-group.e-control-wrapper.e-success textarea.e-input {
1851
+ border-color: #86e277;
1852
+ }
1853
+ .e-input.e-warning,
1854
+ .e-input.e-warning:focus,
1855
+ .e-input-group.e-warning input.e-input,
1856
+ .e-input-group.e-control-wrapper.e-warning input.e-input,
1857
+ .e-input-group.e-warning .e-input-group-icon,
1858
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
1859
+ .e-input-group.e-warning textarea.e-input,
1860
+ .e-input-group.e-control-wrapper.e-warning textarea.e-input {
1861
+ border-color: #db7b48;
1862
+ }
1863
+ .e-input.e-error,
1864
+ .e-input.e-error:focus,
1865
+ .e-input-group.e-error input.e-input,
1866
+ .e-input-group.e-control-wrapper.e-error input.e-input,
1867
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon,
1868
+ .e-input-group.e-error .e-input-group-icon,
1869
+ .e-input-group.e-error textarea.e-input,
1870
+ .e-input-group.e-control-wrapper.e-error textarea.e-input {
1871
+ border-color: #e2777e;
1872
+ }
1873
+ label.e-float-text,
1874
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1875
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1876
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1877
+ .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1878
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1879
+ .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1880
+ color: #a19f9d;
1881
+ }
1882
+ .e-float-input.e-error label.e-float-text,
1883
+ .e-float-input.e-control-wrapper.e-error label.e-float-text,
1884
+ .e-float-input.e-error input:focus ~ label.e-float-text,
1885
+ .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
1886
+ .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
1887
+ .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
1888
+ .e-float-input.e-error textarea:focus ~ label.e-float-text,
1889
+ .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
1890
+ color: #e2777e;
1891
+ color: #c8c6c4;
1892
+ }
1893
+ .e-float-input input,
1894
+ .e-float-input textarea,
1895
+ .e-float-input.e-control-wrapper input,
1896
+ .e-float-input.e-control-wrapper textarea,
1897
+ .e-input-group,
1898
+ .e-input-group.e-control-wrapper {
1899
+ border-bottom-color: #a19f9d;
1900
+ }
1901
+ .e-float-input.e-success input,
1902
+ .e-float-input.e-success textarea,
1903
+ .e-float-input.e-control-wrapper.e-success input,
1904
+ .e-float-input.e-control-wrapper.e-success textarea {
1905
+ border-color: #86e277;
1906
+ }
1907
+ .e-float-input.e-warning input,
1908
+ .e-float-input.e-control-wrapper.e-warning input,
1909
+ .e-float-input.e-warning textarea,
1910
+ .e-float-input.e-control-wrapper.e-warning textarea {
1911
+ border-color: #db7b48;
1912
+ }
1913
+ .e-float-input.e-error input,
1914
+ .e-float-input.e-control-wrapper.e-error input,
1915
+ .e-float-input.e-error textarea,
1916
+ .e-float-input.e-control-wrapper.e-error textarea {
1917
+ border-color: #e2777e;
1918
+ }
1919
+ input.e-input:-moz-placeholder,
1920
+ input.e-input:-moz-placeholder,
1921
+ textarea.e-input:-moz-placeholder,
1922
+ input.e-input::-moz-placeholder,
1923
+ textarea.e-input::-moz-placeholder,
1924
+ .e-input-group input.e-input:-moz-placeholder,
1925
+ .e-input-group input.e-input:-moz-placeholder,
1926
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1927
+ .e-input-group input.e-input:-moz-placeholder,
1928
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1929
+ .e-input-group textarea.e-input:-moz-placeholder,
1930
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
1931
+ .e-input-group input.e-input::-moz-placeholder,
1932
+ .e-input-group.e-control-wrapper input.e-input::-moz-placeholder,
1933
+ .e-input-group textarea.e-input::-moz-placeholder,
1934
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder {
1935
+ color: #a19f9d;
1936
+ }
1937
+ input.e-input::-webkit-input-placeholder,
1938
+ textarea.e-input::-webkit-input-placeholder,
1939
+ .e-input-group input.e-input::-webkit-input-placeholder,
1940
+ .e-input-group textarea.e-input::-webkit-input-placeholder,
1941
+ .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,
1942
+ .e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
1943
+ color: #a19f9d;
1944
+ }
1945
+ input.e-input:-ms-input-placeholder,
1946
+ textarea.e-input:-ms-input-placeholder,
1947
+ .e-input-group input.e-input:-ms-input-placeholder,
1948
+ .e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder,
1949
+ .e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder,
1950
+ .e-input-group textarea.e-input:-ms-input-placeholder {
1951
+ color: #a19f9d;
1952
+ }
1953
+ .e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
1954
+ .e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
1955
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
1956
+ .e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
1957
+ .e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
1958
+ .e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
1959
+ color: #a19f9d;
1960
+ }
1961
+ .e-input-group:not(.e-disabled) .e-input-group-icon:active,
1962
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
1963
+ background: #323130;
1964
+ color: #c8c6c4;
1965
+ }
1966
+ input.e-input::-moz-selection,
1967
+ textarea.e-input::-moz-selection,
1968
+ .e-input-group input.e-input::-moz-selection,
1969
+ .e-input-group.e-control-wrapper input.e-input::-moz-selection,
1970
+ .e-float-input input::-moz-selection,
1971
+ .e-float-input.e-control-wrapper input::-moz-selection,
1972
+ .e-input-group textarea.e-input::-moz-selection,
1973
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-selection,
1974
+ .e-float-input textarea::-moz-selection,
1975
+ .e-float-input.e-control-wrapper textarea::-moz-selection,
1976
+ .e-float-input.e-small textarea::-moz-selection,
1977
+ .e-float-input textarea::-moz-selection {
1978
+ background: #005a9e;
1979
+ color: #f3f2f1;
1980
+ }
1981
+ input.e-input::selection,
1982
+ textarea.e-input::selection,
1983
+ .e-input-group input.e-input::selection,
1984
+ .e-input-group.e-control-wrapper input.e-input::selection,
1985
+ .e-float-input input::selection,
1986
+ .e-float-input.e-control-wrapper input::selection,
1987
+ .e-input-group textarea.e-input::selection,
1988
+ .e-input-group.e-control-wrapper textarea.e-input::selection,
1989
+ .e-float-input textarea::selection,
1990
+ .e-float-input.e-control-wrapper textarea::selection,
1991
+ .e-float-input.e-small textarea::selection,
1992
+ .e-float-input textarea::selection {
1993
+ background: #005a9e;
1994
+ color: #f3f2f1;
1995
+ }
1996
+ .e-input-group::before,
1997
+ .e-input-group::after,
1998
+ .e-input-group.e-control-wrapper::before,
1999
+ .e-input-group.e-control-wrapper::after {
2000
+ content: "";
2001
+ }
2002
+ .e-input-group.e-success::before,
2003
+ .e-input-group.e-success::after,
2004
+ .e-input-group.e-control-wrapper.e-success::before,
2005
+ .e-input-group.e-control-wrapper.e-success::after {
2006
+ content: "";
2007
+ }
2008
+ .e-input-group.e-warning::before,
2009
+ .e-input-group.e-warning::after,
2010
+ .e-input-group.e-control-wrapper.e-warning::before,
2011
+ .e-input-group.e-control-wrapper.e-warning::after {
2012
+ content: "";
2013
+ }
2014
+ .e-input-group.e-error::before,
2015
+ .e-input-group.e-error::after,
2016
+ .e-input-group.e-control-wrapper.e-error::before,
2017
+ .e-input-group.e-control-wrapper.e-error::after {
2018
+ content: "";
2019
+ }
2020
+ .e-input-group.e-success .e-input-group-icon,
2021
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
2022
+ .e-input-group.e-warning .e-input-group-icon,
2023
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
2024
+ .e-input-group.e-error .e-input-group-icon,
2025
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon {
2026
+ color: #a19f9d;
2027
+ }
2028
+ .e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2029
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2030
+ .e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2031
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2032
+ .e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
2033
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
2034
+ color: #a19f9d;
2035
+ color: #f3f2f1;
2036
+ }
2037
+ .e-input-group input.e-input,
2038
+ .e-input-group.e-control-wrapper input.e-input,
2039
+ .e-input-group textarea.e-input,
2040
+ .e-input-group.e-control-wrapper textarea.e-input,
2041
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2042
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2043
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
2044
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
2045
+ border-color: #a19f9d;
2046
+ }
2047
+ .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
2048
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2049
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2050
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2051
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2052
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
2053
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
2054
+ border-color: #0078d4;
2055
+ border-radius: 2px;
2056
+ box-shadow: 0 0 0 1px #0078d4;
2057
+ }
2058
+ .e-input-group .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
2059
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2060
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2061
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
2062
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
2063
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
2064
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
2065
+ box-shadow: none;
2066
+ }
2067
+ .e-input:focus:not(.e-success):not(.e-warning).e-error,
2068
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
2069
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
2070
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
2071
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
2072
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
2073
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
2074
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
2075
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error,
2076
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
2077
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
2078
+ box-shadow: 0 0 0 1px #e2777e;
2079
+ }
2080
+ .e-input:focus:not(.e-error):not(.e-warning).e-success,
2081
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
2082
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
2083
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
2084
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
2085
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
2086
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
2087
+ box-shadow: 0 0 0 1px #86e277;
2088
+ }
2089
+ .e-input:focus:not(.e-success):not(.e-error).e-warning,
2090
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
2091
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
2092
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
2093
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
2094
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
2095
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
2096
+ .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
2097
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning,
2098
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
2099
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
2100
+ box-shadow: 0 0 0 1px #db7b48;
2101
+ }
2102
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
2103
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
2104
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
2105
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
2106
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
2107
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
2108
+ border-color: #a19f9d;
2109
+ }
2110
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
2111
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
2112
+ border-color: #0078d4;
2113
+ border-color: #0078d4;
2114
+ border-radius: 2px;
2115
+ box-shadow: 0 0 0 1px #0078d4;
2116
+ }
2117
+ .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
2118
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success,
2119
+ .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
2120
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
2121
+ box-shadow: 0 0 0 1px #86e277;
2122
+ }
2123
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
2124
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
2125
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
2126
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
2127
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
2128
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon {
2129
+ border-color: transparent;
2130
+ }
2131
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
2132
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
2133
+ border-color: #a19f9d;
2134
+ box-shadow: none;
2135
+ }
2136
+ .e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
2137
+ .e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
2138
+ border-color: #252423;
2139
+ }
2140
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2141
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
2142
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
2143
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
2144
+ border-bottom-color: transparent;
2145
+ border-top-color: transparent;
2146
+ }
2147
+ .e-input-group.e-success,
2148
+ .e-input-group.e-control-wrapper.e-success,
2149
+ .e-input-group.e-success:not(.e-float-icon-left),
2150
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
2151
+ border-color: #86e277;
2152
+ }
2153
+ .e-input-group.e-warning,
2154
+ .e-input-group.e-control-wrapper.e-warning,
2155
+ .e-input-group.e-warning:not(.e-float-icon-left),
2156
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
2157
+ border-color: #db7b48;
2158
+ }
2159
+ .e-input-group.e-error,
2160
+ .e-input-group.e-control-wrapper.e-error,
2161
+ .e-input-group.e-error:not(.e-float-icon-left),
2162
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
2163
+ border-color: #e2777e;
2164
+ }
2165
+ .e-float-input .e-clear-icon,
2166
+ .e-float-input.e-control-wrapper .e-clear-icon,
2167
+ .e-input-group .e-clear-icon,
2168
+ .e-input-group.e-control-wrapper .e-clear-icon {
2169
+ color: #a19f9d;
2170
+ }
2171
+ .e-float-input .e-clear-icon:active,
2172
+ .e-float-input.e-control-wrapper .e-clear-icon:active,
2173
+ .e-input-group .e-clear-icon:active,
2174
+ .e-input-group.e-control-wrapper .e-clear-icon:active {
2175
+ color: #c8c6c4;
2176
+ }
2177
+ .e-float-input .e-clear-icon:hover,
2178
+ .e-float-input.e-control-wrapper .e-clear-icon:hover,
2179
+ .e-input-group .e-clear-icon:hover,
2180
+ .e-input-group.e-control-wrapper .e-clear-icon:hover {
2181
+ color: #f3f2f1;
2182
+ background: #252423;
2183
+ }
2184
+ .e-float-input:not(.e-disabled) .e-clear-icon:hover,
2185
+ .e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
2186
+ .e-input-group:not(.e-disabled) .e-clear-icon:hover,
2187
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
2188
+ background: #252423;
2189
+ }
2190
+ .e-float-input.e-input-focus .e-input:focus,
2191
+ .e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
2192
+ border-bottom-color: transparent;
2193
+ border-top-color: transparent;
2194
+ }
2195
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2196
+ .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2197
+ .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2198
+ .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2199
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2200
+ .e-float-input:not(.e-error) input label.e-float-text.e-label-top,
2201
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2202
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2203
+ .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
2204
+ .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2205
+ .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2206
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2207
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2208
+ .e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2209
+ .e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2210
+ .e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2211
+ .e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2212
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2213
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2214
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2215
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
2216
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2217
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2218
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2219
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2220
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2221
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2222
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2223
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2224
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2225
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2226
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2227
+ .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2228
+ .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2229
+ .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2230
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2231
+ .e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
2232
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2233
+ .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2234
+ .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2235
+ .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2236
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2237
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2238
+ .e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2239
+ .e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2240
+ .e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2241
+ .e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2242
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2243
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2244
+ .e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2245
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2246
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2247
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2248
+ .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2249
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2250
+ .e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2251
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2252
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2253
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
2254
+ color: #c8c6c4;
2255
+ }
2256
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2257
+ .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2258
+ .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2259
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2260
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2261
+ .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
2262
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2263
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2264
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2265
+ .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2266
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2267
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2268
+ .e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top {
2269
+ color: #c8c6c4;
2270
+ }
2271
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2272
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2273
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2274
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2275
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2276
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
2277
+ color: #a19f9d;
2278
+ }
2279
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2280
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2281
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2282
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2283
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2284
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2285
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2286
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2287
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2288
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
2289
+ color: #c8c6c4;
2290
+ }
2291
+ .e-float-input.e-input-group.e-disabled .e-float-text,
2292
+ .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
2293
+ .e-float-input input[disabled] ~ label.e-float-text,
2294
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
2295
+ .e-float-input.e-disabled label.e-float-text,
2296
+ .e-float-input.e-disabled label.e-float-text.e-label-top,
2297
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
2298
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2299
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2300
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2301
+ .e-float-input textarea[disabled] ~ label.e-float-text,
2302
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
2303
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
2304
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2305
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2306
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2307
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
2308
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
2309
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
2310
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
2311
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
2312
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
2313
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text,
2314
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
2315
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
2316
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2317
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2318
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2319
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
2320
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2321
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2322
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2323
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
2324
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
2325
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
2326
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
2327
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
2328
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2329
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2330
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2331
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
2332
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2333
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2334
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
2335
+ color: #484644;
2336
+ }
2337
+ input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
2338
+ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
2339
+ border-color: #d2d0ce;
2340
+ }
2341
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2342
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2343
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2344
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2345
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
2346
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
2347
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
2348
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
2349
+ border-color: #0078d4;
2350
+ }
2351
+ .e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2352
+ .e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2353
+ .e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2354
+ .e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2355
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
2356
+ .e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
2357
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
2358
+ .e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
2359
+ border-color: #0078d4;
2360
+ }
2361
+ /* stylelint-disable-line no-empty-source */