@syncfusion/ej2-angular-inputs 20.2.48-ngcc → 20.2.48

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 (719) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/color-picker/colorpicker-all.module.mjs +23 -0
  3. package/esm2020/src/color-picker/colorpicker.component.mjs +83 -0
  4. package/esm2020/src/color-picker/colorpicker.module.mjs +25 -0
  5. package/esm2020/src/form-validator/form-validator.mjs +193 -0
  6. package/esm2020/src/index.mjs +25 -0
  7. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +23 -0
  8. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +84 -0
  9. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +25 -0
  10. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +23 -0
  11. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +84 -0
  12. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +25 -0
  13. package/esm2020/src/signature/signature-all.module.mjs +23 -0
  14. package/esm2020/src/signature/signature.component.mjs +83 -0
  15. package/esm2020/src/signature/signature.module.mjs +25 -0
  16. package/esm2020/src/slider/slider-all.module.mjs +23 -0
  17. package/esm2020/src/slider/slider.component.mjs +83 -0
  18. package/esm2020/src/slider/slider.module.mjs +25 -0
  19. package/esm2020/src/textbox/textbox-all.module.mjs +23 -0
  20. package/esm2020/src/textbox/textbox.component.mjs +84 -0
  21. package/esm2020/src/textbox/textbox.module.mjs +25 -0
  22. package/esm2020/src/uploader/files.directive.mjs +58 -0
  23. package/esm2020/src/uploader/uploader-all.module.mjs +23 -0
  24. package/esm2020/src/uploader/uploader.component.mjs +95 -0
  25. package/esm2020/src/uploader/uploader.module.mjs +34 -0
  26. package/esm2020/syncfusion-ej2-angular-inputs.mjs +5 -0
  27. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +1097 -0
  28. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  29. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1097 -0
  30. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  31. package/package.json +26 -12
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/color-picker/colorpicker-all.module.d.ts +6 -0
  34. package/src/color-picker/colorpicker.component.d.ts +3 -0
  35. package/src/color-picker/colorpicker.module.d.ts +6 -0
  36. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
  37. package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
  38. package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
  39. package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
  40. package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
  41. package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
  42. package/src/signature/signature-all.module.d.ts +6 -0
  43. package/src/signature/signature.component.d.ts +3 -0
  44. package/src/signature/signature.module.d.ts +6 -0
  45. package/src/slider/slider-all.module.d.ts +6 -0
  46. package/src/slider/slider.component.d.ts +3 -0
  47. package/src/slider/slider.module.d.ts +6 -0
  48. package/src/textbox/textbox-all.module.d.ts +6 -0
  49. package/src/textbox/textbox.component.d.ts +3 -0
  50. package/src/textbox/textbox.module.d.ts +6 -0
  51. package/src/uploader/files.directive.d.ts +5 -0
  52. package/src/uploader/uploader-all.module.d.ts +6 -0
  53. package/src/uploader/uploader.component.d.ts +3 -0
  54. package/src/uploader/uploader.module.d.ts +7 -0
  55. package/styles/bootstrap-dark.css +31 -13
  56. package/styles/bootstrap.css +31 -13
  57. package/styles/bootstrap4.css +31 -13
  58. package/styles/bootstrap5-dark.css +32 -13
  59. package/styles/bootstrap5.css +32 -13
  60. package/styles/color-picker/_all.scss +2 -0
  61. package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
  62. package/styles/color-picker/_bootstrap-definition.scss +128 -0
  63. package/styles/color-picker/_bootstrap4-definition.scss +127 -0
  64. package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
  65. package/styles/color-picker/_bootstrap5-definition.scss +133 -0
  66. package/styles/color-picker/_fabric-dark-definition.scss +131 -0
  67. package/styles/color-picker/_fabric-definition.scss +127 -0
  68. package/styles/color-picker/_fluent-dark-definition.scss +1 -0
  69. package/styles/color-picker/_fluent-definition.scss +133 -0
  70. package/styles/color-picker/_fusionnew-definition.scss +133 -0
  71. package/styles/color-picker/_highcontrast-definition.scss +127 -0
  72. package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
  73. package/styles/color-picker/_layout.scss +1174 -0
  74. package/styles/color-picker/_material-dark-definition.scss +135 -0
  75. package/styles/color-picker/_material-definition.scss +130 -0
  76. package/styles/color-picker/_material3-definition.scss +133 -0
  77. package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
  78. package/styles/color-picker/_tailwind-definition.scss +132 -0
  79. package/styles/color-picker/_theme.scss +183 -0
  80. package/styles/color-picker/bootstrap-dark.css +2 -0
  81. package/styles/color-picker/bootstrap-dark.scss +11 -1
  82. package/styles/color-picker/bootstrap.css +2 -0
  83. package/styles/color-picker/bootstrap.scss +11 -1
  84. package/styles/color-picker/bootstrap4.css +2 -0
  85. package/styles/color-picker/bootstrap4.scss +11 -1
  86. package/styles/color-picker/bootstrap5-dark.css +3 -0
  87. package/styles/color-picker/bootstrap5-dark.scss +11 -1
  88. package/styles/color-picker/bootstrap5.css +3 -0
  89. package/styles/color-picker/bootstrap5.scss +11 -1
  90. package/styles/color-picker/fabric-dark.css +2 -0
  91. package/styles/color-picker/fabric-dark.scss +11 -1
  92. package/styles/color-picker/fabric.css +2 -0
  93. package/styles/color-picker/fabric.scss +11 -1
  94. package/styles/color-picker/fluent-dark.css +3 -0
  95. package/styles/color-picker/fluent-dark.scss +11 -1
  96. package/styles/color-picker/fluent.css +3 -0
  97. package/styles/color-picker/fluent.scss +11 -1
  98. package/styles/color-picker/highcontrast-light.css +2 -0
  99. package/styles/color-picker/highcontrast-light.scss +11 -1
  100. package/styles/color-picker/highcontrast.css +2 -0
  101. package/styles/color-picker/highcontrast.scss +11 -1
  102. package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
  103. package/styles/color-picker/icons/_bootstrap.scss +9 -0
  104. package/styles/color-picker/icons/_bootstrap4.scss +9 -0
  105. package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
  106. package/styles/color-picker/icons/_bootstrap5.scss +9 -0
  107. package/styles/color-picker/icons/_fabric-dark.scss +9 -0
  108. package/styles/color-picker/icons/_fabric.scss +9 -0
  109. package/styles/color-picker/icons/_fluent-dark.scss +1 -0
  110. package/styles/color-picker/icons/_fluent.scss +9 -0
  111. package/styles/color-picker/icons/_fusionnew.scss +9 -0
  112. package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
  113. package/styles/color-picker/icons/_highcontrast.scss +9 -0
  114. package/styles/color-picker/icons/_material-dark.scss +9 -0
  115. package/styles/color-picker/icons/_material.scss +9 -0
  116. package/styles/color-picker/icons/_material3.scss +9 -0
  117. package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
  118. package/styles/color-picker/icons/_tailwind.scss +9 -0
  119. package/styles/color-picker/material-dark.css +2 -0
  120. package/styles/color-picker/material-dark.scss +11 -1
  121. package/styles/color-picker/material.css +2 -0
  122. package/styles/color-picker/material.scss +11 -1
  123. package/styles/color-picker/tailwind-dark.css +3 -0
  124. package/styles/color-picker/tailwind-dark.scss +11 -1
  125. package/styles/color-picker/tailwind.css +3 -0
  126. package/styles/color-picker/tailwind.scss +11 -1
  127. package/styles/fabric-dark.css +31 -13
  128. package/styles/fabric.css +31 -13
  129. package/styles/fluent-dark.css +32 -13
  130. package/styles/fluent.css +32 -13
  131. package/styles/highcontrast-light.css +31 -13
  132. package/styles/highcontrast.css +31 -13
  133. package/styles/input/_all.scss +3 -0
  134. package/styles/input/_bootstrap-dark-definition.scss +329 -0
  135. package/styles/input/_bootstrap-definition.scss +320 -0
  136. package/styles/input/_bootstrap4-definition.scss +325 -0
  137. package/styles/input/_bootstrap5-dark-definition.scss +1 -0
  138. package/styles/input/_bootstrap5-definition.scss +336 -0
  139. package/styles/input/_definition.scss +232 -0
  140. package/styles/input/_fabric-dark-definition.scss +319 -0
  141. package/styles/input/_fabric-definition.scss +311 -0
  142. package/styles/input/_fluent-dark-definition.scss +1 -0
  143. package/styles/input/_fluent-definition.scss +338 -0
  144. package/styles/input/_fusionnew-definition.scss +336 -0
  145. package/styles/input/_highcontrast-definition.scss +312 -0
  146. package/styles/input/_highcontrast-light-definition.scss +320 -0
  147. package/styles/input/_layout.scss +11009 -0
  148. package/styles/input/_material-dark-definition.scss +573 -0
  149. package/styles/input/_material-definition.scss +573 -0
  150. package/styles/input/_material3-definition.scss +336 -0
  151. package/styles/input/_responsive.scss +1 -0
  152. package/styles/input/_tailwind-dark-definition.scss +1 -0
  153. package/styles/input/_tailwind-definition.scss +335 -0
  154. package/styles/input/_theme.scss +4264 -0
  155. package/styles/input/bootstrap-dark.css +22 -14
  156. package/styles/input/bootstrap-dark.scss +4 -1
  157. package/styles/input/bootstrap.css +22 -14
  158. package/styles/input/bootstrap.scss +4 -1
  159. package/styles/input/bootstrap4.css +22 -14
  160. package/styles/input/bootstrap4.scss +4 -1
  161. package/styles/input/bootstrap5-dark.css +22 -14
  162. package/styles/input/bootstrap5-dark.scss +4 -1
  163. package/styles/input/bootstrap5.css +22 -14
  164. package/styles/input/bootstrap5.scss +4 -1
  165. package/styles/input/fabric-dark.css +22 -14
  166. package/styles/input/fabric-dark.scss +4 -1
  167. package/styles/input/fabric.css +22 -14
  168. package/styles/input/fabric.scss +4 -1
  169. package/styles/input/fluent-dark.css +22 -14
  170. package/styles/input/fluent-dark.scss +4 -1
  171. package/styles/input/fluent.css +22 -14
  172. package/styles/input/fluent.scss +4 -1
  173. package/styles/input/highcontrast-light.css +22 -14
  174. package/styles/input/highcontrast-light.scss +4 -1
  175. package/styles/input/highcontrast.css +22 -14
  176. package/styles/input/highcontrast.scss +4 -1
  177. package/styles/input/icons/_bootstrap-dark.scss +17 -0
  178. package/styles/input/icons/_bootstrap.scss +17 -0
  179. package/styles/input/icons/_bootstrap4.scss +17 -0
  180. package/styles/input/icons/_bootstrap5-dark.scss +1 -0
  181. package/styles/input/icons/_bootstrap5.scss +17 -0
  182. package/styles/input/icons/_fabric-dark.scss +17 -0
  183. package/styles/input/icons/_fabric.scss +17 -0
  184. package/styles/input/icons/_fluent-dark.scss +1 -0
  185. package/styles/input/icons/_fluent.scss +17 -0
  186. package/styles/input/icons/_fusionnew.scss +17 -0
  187. package/styles/input/icons/_highcontrast-light.scss +17 -0
  188. package/styles/input/icons/_highcontrast.scss +17 -0
  189. package/styles/input/icons/_material-dark.scss +49 -0
  190. package/styles/input/icons/_material.scss +49 -0
  191. package/styles/input/icons/_material3.scss +17 -0
  192. package/styles/input/icons/_tailwind-dark.scss +1 -0
  193. package/styles/input/icons/_tailwind.scss +17 -0
  194. package/styles/input/material-dark.css +26 -18
  195. package/styles/input/material-dark.scss +4 -1
  196. package/styles/input/material.css +26 -18
  197. package/styles/input/material.scss +4 -1
  198. package/styles/input/tailwind-dark.css +22 -14
  199. package/styles/input/tailwind-dark.scss +4 -1
  200. package/styles/input/tailwind.css +22 -14
  201. package/styles/input/tailwind.scss +4 -1
  202. package/styles/maskedtextbox/_all.scss +2 -0
  203. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
  204. package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
  205. package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
  206. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
  207. package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
  208. package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
  209. package/styles/maskedtextbox/_fabric-definition.scss +4 -0
  210. package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
  211. package/styles/maskedtextbox/_fluent-definition.scss +7 -0
  212. package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
  213. package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
  214. package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
  215. package/styles/maskedtextbox/_layout.scss +33 -0
  216. package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
  217. package/styles/maskedtextbox/_material-definition.scss +4 -0
  218. package/styles/maskedtextbox/_material3-definition.scss +7 -0
  219. package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
  220. package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
  221. package/styles/maskedtextbox/_theme.scss +15 -0
  222. package/styles/maskedtextbox/bootstrap-dark.css +1 -0
  223. package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
  224. package/styles/maskedtextbox/bootstrap.css +1 -0
  225. package/styles/maskedtextbox/bootstrap.scss +4 -1
  226. package/styles/maskedtextbox/bootstrap4.css +1 -0
  227. package/styles/maskedtextbox/bootstrap4.scss +4 -1
  228. package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
  229. package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
  230. package/styles/maskedtextbox/bootstrap5.css +1 -0
  231. package/styles/maskedtextbox/bootstrap5.scss +4 -1
  232. package/styles/maskedtextbox/fabric-dark.css +1 -0
  233. package/styles/maskedtextbox/fabric-dark.scss +4 -1
  234. package/styles/maskedtextbox/fabric.css +1 -0
  235. package/styles/maskedtextbox/fabric.scss +4 -1
  236. package/styles/maskedtextbox/fluent-dark.css +1 -0
  237. package/styles/maskedtextbox/fluent-dark.scss +4 -1
  238. package/styles/maskedtextbox/fluent.css +1 -0
  239. package/styles/maskedtextbox/fluent.scss +4 -1
  240. package/styles/maskedtextbox/highcontrast-light.css +1 -0
  241. package/styles/maskedtextbox/highcontrast-light.scss +4 -1
  242. package/styles/maskedtextbox/highcontrast.css +1 -0
  243. package/styles/maskedtextbox/highcontrast.scss +4 -1
  244. package/styles/maskedtextbox/material-dark.css +1 -0
  245. package/styles/maskedtextbox/material-dark.scss +4 -1
  246. package/styles/maskedtextbox/material.css +1 -0
  247. package/styles/maskedtextbox/material.scss +4 -1
  248. package/styles/maskedtextbox/tailwind-dark.css +1 -0
  249. package/styles/maskedtextbox/tailwind-dark.scss +4 -1
  250. package/styles/maskedtextbox/tailwind.css +1 -0
  251. package/styles/maskedtextbox/tailwind.scss +4 -1
  252. package/styles/material-dark.css +50 -18
  253. package/styles/material.css +50 -18
  254. package/styles/numerictextbox/_all.scss +2 -0
  255. package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
  256. package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
  257. package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
  258. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
  259. package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
  260. package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
  261. package/styles/numerictextbox/_fabric-definition.scss +3 -0
  262. package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
  263. package/styles/numerictextbox/_fluent-definition.scss +5 -0
  264. package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
  265. package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
  266. package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
  267. package/styles/numerictextbox/_layout.scss +30 -0
  268. package/styles/numerictextbox/_material-dark-definition.scss +6 -0
  269. package/styles/numerictextbox/_material-definition.scss +3 -0
  270. package/styles/numerictextbox/_material3-definition.scss +3 -0
  271. package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
  272. package/styles/numerictextbox/_tailwind-definition.scss +3 -0
  273. package/styles/numerictextbox/_theme.scss +39 -0
  274. package/styles/numerictextbox/bootstrap-dark.css +1 -0
  275. package/styles/numerictextbox/bootstrap-dark.scss +5 -1
  276. package/styles/numerictextbox/bootstrap.css +1 -0
  277. package/styles/numerictextbox/bootstrap.scss +5 -1
  278. package/styles/numerictextbox/bootstrap4.css +1 -0
  279. package/styles/numerictextbox/bootstrap4.scss +5 -1
  280. package/styles/numerictextbox/bootstrap5-dark.css +1 -0
  281. package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
  282. package/styles/numerictextbox/bootstrap5.css +1 -0
  283. package/styles/numerictextbox/bootstrap5.scss +5 -1
  284. package/styles/numerictextbox/fabric-dark.css +1 -0
  285. package/styles/numerictextbox/fabric-dark.scss +5 -1
  286. package/styles/numerictextbox/fabric.css +1 -0
  287. package/styles/numerictextbox/fabric.scss +5 -1
  288. package/styles/numerictextbox/fluent-dark.css +1 -0
  289. package/styles/numerictextbox/fluent-dark.scss +5 -1
  290. package/styles/numerictextbox/fluent.css +1 -0
  291. package/styles/numerictextbox/fluent.scss +5 -1
  292. package/styles/numerictextbox/highcontrast-light.css +1 -0
  293. package/styles/numerictextbox/highcontrast-light.scss +5 -1
  294. package/styles/numerictextbox/highcontrast.css +1 -0
  295. package/styles/numerictextbox/highcontrast.scss +5 -1
  296. package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
  297. package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
  298. package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
  299. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
  300. package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
  301. package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
  302. package/styles/numerictextbox/icons/_fabric.scss +11 -0
  303. package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
  304. package/styles/numerictextbox/icons/_fluent.scss +11 -0
  305. package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
  306. package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
  307. package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
  308. package/styles/numerictextbox/icons/_material-dark.scss +11 -0
  309. package/styles/numerictextbox/icons/_material.scss +11 -0
  310. package/styles/numerictextbox/icons/_material3.scss +11 -0
  311. package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
  312. package/styles/numerictextbox/icons/_tailwind.scss +11 -0
  313. package/styles/numerictextbox/material-dark.css +1 -0
  314. package/styles/numerictextbox/material-dark.scss +5 -1
  315. package/styles/numerictextbox/material.css +1 -0
  316. package/styles/numerictextbox/material.scss +5 -1
  317. package/styles/numerictextbox/tailwind-dark.css +1 -0
  318. package/styles/numerictextbox/tailwind-dark.scss +5 -1
  319. package/styles/numerictextbox/tailwind.css +1 -0
  320. package/styles/numerictextbox/tailwind.scss +5 -1
  321. package/styles/signature/_all.scss +2 -0
  322. package/styles/signature/_bootstrap-dark-definition.scss +3 -0
  323. package/styles/signature/_bootstrap-definition.scss +3 -0
  324. package/styles/signature/_bootstrap4-definition.scss +3 -0
  325. package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
  326. package/styles/signature/_bootstrap5-definition.scss +3 -0
  327. package/styles/signature/_fabric-dark-definition.scss +3 -0
  328. package/styles/signature/_fabric-definition.scss +3 -0
  329. package/styles/signature/_fluent-dark-definition.scss +1 -0
  330. package/styles/signature/_fluent-definition.scss +3 -0
  331. package/styles/signature/_fusionnew-definition.scss +3 -0
  332. package/styles/signature/_highcontrast-definition.scss +3 -0
  333. package/styles/signature/_highcontrast-light-definition.scss +3 -0
  334. package/styles/signature/_layout.scss +5 -0
  335. package/styles/signature/_material-dark-definition.scss +3 -0
  336. package/styles/signature/_material-definition.scss +3 -0
  337. package/styles/signature/_material3-definition.scss +3 -0
  338. package/styles/signature/_tailwind-dark-definition.scss +1 -0
  339. package/styles/signature/_tailwind-definition.scss +3 -0
  340. package/styles/signature/_theme.scss +7 -0
  341. package/styles/signature/bootstrap-dark.scss +3 -1
  342. package/styles/signature/bootstrap.scss +3 -1
  343. package/styles/signature/bootstrap4.scss +3 -1
  344. package/styles/signature/bootstrap5-dark.scss +3 -1
  345. package/styles/signature/bootstrap5.scss +3 -1
  346. package/styles/signature/fabric-dark.scss +3 -1
  347. package/styles/signature/fabric.scss +3 -1
  348. package/styles/signature/fluent-dark.scss +3 -1
  349. package/styles/signature/fluent.scss +3 -1
  350. package/styles/signature/highcontrast-light.scss +3 -1
  351. package/styles/signature/highcontrast.scss +3 -1
  352. package/styles/signature/material-dark.scss +3 -1
  353. package/styles/signature/material.scss +3 -1
  354. package/styles/signature/tailwind-dark.scss +3 -1
  355. package/styles/signature/tailwind.scss +3 -1
  356. package/styles/slider/_all.scss +3 -0
  357. package/styles/slider/_bootstrap-dark-definition.scss +156 -0
  358. package/styles/slider/_bootstrap-definition.scss +152 -0
  359. package/styles/slider/_bootstrap4-definition.scss +147 -0
  360. package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
  361. package/styles/slider/_bootstrap5-definition.scss +90 -0
  362. package/styles/slider/_fabric-dark-definition.scss +162 -0
  363. package/styles/slider/_fabric-definition.scss +156 -0
  364. package/styles/slider/_fluent-dark-definition.scss +1 -0
  365. package/styles/slider/_fluent-definition.scss +74 -0
  366. package/styles/slider/_fusionnew-definition.scss +90 -0
  367. package/styles/slider/_highcontrast-definition.scss +145 -0
  368. package/styles/slider/_highcontrast-light-definition.scss +149 -0
  369. package/styles/slider/_icons.scss +1 -0
  370. package/styles/slider/_layout.scss +2421 -0
  371. package/styles/slider/_material-dark-definition.scss +159 -0
  372. package/styles/slider/_material-definition.scss +154 -0
  373. package/styles/slider/_material3-definition.scss +90 -0
  374. package/styles/slider/_tailwind-dark-definition.scss +1 -0
  375. package/styles/slider/_tailwind-definition.scss +84 -0
  376. package/styles/slider/_theme.scss +235 -0
  377. package/styles/slider/bootstrap-dark.css +4 -0
  378. package/styles/slider/bootstrap-dark.scss +5 -1
  379. package/styles/slider/bootstrap.css +4 -0
  380. package/styles/slider/bootstrap.scss +5 -1
  381. package/styles/slider/bootstrap4.css +4 -0
  382. package/styles/slider/bootstrap4.scss +5 -1
  383. package/styles/slider/bootstrap5-dark.css +4 -0
  384. package/styles/slider/bootstrap5-dark.scss +5 -1
  385. package/styles/slider/bootstrap5.css +4 -0
  386. package/styles/slider/bootstrap5.scss +5 -1
  387. package/styles/slider/fabric-dark.css +4 -0
  388. package/styles/slider/fabric-dark.scss +5 -1
  389. package/styles/slider/fabric.css +4 -0
  390. package/styles/slider/fabric.scss +5 -1
  391. package/styles/slider/fluent-dark.css +4 -0
  392. package/styles/slider/fluent-dark.scss +5 -1
  393. package/styles/slider/fluent.css +4 -0
  394. package/styles/slider/fluent.scss +5 -1
  395. package/styles/slider/highcontrast-light.css +4 -0
  396. package/styles/slider/highcontrast-light.scss +5 -1
  397. package/styles/slider/highcontrast.css +4 -0
  398. package/styles/slider/highcontrast.scss +5 -1
  399. package/styles/slider/material-dark.css +19 -1
  400. package/styles/slider/material-dark.scss +5 -1
  401. package/styles/slider/material.css +19 -1
  402. package/styles/slider/material.scss +5 -1
  403. package/styles/slider/tailwind-dark.css +4 -0
  404. package/styles/slider/tailwind-dark.scss +5 -1
  405. package/styles/slider/tailwind.css +4 -0
  406. package/styles/slider/tailwind.scss +5 -1
  407. package/styles/tailwind-dark.css +33 -13
  408. package/styles/tailwind.css +33 -13
  409. package/styles/textbox/_all.scss +1 -0
  410. package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
  411. package/styles/textbox/_bootstrap-definition.scss +1 -0
  412. package/styles/textbox/_bootstrap4-definition.scss +1 -0
  413. package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
  414. package/styles/textbox/_bootstrap5-definition.scss +1 -0
  415. package/styles/textbox/_fabric-dark-definition.scss +1 -0
  416. package/styles/textbox/_fabric-definition.scss +1 -0
  417. package/styles/textbox/_fluent-dark-definition.scss +1 -0
  418. package/styles/textbox/_fluent-definition.scss +1 -0
  419. package/styles/textbox/_fusionnew-definition.scss +1 -0
  420. package/styles/textbox/_highcontrast-definition.scss +1 -0
  421. package/styles/textbox/_highcontrast-light-definition.scss +1 -0
  422. package/styles/textbox/_layout.scss +10 -0
  423. package/styles/textbox/_material-dark-definition.scss +1 -0
  424. package/styles/textbox/_material-definition.scss +1 -0
  425. package/styles/textbox/_material3-definition.scss +1 -0
  426. package/styles/textbox/_tailwind-dark-definition.scss +1 -0
  427. package/styles/textbox/_tailwind-definition.scss +1 -0
  428. package/styles/textbox/_theme.scss +1 -0
  429. package/styles/textbox/bootstrap-dark.css +2 -0
  430. package/styles/textbox/bootstrap-dark.scss +4 -1
  431. package/styles/textbox/bootstrap.css +2 -0
  432. package/styles/textbox/bootstrap.scss +4 -1
  433. package/styles/textbox/bootstrap4.css +2 -0
  434. package/styles/textbox/bootstrap4.scss +4 -1
  435. package/styles/textbox/bootstrap5-dark.css +2 -0
  436. package/styles/textbox/bootstrap5-dark.scss +4 -1
  437. package/styles/textbox/bootstrap5.css +2 -0
  438. package/styles/textbox/bootstrap5.scss +4 -1
  439. package/styles/textbox/fabric-dark.css +2 -0
  440. package/styles/textbox/fabric-dark.scss +4 -1
  441. package/styles/textbox/fabric.css +2 -0
  442. package/styles/textbox/fabric.scss +4 -1
  443. package/styles/textbox/fluent-dark.css +2 -0
  444. package/styles/textbox/fluent-dark.scss +4 -1
  445. package/styles/textbox/fluent.css +2 -0
  446. package/styles/textbox/fluent.scss +4 -1
  447. package/styles/textbox/highcontrast-light.css +2 -0
  448. package/styles/textbox/highcontrast-light.scss +4 -1
  449. package/styles/textbox/highcontrast.css +2 -0
  450. package/styles/textbox/highcontrast.scss +4 -1
  451. package/styles/textbox/material-dark.css +3 -1
  452. package/styles/textbox/material-dark.scss +4 -1
  453. package/styles/textbox/material.css +3 -1
  454. package/styles/textbox/material.scss +4 -1
  455. package/styles/textbox/tailwind-dark.css +3 -1
  456. package/styles/textbox/tailwind-dark.scss +4 -1
  457. package/styles/textbox/tailwind.css +3 -1
  458. package/styles/textbox/tailwind.scss +4 -1
  459. package/styles/uploader/_all.scss +2 -0
  460. package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
  461. package/styles/uploader/_bootstrap-definition.scss +208 -0
  462. package/styles/uploader/_bootstrap4-definition.scss +211 -0
  463. package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
  464. package/styles/uploader/_bootstrap5-definition.scss +216 -0
  465. package/styles/uploader/_definition.scss +142 -0
  466. package/styles/uploader/_fabric-dark-definition.scss +216 -0
  467. package/styles/uploader/_fabric-definition.scss +210 -0
  468. package/styles/uploader/_fluent-dark-definition.scss +1 -0
  469. package/styles/uploader/_fluent-definition.scss +234 -0
  470. package/styles/uploader/_fusionnew-definition.scss +216 -0
  471. package/styles/uploader/_highcontrast-definition.scss +211 -0
  472. package/styles/uploader/_highcontrast-light-definition.scss +219 -0
  473. package/styles/uploader/_layout.scss +984 -0
  474. package/styles/uploader/_material-dark-definition.scss +217 -0
  475. package/styles/uploader/_material-definition.scss +214 -0
  476. package/styles/uploader/_material3-definition.scss +216 -0
  477. package/styles/uploader/_tailwind-dark-definition.scss +1 -0
  478. package/styles/uploader/_tailwind-definition.scss +232 -0
  479. package/styles/uploader/_theme.scss +136 -0
  480. package/styles/uploader/bootstrap-dark.css +1 -0
  481. package/styles/uploader/bootstrap-dark.scss +6 -1
  482. package/styles/uploader/bootstrap.css +1 -0
  483. package/styles/uploader/bootstrap.scss +6 -1
  484. package/styles/uploader/bootstrap4.css +1 -0
  485. package/styles/uploader/bootstrap4.scss +6 -1
  486. package/styles/uploader/bootstrap5-dark.css +1 -0
  487. package/styles/uploader/bootstrap5-dark.scss +6 -1
  488. package/styles/uploader/bootstrap5.css +1 -0
  489. package/styles/uploader/bootstrap5.scss +6 -1
  490. package/styles/uploader/fabric-dark.css +1 -0
  491. package/styles/uploader/fabric-dark.scss +6 -1
  492. package/styles/uploader/fabric.css +1 -0
  493. package/styles/uploader/fabric.scss +6 -1
  494. package/styles/uploader/fluent-dark.css +1 -0
  495. package/styles/uploader/fluent-dark.scss +6 -1
  496. package/styles/uploader/fluent.css +1 -0
  497. package/styles/uploader/fluent.scss +6 -1
  498. package/styles/uploader/highcontrast-light.css +1 -0
  499. package/styles/uploader/highcontrast-light.scss +6 -1
  500. package/styles/uploader/highcontrast.css +1 -0
  501. package/styles/uploader/highcontrast.scss +6 -1
  502. package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
  503. package/styles/uploader/icons/_bootstrap.scss +34 -0
  504. package/styles/uploader/icons/_bootstrap4.scss +34 -0
  505. package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
  506. package/styles/uploader/icons/_bootstrap5.scss +34 -0
  507. package/styles/uploader/icons/_fabric-dark.scss +34 -0
  508. package/styles/uploader/icons/_fabric.scss +34 -0
  509. package/styles/uploader/icons/_fluent-dark.scss +1 -0
  510. package/styles/uploader/icons/_fluent.scss +34 -0
  511. package/styles/uploader/icons/_fusionnew.scss +34 -0
  512. package/styles/uploader/icons/_highcontrast-light.scss +34 -0
  513. package/styles/uploader/icons/_highcontrast.scss +34 -0
  514. package/styles/uploader/icons/_material-dark.scss +34 -0
  515. package/styles/uploader/icons/_material.scss +34 -0
  516. package/styles/uploader/icons/_material3.scss +34 -0
  517. package/styles/uploader/icons/_tailwind-dark.scss +1 -0
  518. package/styles/uploader/icons/_tailwind.scss +34 -0
  519. package/styles/uploader/material-dark.css +1 -0
  520. package/styles/uploader/material-dark.scss +6 -1
  521. package/styles/uploader/material.css +1 -0
  522. package/styles/uploader/material.scss +6 -1
  523. package/styles/uploader/tailwind-dark.css +2 -0
  524. package/styles/uploader/tailwind-dark.scss +6 -1
  525. package/styles/uploader/tailwind.css +2 -0
  526. package/styles/uploader/tailwind.scss +6 -1
  527. package/syncfusion-ej2-angular-inputs.d.ts +5 -0
  528. package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
  529. package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
  530. package/@syncfusion/ej2-angular-inputs.js +0 -1472
  531. package/@syncfusion/ej2-angular-inputs.js.map +0 -1
  532. package/CHANGELOG.md +0 -1453
  533. package/dist/ej2-angular-inputs.umd.js +0 -1644
  534. package/dist/ej2-angular-inputs.umd.js.map +0 -1
  535. package/dist/ej2-angular-inputs.umd.min.js +0 -11
  536. package/dist/ej2-angular-inputs.umd.min.js.map +0 -1
  537. package/ej2-angular-inputs.d.ts +0 -11
  538. package/ej2-angular-inputs.metadata.json +0 -1
  539. package/postinstall/tagchange.js +0 -18
  540. package/schematics/collection.json +0 -105
  541. package/schematics/generators/colorpicker-default/index.d.ts +0 -3
  542. package/schematics/generators/colorpicker-default/index.js +0 -8
  543. package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
  544. package/schematics/generators/colorpicker-default/sample-details.js +0 -7
  545. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  546. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  547. package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
  548. package/schematics/generators/colorpicker-default/schema.js +0 -2
  549. package/schematics/generators/colorpicker-default/schema.json +0 -125
  550. package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
  551. package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
  552. package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
  553. package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
  554. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  555. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  556. package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
  557. package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
  558. package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
  559. package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
  560. package/schematics/generators/maskedtextbox-default/index.js +0 -8
  561. package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
  562. package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
  563. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  564. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  565. package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
  566. package/schematics/generators/maskedtextbox-default/schema.js +0 -2
  567. package/schematics/generators/maskedtextbox-default/schema.json +0 -125
  568. package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
  569. package/schematics/generators/maskedtextbox-formats/index.js +0 -8
  570. package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
  571. package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
  572. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  573. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  574. package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
  575. package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
  576. package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
  577. package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
  578. package/schematics/generators/numerictextbox-customformat/index.js +0 -8
  579. package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
  580. package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
  581. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  582. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  583. package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
  584. package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
  585. package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
  586. package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
  587. package/schematics/generators/numerictextbox-decimals/index.js +0 -8
  588. package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
  589. package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
  590. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  591. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  592. package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
  593. package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
  594. package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
  595. package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
  596. package/schematics/generators/numerictextbox-default/index.js +0 -8
  597. package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
  598. package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
  599. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  600. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
  601. package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
  602. package/schematics/generators/numerictextbox-default/schema.js +0 -2
  603. package/schematics/generators/numerictextbox-default/schema.json +0 -125
  604. package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
  605. package/schematics/generators/numerictextbox-range/index.js +0 -8
  606. package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
  607. package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
  608. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  609. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  610. package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
  611. package/schematics/generators/numerictextbox-range/schema.js +0 -2
  612. package/schematics/generators/numerictextbox-range/schema.json +0 -125
  613. package/schematics/generators/slider-default/index.d.ts +0 -3
  614. package/schematics/generators/slider-default/index.js +0 -8
  615. package/schematics/generators/slider-default/sample-details.d.ts +0 -5
  616. package/schematics/generators/slider-default/sample-details.js +0 -7
  617. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  618. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  619. package/schematics/generators/slider-default/schema.d.ts +0 -3
  620. package/schematics/generators/slider-default/schema.js +0 -2
  621. package/schematics/generators/slider-default/schema.json +0 -125
  622. package/schematics/generators/slider-limits/index.d.ts +0 -3
  623. package/schematics/generators/slider-limits/index.js +0 -8
  624. package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
  625. package/schematics/generators/slider-limits/sample-details.js +0 -7
  626. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  627. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  628. package/schematics/generators/slider-limits/schema.d.ts +0 -3
  629. package/schematics/generators/slider-limits/schema.js +0 -2
  630. package/schematics/generators/slider-limits/schema.json +0 -125
  631. package/schematics/generators/slider-minrange/index.d.ts +0 -3
  632. package/schematics/generators/slider-minrange/index.js +0 -8
  633. package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
  634. package/schematics/generators/slider-minrange/sample-details.js +0 -7
  635. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  636. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  637. package/schematics/generators/slider-minrange/schema.d.ts +0 -3
  638. package/schematics/generators/slider-minrange/schema.js +0 -2
  639. package/schematics/generators/slider-minrange/schema.json +0 -125
  640. package/schematics/generators/slider-range/index.d.ts +0 -3
  641. package/schematics/generators/slider-range/index.js +0 -8
  642. package/schematics/generators/slider-range/sample-details.d.ts +0 -5
  643. package/schematics/generators/slider-range/sample-details.js +0 -7
  644. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  645. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  646. package/schematics/generators/slider-range/schema.d.ts +0 -3
  647. package/schematics/generators/slider-range/schema.js +0 -2
  648. package/schematics/generators/slider-range/schema.json +0 -125
  649. package/schematics/generators/slider-ticks/index.d.ts +0 -3
  650. package/schematics/generators/slider-ticks/index.js +0 -8
  651. package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
  652. package/schematics/generators/slider-ticks/sample-details.js +0 -7
  653. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  654. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  655. package/schematics/generators/slider-ticks/schema.d.ts +0 -3
  656. package/schematics/generators/slider-ticks/schema.js +0 -2
  657. package/schematics/generators/slider-ticks/schema.json +0 -125
  658. package/schematics/generators/slider-vertical/index.d.ts +0 -3
  659. package/schematics/generators/slider-vertical/index.js +0 -8
  660. package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
  661. package/schematics/generators/slider-vertical/sample-details.js +0 -7
  662. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  663. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  664. package/schematics/generators/slider-vertical/schema.d.ts +0 -3
  665. package/schematics/generators/slider-vertical/schema.js +0 -2
  666. package/schematics/generators/slider-vertical/schema.json +0 -125
  667. package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
  668. package/schematics/generators/textbox-floatinglabel/index.js +0 -8
  669. package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
  670. package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
  671. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
  672. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
  673. package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
  674. package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
  675. package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
  676. package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
  677. package/schematics/generators/uploader-autoupload/index.js +0 -8
  678. package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
  679. package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
  680. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  681. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  682. package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
  683. package/schematics/generators/uploader-autoupload/schema.js +0 -2
  684. package/schematics/generators/uploader-autoupload/schema.json +0 -125
  685. package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
  686. package/schematics/generators/uploader-chunkupload/index.js +0 -8
  687. package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
  688. package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
  689. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  690. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  691. package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
  692. package/schematics/generators/uploader-chunkupload/schema.js +0 -2
  693. package/schematics/generators/uploader-chunkupload/schema.json +0 -125
  694. package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
  695. package/schematics/generators/uploader-directoryupload/index.js +0 -8
  696. package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
  697. package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
  698. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  699. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  700. package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
  701. package/schematics/generators/uploader-directoryupload/schema.js +0 -2
  702. package/schematics/generators/uploader-directoryupload/schema.json +0 -125
  703. package/schematics/generators/uploader-validation/index.d.ts +0 -3
  704. package/schematics/generators/uploader-validation/index.js +0 -8
  705. package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
  706. package/schematics/generators/uploader-validation/sample-details.js +0 -7
  707. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  708. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  709. package/schematics/generators/uploader-validation/schema.d.ts +0 -3
  710. package/schematics/generators/uploader-validation/schema.js +0 -2
  711. package/schematics/generators/uploader-validation/schema.json +0 -125
  712. package/schematics/ng-add/index.d.ts +0 -3
  713. package/schematics/ng-add/index.js +0 -9
  714. package/schematics/ng-add/schema.d.ts +0 -13
  715. package/schematics/ng-add/schema.js +0 -2
  716. package/schematics/ng-add/schema.json +0 -34
  717. package/schematics/tsconfig.json +0 -25
  718. package/schematics/utils/lib-details.d.ts +0 -4
  719. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,4264 @@
1
+ @include export-module('input-theme') {
2
+
3
+ /*! input theme */
4
+
5
+ input.e-input#{$css},
6
+ .e-input-group input.e-input,
7
+ .e-input-group.e-control-wrapper input.e-input,
8
+ .e-input-group textarea.e-input,
9
+ .e-input-group.e-control-wrapper textarea.e-input,
10
+ textarea.e-input#{$css},
11
+ .e-float-input input,
12
+ .e-float-input.e-control-wrapper input,
13
+ .e-float-input textarea,
14
+ .e-float-input.e-control-wrapper textarea {
15
+ background: $input-bg-color;
16
+ border-color: $input-box-border-color;
17
+ color: $input-font-color;
18
+ }
19
+
20
+ .e-input-group,
21
+ .e-input-group.e-control-wrapper,
22
+ .e-float-input,
23
+ .e-float-input.e-input-group,
24
+ .e-float-input.e-control-wrapper,
25
+ .e-float-input.e-input-group.e-control-wrapper {
26
+ background: $input-bg-color;
27
+ color: $input-font-color;
28
+ }
29
+
30
+ .e-input-group .e-input-group-icon,
31
+ .e-input-group.e-control-wrapper .e-input-group-icon {
32
+ background: transparent;
33
+ border-color: $input-box-border-color;
34
+ color: $input-icon-font-color;
35
+ @if ($input-skin-name == 'FluentUI') {
36
+ border-color: $input-group-icon-border-color;
37
+ }
38
+ }
39
+
40
+ .e-input-group.e-disabled .e-input-group-icon,
41
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
42
+ color: $input-group-disabled-color;
43
+ }
44
+
45
+ /* stylelint-disable property-no-vendor-prefix */
46
+ /* stylelint-disable selector-no-vendor-prefix */
47
+ .e-input#{$css}[disabled],
48
+ .e-input-group .e-input[disabled],
49
+ .e-input-group.e-control-wrapper .e-input[disabled],
50
+ .e-input-group.e-disabled,
51
+ .e-input-group.e-control-wrapper.e-disabled,
52
+ .e-float-input input[disabled],
53
+ .e-float-input.e-control-wrapper input[disabled],
54
+ .e-float-input textarea[disabled],
55
+ .e-float-input.e-control-wrapper textarea[disabled],
56
+ .e-float-input.e-disabled,
57
+ .e-float-input.e-control-wrapper.e-disabled {
58
+ @if $input-skin-name != 'bootstrap5' {
59
+ -webkit-text-fill-color: $input-disable-font-color;
60
+ }
61
+ background: $input-disable-bg-color;
62
+ color: $input-disable-font-color;
63
+ @if $input-skin-name == 'material' {
64
+ background-image: linear-gradient(90deg, $input-disable-border-color 0, $input-disable-border-color 33%, transparent 0);
65
+ background-position: bottom -1px left 0;
66
+ background-repeat: repeat-x;
67
+ background-size: 4px 1px;
68
+ border-bottom-color: transparent;
69
+ }
70
+
71
+ @else {
72
+ border-color: $input-disable-border-color;
73
+ }
74
+ }
75
+
76
+ .e-input-group input.e-input,
77
+ .e-input-group.e-control-wrapper input.e-input,
78
+ .e-float-input input,
79
+ .e-float-input.e-control-wrapper input,
80
+ .e-input-group textarea.e-input,
81
+ .e-input-group.e-control-wrapper textarea.e-input,
82
+ .e-float-input textarea,
83
+ .e-float-input.e-control-wrapper textarea,
84
+ .e-input-group .e-input[disabled],
85
+ .e-input-group.e-control-wrapper .e-input[disabled],
86
+ .e-input-group.e-disabled input.e-input,
87
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
88
+ .e-input-group.e-disabled textarea.e-input,
89
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
90
+ background: none;
91
+ color: inherit;
92
+ }
93
+
94
+ .e-input-group .e-input[readonly],
95
+ .e-input-group.e-control-wrapper .e-input[readonly],
96
+ .e-float-input input[readonly],
97
+ .e-float-input.e-control-wrapper input[readonly],
98
+ .e-float-input textarea[readonly],
99
+ .e-float-input.e-control-wrapper textarea[readonly] {
100
+ background: $input-readonly-bg-color;
101
+ @if $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' {
102
+ color: $input-readonly-color;
103
+ }
104
+ @if $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5' {
105
+ color: inherit;
106
+ }
107
+ }
108
+
109
+ .e-input-group .e-input[readonly] ~ span.e-input-group-icon,
110
+ .e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon,
111
+ .e-float-input input[readonly] ~ span.e-input-group-icon,
112
+ .e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon,
113
+ .e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
114
+ @if $input-skin-name == 'bootstrap5' {
115
+ background: $input-readonly-bg-color;
116
+ color: $input-icon-font-color;
117
+ }
118
+ }
119
+
120
+ .e-float-input.e-disabled input,
121
+ .e-float-input.e-control-wrapper.e-disabled input,
122
+ .e-float-input.e-disabled textarea,
123
+ .e-float-input.e-control-wrapper.e-disabled textarea,
124
+ .e-float-input input[disabled],
125
+ .e-float-input.e-control-wrapper input[disabled],
126
+ .e-float-input textarea[disabled],
127
+ .e-float-input.e-control-wrapper textarea[disabled] {
128
+ color: inherit;
129
+ }
130
+
131
+ /*! Added color to textbox for disbaled state */
132
+ .e-float-input:not(.e-disabled) input[disabled],
133
+ .e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
134
+ .e-float-input:not(.e-disabled) textarea[disabled],
135
+ .e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
136
+ -webkit-text-fill-color: $input-disable-font-color;
137
+ color: $input-disable-font-color;
138
+ }
139
+
140
+ .e-input-group.e-disabled .e-input-group-icon,
141
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
142
+ background: $input-disabled-group-bg-color;
143
+ border-color: $input-disable-border-color;
144
+ }
145
+
146
+ .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
147
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
148
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'highcontrast' {
149
+ background: $input-hover-bg-color;
150
+ }
151
+ @if $input-skin-name == 'bootstrap4' {
152
+ border-color: $input-group-border-color-hover;
153
+ }
154
+ @if $input-skin-name == 'highcontrast' {
155
+ border-color: $input-group-border-color-hover;
156
+ }
157
+ color: $input-group-hovered-color;
158
+ }
159
+
160
+ .e-input-group.e-disabled .e-input-group-icon:hover,
161
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon:hover {
162
+ @if $input-skin-name == 'material' {
163
+ background: transparent;
164
+ }
165
+ }
166
+
167
+ .e-input#{$css}.e-success,
168
+ .e-input#{$css}.e-success:focus,
169
+ .e-input-group.e-success input.e-input,
170
+ .e-input-group.e-control-wrapper.e-success input.e-input,
171
+ .e-input-group.e-success .e-input-group-icon,
172
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
173
+ .e-input-group.e-success textarea.e-input,
174
+ .e-input-group.e-control-wrapper.e-success textarea.e-input {
175
+ border-color: $input-success-color;
176
+ }
177
+
178
+ .e-input#{$css}.e-warning,
179
+ .e-input#{$css}.e-warning:focus,
180
+ .e-input-group.e-warning input.e-input,
181
+ .e-input-group.e-control-wrapper.e-warning input.e-input,
182
+ .e-input-group.e-warning .e-input-group-icon,
183
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
184
+ .e-input-group.e-warning textarea.e-input,
185
+ .e-input-group.e-control-wrapper.e-warning textarea.e-input {
186
+ border-color: $input-warning-color;
187
+ }
188
+
189
+ .e-input + .e-input-group-icon:not(.e-input-group):not(.e-float-icon-left):last-child:hover,
190
+ .e-input-group.e-success .e-input + .e-input-group-icon:last-child:hover,
191
+ .e-input-group.e-success.e-control-wrapper .e-input + .e-input-group-icon:last-child:hover {
192
+ @if $input-skin-name == 'highcontrast' {
193
+ border-color: $input-success-color;
194
+ }
195
+ }
196
+
197
+ .e-input#{$css}.e-error,
198
+ .e-input#{$css}.e-error:focus,
199
+ .e-input-group.e-error input.e-input,
200
+ .e-input-group.e-control-wrapper.e-error input.e-input,
201
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon,
202
+ .e-input-group.e-error .e-input-group-icon,
203
+ .e-input-group.e-error textarea.e-input,
204
+ .e-input-group.e-control-wrapper.e-error textarea.e-input {
205
+ border-color: $input-error-color;
206
+ }
207
+
208
+ label.e-float-text,
209
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
210
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
211
+ .e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
212
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
213
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
214
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
215
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
216
+ .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,
217
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
218
+ .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,
219
+ .e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
220
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
221
+ .e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
222
+ .e-bigger .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 {
223
+ color: $input-header-font-color;
224
+ @if $input-skin-name == 'highcontrast' {
225
+ color: $input-placeholder;
226
+ }
227
+ }
228
+
229
+ .e-float-input.e-error label.e-float-text,
230
+ .e-float-input.e-control-wrapper.e-error label.e-float-text,
231
+ .e-float-input.e-error input:focus ~ label.e-float-text,
232
+ .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
233
+ .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
234
+ .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
235
+ .e-float-input.e-error textarea:focus ~ label.e-float-text,
236
+ .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
237
+ color: $input-error-color;
238
+ @if $input-skin-name == 'highcontrast' {
239
+ color: $content-font;
240
+ }
241
+ @if ($input-skin-name == 'FluentUI') {
242
+ color: $float-label-font-color;
243
+ }
244
+ }
245
+
246
+ .e-float-input input,
247
+ .e-float-input textarea,
248
+ .e-float-input.e-control-wrapper input,
249
+ .e-float-input.e-control-wrapper textarea {
250
+ border-bottom-color: $input-box-border-color;
251
+ }
252
+
253
+ .e-float-input.e-success input,
254
+ .e-float-input.e-success textarea,
255
+ .e-float-input.e-control-wrapper.e-success input,
256
+ .e-float-input.e-control-wrapper.e-success textarea {
257
+ @include input-state-color ($input-success-color);
258
+ }
259
+
260
+ .e-float-input.e-warning input,
261
+ .e-float-input.e-control-wrapper.e-warning input,
262
+ .e-float-input.e-warning textarea,
263
+ .e-float-input.e-control-wrapper.e-warning textarea {
264
+ @include input-state-color ($input-warning-color);
265
+ }
266
+
267
+ .e-float-input.e-error input,
268
+ .e-float-input.e-control-wrapper.e-error input,
269
+ .e-float-input.e-error textarea,
270
+ .e-float-input.e-control-wrapper.e-error textarea {
271
+ @include input-state-color ($input-error-color);
272
+ }
273
+
274
+ label.e-float-text,
275
+ .e-float-input label.e-float-text,
276
+ .e-float-input.e-control-wrapper label.e-float-text,
277
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
278
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
279
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
280
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
281
+ @if $input-skin-name == 'highcontrast' {
282
+ color: $content-font-alt;
283
+ }
284
+ }
285
+
286
+ .e-float-input:not(.e-input-group) .e-float-line::before,
287
+ .e-float-input:not(.e-input-group) .e-float-line::after,
288
+ .e-float-input:not(.e-input-group) .e-float-line::before,
289
+ .e-float-input:not(.e-input-group) .e-float-line::after,
290
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
291
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after,
292
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
293
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
294
+ @if $input-skin-name == 'material' {
295
+ background: $input-active-accent-color;
296
+ }
297
+ }
298
+
299
+ label.e-float-text,
300
+ .e-float-input label.e-float-text,
301
+ .e-float-input.e-control-wrapper label.e-float-text,
302
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
303
+ .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
304
+ .e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
305
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
306
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
307
+ .e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
308
+ .e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
309
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
310
+ .e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
311
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
312
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
313
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
314
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
315
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
316
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
317
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
318
+ .e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
319
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
320
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
321
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
322
+ @if $input-skin-name == 'highcontrast' {
323
+ color: $content-font-alt;
324
+ }
325
+ }
326
+
327
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
328
+ .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
329
+ .e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
330
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
331
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
332
+ .e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
333
+ .e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
334
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
335
+ .e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
336
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
337
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
338
+ .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
339
+ .e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
340
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
341
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
342
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
343
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
344
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
345
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
346
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
347
+ @if $input-skin-name == 'highcontrast' {
348
+ color: $content-font-alt;
349
+ }
350
+ }
351
+
352
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::before,
353
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::after,
354
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::before,
355
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::after,
356
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
357
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after,
358
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
359
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after {
360
+ @if $input-skin-name == 'material' {
361
+ background: $input-success-color;
362
+ }
363
+ }
364
+
365
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
366
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
367
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
368
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
369
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
370
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after,
371
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
372
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after {
373
+ @if $input-skin-name == 'material' {
374
+ background: $input-warning-color;
375
+ }
376
+ }
377
+
378
+ .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),
379
+ .e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
380
+ .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) {
381
+ color: $input-placeholder;
382
+ }
383
+
384
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::before,
385
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::after,
386
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::before,
387
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::after,
388
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
389
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after,
390
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
391
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after {
392
+ @if $input-skin-name == 'material' {
393
+ background: $input-error-color;
394
+ }
395
+ }
396
+
397
+ .e-input-group:not(.e-disabled) .e-input-group-icon:active,
398
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
399
+ background: $input-group-pressed-bg;
400
+ color: $input-group-pressed-color;
401
+ @if $input-skin-name == 'bootstrap' {
402
+ -webkit-box-shadow: $input-icon-shadow;
403
+ box-shadow: $input-icon-shadow;
404
+ }
405
+ @if $input-skin-name == 'bootstrap4' {
406
+ -webkit-box-shadow: $input-icon-shadow;
407
+ border-color: $pressed-border-color;
408
+ box-shadow: $input-icon-shadow;
409
+ }
410
+ @if $input-skin-name == 'highcontrast' {
411
+ border-left-color: transparent;
412
+ border-right-color: transparent;
413
+ }
414
+ }
415
+
416
+ .e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover,
417
+ .e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover,
418
+ .e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover,
419
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover {
420
+ @if $input-skin-name == 'highcontrast' {
421
+ border-right-color: transparent;
422
+ }
423
+ }
424
+
425
+ .e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover,
426
+ .e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover,
427
+ .e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover,
428
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover {
429
+ @if $input-skin-name == 'highcontrast' {
430
+ border-left-color: transparent;
431
+ }
432
+ }
433
+
434
+ .e-float-input.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group):not(.e-disabled) .e-input-group-icon:last-child:hover,
435
+ .e-float-input.e-control-wrapper.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group):not(.e-disabled) .e-input-group-icon:last-child:hover {
436
+ @if $input-skin-name == 'highcontrast' {
437
+ border-right-color: transparent;
438
+ }
439
+ }
440
+
441
+ .e-input-group.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover,
442
+ .e-input-group.e-control-wrapper.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover {
443
+ @if $input-skin-name == 'highcontrast' {
444
+ border-left-color: transparent;
445
+ }
446
+ }
447
+
448
+ .e-input-group.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover,
449
+ .e-input-group.e-float-icon-left .e-input-group-icon:first-child:hover,
450
+ .e-input-group.e-control-wrapper.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover,
451
+ .e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:first-child:hover {
452
+ @if $input-skin-name == 'highcontrast' {
453
+ border-left-color: transparent;
454
+ }
455
+ }
456
+
457
+ .e-input-group.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover,
458
+ .e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover,
459
+ .e-input-group.e-control-wrapper.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover,
460
+ .e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:last-child:hover {
461
+ @if $input-skin-name == 'highcontrast' {
462
+ border-right-color: transparent;
463
+ }
464
+ }
465
+
466
+ .e-input-group.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover,
467
+ .e-input-group.e-control-wrapper.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover {
468
+ @if $input-skin-name == 'highcontrast' {
469
+ border-left-color: transparent;
470
+ }
471
+ }
472
+
473
+ .e-input-group:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover,
474
+ .e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover {
475
+ @if $input-skin-name == 'highcontrast' {
476
+ border-right-color: transparent;
477
+ }
478
+ }
479
+
480
+
481
+ .e-input-group:not(.e-disabled) .e-input-group-icon:first-child:hover,
482
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:first-child:hover {
483
+ @if $input-skin-name == 'highcontrast' {
484
+ border-left-color: transparent;
485
+ }
486
+ }
487
+
488
+
489
+ .e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover,
490
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
491
+ @if $input-skin-name == 'highcontrast' {
492
+ border-right-color: transparent;
493
+ }
494
+ }
495
+
496
+
497
+ .e-input-group:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover,
498
+ .e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover {
499
+ @if $input-skin-name == 'highcontrast' {
500
+ border-right-color: transparent;
501
+ }
502
+ }
503
+
504
+ input.e-input#{$css}::selection,
505
+ textarea.e-input#{$css}::selection,
506
+ .e-input-group input.e-input::selection,
507
+ .e-input-group.e-control-wrapper input.e-input::selection,
508
+ .e-float-input input::selection,
509
+ .e-float-input.e-control-wrapper input::selection,
510
+ .e-input-group textarea.e-input::selection,
511
+ .e-input-group.e-control-wrapper textarea.e-input::selection,
512
+ .e-float-input textarea::selection,
513
+ .e-float-input.e-control-wrapper textarea::selection {
514
+ @include input-selection;
515
+ }
516
+
517
+ .e-float-input.e-small textarea::selection,
518
+ .e-float-input textarea::selection {
519
+ @include input-selection;
520
+ }
521
+
522
+
523
+ input.e-input#{$css}:-moz-placeholder {
524
+ color: $input-placeholder;
525
+ }
526
+
527
+
528
+ .e-input-group input.e-input:-moz-placeholder {
529
+ color: $input-placeholder;
530
+ }
531
+
532
+
533
+ .e-input-group input.e-input:-moz-placeholder,
534
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
535
+ color: $input-placeholder;
536
+ }
537
+
538
+
539
+ input.e-input#{$css}:-moz-placeholder {
540
+ color: $input-placeholder;
541
+ }
542
+
543
+
544
+ .e-input-group input.e-input:-moz-placeholder {
545
+ color: $input-placeholder;
546
+ }
547
+
548
+
549
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
550
+ color: $input-placeholder;
551
+ }
552
+
553
+
554
+ textarea.e-input#{$css}:-moz-placeholder {
555
+ color: $input-placeholder;
556
+ }
557
+
558
+
559
+ .e-input-group textarea.e-input:-moz-placeholder {
560
+ color: $input-placeholder;
561
+ }
562
+
563
+
564
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
565
+ color: $input-placeholder;
566
+ }
567
+
568
+
569
+ input.e-input#{$css}::-moz-placeholder {
570
+ color: $input-placeholder;
571
+ }
572
+
573
+
574
+ .e-input-group input.e-input::-moz-placeholder {
575
+ color: $input-placeholder;
576
+ }
577
+
578
+
579
+ .e-input-group.e-control-wrapper input.e-input::-moz-placeholder {
580
+ color: $input-placeholder;
581
+ }
582
+
583
+
584
+ textarea.e-input#{$css}::-moz-placeholder {
585
+ color: $input-placeholder;
586
+ }
587
+
588
+
589
+ .e-input-group textarea.e-input::-moz-placeholder {
590
+ color: $input-placeholder;
591
+ }
592
+
593
+
594
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder {
595
+ color: $input-placeholder;
596
+ }
597
+
598
+
599
+ input.e-input#{$css}:-ms-input-placeholder {
600
+ color: $input-placeholder;
601
+ }
602
+
603
+
604
+ .e-input-group input.e-input:-ms-input-placeholder {
605
+ color: $input-placeholder;
606
+ }
607
+
608
+
609
+ .e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder {
610
+ color: $input-placeholder;
611
+ }
612
+
613
+
614
+ textarea.e-input#{$css}:-ms-input-placeholder {
615
+ color: $input-placeholder;
616
+ }
617
+
618
+
619
+ .e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder {
620
+ color: $input-placeholder;
621
+ }
622
+
623
+
624
+ .e-input-group textarea.e-input:-ms-input-placeholder {
625
+ color: $input-placeholder;
626
+ }
627
+
628
+
629
+ input.e-input#{$css}::-webkit-input-placeholder {
630
+ color: $input-placeholder;
631
+ }
632
+
633
+
634
+ .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder {
635
+ color: $input-placeholder;
636
+ }
637
+
638
+
639
+ .e-input-group input.e-input::-webkit-input-placeholder {
640
+ color: $input-placeholder;
641
+ }
642
+
643
+
644
+ textarea.e-input#{$css}::-webkit-input-placeholder {
645
+ color: $input-placeholder;
646
+ }
647
+
648
+
649
+ .e-input-group textarea.e-input::-webkit-input-placeholder {
650
+ color: $input-placeholder;
651
+ }
652
+
653
+
654
+ .e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
655
+ color: $input-placeholder;
656
+ }
657
+
658
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
659
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
660
+ .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
661
+ .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
662
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
663
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
664
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
665
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
666
+ @if $input-skin-name == 'material' {
667
+ @include input-group-animation-bg;
668
+ }
669
+ }
670
+
671
+ .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
672
+ .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
673
+ .e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
674
+ .e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
675
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
676
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
677
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
678
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
679
+ @if $input-skin-name == 'material' {
680
+ @include input-group-animation-bg;
681
+ }
682
+ }
683
+
684
+ .e-input-group::before,
685
+ .e-input-group::after,
686
+ .e-input-group.e-control-wrapper::before,
687
+ .e-input-group.e-control-wrapper::after {
688
+ @if $input-skin-name != 'material' {
689
+ @include input-group-animation-bg;
690
+ }
691
+ }
692
+
693
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::before,
694
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::after,
695
+ .e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
696
+ .e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after,
697
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::before,
698
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::after,
699
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
700
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after {
701
+ @if $input-skin-name == 'material' {
702
+ @include input-group-success-animation-bg;
703
+ }
704
+ }
705
+
706
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
707
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
708
+ .e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
709
+ .e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
710
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
711
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
712
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
713
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
714
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::before,
715
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::after,
716
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
717
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after {
718
+ @if $input-skin-name == 'material' {
719
+ @include input-group-success-animation-bg;
720
+ }
721
+ }
722
+
723
+ .e-input-group.e-success::before,
724
+ .e-input-group.e-success::after,
725
+ .e-input-group.e-control-wrapper.e-success::before,
726
+ .e-input-group.e-control-wrapper.e-success::after {
727
+ @if $input-skin-name != 'material' {
728
+ @include input-group-success-animation-bg;
729
+ }
730
+ }
731
+
732
+ .e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
733
+ .e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
734
+ .e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
735
+ .e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after,
736
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
737
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
738
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
739
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after {
740
+ @if $input-skin-name == 'material' {
741
+ @include input-group-warning-animation-bg;
742
+ }
743
+ }
744
+
745
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::before,
746
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::after,
747
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::before,
748
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::after {
749
+ @if $input-skin-name == 'material' {
750
+ @include input-group-warning-animation-bg;
751
+ }
752
+ }
753
+
754
+ .e-input-group.e-warning::before,
755
+ .e-input-group.e-warning::after,
756
+ .e-input-group.e-control-wrapper.e-warning::before,
757
+ .e-input-group.e-control-wrapper.e-warning::after {
758
+ @if $input-skin-name != 'material' {
759
+ @include input-group-warning-animation-bg;
760
+ }
761
+ }
762
+
763
+ .e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
764
+ .e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
765
+ .e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
766
+ .e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after,
767
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
768
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
769
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
770
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after {
771
+ @if $input-skin-name == 'material' {
772
+ @include input-group-error-animation-bg;
773
+ }
774
+ }
775
+
776
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::before,
777
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::after,
778
+ .e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
779
+ .e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after,
780
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::before,
781
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::after,
782
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
783
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after {
784
+ @if $input-skin-name == 'material' {
785
+ @include input-group-error-animation-bg;
786
+ }
787
+ }
788
+
789
+ .e-input-group.e-error::before,
790
+ .e-input-group.e-error::after,
791
+ .e-input-group.e-control-wrapper.e-error::before,
792
+ .e-input-group.e-control-wrapper.e-error::after {
793
+ @if $input-skin-name != 'material' {
794
+ @include input-group-error-animation-bg;
795
+ }
796
+ }
797
+
798
+ .e-input-group.e-success .e-input-group-icon,
799
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon {
800
+ color: $input-icon-font-color;
801
+ }
802
+
803
+ .e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
804
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover {
805
+ color: $input-icon-font-color;
806
+ @if $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'FluentUI' {
807
+ color: $input-group-hovered-color;
808
+ }
809
+ }
810
+
811
+ .e-input-group.e-warning .e-input-group-icon,
812
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon {
813
+ color: $input-icon-font-color;
814
+ }
815
+
816
+ .e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
817
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover {
818
+ color: $input-icon-font-color;
819
+ @if $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'FluentUI' {
820
+ color: $input-group-hovered-color;
821
+ }
822
+ }
823
+
824
+ .e-input-group.e-error .e-input-group-icon,
825
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon {
826
+ color: $input-icon-font-color;
827
+ }
828
+
829
+ .e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
830
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
831
+ color: $input-icon-font-color;
832
+ @if $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'FluentUI' {
833
+ color: $input-group-hovered-color;
834
+ }
835
+ }
836
+
837
+ .e-input-group.e-success:not(.e-disabled) .e-input-group-icon:active,
838
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled) .e-input-group-icon:active {
839
+ @if $input-skin-name == 'material' {
840
+ color: $input-icon-font-color;
841
+ }
842
+ }
843
+
844
+ .e-input-group.e-warning:not(.e-disabled) .e-input-group-icon:active,
845
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled) .e-input-group-icon:active {
846
+ @if $input-skin-name == 'material' {
847
+ color: $input-icon-font-color;
848
+ }
849
+ }
850
+
851
+ .e-input-group.e-error:not(.e-disabled) .e-input-group-icon:active,
852
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled) .e-input-group-icon:active {
853
+ @if $input-skin-name == 'material' {
854
+ color: $input-icon-font-color;
855
+ }
856
+ }
857
+
858
+ .e-input-group input.e-input,
859
+ .e-input-group.e-control-wrapper input.e-input,
860
+ .e-input-group textarea.e-input,
861
+ .e-input-group.e-control-wrapper textarea.e-input {
862
+ border-color: $input-box-border-color;
863
+ }
864
+
865
+
866
+ .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
867
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
868
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
869
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
870
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
871
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
872
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
873
+ border-color: $input-active-border-color;
874
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
875
+ -webkit-box-shadow: $input-border-shadow;
876
+ box-shadow: $input-border-shadow;
877
+ }
878
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
879
+ border-radius: $input-groupo-focus-border-radius;
880
+ box-shadow: $input-group-focus-box-shadow;
881
+ }
882
+ @if $input-skin-name == 'bootstrap4' {
883
+ transition: $input-transition-shadow;
884
+ }
885
+ }
886
+
887
+
888
+ .e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
889
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
890
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
891
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
892
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
893
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
894
+ .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 {
895
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
896
+ box-shadow: none;
897
+ }
898
+ }
899
+
900
+
901
+ .e-input#{$css}:focus:not(.e-success):not(.e-warning).e-error,
902
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
903
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
904
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
905
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
906
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
907
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
908
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
909
+ -webkit-box-shadow: $input-error-border-shadow;
910
+ box-shadow: $input-error-border-shadow;
911
+ }
912
+ }
913
+
914
+
915
+ .e-input#{$css}:focus:not(.e-error):not(.e-warning).e-success,
916
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
917
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
918
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
919
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
920
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
921
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
922
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
923
+ -webkit-box-shadow: $input-success-border-shadow;
924
+ box-shadow: $input-success-border-shadow;
925
+ }
926
+ }
927
+
928
+
929
+ .e-input#{$css}:focus:not(.e-success):not(.e-error).e-warning,
930
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
931
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
932
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
933
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
934
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
935
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
936
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
937
+ -webkit-box-shadow: $input-warning-border-shadow;
938
+ box-shadow: $input-warning-border-shadow;
939
+ }
940
+ }
941
+
942
+ .e-input-group:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
943
+ .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
944
+ .e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
945
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
946
+ .e-input-group:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error),
947
+ .e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error),
948
+ .e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error),
949
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error) {
950
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
951
+ box-shadow: none;
952
+ }
953
+ }
954
+
955
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
956
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
957
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
958
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
959
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
960
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
961
+ border-color: $input-group-active-border-color;
962
+ }
963
+
964
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
965
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
966
+ @if $input-skin-name == 'material' {
967
+ border-color: $input-group-border-color-focus;
968
+ }
969
+ }
970
+
971
+
972
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
973
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
974
+ @if $input-skin-name != 'material' {
975
+ border-color: $input-group-border-color-focus;
976
+ }
977
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
978
+ -webkit-box-shadow: $input-border-shadow;
979
+ box-shadow: $input-border-shadow;
980
+ }
981
+ @if $input-skin-name == 'bootstrap4' {
982
+ transition: $input-transition-shadow;
983
+ }
984
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
985
+ border-color: $input-group-border-color-focus;
986
+ border-radius: $input-groupo-focus-border-radius;
987
+ box-shadow: $input-group-focus-box-shadow;
988
+ }
989
+ }
990
+
991
+
992
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
993
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
994
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
995
+ -webkit-box-shadow: $input-error-border-shadow;
996
+ box-shadow: $input-error-border-shadow;
997
+ }
998
+ }
999
+
1000
+
1001
+ .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
1002
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
1003
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
1004
+ -webkit-box-shadow: $input-success-border-shadow;
1005
+ box-shadow: $input-success-border-shadow;
1006
+ }
1007
+ }
1008
+
1009
+
1010
+ .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
1011
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
1012
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
1013
+ -webkit-box-shadow: $input-warning-border-shadow;
1014
+ box-shadow: $input-warning-border-shadow;
1015
+ }
1016
+ }
1017
+
1018
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
1019
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
1020
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
1021
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
1022
+ border-color: $input-box-border-color;
1023
+ }
1024
+
1025
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
1026
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
1027
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
1028
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
1029
+ @if ($input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'FluentUI' and $input-skin-name != 'bootstrap5') {
1030
+ border-color: $input-group-border-right-focus;
1031
+ }
1032
+ }
1033
+
1034
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
1035
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
1036
+ .e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
1037
+ .e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
1038
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
1039
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
1040
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
1041
+ .e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
1042
+ .e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
1043
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon {
1044
+ @if ($input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5' and $input-skin-name != 'FluentUI') {
1045
+ border-color: $input-group-border-left-focus;
1046
+ }
1047
+ }
1048
+
1049
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
1050
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
1051
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
1052
+ .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,
1053
+ .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,
1054
+ .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 {
1055
+ @if ($input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5') {
1056
+ border-color: transparent;
1057
+ }
1058
+ }
1059
+
1060
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
1061
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
1062
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
1063
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
1064
+ .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
1065
+ .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
1066
+ @if $input-skin-name == 'material' {
1067
+ border-color: $input-group-full-border-color;
1068
+ }
1069
+ }
1070
+
1071
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
1072
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
1073
+ @if $input-skin-name != 'material' {
1074
+ border-color: $input-group-full-border-color;
1075
+ }
1076
+ @if $input-skin-name == 'tailwind' {
1077
+ box-shadow: $input-group-border-shadow;
1078
+ }
1079
+ @if $input-skin-name == 'FluentUI' {
1080
+ box-shadow: none;
1081
+ }
1082
+ }
1083
+
1084
+
1085
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
1086
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
1087
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'highcontrast' {
1088
+ border-color: $input-active-border-color;
1089
+ }
1090
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
1091
+ -webkit-box-shadow: $input-border-shadow;
1092
+ box-shadow: $input-border-shadow;
1093
+ }
1094
+ @if $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
1095
+ box-shadow: $input-group-focus-box-shadow;
1096
+ }
1097
+ }
1098
+
1099
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
1100
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
1101
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
1102
+ -webkit-box-shadow: $input-error-border-shadow;
1103
+ box-shadow: $input-error-border-shadow;
1104
+ }
1105
+ }
1106
+
1107
+ .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
1108
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
1109
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
1110
+ -webkit-box-shadow: $input-success-border-shadow;
1111
+ box-shadow: $input-success-border-shadow;
1112
+ }
1113
+ }
1114
+
1115
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
1116
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
1117
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
1118
+ -webkit-box-shadow: $input-warning-border-shadow;
1119
+ box-shadow: $input-warning-border-shadow;
1120
+ }
1121
+ }
1122
+
1123
+ .e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
1124
+ .e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
1125
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'highcontrast' {
1126
+ border-color: $input-disable-border-color;
1127
+ }
1128
+ }
1129
+
1130
+ .e-input-group,
1131
+ .e-input-group.e-control-wrapper {
1132
+ border-bottom-color: $input-box-border-color;
1133
+ }
1134
+
1135
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
1136
+ .e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
1137
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
1138
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
1139
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
1140
+ .e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
1141
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
1142
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
1143
+ @if $input-skin-name == 'material' {
1144
+ border-bottom-color: transparent;
1145
+ border-top-color: transparent;
1146
+ }
1147
+ }
1148
+
1149
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
1150
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
1151
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
1152
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
1153
+ @if $input-skin-name != 'material' {
1154
+ border-bottom-color: transparent;
1155
+ border-top-color: transparent;
1156
+ }
1157
+ }
1158
+
1159
+ .e-input-group.e-success,
1160
+ .e-input-group.e-control-wrapper.e-success,
1161
+ .e-float-icon-left.e-input-group.e-success,
1162
+ .e-float-icon-left.e-control-wrapper.e-input-group.e-success,
1163
+ .e-input-group.e-warning,
1164
+ .e-input-group.e-control-wrapper.e-warning,
1165
+ .e-float-icon-left.e-input-group.e-warning,
1166
+ .e-float-icon-left.e-input-group.e-control-wrapper.e-warning,
1167
+ .e-input-group.e-error,
1168
+ .e-input-group.e-control-wrapper.e-error,
1169
+ .e-float-icon-left.e-input-group.e-error,
1170
+ .e-float-icon-left.e-input-group.e-control-wrapper.e-error,
1171
+ .e-input-group.e-float-icon-left,
1172
+ .e-input-group.e-control-wrapper.e-float-icon-left {
1173
+ @if $input-skin-name == 'material' {
1174
+ border-color: transparent;
1175
+ }
1176
+ }
1177
+
1178
+ .e-input-group.e-success,
1179
+ .e-input-group.e-control-wrapper.e-success,
1180
+ .e-input-group.e-success:not(.e-float-icon-left),
1181
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
1182
+ @include input-state-color ($input-group-success-color);
1183
+ }
1184
+
1185
+ .e-input-group.e-float-icon-left.e-success .e-input-in-wrap,
1186
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap {
1187
+ @if $input-skin-name == 'material' {
1188
+ @include input-state-color ($input-group-success-color);
1189
+ }
1190
+ }
1191
+
1192
+ .e-input-group.e-warning,
1193
+ .e-input-group.e-control-wrapper.e-warning,
1194
+ .e-input-group.e-warning:not(.e-float-icon-left),
1195
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
1196
+ @include input-state-color ($input-group-warning-color);
1197
+ }
1198
+
1199
+ .e-input-group.e-float-icon-left.e-warning .e-input-in-wrap,
1200
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-warning .e-input-in-wrap {
1201
+ @if $input-skin-name == 'material' {
1202
+ @include input-state-color ($input-group-warning-color);
1203
+ }
1204
+ }
1205
+
1206
+ .e-input-group.e-error,
1207
+ .e-input-group.e-control-wrapper.e-error,
1208
+ .e-input-group.e-error:not(.e-float-icon-left),
1209
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
1210
+ @include input-state-color ($input-group-error-color);
1211
+ }
1212
+
1213
+ .e-input-group.e-float-icon-left.e-error .e-input-in-wrap,
1214
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap {
1215
+ @if $input-skin-name == 'material' {
1216
+ @include input-state-color ($input-group-error-color);
1217
+ }
1218
+ }
1219
+
1220
+ .e-float-input .e-clear-icon,
1221
+ .e-float-input.e-control-wrapper .e-clear-icon,
1222
+ .e-input-group .e-clear-icon,
1223
+ .e-input-group.e-control-wrapper .e-clear-icon {
1224
+ color: $input-clear-icon-color;
1225
+ }
1226
+
1227
+ .e-float-input .e-clear-icon:active,
1228
+ .e-float-input.e-control-wrapper .e-clear-icon:active,
1229
+ .e-input-group .e-clear-icon:active,
1230
+ .e-input-group.e-control-wrapper .e-clear-icon:active {
1231
+ @if ($input-skin-name == 'FluentUI') {
1232
+ color: $input-group-pressed-color;
1233
+ }
1234
+ }
1235
+
1236
+ .e-float-input .e-clear-icon:hover,
1237
+ .e-float-input.e-control-wrapper .e-clear-icon:hover,
1238
+ .e-input-group .e-clear-icon:hover,
1239
+ .e-input-group.e-control-wrapper .e-clear-icon:hover {
1240
+ color: $input-clear-icon-hover-color;
1241
+ @if ($input-skin-name == 'FluentUI') {
1242
+ background: $input-clear-icon-hover-bg-color;
1243
+ }
1244
+ }
1245
+
1246
+ .e-float-input:not(.e-disabled) .e-clear-icon:hover,
1247
+ .e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
1248
+ .e-input-group:not(.e-disabled) .e-clear-icon:hover,
1249
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
1250
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
1251
+ color: $input-clear-icon-hover-color;
1252
+ }
1253
+ @if ($input-skin-name == 'FluentUI') {
1254
+ background: $input-clear-icon-hover-bg-color;
1255
+ }
1256
+ }
1257
+
1258
+ .e-float-input.e-disabled .e-clear-icon,
1259
+ .e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
1260
+ .e-input-group.e-disabled .e-clear-icon,
1261
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
1262
+ color: $input-group-disabled-color;
1263
+ }
1264
+
1265
+ // Double border issue while adding floating input with class .e-input
1266
+ .e-float-input.e-input-focus .e-input:focus,
1267
+ .e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
1268
+ border-bottom-color: transparent;
1269
+ border-top-color: transparent;
1270
+ }
1271
+
1272
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1273
+ .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
1274
+ .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
1275
+ .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1276
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1277
+ .e-float-input:not(.e-error) input label.e-float-text.e-label-top,
1278
+ .e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1279
+ .e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
1280
+ .e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
1281
+ .e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1282
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1283
+ .e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1284
+ .e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
1285
+ .e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
1286
+ .e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1287
+ .e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1288
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1289
+ .e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1290
+ .e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
1291
+ color: $float-label-font-color;
1292
+ }
1293
+
1294
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1295
+ .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
1296
+ .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
1297
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1298
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1299
+ .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
1300
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1301
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
1302
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
1303
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1304
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1305
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1306
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
1307
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
1308
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1309
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1310
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1311
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1312
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
1313
+ color: $float-label-font-color;
1314
+ }
1315
+
1316
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
1317
+ .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
1318
+ .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
1319
+ .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
1320
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1321
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1322
+ .e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
1323
+ .e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
1324
+ .e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
1325
+ .e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1326
+ .e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1327
+ .e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
1328
+ .e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
1329
+ .e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1330
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1331
+ .e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
1332
+ .e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
1333
+ .e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
1334
+ .e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1335
+ .e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1336
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1337
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1338
+ .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1339
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
1340
+ color: $float-label-font-color;
1341
+ }
1342
+
1343
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
1344
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
1345
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
1346
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
1347
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1348
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1349
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
1350
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
1351
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
1352
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1353
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1354
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
1355
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
1356
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1357
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1358
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
1359
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
1360
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
1361
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1362
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1363
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1364
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1365
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1366
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
1367
+ color: $float-label-font-color;
1368
+ }
1369
+
1370
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1371
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1372
+ .e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1373
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1374
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1375
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1376
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1377
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1378
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1379
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1380
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1381
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1382
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1383
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1384
+ color: $input-header-font-color;
1385
+ @if $input-skin-name == 'highcontrast' {
1386
+ color: $input-placeholder;
1387
+ }
1388
+ }
1389
+
1390
+ .e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
1391
+ .e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
1392
+ .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) {
1393
+ color: $input-placeholder;
1394
+ }
1395
+
1396
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1397
+ .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
1398
+ .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1399
+ .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1400
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1401
+ .e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
1402
+ .e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1403
+ .e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
1404
+ .e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1405
+ .e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1406
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1407
+ .e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1408
+ .e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
1409
+ .e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1410
+ .e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1411
+ .e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
1412
+ color: $float-label-font-color;
1413
+ }
1414
+
1415
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1416
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
1417
+ .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1418
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1419
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1420
+ .e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
1421
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1422
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
1423
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1424
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1425
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1426
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1427
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
1428
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1429
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1430
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
1431
+ color: $float-label-font-color;
1432
+ }
1433
+
1434
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1435
+ .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
1436
+ .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1437
+ .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
1438
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1439
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1440
+ .e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
1441
+ .e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1442
+ .e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
1443
+ .e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1444
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1445
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
1446
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1447
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1448
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1449
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1450
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
1451
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1452
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1453
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
1454
+ color: $float-label-font-color;
1455
+ }
1456
+
1457
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1458
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
1459
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1460
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
1461
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1462
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1463
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
1464
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1465
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
1466
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1467
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1468
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
1469
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1470
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1471
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1472
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1473
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
1474
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1475
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1476
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
1477
+ color: $float-label-font-color;
1478
+ }
1479
+
1480
+ .e-float-input.e-input-group.e-disabled .e-float-text,
1481
+ .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
1482
+ .e-float-input input[disabled] ~ label.e-float-text,
1483
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
1484
+ .e-float-input.e-disabled label.e-float-text,
1485
+ .e-float-input.e-disabled label.e-float-text.e-label-top,
1486
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
1487
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1488
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
1489
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1490
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1491
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1492
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
1493
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
1494
+ color: $float-label-disbale-font-color;
1495
+ }
1496
+
1497
+ .e-float-input textarea[disabled] ~ label.e-float-text,
1498
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
1499
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
1500
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1501
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
1502
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1503
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1504
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1505
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
1506
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
1507
+ color: $float-label-disbale-font-color;
1508
+ }
1509
+
1510
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
1511
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
1512
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
1513
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
1514
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
1515
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
1516
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text,
1517
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
1518
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
1519
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1520
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
1521
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1522
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1523
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1524
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
1525
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1526
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
1527
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1528
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
1529
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1530
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1531
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1532
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
1533
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
1534
+ color: $float-label-disbale-font-color;
1535
+ }
1536
+
1537
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
1538
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
1539
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
1540
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
1541
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
1542
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1543
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
1544
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1545
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1546
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1547
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
1548
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1549
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
1550
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1551
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
1552
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1553
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1554
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1555
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
1556
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
1557
+ color: $float-label-disbale-font-color;
1558
+ }
1559
+
1560
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1561
+ .e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1562
+ .e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1563
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
1564
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1565
+ .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1566
+ .e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1567
+ .e-bigger .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1568
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1569
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1570
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1571
+ .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
1572
+ .e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
1573
+ .e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1574
+ .e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1575
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
1576
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
1577
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1578
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1579
+ .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1580
+ .e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1581
+ .e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1582
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1583
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1584
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1585
+ .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
1586
+ .e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
1587
+ .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1588
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1589
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
1590
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
1591
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1592
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1593
+ .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1594
+ .e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1595
+ .e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1596
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1597
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1598
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1599
+ .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
1600
+ .e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
1601
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1602
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
1603
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
1604
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1605
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1606
+ .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1607
+ .e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1608
+ .e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1609
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1610
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1611
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1612
+ .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
1613
+ .e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
1614
+ .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1615
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
1616
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
1617
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1618
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1619
+ .e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1620
+ .e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
1621
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1622
+ .e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1623
+ .e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1624
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1625
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1626
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1627
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1628
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1629
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1630
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1631
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
1632
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1633
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
1634
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
1635
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1636
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1637
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1638
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1639
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1640
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
1641
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1642
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1643
+ .e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1644
+ .e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1645
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1646
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1647
+ .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1648
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1649
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1650
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1651
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1652
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1653
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1654
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
1655
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
1656
+ @if $input-skin-name == 'material' {
1657
+ color: $input-active-accent-color;
1658
+ }
1659
+ }
1660
+
1661
+ input.e-input#{$css}:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
1662
+ textarea.e-input#{$css}:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
1663
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' {
1664
+ border-color: $input-group-border-color-hover;
1665
+ }
1666
+ }
1667
+
1668
+ .e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1669
+ .e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1670
+ .e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1671
+ .e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1672
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1673
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1674
+ .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1675
+ .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1676
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1677
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1678
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1679
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1680
+ .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover {
1681
+ @if $input-skin-name == 'material' {
1682
+ border-color: $input-group-border-color-hover;
1683
+ }
1684
+ }
1685
+
1686
+ .e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1687
+ .e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1688
+ .e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1689
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1690
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1691
+ .e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1692
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1693
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
1694
+ @if $input-skin-name != 'material' and $input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5' and $input-skin-name != 'highcontrast' and $input-skin-name != 'tailwind' and $input-skin-name != 'FluentUI' {
1695
+ border-color: $input-group-border-color-hover;
1696
+ }
1697
+ }
1698
+
1699
+ .e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1700
+ .e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1701
+ .e-float-input.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1702
+ .e-float-input.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1703
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]):not(:focus),
1704
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]):not(:focus),
1705
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]):not(:focus),
1706
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]):not(:focus) {
1707
+ @if $input-skin-name == 'highcontrast' {
1708
+ border-color: $input-group-border-color-hover;
1709
+ }
1710
+ }
1711
+
1712
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1713
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1714
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1715
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1716
+ .e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1717
+ .e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1718
+ .e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1719
+ .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]),
1720
+ .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]),
1721
+ .e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1722
+ .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]),
1723
+ .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]) {
1724
+ @if $input-skin-name == 'material' {
1725
+ border-color: $input-group-border-color-focus;
1726
+ }
1727
+ }
1728
+
1729
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1730
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1731
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1732
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1733
+ .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]),
1734
+ .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]),
1735
+ .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]),
1736
+ .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]) {
1737
+ @if $input-skin-name != 'material' {
1738
+ border-color: $input-group-border-color-focus;
1739
+ }
1740
+ }
1741
+
1742
+ .e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1743
+ .e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1744
+ .e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1745
+ .e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1746
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1747
+ .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]),
1748
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1749
+ .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]) {
1750
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'highcontrast' or $input-skin-name == 'FluentUI' {
1751
+ border-color: $input-active-border-color;
1752
+ }
1753
+ }
1754
+
1755
+ .e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1756
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1757
+ .e-float-input.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1758
+ .e-float-input.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1759
+ .e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
1760
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
1761
+ @if $input-skin-name == 'material' {
1762
+ border-color: $input-group-border-color-hover;
1763
+ }
1764
+ }
1765
+
1766
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1767
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1768
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1769
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1770
+ .e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1771
+ .e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1772
+ .e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1773
+ .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]),
1774
+ .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]),
1775
+ .e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1776
+ .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]),
1777
+ .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]) {
1778
+ @if $input-skin-name == 'material' {
1779
+ border-color: $input-group-border-color-hover;
1780
+ }
1781
+ }
1782
+
1783
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1784
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1785
+ .e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1786
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1787
+ .e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1788
+ .e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1789
+ .e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1790
+ .e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1791
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1792
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1793
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1794
+ .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,
1795
+ .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,
1796
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1797
+ .e-bigger.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,
1798
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
1799
+ color: $float-label-font-color;
1800
+ }
1801
+
1802
+ .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1803
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1804
+ .e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1805
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1806
+ .e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1807
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1808
+ .e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1809
+ .e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1810
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1811
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1812
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1813
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1814
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1815
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1816
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1817
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
1818
+ color: $float-label-font-color;
1819
+ }
1820
+
1821
+ // Outline textbox
1822
+
1823
+ .e-outline.e-input-group,
1824
+ .e-outline.e-input-group.e-control-wrapper,
1825
+ .e-outline.e-float-input,
1826
+ .e-outline.e-float-input.e-input-group,
1827
+ .e-outline.e-float-input.e-control-wrapper,
1828
+ .e-outline.e-float-input.e-input-group.e-control-wrapper {
1829
+ @if $input-skin-name == 'material' {
1830
+ color: $outline-input-font-color;
1831
+ }
1832
+ }
1833
+
1834
+ .e-outline.e-input-group.e-disabled,
1835
+ .e-outline.e-input-group.e-control-wrapper.e-disabled,
1836
+ .e-outline.e-float-input.e-disabled,
1837
+ .e-outline.e-float-input.e-input-group.e-disabled,
1838
+ .e-outline.e-float-input.e-control-wrapper.e-disabled,
1839
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled {
1840
+ @if $input-skin-name == 'material' {
1841
+ color: $outline-disabled-input-font-color;
1842
+ }
1843
+ }
1844
+
1845
+ .e-outline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1846
+ .e-outline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1847
+ .e-outline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1848
+ .e-outline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1849
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1850
+ .e-outline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1851
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1852
+ .e-outline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
1853
+ @if $input-skin-name == 'material' {
1854
+ border-color: $outline-hover-border-color;
1855
+ color: $outline-hover-font-color;
1856
+ }
1857
+ }
1858
+
1859
+ .e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1860
+ .e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1861
+ .e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1862
+ .e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1863
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1864
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1865
+ .e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1866
+ .e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1867
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1868
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1869
+ .e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1870
+ .e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1871
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1872
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1873
+ .e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1874
+ .e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after {
1875
+ @if $input-skin-name == 'material' {
1876
+ border-color: $outline-hover-border-color;
1877
+ }
1878
+ }
1879
+
1880
+ .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
1881
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
1882
+ @if $input-skin-name == 'material' {
1883
+ border-color: $input-active-border-color;
1884
+ box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
1885
+ }
1886
+ }
1887
+
1888
+ .e-outline.e-input-group:not(.e-input-focus),
1889
+ .e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
1890
+ .e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
1891
+ .e-outline.e-input-group.e-float-icon-left:not(.e-input-focus),
1892
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-input-focus) {
1893
+ @if $input-skin-name == 'material' {
1894
+ border-color: $outline-border-color;
1895
+ }
1896
+ }
1897
+
1898
+ .e-outline.e-input-group.e-error,
1899
+ .e-outline.e-input-group.e-control-wrapper.e-error,
1900
+ .e-outline.e-input-group.e-error:not(.e-float-icon-left),
1901
+ .e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left),
1902
+ .e-outline.e-float-input.e-error,
1903
+ .e-outline.e-float-input.e-input-group.e-error,
1904
+ .e-outline.e-float-input.e-control-wrapper.e-error,
1905
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-error {
1906
+ @if $input-skin-name == 'material' {
1907
+ border-color: $input-error-color;
1908
+ }
1909
+ }
1910
+
1911
+ .e-outline.e-float-input.e-success.e-input-focus,
1912
+ .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus,
1913
+ .e-outline.e-float-input.e-input-group.e-success.e-input-focus,
1914
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus,
1915
+ .e-outline.e-float-input.e-input-group.e-success.e-input-focus:not(.e-float-icon-left),
1916
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus:not(.e-float-icon-left),
1917
+ .e-outline.e-float-input.e-warning.e-input-focus,
1918
+ .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus,
1919
+ .e-outline.e-float-input.e-input-group.e-warning.e-input-focus,
1920
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus,
1921
+ .e-outline.e-float-input.e-input-group.e-warning.e-input-focus:not(.e-float-icon-left),
1922
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus:not(.e-float-icon-left),
1923
+ .e-outline.e-float-input.e-error.e-input-focus,
1924
+ .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus,
1925
+ .e-outline.e-float-input.e-input-group.e-error.e-input-focus,
1926
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus,
1927
+ .e-outline.e-float-input.e-input-group.e-error.e-input-focus:not(.e-float-icon-left),
1928
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus:not(.e-float-icon-left) {
1929
+ @if $input-skin-name == 'material' {
1930
+ border-top-color: transparent;
1931
+ }
1932
+ }
1933
+
1934
+ .e-outline.e-input-group.e-success,
1935
+ .e-outline.e-input-group.e-control-wrapper.e-success,
1936
+ .e-outline.e-input-group.e-success:not(.e-float-icon-left),
1937
+ .e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
1938
+ .e-outline.e-float-input.e-success,
1939
+ .e-outline.e-float-input.e-input-group.e-success,
1940
+ .e-outline.e-float-input.e-control-wrapper.e-success,
1941
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-success {
1942
+ @if $input-skin-name == 'material' {
1943
+ border-color: $input-success-color;
1944
+ }
1945
+ }
1946
+
1947
+ .e-outline.e-input-group.e-warning,
1948
+ .e-outline.e-input-group.e-control-wrapper.e-warning,
1949
+ .e-outline.e-input-group.e-warning:not(.e-float-icon-left),
1950
+ .e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
1951
+ .e-outline.e-float-input.e-warning,
1952
+ .e-outline.e-float-input.e-input-group.e-warning,
1953
+ .e-outline.e-float-input.e-control-wrapper.e-warning,
1954
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning {
1955
+ @if $input-skin-name == 'material' {
1956
+ border-color: $input-warning-color;
1957
+ }
1958
+ }
1959
+
1960
+ .e-outline.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
1961
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
1962
+ @if $input-skin-name == 'material' {
1963
+ box-shadow: inset 1px 1px $input-error-color, inset -1px $zero-value $input-error-color, inset $zero-value -1px $input-error-color;
1964
+ }
1965
+ }
1966
+
1967
+ .e-outline.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
1968
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
1969
+ @if $input-skin-name == 'material' {
1970
+ box-shadow: inset 1px 1px $input-success-color, inset -1px $zero-value $input-success-color, inset $zero-value -1px $input-success-color;
1971
+ }
1972
+ }
1973
+
1974
+ .e-outline.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
1975
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
1976
+ @if $input-skin-name == 'material' {
1977
+ box-shadow: inset 1px 1px $input-warning-color, inset -1px $zero-value $input-warning-color, inset $zero-value -1px $input-warning-color;
1978
+ }
1979
+ }
1980
+
1981
+ .e-outline.e-float-input.e-input-focus.e-error:not(.e-success):not(.e-warning),
1982
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning),
1983
+ .e-outline.e-float-input.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
1984
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
1985
+ @if $input-skin-name == 'material' {
1986
+ box-shadow: inset 1px $zero-value $input-error-color, inset -1px $zero-value $input-error-color, inset $zero-value -1px $input-error-color;
1987
+ }
1988
+ }
1989
+
1990
+ .e-outline.e-float-input.e-input-focus.e-success:not(.e-error):not(.e-warning),
1991
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning),
1992
+ .e-outline.e-float-input.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
1993
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
1994
+ @if $input-skin-name == 'material' {
1995
+ box-shadow: inset 1px $zero-value $input-success-color, inset -1px $zero-value $input-success-color, inset $zero-value -1px $input-success-color;
1996
+ }
1997
+ }
1998
+
1999
+ .e-outline.e-float-input.e-input-focus.e-warning:not(.e-error):not(.e-success),
2000
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success),
2001
+ .e-outline.e-float-input.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
2002
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
2003
+ @if $input-skin-name == 'material' {
2004
+ box-shadow: inset 1px $zero-value $input-warning-color, inset -1px $zero-value $input-warning-color, inset $zero-value -1px $input-warning-color;
2005
+ }
2006
+ }
2007
+
2008
+ .e-outline.e-input-group.e-disabled:not(.e-input-focus),
2009
+ .e-outline.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
2010
+ .e-outline.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
2011
+ .e-outline.e-input-group.e-disabled.e-float-icon-left:not(.e-input-focus),
2012
+ .e-outline.e-input-group.e-disabled.e-control-wrapper.e-float-icon-left:not(.e-input-focus) {
2013
+ @if $input-skin-name == 'material' {
2014
+ border-color: $outline-disabled-border-color;
2015
+ }
2016
+ }
2017
+
2018
+ .e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text,
2019
+ .e-outline.e-float-input.e-input-group.e-success.e-valid-input label.e-float-text.e-label-top,
2020
+ .e-outline.e-float-input.e-bigger.e-success.e-input-focus input:focus ~ label.e-float-text,
2021
+ .e-bigger .e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text,
2022
+ .e-outline.e-float-input.e-small.e-success.e-input-focus input:focus ~ label.e-float-text,
2023
+ .e-small .e-outline.e-float-input.e-success input:focus ~ label.e-float-text,
2024
+ .e-outline.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
2025
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-success) input:focus ~ label.e-float-text,
2026
+ .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
2027
+ .e-outline.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text,
2028
+ .e-bigger .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
2029
+ .e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
2030
+ .e-small .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
2031
+ .e-outline.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
2032
+ .e-bigger .e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
2033
+ .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2034
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text,
2035
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2036
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
2037
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2038
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
2039
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
2040
+ .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2041
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text,
2042
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2043
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
2044
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2045
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
2046
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
2047
+ .e-outline.e-float-input.e-success label.e-float-text.e-label-top,
2048
+ .e-outline.e-float-input.e-input-group.e-success label.e-float-text.e-label-top,
2049
+ .e-outline.e-float-input.e-control-wrapper.e-success label.e-float-text.e-label-top,
2050
+ .e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
2051
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
2052
+ .e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
2053
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
2054
+ .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2055
+ .e-outline.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
2056
+ .e-bigger .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2057
+ .e-outline.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
2058
+ .e-small .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2059
+ .e-outline.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
2060
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-success).e-input-focus input ~ label.e-float-text,
2061
+ .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
2062
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
2063
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
2064
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
2065
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
2066
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
2067
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text {
2068
+ @if $input-skin-name == 'material' {
2069
+ color: $input-success-color;
2070
+ }
2071
+ }
2072
+
2073
+ .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
2074
+ .e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
2075
+ .e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
2076
+ .e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
2077
+ .e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
2078
+ .e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
2079
+ .e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
2080
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2081
+ .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
2082
+ .e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
2083
+ .e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
2084
+ .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
2085
+ .e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
2086
+ .e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
2087
+ .e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
2088
+ .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
2089
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
2090
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
2091
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
2092
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
2093
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
2094
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
2095
+ .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
2096
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
2097
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
2098
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
2099
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
2100
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
2101
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
2102
+ .e-outline.e-float-input.e-error label.e-float-text.e-label-top,
2103
+ .e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
2104
+ .e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
2105
+ .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
2106
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
2107
+ .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
2108
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
2109
+ .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
2110
+ .e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
2111
+ .e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
2112
+ .e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
2113
+ .e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
2114
+ .e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
2115
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2116
+ .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
2117
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
2118
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
2119
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
2120
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
2121
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
2122
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
2123
+ @if $input-skin-name == 'material' {
2124
+ color: $input-error-color;
2125
+ }
2126
+ }
2127
+
2128
+ .e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text,
2129
+ .e-outline.e-float-input.e-input-group.e-warning.e-valid-input label.e-label-top.e-float-text,
2130
+ .e-outline.e-float-input.e-bigger.e-warning.e-input-focus input:focus ~ label.e-float-text,
2131
+ .e-bigger .e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text,
2132
+ .e-outline.e-float-input.e-small.e-warning.e-input-focus input:focus ~ label.e-float-text,
2133
+ .e-small .e-outline.e-float-input.e-warning input:focus ~ label.e-float-text,
2134
+ .e-outline.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
2135
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-warning) input:focus ~ label.e-float-text,
2136
+ .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2137
+ .e-outline.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text,
2138
+ .e-bigger .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2139
+ .e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
2140
+ .e-small .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2141
+ .e-outline.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
2142
+ .e-bigger .e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
2143
+ .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2144
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text,
2145
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2146
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
2147
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2148
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
2149
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
2150
+ .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2151
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text,
2152
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2153
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
2154
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2155
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
2156
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
2157
+ .e-outline.e-float-input.e-warning label.e-float-text.e-label-top,
2158
+ .e-outline.e-float-input.e-input-group.e-warning label.e-float-text.e-label-top,
2159
+ .e-outline.e-float-input.e-control-wrapper.e-warning label.e-float-text.e-label-top,
2160
+ .e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
2161
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
2162
+ .e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
2163
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
2164
+ .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2165
+ .e-outline.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
2166
+ .e-bigger .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2167
+ .e-outline.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
2168
+ .e-small .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2169
+ .e-outline.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
2170
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-warning).e-input-focus input ~ label.e-float-text,
2171
+ .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
2172
+ .e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
2173
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
2174
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
2175
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
2176
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
2177
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text {
2178
+ @if $input-skin-name == 'material' {
2179
+ color: $input-warning-color;
2180
+ }
2181
+ }
2182
+
2183
+ .e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top,
2184
+ .e-outline.e-float-input.e-input-group.e-input-focus label.e-label-top,
2185
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-valid-input.e-input-focus label.e-label-top,
2186
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus label.e-label-top {
2187
+ @if $input-skin-name == 'material' {
2188
+ color: $input-active-border-color;
2189
+ }
2190
+ }
2191
+
2192
+ .e-outline.e-input[disabled],
2193
+ .e-outline.e-input-group .e-input[disabled],
2194
+ .e-outline.e-input-group.e-control-wrapper .e-input[disabled],
2195
+ .e-outline.e-input-group.e-disabled,
2196
+ .e-outline.e-input-group.e-control-wrapper.e-disabled,
2197
+ .e-outline.e-float-input input[disabled],
2198
+ .e-outline.e-float-input.e-control-wrapper input[disabled],
2199
+ .e-outline.e-float-input textarea[disabled],
2200
+ .e-outline.e-float-input.e-control-wrapper textarea[disabled],
2201
+ .e-outline.e-float-input.e-disabled,
2202
+ .e-outline.e-float-input.e-control-wrapper.e-disabled,
2203
+ .e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
2204
+ .e-outline.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
2205
+ .e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
2206
+ .e-outline.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 {
2207
+ @if $input-skin-name == 'material' {
2208
+ background-image: none;
2209
+ border-bottom-color: $outline-disabled-border-color;
2210
+ border-color: $outline-disabled-border-color;
2211
+ }
2212
+ }
2213
+
2214
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus),
2215
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
2216
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) {
2217
+ @if $input-skin-name == 'material' {
2218
+ border-top-color: transparent;
2219
+ }
2220
+ }
2221
+
2222
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
2223
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
2224
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
2225
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
2226
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
2227
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
2228
+ .e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
2229
+ .e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
2230
+ .e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before,
2231
+ .e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after,
2232
+ .e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before,
2233
+ .e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after {
2234
+ @if $input-skin-name == 'material' {
2235
+ border-color: $outline-disabled-border-color;
2236
+ }
2237
+ }
2238
+
2239
+ .e-outline.e-float-input.e-input-group.e-disabled .e-float-text,
2240
+ .e-outline.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
2241
+ .e-outline.e-float-input input[disabled] ~ label.e-float-text,
2242
+ .e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
2243
+ .e-outline.e-float-input.e-disabled label.e-float-text,
2244
+ .e-outline.e-float-input.e-disabled label.e-float-text.e-label-top,
2245
+ .e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
2246
+ .e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2247
+ .e-outline.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
2248
+ .e-outline.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2249
+ .e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2250
+ .e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2251
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
2252
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
2253
+ @if $input-skin-name == 'material' {
2254
+ color: $outline-float-label-disbale-font-color;
2255
+ }
2256
+ }
2257
+
2258
+ .e-outline.e-float-input textarea[disabled] ~ label.e-float-text,
2259
+ .e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
2260
+ .e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
2261
+ .e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2262
+ .e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
2263
+ .e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2264
+ .e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2265
+ .e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2266
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
2267
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
2268
+ @if $input-skin-name == 'material' {
2269
+ color: $outline-float-label-disbale-font-color;
2270
+ }
2271
+ }
2272
+
2273
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
2274
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
2275
+ .e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
2276
+ .e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
2277
+ .e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
2278
+ .e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
2279
+ .e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
2280
+ .e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
2281
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
2282
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2283
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
2284
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2285
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2286
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2287
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
2288
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2289
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
2290
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2291
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
2292
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2293
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2294
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2295
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
2296
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
2297
+ @if $input-skin-name == 'material' {
2298
+ color: $outline-float-label-disbale-font-color;
2299
+ }
2300
+ }
2301
+
2302
+ .e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
2303
+ .e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
2304
+ .e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
2305
+ .e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
2306
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
2307
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2308
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
2309
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2310
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2311
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2312
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
2313
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2314
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
2315
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2316
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
2317
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2318
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2319
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2320
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
2321
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
2322
+ @if $input-skin-name == 'material' {
2323
+ color: $outline-float-label-disbale-font-color;
2324
+ }
2325
+ }
2326
+
2327
+ .e-outline.e-input-group.e-disabled .e-input-group-icon,
2328
+ .e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
2329
+ @if $input-skin-name == 'material' {
2330
+ color: $outline-input-group-disabled-color;
2331
+ }
2332
+ }
2333
+
2334
+ // Outline input clear icon
2335
+
2336
+ .e-outline.e-float-input:not(.e-disabled) .e-clear-icon:hover,
2337
+ .e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
2338
+ .e-outline.e-input-group:not(.e-disabled) .e-clear-icon:hover,
2339
+ .e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
2340
+ @if $input-skin-name == 'material' {
2341
+ color: $outline-input-clear-icon-hover-color;
2342
+ }
2343
+ }
2344
+
2345
+ .e-outline.e-float-input:not(.e-disabled) .e-clear-icon:active,
2346
+ .e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
2347
+ .e-outline.e-input-group:not(.e-disabled) .e-clear-icon:active,
2348
+ .e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
2349
+ @if $input-skin-name == 'material' {
2350
+ color: $outline-input-clear-icon-active-color;
2351
+ }
2352
+ }
2353
+
2354
+ // Filled input background color changes
2355
+
2356
+ .e-filled.e-input-group,
2357
+ .e-filled.e-input-group.e-control-wrapper,
2358
+ .e-filled.e-float-input,
2359
+ .e-filled.e-float-input.e-input-group,
2360
+ .e-filled.e-float-input.e-control-wrapper,
2361
+ .e-filled.e-float-input.e-input-group.e-control-wrapper {
2362
+ @if $input-skin-name == 'material' {
2363
+ background: $filled-input-bg-color;
2364
+ transition: $background-color-transition;
2365
+ }
2366
+ }
2367
+
2368
+ .e-filled.e-input-group:hover,
2369
+ .e-filled.e-input-group.e-control-wrapper:hover,
2370
+ .e-filled.e-float-input:hover,
2371
+ .e-filled.e-float-input.e-input-group:hover,
2372
+ .e-filled.e-float-input.e-control-wrapper:hover,
2373
+ .e-filled.e-float-input.e-input-group.e-control-wrapper:hover {
2374
+ @if $input-skin-name == 'material' {
2375
+ background: $filled-input-overlay-focused-bg-color;
2376
+ transition: $background-color-transition;
2377
+ }
2378
+ }
2379
+
2380
+ .e-filled.e-input-group.e-input-focus,
2381
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus,
2382
+ .e-filled.e-float-input.e-input-focus,
2383
+ .e-filled.e-float-input.e-input-group.e-input-focus,
2384
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus,
2385
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-input-focus,
2386
+ .e-filled.e-input-group:hover.e-input-focus,
2387
+ .e-filled.e-input-group:hover.e-control-wrapper.e-input-focus,
2388
+ .e-filled.e-float-input:hover.e-input-focus,
2389
+ .e-filled.e-float-input:hover.e-input-group.e-input-focus,
2390
+ .e-filled.e-float-input:hover.e-control-wrapper.e-input-focus,
2391
+ .e-filled.e-float-input:hover.e-input-group.e-control-wrapper.e-input-focus {
2392
+ @if $input-skin-name == 'material' {
2393
+ background: $filled-input-overlay-activated-bg-color;
2394
+ transition: $background-color-transition;
2395
+ }
2396
+ }
2397
+
2398
+ // Filled input border color changes
2399
+
2400
+ .e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2401
+ .e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2402
+ .e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2403
+ .e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2404
+ .e-filled.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2405
+ .e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
2406
+ @if $input-skin-name == 'material' {
2407
+ border-color: $filled-input-hover-border-color;
2408
+ }
2409
+ }
2410
+
2411
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2412
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2413
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2414
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2415
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2416
+ .e-filled.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) {
2417
+ @if $input-skin-name == 'material' {
2418
+ border-color: $filled-input-hover-border-color;
2419
+ }
2420
+ }
2421
+
2422
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2423
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2424
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2425
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
2426
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
2427
+ .e-filled.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) {
2428
+ @if $input-skin-name == 'material' {
2429
+ border-color: $filled-input-hover-border-color;
2430
+ }
2431
+ }
2432
+
2433
+ .e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),
2434
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) {
2435
+ @if $input-skin-name == 'material' {
2436
+ border-color: $input-group-full-border-color;
2437
+ }
2438
+ }
2439
+
2440
+ .e-filled.e-float-input:not(.e-success):not(.e-warning):not(.e-error),
2441
+ .e-filled.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
2442
+ @if $input-skin-name == 'material' {
2443
+ border-color: $input-group-full-border-color;
2444
+ }
2445
+ }
2446
+
2447
+ .e-filled.e-float-input.e-success,
2448
+ .e-filled.e-float-input.e-control-wrapper.e-success,
2449
+ .e-filled.e-input-group.e-float-icon-left.e-success,
2450
+ .e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-success {
2451
+ @if $input-skin-name == 'material' {
2452
+ @include input-state-color ($input-success-color);
2453
+ }
2454
+ }
2455
+
2456
+ .e-filled.e-float-input.e-warning,
2457
+ .e-filled.e-float-input.e-control-wrapper.e-warning,
2458
+ .e-filled.e-input-group.e-float-icon-left.e-warning,
2459
+ .e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-warning {
2460
+ @if $input-skin-name == 'material' {
2461
+ @include input-state-color ($input-warning-color);
2462
+ }
2463
+ }
2464
+
2465
+ .e-filled.e-float-input.e-error,
2466
+ .e-filled.e-float-input.e-control-wrapper.e-error,
2467
+ .e-filled.e-input-group.e-float-icon-left.e-error,
2468
+ .e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-error {
2469
+ @if $input-skin-name == 'material' {
2470
+ @include input-state-color ($input-error-color);
2471
+ }
2472
+ }
2473
+
2474
+ // Filled input floating label color configuration
2475
+
2476
+ .e-filled label.e-float-text,
2477
+ .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2478
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2479
+ .e-filled.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2480
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2481
+ .e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2482
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2483
+ .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2484
+ .e-filled.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,
2485
+ .e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2486
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2487
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2488
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2489
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2490
+ .e-bigger .e-filled.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 {
2491
+ @if $input-skin-name == 'material' {
2492
+ color: $filled-input-float-label-color;
2493
+ }
2494
+ }
2495
+
2496
+ .e-filled.e-float-input.e-error label.e-float-text,
2497
+ .e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
2498
+ .e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
2499
+ .e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
2500
+ .e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
2501
+ .e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
2502
+ .e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
2503
+ .e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
2504
+ @if $input-skin-name == 'material' {
2505
+ color: $input-error-color;
2506
+ }
2507
+ }
2508
+
2509
+ .e-filled.e-float-input.e-success label.e-float-text,
2510
+ .e-filled.e-float-input.e-control-wrapper.e-success label.e-float-text,
2511
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
2512
+ .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2513
+ .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
2514
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2515
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2516
+ .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
2517
+ @if $input-skin-name == 'material' {
2518
+ color: $input-success-color;
2519
+ }
2520
+ }
2521
+
2522
+ .e-filled.e-float-input.e-warning label.e-float-text,
2523
+ .e-filled.e-float-input.e-control-wrapper.e-warning label.e-float-text,
2524
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
2525
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2526
+ .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2527
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2528
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2529
+ .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text {
2530
+ @if $input-skin-name == 'material' {
2531
+ color: $input-warning-color;
2532
+ }
2533
+ }
2534
+
2535
+ .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2536
+ .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2537
+ .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2538
+ .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2539
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2540
+ .e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
2541
+ .e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2542
+ .e-filled.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
2543
+ .e-filled.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
2544
+ .e-filled.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2545
+ .e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2546
+ .e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2547
+ .e-bigger .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2548
+ .e-bigger .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2549
+ .e-bigger .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2550
+ .e-bigger .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2551
+ .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2552
+ .e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2553
+ .e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
2554
+ @if $input-skin-name == 'material' {
2555
+ color: $filled-input-float-label-color;
2556
+ }
2557
+ }
2558
+
2559
+ .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2560
+ .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2561
+ .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2562
+ .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2563
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2564
+ .e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
2565
+ .e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2566
+ .e-filled.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
2567
+ .e-filled.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
2568
+ .e-filled.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2569
+ .e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2570
+ .e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2571
+ .e-bigger .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2572
+ .e-bigger .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2573
+ .e-bigger .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2574
+ .e-bigger .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2575
+ .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2576
+ .e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2577
+ .e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
2578
+ @if $input-skin-name == 'material' {
2579
+ color: $filled-input-float-label-color;
2580
+ }
2581
+ }
2582
+
2583
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2584
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2585
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2586
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2587
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2588
+ .e-filled.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
2589
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2590
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
2591
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
2592
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2593
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2594
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2595
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2596
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2597
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2598
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2599
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2600
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2601
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
2602
+ @if $input-skin-name == 'material' {
2603
+ color: $filled-input-float-label-color;
2604
+ }
2605
+ }
2606
+
2607
+ .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2608
+ .e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
2609
+ .e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2610
+ .e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2611
+ .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2612
+ .e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2613
+ .e-small .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2614
+ .e-small .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2615
+ .e-small .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2616
+ .e-small .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2617
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2618
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
2619
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
2620
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2621
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2622
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2623
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
2624
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2625
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2626
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2627
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2628
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2629
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2630
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
2631
+ @if $input-skin-name == 'material' {
2632
+ color: $filled-input-float-label-color;
2633
+ }
2634
+ }
2635
+
2636
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2637
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
2638
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2639
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2640
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2641
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2642
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2643
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2644
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2645
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2646
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2647
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
2648
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
2649
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2650
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2651
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2652
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
2653
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2654
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2655
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2656
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2657
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2658
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2659
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
2660
+ @if $input-skin-name == 'material' {
2661
+ color: $filled-input-float-label-color;
2662
+ }
2663
+ }
2664
+
2665
+ .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2666
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2667
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2668
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2669
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2670
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2671
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2672
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2673
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2674
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2675
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2676
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2677
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2678
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
2679
+ @if $input-skin-name == 'material' {
2680
+ color: $filled-input-float-label-color;
2681
+ }
2682
+ }
2683
+
2684
+ .e-filled.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2685
+ .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2686
+ .e-filled.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) {
2687
+ @if $input-skin-name == 'material' {
2688
+ color: $filled-input-float-label-color;
2689
+ }
2690
+ }
2691
+
2692
+ .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2693
+ .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2694
+ .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2695
+ .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2696
+ .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2697
+ .e-filled.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
2698
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2699
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
2700
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2701
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2702
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2703
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2704
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2705
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2706
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2707
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
2708
+ @if $input-skin-name == 'material' {
2709
+ color: $filled-input-float-label-color;
2710
+ }
2711
+ }
2712
+
2713
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2714
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2715
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2716
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2717
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2718
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
2719
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2720
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
2721
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2722
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2723
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2724
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2725
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2726
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2727
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2728
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
2729
+ @if $input-skin-name == 'material' {
2730
+ color: $filled-input-float-label-color;
2731
+ }
2732
+ }
2733
+
2734
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2735
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2736
+ .e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2737
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2738
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2739
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2740
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2741
+ .e-small .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2742
+ .e-small .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2743
+ .e-small .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2744
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2745
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
2746
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2747
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2748
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2749
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2750
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2751
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2752
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2753
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
2754
+ @if $input-skin-name == 'material' {
2755
+ color: $filled-input-float-label-color;
2756
+ }
2757
+ }
2758
+
2759
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2760
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2761
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2762
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2763
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2764
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2765
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2766
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2767
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2768
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2769
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2770
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
2771
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2772
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2773
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2774
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2775
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2776
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2777
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2778
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
2779
+ @if $input-skin-name == 'material' {
2780
+ color: $filled-input-float-label-color;
2781
+ }
2782
+ }
2783
+
2784
+ .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2785
+ .e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2786
+ .e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2787
+ .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2788
+ .e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2789
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2790
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2791
+ .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2792
+ .e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2793
+ .e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2794
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2795
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2796
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2797
+ .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
2798
+ .e-small .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
2799
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2800
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2801
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
2802
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
2803
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2804
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2805
+ .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2806
+ .e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2807
+ .e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2808
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2809
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2810
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2811
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
2812
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
2813
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2814
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2815
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
2816
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
2817
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2818
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2819
+ .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2820
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2821
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2822
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2823
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2824
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2825
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
2826
+ .e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
2827
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2828
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
2829
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
2830
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2831
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2832
+ .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2833
+ .e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2834
+ .e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2835
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2836
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2837
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2838
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
2839
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
2840
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2841
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
2842
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
2843
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2844
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2845
+ .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2846
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2847
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2848
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2849
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2850
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2851
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2852
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2853
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2854
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2855
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2856
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2857
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
2858
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2859
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2860
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2861
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2862
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2863
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2864
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
2865
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2866
+ .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2867
+ .e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2868
+ .e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2869
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2870
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2871
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2872
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2873
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2874
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2875
+ .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2876
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2877
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2878
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
2879
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
2880
+ @if $input-skin-name == 'material' {
2881
+ color: $input-active-accent-color;
2882
+ }
2883
+ }
2884
+
2885
+ .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2886
+ .e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2887
+ .e-bigger.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2888
+ .e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2889
+ .e-small.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2890
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2891
+ .e-bigger.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2892
+ .e-filled.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2893
+ .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2894
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2895
+ .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2896
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2897
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2898
+ .e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2899
+ .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2900
+ .e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
2901
+ @if $input-skin-name == 'material' {
2902
+ color: $filled-input-float-label-color;
2903
+ }
2904
+ }
2905
+
2906
+ .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2907
+ .e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2908
+ .e-bigger.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2909
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2910
+ .e-small.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2911
+ .e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2912
+ .e-bigger.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2913
+ .e-filled.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2914
+ .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2915
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2916
+ .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2917
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2918
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2919
+ .e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2920
+ .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2921
+ .e-filled.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
2922
+ @if $input-skin-name == 'material' {
2923
+ color: $filled-input-float-label-color;
2924
+ }
2925
+ }
2926
+
2927
+
2928
+ input.e-filled.e-input#{$css}:-moz-placeholder {
2929
+ @if $input-skin-name == 'material' {
2930
+ color: $filled-input-float-label-color;
2931
+ }
2932
+ }
2933
+
2934
+
2935
+ .e-input-group.e-filled input.e-input:-moz-placeholder {
2936
+ @if $input-skin-name == 'material' {
2937
+ color: $filled-input-float-label-color;
2938
+ }
2939
+ }
2940
+
2941
+
2942
+ .e-input-group.e-filled input.e-input:-moz-placeholder,
2943
+ .e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder {
2944
+ @if $input-skin-name == 'material' {
2945
+ color: $filled-input-float-label-color;
2946
+ }
2947
+ }
2948
+
2949
+
2950
+ input.e-filled.e-input#{$css}:-moz-placeholder {
2951
+ @if $input-skin-name == 'material' {
2952
+ color: $filled-input-float-label-color;
2953
+ }
2954
+ }
2955
+
2956
+
2957
+ .e-input-group.e-filled input.e-input:-moz-placeholder {
2958
+ @if $input-skin-name == 'material' {
2959
+ color: $filled-input-float-label-color;
2960
+ }
2961
+ }
2962
+
2963
+
2964
+ .e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder {
2965
+ @if $input-skin-name == 'material' {
2966
+ color: $filled-input-float-label-color;
2967
+ }
2968
+ }
2969
+
2970
+
2971
+ textarea.e-filled.e-input#{$css}:-moz-placeholder {
2972
+ @if $input-skin-name == 'material' {
2973
+ color: $filled-input-float-label-color;
2974
+ }
2975
+ }
2976
+
2977
+
2978
+ .e-input-group.e-filled textarea.e-input:-moz-placeholder {
2979
+ @if $input-skin-name == 'material' {
2980
+ color: $filled-input-float-label-color;
2981
+ }
2982
+ }
2983
+
2984
+
2985
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input:-moz-placeholder {
2986
+ @if $input-skin-name == 'material' {
2987
+ color: $filled-input-float-label-color;
2988
+ }
2989
+ }
2990
+
2991
+
2992
+ input.e-filled.e-input#{$css}::-moz-placeholder {
2993
+ @if $input-skin-name == 'material' {
2994
+ color: $filled-input-float-label-color;
2995
+ }
2996
+ }
2997
+
2998
+
2999
+ .e-input-group.e-filled input.e-input::-moz-placeholder {
3000
+ @if $input-skin-name == 'material' {
3001
+ color: $filled-input-float-label-color;
3002
+ }
3003
+ }
3004
+
3005
+
3006
+ .e-input-group.e-filled.e-control-wrapper input.e-input::-moz-placeholder {
3007
+ @if $input-skin-name == 'material' {
3008
+ color: $filled-input-float-label-color;
3009
+ }
3010
+ }
3011
+
3012
+
3013
+ textarea.e-filled.e-input#{$css}::-moz-placeholder {
3014
+ @if $input-skin-name == 'material' {
3015
+ color: $filled-input-float-label-color;
3016
+ }
3017
+ }
3018
+
3019
+
3020
+ .e-input-group.e-filled textarea.e-input::-moz-placeholder {
3021
+ @if $input-skin-name == 'material' {
3022
+ color: $filled-input-float-label-color;
3023
+ }
3024
+ }
3025
+
3026
+
3027
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input::-moz-placeholder {
3028
+ @if $input-skin-name == 'material' {
3029
+ color: $filled-input-float-label-color;
3030
+ }
3031
+ }
3032
+
3033
+
3034
+ input.e-filled.e-input#{$css}:-ms-input-placeholder {
3035
+ @if $input-skin-name == 'material' {
3036
+ color: $filled-input-float-label-color;
3037
+ }
3038
+ }
3039
+
3040
+
3041
+ .e-input-group.e-filled input.e-input:-ms-input-placeholder {
3042
+ @if $input-skin-name == 'material' {
3043
+ color: $filled-input-float-label-color;
3044
+ }
3045
+ }
3046
+
3047
+
3048
+ .e-input-group.e-filled.e-control-wrapper input.e-input:-ms-input-placeholder {
3049
+ @if $input-skin-name == 'material' {
3050
+ color: $filled-input-float-label-color;
3051
+ }
3052
+ }
3053
+
3054
+
3055
+ textarea.e-filled.e-input#{$css}:-ms-input-placeholder {
3056
+ @if $input-skin-name == 'material' {
3057
+ color: $filled-input-float-label-color;
3058
+ }
3059
+ }
3060
+
3061
+
3062
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
3063
+ @if $input-skin-name == 'material' {
3064
+ color: $filled-input-float-label-color;
3065
+ }
3066
+ }
3067
+
3068
+
3069
+ .e-input-group textarea.e-input:-ms-input-placeholder {
3070
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
3071
+ color: $input-placeholder-color;
3072
+ }
3073
+ }
3074
+
3075
+
3076
+ .e-input-group textarea.e-input:-moz-placeholder {
3077
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
3078
+ color: $input-placeholder-color;
3079
+ }
3080
+ }
3081
+
3082
+
3083
+ .e-input-group .e-input:-ms-input-placeholder {
3084
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
3085
+ color: $input-placeholder-color;
3086
+ }
3087
+ }
3088
+
3089
+
3090
+ input.e-input#{$css}::-webkit-input-placeholder {
3091
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
3092
+ color: $input-placeholder-color;
3093
+ }
3094
+ }
3095
+
3096
+
3097
+ .e-input-group.e-filled textarea.e-input:-ms-input-placeholder {
3098
+ @if $input-skin-name == 'material' {
3099
+ color: $filled-input-float-label-color;
3100
+ }
3101
+ }
3102
+
3103
+
3104
+ input.e-filled.e-input#{$css}::-webkit-input-placeholder {
3105
+ @if $input-skin-name == 'material' {
3106
+ color: $filled-input-float-label-color;
3107
+ }
3108
+ }
3109
+
3110
+
3111
+ .e-input-group.e-filled.e-control-wrapper input.e-input::-webkit-input-placeholder {
3112
+ @if $input-skin-name == 'material' {
3113
+ color: $filled-input-float-label-color;
3114
+ }
3115
+ }
3116
+
3117
+
3118
+ .e-input-group.e-filled input.e-input::-webkit-input-placeholder {
3119
+ @if $input-skin-name == 'material' {
3120
+ color: $filled-input-float-label-color;
3121
+ }
3122
+ }
3123
+
3124
+
3125
+ textarea.e-filled.e-input#{$css}::-webkit-input-placeholder {
3126
+ @if $input-skin-name == 'material' {
3127
+ color: $filled-input-float-label-color;
3128
+ }
3129
+ }
3130
+
3131
+
3132
+ .e-input-group.e-filled textarea.e-input::-webkit-input-placeholder {
3133
+ @if $input-skin-name == 'material' {
3134
+ color: $filled-input-float-label-color;
3135
+ }
3136
+ }
3137
+
3138
+
3139
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
3140
+ @if $input-skin-name == 'material' {
3141
+ color: $filled-input-float-label-color;
3142
+ }
3143
+ }
3144
+
3145
+ // Filled input clear icon states
3146
+
3147
+ .e-filled.e-float-input:not(.e-disabled) .e-clear-icon:hover,
3148
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
3149
+ .e-filled.e-input-group:not(.e-disabled) .e-clear-icon:hover,
3150
+ .e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
3151
+ @if $input-skin-name == 'material' {
3152
+ color: $filled-input-clear-icon-hover-color;
3153
+ }
3154
+ }
3155
+
3156
+ .e-filled.e-float-input:not(.e-disabled) .e-clear-icon:active,
3157
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
3158
+ .e-filled.e-input-group:not(.e-disabled) .e-clear-icon:active,
3159
+ .e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
3160
+ @if $input-skin-name == 'material' {
3161
+ color: $filled-input-clear-icon-active-color;
3162
+ }
3163
+ }
3164
+
3165
+ // Filled input disabled configuration
3166
+
3167
+ .e-filled.e-float-input.e-disabled .e-clear-icon,
3168
+ .e-filled.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
3169
+ .e-input-group.e-filled.e-disabled .e-clear-icon,
3170
+ .e-input-group.e-filled.e-control-wrapper.e-disabled .e-clear-icon,
3171
+ .e-input-group.e-filled.e-disabled .e-input-group-icon,
3172
+ .e-input-group.e-filled.e-control-wrapper.e-disabled .e-input-group-icon {
3173
+ @if $input-skin-name == 'material' {
3174
+ color: $filled-input-disabled-font-color;
3175
+ }
3176
+ }
3177
+
3178
+ .e-filled.e-input#{$css}[disabled],
3179
+ .e-input-group.e-filled .e-input[disabled],
3180
+ .e-input-group.e-filled.e-control-wrapper .e-input[disabled],
3181
+ .e-input-group.e-filled.e-disabled,
3182
+ .e-input-group.e-filled.e-control-wrapper.e-disabled,
3183
+ .e-filled.e-float-input input[disabled],
3184
+ .e-filled.e-float-input.e-control-wrapper input[disabled],
3185
+ .e-filled.e-float-input textarea[disabled],
3186
+ .e-filled.e-float-input.e-control-wrapper textarea[disabled],
3187
+ .e-filled.e-float-input.e-disabled,
3188
+ .e-filled.e-float-input.e-control-wrapper.e-disabled {
3189
+ @if $input-skin-name == 'material' {
3190
+ background: $filled-input-disabled-bg-color;
3191
+ background-image: none;
3192
+ background-position: initial;
3193
+ background-repeat: no-repeat;
3194
+ background-size: $zero-value;
3195
+ border-color: $filled-input-disabled-border-color;
3196
+ color: $filled-input-disabled-font-color;
3197
+ }
3198
+ }
3199
+
3200
+ .e-filled.e-float-input.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
3201
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
3202
+ @if $input-skin-name == 'material' {
3203
+ border-color: $filled-input-disabled-border-color;
3204
+ }
3205
+ }
3206
+
3207
+ .e-filled.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
3208
+ .e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
3209
+ .e-filled.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
3210
+ .e-filled.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 {
3211
+ @if $input-skin-name == 'material' {
3212
+ background: $filled-input-disabled-bg-color;
3213
+ background-image: none;
3214
+ background-position: initial;
3215
+ background-repeat: no-repeat;
3216
+ background-size: $zero-value;
3217
+ border-color: $filled-input-disabled-border-color;
3218
+ color: $filled-input-disabled-font-color;
3219
+ }
3220
+ }
3221
+
3222
+ .e-filled.e-float-input:not(.e-disabled) input[disabled],
3223
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
3224
+ .e-filled.e-float-input:not(.e-disabled) textarea[disabled],
3225
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
3226
+ @if $input-skin-name == 'material' {
3227
+ color: $filled-input-disabled-font-color;
3228
+ }
3229
+ }
3230
+
3231
+ .e-filled.e-float-input.e-input-group.e-disabled .e-float-text,
3232
+ .e-filled.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
3233
+ .e-filled.e-float-input input[disabled] ~ label.e-float-text,
3234
+ .e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
3235
+ .e-filled.e-float-input.e-disabled label.e-float-text,
3236
+ .e-filled.e-float-input.e-disabled label.e-float-text.e-label-top,
3237
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
3238
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
3239
+ .e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
3240
+ .e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
3241
+ .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
3242
+ .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
3243
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
3244
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
3245
+ @if $input-skin-name == 'material' {
3246
+ color: $filled-input-disabled-font-color;
3247
+ }
3248
+ }
3249
+
3250
+ .e-filled.e-float-input textarea[disabled] ~ label.e-float-text,
3251
+ .e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3252
+ .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
3253
+ .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
3254
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
3255
+ .e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
3256
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
3257
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
3258
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
3259
+ .e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
3260
+ @if $input-skin-name == 'material' {
3261
+ color: $filled-input-disabled-font-color;
3262
+ }
3263
+ }
3264
+
3265
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
3266
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
3267
+ .e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
3268
+ .e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
3269
+ .e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
3270
+ .e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
3271
+ .e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
3272
+ .e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
3273
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
3274
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
3275
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
3276
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
3277
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
3278
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
3279
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
3280
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
3281
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
3282
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
3283
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
3284
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
3285
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
3286
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
3287
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
3288
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
3289
+ @if $input-skin-name == 'material' {
3290
+ color: $filled-input-disabled-font-color;
3291
+ }
3292
+ }
3293
+
3294
+ .e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
3295
+ .e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
3296
+ .e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
3297
+ .e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3298
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
3299
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
3300
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
3301
+ .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
3302
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
3303
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
3304
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
3305
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
3306
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
3307
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
3308
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
3309
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
3310
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
3311
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
3312
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
3313
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
3314
+ @if $input-skin-name == 'material' {
3315
+ color: $filled-input-disabled-font-color;
3316
+ }
3317
+ }
3318
+
3319
+
3320
+ input.e-filled.e-disabled.e-input#{$css}:-moz-placeholder {
3321
+ @if $input-skin-name == 'material' {
3322
+ color: $filled-input-disabled-font-color;
3323
+ }
3324
+ }
3325
+
3326
+
3327
+ .e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder {
3328
+ @if $input-skin-name == 'material' {
3329
+ color: $filled-input-disabled-font-color;
3330
+ }
3331
+ }
3332
+
3333
+
3334
+ .e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
3335
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder {
3336
+ @if $input-skin-name == 'material' {
3337
+ color: $filled-input-disabled-font-color;
3338
+ }
3339
+ }
3340
+
3341
+
3342
+ input.e-filled.e-disabled.e-input#{$css}:-moz-placeholder {
3343
+ @if $input-skin-name == 'material' {
3344
+ color: $filled-input-disabled-font-color;
3345
+ }
3346
+ }
3347
+
3348
+
3349
+ .e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder {
3350
+ @if $input-skin-name == 'material' {
3351
+ color: $filled-input-disabled-font-color;
3352
+ }
3353
+ }
3354
+
3355
+
3356
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder {
3357
+ @if $input-skin-name == 'material' {
3358
+ color: $filled-input-disabled-font-color;
3359
+ }
3360
+ }
3361
+
3362
+
3363
+ textarea.e-filled.e-disabled.e-input#{$css}:-moz-placeholder {
3364
+ @if $input-skin-name == 'material' {
3365
+ color: $filled-input-disabled-font-color;
3366
+ }
3367
+ }
3368
+
3369
+
3370
+ .e-input-group.e-filled.e-disabled textarea.e-input:-moz-placeholder {
3371
+ @if $input-skin-name == 'material' {
3372
+ color: $filled-input-disabled-font-color;
3373
+ }
3374
+ }
3375
+
3376
+
3377
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-moz-placeholder {
3378
+ @if $input-skin-name == 'material' {
3379
+ color: $filled-input-disabled-font-color;
3380
+ }
3381
+ }
3382
+
3383
+
3384
+ input.e-filled.e-disabled.e-input#{$css}::-moz-placeholder {
3385
+ @if $input-skin-name == 'material' {
3386
+ color: $filled-input-disabled-font-color;
3387
+ }
3388
+ }
3389
+
3390
+
3391
+ .e-input-group.e-filled.e-disabled input.e-input::-moz-placeholder {
3392
+ @if $input-skin-name == 'material' {
3393
+ color: $filled-input-disabled-font-color;
3394
+ }
3395
+ }
3396
+
3397
+
3398
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-moz-placeholder {
3399
+ @if $input-skin-name == 'material' {
3400
+ color: $filled-input-disabled-font-color;
3401
+ }
3402
+ }
3403
+
3404
+
3405
+ textarea.e-filled.e-disabled.e-input#{$css}::-moz-placeholder {
3406
+ @if $input-skin-name == 'material' {
3407
+ color: $filled-input-disabled-font-color;
3408
+ }
3409
+ }
3410
+
3411
+
3412
+ .e-input-group.e-filled.e-disabled textarea.e-input::-moz-placeholder {
3413
+ @if $input-skin-name == 'material' {
3414
+ color: $filled-input-disabled-font-color;
3415
+ }
3416
+ }
3417
+
3418
+
3419
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-moz-placeholder {
3420
+ @if $input-skin-name == 'material' {
3421
+ color: $filled-input-disabled-font-color;
3422
+ }
3423
+ }
3424
+
3425
+
3426
+ input.e-filled.e-disabled.e-input#{$css}:-ms-input-placeholder {
3427
+ @if $input-skin-name == 'material' {
3428
+ color: $filled-input-disabled-font-color;
3429
+ }
3430
+ }
3431
+
3432
+
3433
+ .e-input-group.e-filled.e-disabled input.e-input:-ms-input-placeholder {
3434
+ @if $input-skin-name == 'material' {
3435
+ color: $filled-input-disabled-font-color;
3436
+ }
3437
+ }
3438
+
3439
+
3440
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-ms-input-placeholder {
3441
+ @if $input-skin-name == 'material' {
3442
+ color: $filled-input-disabled-font-color;
3443
+ }
3444
+ }
3445
+
3446
+
3447
+ textarea.e-filled.e-disabled.e-input#{$css}:-ms-input-placeholder {
3448
+ @if $input-skin-name == 'material' {
3449
+ color: $filled-input-disabled-font-color;
3450
+ }
3451
+ }
3452
+
3453
+
3454
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
3455
+ @if $input-skin-name == 'material' {
3456
+ color: $filled-input-disabled-font-color;
3457
+ }
3458
+ }
3459
+
3460
+
3461
+ .e-input-group.e-filled.e-disabled textarea.e-input:-ms-input-placeholder {
3462
+ @if $input-skin-name == 'material' {
3463
+ color: $filled-input-disabled-font-color;
3464
+ }
3465
+ }
3466
+
3467
+
3468
+ input.e-filled.e-disabled.e-input#{$css}::-webkit-input-placeholder {
3469
+ @if $input-skin-name == 'material' {
3470
+ color: $filled-input-disabled-font-color;
3471
+ }
3472
+ }
3473
+
3474
+
3475
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-webkit-input-placeholder {
3476
+ @if $input-skin-name == 'material' {
3477
+ color: $filled-input-disabled-font-color;
3478
+ }
3479
+ }
3480
+
3481
+
3482
+ .e-input-group.e-filled.e-disabled input.e-input::-webkit-input-placeholder {
3483
+ @if $input-skin-name == 'material' {
3484
+ color: $filled-input-disabled-font-color;
3485
+ }
3486
+ }
3487
+
3488
+
3489
+ textarea.e-filled.e-disabled.e-input#{$css}::-webkit-input-placeholder {
3490
+ @if $input-skin-name == 'material' {
3491
+ color: $filled-input-disabled-font-color;
3492
+ }
3493
+ }
3494
+
3495
+
3496
+ .e-input-group.e-filled.e-disabled textarea.e-input::-webkit-input-placeholder {
3497
+ @if $input-skin-name == 'material' {
3498
+ color: $filled-input-disabled-font-color;
3499
+ }
3500
+ }
3501
+
3502
+
3503
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
3504
+ @if $input-skin-name == 'material' {
3505
+ color: $filled-input-disabled-font-color;
3506
+ }
3507
+ }
3508
+
3509
+ // Filled input ripple action
3510
+
3511
+ .e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before,
3512
+ .e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
3513
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before,
3514
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
3515
+ @if $input-skin-name == 'material' {
3516
+ @include input-group-animation-bg;
3517
+ }
3518
+ }
3519
+
3520
+ .e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
3521
+ .e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
3522
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before,
3523
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
3524
+ @if $input-skin-name == 'material' {
3525
+ @include input-group-animation-bg;
3526
+ }
3527
+ }
3528
+
3529
+ .e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::before,
3530
+ .e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::after,
3531
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::before,
3532
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::after {
3533
+ @if $input-skin-name == 'material' {
3534
+ @include input-group-success-animation-bg;
3535
+ }
3536
+ }
3537
+
3538
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::before,
3539
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::after,
3540
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::before,
3541
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::after,
3542
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::before,
3543
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::after {
3544
+ @if $input-skin-name == 'material' {
3545
+ @include input-group-success-animation-bg;
3546
+ }
3547
+ }
3548
+
3549
+ .e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::before,
3550
+ .e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::after,
3551
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::before,
3552
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::after,
3553
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::before,
3554
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::after {
3555
+ @if $input-skin-name == 'material' {
3556
+ @include input-group-warning-animation-bg;
3557
+ }
3558
+ }
3559
+
3560
+ .e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::before,
3561
+ .e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::after,
3562
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::before,
3563
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::after {
3564
+ @if $input-skin-name == 'material' {
3565
+ @include input-group-error-animation-bg;
3566
+ }
3567
+ }
3568
+
3569
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::before,
3570
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::after,
3571
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::before,
3572
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::after {
3573
+ @if $input-skin-name == 'material' {
3574
+ @include input-group-error-animation-bg;
3575
+ }
3576
+ }
3577
+
3578
+ .e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3579
+ .e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3580
+ .e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3581
+ .e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
3582
+ @if $input-skin-name == 'material' {
3583
+ border-color: $filled-input-hover-border-color;
3584
+ }
3585
+ }
3586
+
3587
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3588
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3589
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3590
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
3591
+ @if $input-skin-name == 'material' {
3592
+ border-color: $filled-input-hover-border-color;
3593
+ }
3594
+ }
3595
+
3596
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3597
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3598
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
3599
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
3600
+ @if $input-skin-name == 'material' {
3601
+ border-color: $filled-input-hover-border-color;
3602
+ }
3603
+ }
3604
+
3605
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3606
+ .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
3607
+ .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
3608
+ .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
3609
+ .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
3610
+ .e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
3611
+ .e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text,
3612
+ .e-filled.e-float-input.e-bigger.e-success input:valid ~ label.e-float-text,
3613
+ .e-filled.e-float-input.e-bigger.e-success input ~ label.e-label-top.e-float-text,
3614
+ .e-filled.e-float-input.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
3615
+ .e-filled.e-float-input.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
3616
+ .e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3617
+ .e-bigger .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
3618
+ .e-bigger .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
3619
+ .e-bigger .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
3620
+ .e-bigger .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
3621
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
3622
+ .e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3623
+ .e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text {
3624
+ @if $input-skin-name == 'material' {
3625
+ color: $input-success-color;
3626
+ }
3627
+ }
3628
+
3629
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
3630
+ .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
3631
+ .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
3632
+ .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3633
+ .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3634
+ .e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
3635
+ .e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text,
3636
+ .e-filled.e-float-input.e-bigger.e-warning input:valid ~ label.e-float-text,
3637
+ .e-filled.e-float-input.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
3638
+ .e-filled.e-float-input.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3639
+ .e-filled.e-float-input.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3640
+ .e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
3641
+ .e-bigger .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
3642
+ .e-bigger .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
3643
+ .e-bigger .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3644
+ .e-bigger .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3645
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
3646
+ .e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
3647
+ .e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text {
3648
+ @if $input-skin-name == 'material' {
3649
+ color: $input-warning-color;
3650
+ }
3651
+ }
3652
+
3653
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3654
+ .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
3655
+ .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
3656
+ .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
3657
+ .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
3658
+ .e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
3659
+ .e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text,
3660
+ .e-filled.e-float-input.e-bigger.e-success input:valid ~ label.e-float-text,
3661
+ .e-filled.e-float-input.e-bigger.e-success input ~ label.e-label-top.e-float-text,
3662
+ .e-filled.e-float-input.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
3663
+ .e-filled.e-float-input.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
3664
+ .e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3665
+ .e-bigger .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
3666
+ .e-bigger .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
3667
+ .e-bigger .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
3668
+ .e-bigger .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
3669
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
3670
+ .e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3671
+ .e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text {
3672
+ @if $input-skin-name == 'material' {
3673
+ color: $input-success-color;
3674
+ }
3675
+ }
3676
+
3677
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
3678
+ .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
3679
+ .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
3680
+ .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3681
+ .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3682
+ .e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
3683
+ .e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text,
3684
+ .e-filled.e-float-input.e-bigger.e-warning input:valid ~ label.e-float-text,
3685
+ .e-filled.e-float-input.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
3686
+ .e-filled.e-float-input.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3687
+ .e-filled.e-float-input.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3688
+ .e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
3689
+ .e-bigger .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
3690
+ .e-bigger .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
3691
+ .e-bigger .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3692
+ .e-bigger .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3693
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
3694
+ .e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
3695
+ .e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text {
3696
+ @if $input-skin-name == 'material' {
3697
+ color: $input-warning-color;
3698
+ }
3699
+ }
3700
+
3701
+ .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
3702
+ .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
3703
+ .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
3704
+ .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text,
3705
+ .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text,
3706
+ .e-filled.e-float-input .e-control-wrapper.e-success input label.e-float-text.e-label-top,
3707
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text,
3708
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:valid ~ label.e-float-text,
3709
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input ~ label.e-label-top.e-float-text,
3710
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
3711
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
3712
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
3713
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
3714
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
3715
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text,
3716
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text,
3717
+ .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
3718
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3719
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
3720
+ @if $input-skin-name == 'material' {
3721
+ color: $input-success-color;
3722
+ }
3723
+ }
3724
+
3725
+ .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
3726
+ .e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text,
3727
+ .e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text,
3728
+ .e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-float-text,
3729
+ .e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-float-text,
3730
+ .e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3731
+ .e-small .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
3732
+ .e-small .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
3733
+ .e-small .e-filled.e-float-input.e-success input[readonly] ~ label.e-float-text.e-label-top,
3734
+ .e-small .e-filled.e-float-input.e-success input[disabled] ~ label.e-float-text.e-label-top,
3735
+ .e-filled.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
3736
+ .e-filled.e-float-input.e-small.e-bigger.e-success input:valid ~ label.e-float-text,
3737
+ .e-filled.e-float-input.e-small.e-bigger.e-success input ~ label.e-label-top.e-float-text,
3738
+ .e-filled.e-float-input.e-small.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
3739
+ .e-filled.e-float-input.e-small.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
3740
+ .e-bigger .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
3741
+ .e-bigger .e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text,
3742
+ .e-bigger .e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text,
3743
+ .e-bigger .e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-label-top.e-float-text,
3744
+ .e-bigger .e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-label-top.e-float-text,
3745
+ .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
3746
+ .e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
3747
+ .e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3748
+ .e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text {
3749
+ @if $input-skin-name == 'material' {
3750
+ color: $input-success-color;
3751
+ }
3752
+ }
3753
+
3754
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
3755
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text,
3756
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text,
3757
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-float-text,
3758
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-float-text,
3759
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
3760
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
3761
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
3762
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-float-text.e-label-top,
3763
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-float-text.e-label-top,
3764
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
3765
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:valid ~ label.e-float-text,
3766
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input ~ label.e-label-top.e-float-text,
3767
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
3768
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
3769
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
3770
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text,
3771
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text,
3772
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-label-top.e-float-text,
3773
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-label-top.e-float-text,
3774
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
3775
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
3776
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3777
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text {
3778
+ @if $input-skin-name == 'material' {
3779
+ color: $input-success-color;
3780
+ }
3781
+ }
3782
+
3783
+ .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3784
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3785
+ .e-filled.e-float-input.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3786
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3787
+ .e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3788
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3789
+ .e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3790
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3791
+ .e-small .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3792
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3793
+ .e-filled.e-float-input.e-small.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3794
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3795
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3796
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3797
+ @if $input-skin-name == 'material' {
3798
+ color: $input-success-color;
3799
+ }
3800
+ }
3801
+
3802
+ .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
3803
+ .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
3804
+ .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
3805
+ .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3806
+ .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
3807
+ .e-filled.e-float-input.e-success textarea label.e-float-text.e-label-top,
3808
+ .e-filled.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text,
3809
+ .e-filled.e-float-input.e-bigger.e-success textarea:valid ~ label.e-float-text,
3810
+ .e-filled.e-float-input.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
3811
+ .e-filled.e-float-input.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3812
+ .e-filled.e-float-input.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
3813
+ .e-bigger .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
3814
+ .e-bigger .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
3815
+ .e-bigger .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
3816
+ .e-bigger .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3817
+ .e-bigger .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
3818
+ @if $input-skin-name == 'material' {
3819
+ color: $input-success-color;
3820
+ }
3821
+ }
3822
+
3823
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
3824
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
3825
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
3826
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3827
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
3828
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea label.e-float-text.e-label-top,
3829
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text,
3830
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:valid ~ label.e-float-text,
3831
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
3832
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3833
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
3834
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
3835
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
3836
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
3837
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3838
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
3839
+ @if $input-skin-name == 'material' {
3840
+ color: $input-success-color;
3841
+ }
3842
+ }
3843
+
3844
+ .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
3845
+ .e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text,
3846
+ .e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text,
3847
+ .e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-float-text,
3848
+ .e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-float-text,
3849
+ .e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
3850
+ .e-small .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
3851
+ .e-small .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
3852
+ .e-small .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
3853
+ .e-small .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
3854
+ .e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
3855
+ .e-filled.e-float-input.e-small.e-bigger.e-success textarea:valid ~ label.e-float-text,
3856
+ .e-filled.e-float-input.e-small.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
3857
+ .e-filled.e-float-input.e-small.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3858
+ .e-filled.e-float-input.e-small.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
3859
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
3860
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text,
3861
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text,
3862
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3863
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
3864
+ @if $input-skin-name == 'material' {
3865
+ color: $input-success-color;
3866
+ }
3867
+ }
3868
+
3869
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
3870
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text,
3871
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text,
3872
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-float-text,
3873
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-float-text,
3874
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
3875
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
3876
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
3877
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
3878
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
3879
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
3880
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:valid ~ label.e-float-text,
3881
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
3882
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3883
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
3884
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
3885
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text,
3886
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text,
3887
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
3888
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
3889
+ @if $input-skin-name == 'material' {
3890
+ color: $input-success-color;
3891
+ }
3892
+ }
3893
+
3894
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3895
+ .e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text,
3896
+ .e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3897
+ .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
3898
+ .e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
3899
+ .e-filled.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
3900
+ .e-bigger .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
3901
+ .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
3902
+ .e-filled.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text,
3903
+ .e-bigger .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
3904
+ .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
3905
+ .e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
3906
+ .e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
3907
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
3908
+ .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
3909
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text,
3910
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
3911
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
3912
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
3913
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
3914
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
3915
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
3916
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text,
3917
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
3918
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
3919
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
3920
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
3921
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
3922
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
3923
+ .e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3924
+ .e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
3925
+ .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
3926
+ .e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
3927
+ .e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3928
+ .e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
3929
+ .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
3930
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3931
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
3932
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
3933
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
3934
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
3935
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text {
3936
+ @if $input-skin-name == 'material' {
3937
+ color: $input-success-color;
3938
+ }
3939
+ }
3940
+
3941
+ .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3942
+ .e-bigger .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3943
+ .e-bigger.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3944
+ .e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3945
+ .e-small.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3946
+ .e-bigger .e-filled.e-float-input.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3947
+ .e-bigger.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3948
+ .e-filled.e-float-input.e-bigger.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3949
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3950
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3951
+ .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3952
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3953
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3954
+ .e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3955
+ .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
3956
+ .e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
3957
+ @if $input-skin-name == 'material' {
3958
+ color: $input-success-color;
3959
+ }
3960
+ }
3961
+
3962
+ .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3963
+ .e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3964
+ .e-bigger.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3965
+ .e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3966
+ .e-small.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3967
+ .e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3968
+ .e-bigger.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3969
+ .e-filled.e-float-input.e-bigger.e-small.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3970
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3971
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3972
+ .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3973
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3974
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3975
+ .e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3976
+ .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
3977
+ .e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
3978
+ @if $input-skin-name == 'material' {
3979
+ color: $input-success-color;
3980
+ }
3981
+ }
3982
+
3983
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
3984
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
3985
+ .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
3986
+ .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3987
+ .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3988
+ .e-filled.e-float-input .e-control-wrapper.e-warning input label.e-float-text.e-label-top,
3989
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text,
3990
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:valid ~ label.e-float-text,
3991
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
3992
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3993
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3994
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
3995
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
3996
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
3997
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text,
3998
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text,
3999
+ .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
4000
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
4001
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text {
4002
+ @if $input-skin-name == 'material' {
4003
+ color: $input-warning-color;
4004
+ }
4005
+ }
4006
+
4007
+ .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
4008
+ .e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text,
4009
+ .e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text,
4010
+ .e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-float-text,
4011
+ .e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-float-text,
4012
+ .e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
4013
+ .e-small .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
4014
+ .e-small .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
4015
+ .e-small .e-filled.e-float-input.e-warning input[readonly] ~ label.e-float-text.e-label-top,
4016
+ .e-small .e-filled.e-float-input.e-warning input[disabled] ~ label.e-float-text.e-label-top,
4017
+ .e-filled.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
4018
+ .e-filled.e-float-input.e-small.e-bigger.e-warning input:valid ~ label.e-float-text,
4019
+ .e-filled.e-float-input.e-small.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
4020
+ .e-filled.e-float-input.e-small.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
4021
+ .e-filled.e-float-input.e-small.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
4022
+ .e-bigger .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
4023
+ .e-bigger .e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text,
4024
+ .e-bigger .e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text,
4025
+ .e-bigger .e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-label-top.e-float-text,
4026
+ .e-bigger .e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-label-top.e-float-text,
4027
+ .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
4028
+ .e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
4029
+ .e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
4030
+ .e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text {
4031
+ @if $input-skin-name == 'material' {
4032
+ color: $input-warning-color;
4033
+ }
4034
+ }
4035
+
4036
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
4037
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text,
4038
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text,
4039
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-float-text,
4040
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-float-text,
4041
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
4042
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
4043
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
4044
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-float-text.e-label-top,
4045
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-float-text.e-label-top,
4046
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
4047
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:valid ~ label.e-float-text,
4048
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
4049
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
4050
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
4051
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
4052
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text,
4053
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text,
4054
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-label-top.e-float-text,
4055
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-label-top.e-float-text,
4056
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
4057
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
4058
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
4059
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text {
4060
+ @if $input-skin-name == 'material' {
4061
+ color: $input-warning-color;
4062
+ }
4063
+ }
4064
+
4065
+ .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4066
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4067
+ .e-filled.e-float-input.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4068
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4069
+ .e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4070
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4071
+ .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4072
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4073
+ .e-small .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4074
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4075
+ .e-filled.e-float-input.e-small.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4076
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4077
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4078
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
4079
+ @if $input-skin-name == 'material' {
4080
+ color: $input-warning-color;
4081
+ }
4082
+ }
4083
+
4084
+ .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
4085
+ .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
4086
+ .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
4087
+ .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4088
+ .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
4089
+ .e-filled.e-float-input.e-warning textarea label.e-float-text.e-label-top,
4090
+ .e-filled.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4091
+ .e-filled.e-float-input.e-bigger.e-warning textarea:valid ~ label.e-float-text,
4092
+ .e-filled.e-float-input.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
4093
+ .e-filled.e-float-input.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4094
+ .e-filled.e-float-input.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
4095
+ .e-bigger .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
4096
+ .e-bigger .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
4097
+ .e-bigger .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
4098
+ .e-bigger .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4099
+ .e-bigger .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
4100
+ @if $input-skin-name == 'material' {
4101
+ color: $input-warning-color;
4102
+ }
4103
+ }
4104
+
4105
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
4106
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
4107
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
4108
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4109
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
4110
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea label.e-float-text.e-label-top,
4111
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4112
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:valid ~ label.e-float-text,
4113
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
4114
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4115
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
4116
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
4117
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
4118
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
4119
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4120
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
4121
+ @if $input-skin-name == 'material' {
4122
+ color: $input-warning-color;
4123
+ }
4124
+ }
4125
+
4126
+ .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
4127
+ .e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text,
4128
+ .e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
4129
+ .e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-float-text,
4130
+ .e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-float-text,
4131
+ .e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
4132
+ .e-small .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
4133
+ .e-small .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
4134
+ .e-small .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
4135
+ .e-small .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
4136
+ .e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4137
+ .e-filled.e-float-input.e-small.e-bigger.e-warning textarea:valid ~ label.e-float-text,
4138
+ .e-filled.e-float-input.e-small.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
4139
+ .e-filled.e-float-input.e-small.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4140
+ .e-filled.e-float-input.e-small.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
4141
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
4142
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text,
4143
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
4144
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4145
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
4146
+ @if $input-skin-name == 'material' {
4147
+ color: $input-warning-color;
4148
+ }
4149
+ }
4150
+
4151
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
4152
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text,
4153
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
4154
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-float-text,
4155
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-float-text,
4156
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
4157
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
4158
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
4159
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
4160
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
4161
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4162
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:valid ~ label.e-float-text,
4163
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
4164
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4165
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
4166
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
4167
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text,
4168
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
4169
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
4170
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
4171
+ @if $input-skin-name == 'material' {
4172
+ color: $input-warning-color;
4173
+ }
4174
+ }
4175
+
4176
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
4177
+ .e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text,
4178
+ .e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
4179
+ .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
4180
+ .e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
4181
+ .e-filled.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
4182
+ .e-bigger .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
4183
+ .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
4184
+ .e-filled.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4185
+ .e-bigger .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
4186
+ .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
4187
+ .e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
4188
+ .e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4189
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
4190
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
4191
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text,
4192
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
4193
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
4194
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
4195
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
4196
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
4197
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
4198
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4199
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
4200
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
4201
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
4202
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
4203
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
4204
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
4205
+ .e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
4206
+ .e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
4207
+ .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
4208
+ .e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
4209
+ .e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
4210
+ .e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
4211
+ .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus inputs ~ label.e-float-text,
4212
+ .e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
4213
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
4214
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
4215
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
4216
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
4217
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text {
4218
+ @if $input-skin-name == 'material' {
4219
+ color: $input-warning-color;
4220
+ }
4221
+ }
4222
+
4223
+ .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4224
+ .e-bigger .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4225
+ .e-bigger.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4226
+ .e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4227
+ .e-small.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4228
+ .e-bigger .e-filled.e-float-input.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4229
+ .e-bigger.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4230
+ .e-filled.e-float-input.e-bigger.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4231
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4232
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4233
+ .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4234
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4235
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4236
+ .e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4237
+ .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4238
+ .e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
4239
+ @if $input-skin-name == 'material' {
4240
+ color: $input-warning-color;
4241
+ }
4242
+ }
4243
+
4244
+ .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4245
+ .e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4246
+ .e-bigger.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4247
+ .e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4248
+ .e-small.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4249
+ .e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4250
+ .e-bigger.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4251
+ .e-filled.e-float-input.e-bigger.e-small.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4252
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4253
+ .e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4254
+ .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4255
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4256
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4257
+ .e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4258
+ .e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4259
+ .e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
4260
+ @if $input-skin-name == 'material' {
4261
+ color: $input-warning-color;
4262
+ }
4263
+ }
4264
+ }