@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

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 (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -1 +1,4368 @@
1
- @import '@syncfusion/ej2-inputs/styles/input/bootstrap-dark.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ .e-float-input .e-clear-icon::before,
3
+ .e-float-input.e-control-wrapper .e-clear-icon::before {
4
+ content: "\e96c";
5
+ font-family: "e-icons";
6
+ }
7
+
8
+ .e-input-group .e-clear-icon::before,
9
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
10
+ content: "\e96c";
11
+ font-family: "e-icons";
12
+ }
13
+
14
+ /*! input layout */
15
+ .e-input-group,
16
+ .e-input-group.e-control-wrapper {
17
+ display: table;
18
+ line-height: 1.4;
19
+ margin-bottom: 0;
20
+ }
21
+
22
+ input.e-input,
23
+ .e-input-group input.e-input,
24
+ .e-input-group.e-control-wrapper input.e-input,
25
+ textarea.e-input,
26
+ .e-input-group textarea.e-input,
27
+ .e-input-group.e-control-wrapper textarea.e-input {
28
+ border: 0 solid;
29
+ border-width: 1px;
30
+ height: auto;
31
+ line-height: inherit;
32
+ margin: 0;
33
+ margin-bottom: 0;
34
+ outline: none;
35
+ padding: 0;
36
+ text-indent: 12px;
37
+ width: 100%;
38
+ }
39
+
40
+ input.e-input,
41
+ textarea.e-input,
42
+ .e-input-group,
43
+ .e-input-group.e-control-wrapper,
44
+ .e-input-group.e-disabled,
45
+ .e-input-group.e-control-wrapper.e-disabled {
46
+ font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
47
+ font-size: 14px;
48
+ font-weight: normal;
49
+ }
50
+
51
+ .e-input-group input.e-input,
52
+ .e-input-group.e-control-wrapper input.e-input,
53
+ .e-input-group textarea.e-input,
54
+ .e-input-group.e-control-wrapper textarea.e-input,
55
+ .e-input-group.e-small .e-input,
56
+ .e-input-group.e-small.e-control-wrapper .e-input,
57
+ .e-small .e-input-group .e-input,
58
+ .e-small .e-input-group.e-control-wrapper .e-input,
59
+ .e-input-group.e-bigger .e-input,
60
+ .e-input-group.e-bigger.e-control-wrapper .e-input,
61
+ .e-bigger .e-input-group .e-input,
62
+ .e-bigger .e-input-group.e-control-wrapper .e-input {
63
+ font: inherit;
64
+ }
65
+
66
+ input.e-input,
67
+ .e-input-group input.e-input,
68
+ .e-input-group input,
69
+ .e-input-group.e-control-wrapper input.e-input,
70
+ .e-input-group.e-control-wrapper input,
71
+ .e-float-input input,
72
+ .e-float-input.e-input-group input,
73
+ .e-float-input.e-control-wrapper input,
74
+ .e-float-input.e-control-wrapper.e-input-group input,
75
+ input.e-input:focus,
76
+ .e-input-group input.e-input:focus,
77
+ .e-input-group input:focus,
78
+ .e-input-group.e-control-wrapper input.e-input:focus,
79
+ .e-input-group.e-control-wrapper input:focus,
80
+ .e-float-input input:focus,
81
+ .e-float-input.e-input-group input:focus,
82
+ .e-float-input.e-control-wrapper input:focus,
83
+ .e-float-input.e-control-wrapper.e-input-group input:focus,
84
+ .e-input-group.e-input-focus input.e-input,
85
+ .e-input-group.e-input-focus input,
86
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
87
+ .e-input-group.e-control-wrapper.e-input-focus input,
88
+ .e-float-input.e-input-focus input,
89
+ .e-float-input.e-input-group.e-input-focus input,
90
+ .e-float-input.e-control-wrapper.e-input-focus input,
91
+ .e-float-input.e-control-wrapper.e-input-group.e-input-focus input {
92
+ overflow: hidden;
93
+ text-overflow: ellipsis;
94
+ white-space: nowrap;
95
+ }
96
+
97
+ input.e-input,
98
+ .e-input-group input.e-input,
99
+ .e-input-group input,
100
+ .e-input-group.e-control-wrapper input.e-input,
101
+ .e-input-group.e-control-wrapper input,
102
+ .e-float-input input,
103
+ .e-float-input.e-input-group input,
104
+ .e-float-input.e-control-wrapper input,
105
+ .e-float-input.e-control-wrapper.e-input-group input,
106
+ .e-input-group,
107
+ .e-input-group.e-control-wrapper,
108
+ .e-float-input,
109
+ .e-float-input.e-control-wrapper,
110
+ .e-input.e-corner,
111
+ .e-input-group.e-corner.e-rtl input.e-input:only-child,
112
+ .e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child,
113
+ .e-input-group.e-input-focus.e-corner,
114
+ .e-input-group.e-control-wrapper.e-input-focus.e-corner,
115
+ textarea.e-input,
116
+ .e-input-group textarea.e-input,
117
+ .e-input-group textarea,
118
+ .e-input-group.e-control-wrapper textarea.e-input,
119
+ .e-input-group.e-control-wrapper textarea,
120
+ .e-float-input textarea,
121
+ .e-float-input.e-input-group textarea,
122
+ .e-float-input.e-control-wrapper textarea,
123
+ .e-float-input.e-control-wrapper.e-input-group textarea {
124
+ border-radius: 4px;
125
+ }
126
+
127
+ .e-input:focus {
128
+ border-width: 1px;
129
+ padding-bottom: 0;
130
+ }
131
+
132
+ .e-input.e-small:focus {
133
+ border-width: 1px;
134
+ padding-bottom: 0;
135
+ }
136
+
137
+ .e-input.e-bigger:focus,
138
+ .e-bigger .e-input:focus {
139
+ padding-bottom: 0;
140
+ }
141
+
142
+ .e-input.e-small.e-bigger:focus,
143
+ .e-bigger .e-input.e-small:focus {
144
+ padding-bottom: 0;
145
+ }
146
+
147
+ .e-input-group input.e-input:focus,
148
+ .e-input-group.e-control-wrapper input.e-input:focus,
149
+ .e-input-group textarea.e-input:focus,
150
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
151
+ .e-input-group.e-input-focus input.e-input,
152
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input {
153
+ padding: 0;
154
+ }
155
+
156
+ .e-input-group textarea.e-input:focus,
157
+ .e-input-group.e-control-wrapper textarea.e-input:focus {
158
+ padding: 4px 12px 4px 12px;
159
+ }
160
+
161
+ input.e-input.e-bigger,
162
+ textarea.e-input.e-bigger,
163
+ .e-bigger input.e-input,
164
+ .e-bigger textarea.e-input,
165
+ .e-input-group.e-bigger,
166
+ .e-bigger .e-input-group,
167
+ .e-input-group.e-control-wrapper.e-bigger,
168
+ .e-bigger .e-input-group.e-control-wrapper {
169
+ font-size: 15px;
170
+ }
171
+
172
+ input.e-input.e-bigger,
173
+ textarea.e-input.e-bigger,
174
+ .e-input-group.e-bigger .e-input,
175
+ .e-input-group.e-bigger.e-control-wrapper .e-input,
176
+ .e-bigger input.e-input,
177
+ .e-bigger textarea.e-input,
178
+ .e-bigger .e-input-group .e-input,
179
+ .e-bigger .e-input-group.e-control-wrapper .e-input {
180
+ line-height: inherit;
181
+ margin-bottom: 0;
182
+ padding: 0;
183
+ }
184
+
185
+ .e-input-group.e-bigger .e-input:focus,
186
+ .e-bigger .e-input-group .e-input:focus,
187
+ .e-input-group.e-control-wrapper.e-bigger .e-input:focus,
188
+ .e-bigger .e-input-group.e-control-wrapper .e-input:focus,
189
+ .e-input-group.e-bigger.e-input-focus .e-input,
190
+ .e-bigger .e-input-group.e-input-focus .e-input,
191
+ .e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,
192
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input {
193
+ padding: 0;
194
+ }
195
+
196
+ .e-input-group .e-input-group-icon,
197
+ .e-input-group.e-control-wrapper .e-input-group-icon {
198
+ -webkit-box-align: center;
199
+ -ms-flex-align: center;
200
+ align-items: center;
201
+ border: 0 solid;
202
+ border-width: 0;
203
+ -webkit-box-sizing: content-box;
204
+ box-sizing: content-box;
205
+ cursor: pointer;
206
+ -webkit-box-orient: vertical;
207
+ -webkit-box-direction: normal;
208
+ -ms-flex-direction: column;
209
+ flex-direction: column;
210
+ font-size: 12px;
211
+ -webkit-box-pack: center;
212
+ -ms-flex-pack: center;
213
+ justify-content: center;
214
+ line-height: 1;
215
+ min-height: 32px;
216
+ min-width: 32px;
217
+ padding: 0;
218
+ text-align: center;
219
+ border: 1px solid;
220
+ border-bottom: 0;
221
+ border-collapse: collapse;
222
+ border-top: 0;
223
+ }
224
+
225
+ /* stylelint-disable property-no-vendor-prefix */
226
+ .e-input-group .e-input-group-icon:last-child,
227
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
228
+ border-right-width: 0;
229
+ }
230
+
231
+ .e-input-group .e-input-group-icon + .e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
232
+ border-left-width: 0;
233
+ }
234
+
235
+ .e-input-group .e-input-group-icon:first-child,
236
+ .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
237
+ border-left-width: 0;
238
+ }
239
+
240
+ .e-input-group.e-rtl .e-input-group-icon,
241
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon,
242
+ .e-rtl .e-input-group .e-input-group-icon,
243
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon,
244
+ .e-input-group.e-rtl .e-input-group-icon + .e-input-group-icon,
245
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input-group-icon,
246
+ .e-rtl .e-input-group .e-input-group-icon + .e-input-group-icon,
247
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
248
+ border-left-width: 1px;
249
+ border-right-width: 0;
250
+ }
251
+
252
+ .e-input-group.e-rtl input ~ .e-input-group-icon,
253
+ .e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon,
254
+ .e-rtl .e-input-group input ~ .e-input-group-icon,
255
+ .e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
256
+ border-left-width: 0;
257
+ border-right: 1px solid #767676;
258
+ }
259
+
260
+ .e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
261
+ .e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
262
+ .e-rtl .e-input-group input ~ .e-input-group-icon + .e-input-group-icon,
263
+ .e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon + .e-input-group-icon {
264
+ border-left-width: 0;
265
+ border-right-width: 1px;
266
+ }
267
+
268
+ .e-input-group .e-input-group-icon + .e-input-group-icon,
269
+ .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
270
+ border-left-width: 0;
271
+ }
272
+
273
+ .e-input-group .e-input-group-icon:last-child,
274
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
275
+ border-bottom-right-radius: 3px;
276
+ border-top-right-radius: 3px;
277
+ }
278
+
279
+ .e-input-group .e-input-group-icon:first-child,
280
+ .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
281
+ border-bottom-left-radius: 3px;
282
+ border-top-left-radius: 3px;
283
+ }
284
+
285
+ .e-input-group.e-rtl .e-input-group-icon:last-child,
286
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
287
+ .e-rtl .e-input-group .e-input-group-icon:last-child,
288
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
289
+ border-bottom-left-radius: 3px;
290
+ border-bottom-right-radius: 0;
291
+ border-top-left-radius: 3px;
292
+ border-top-right-radius: 0;
293
+ }
294
+
295
+ .e-input-group.e-rtl .e-input-group-icon:first-child,
296
+ .e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child,
297
+ .e-rtl .e-input-group .e-input-group-icon:first-child,
298
+ .e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:first-child {
299
+ border-bottom-left-radius: 0;
300
+ border-bottom-right-radius: 3px;
301
+ border-top-left-radius: 0;
302
+ border-top-right-radius: 3px;
303
+ }
304
+
305
+ .e-input-group.e-bigger .e-input-group-icon,
306
+ .e-input-group .e-input-group-icon.e-bigger,
307
+ .e-bigger .e-input-group .e-input-group-icon,
308
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
309
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
310
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
311
+ min-height: 38px;
312
+ min-width: 38px;
313
+ }
314
+
315
+ .e-input-group.e-bigger .e-input-group-icon,
316
+ .e-input-group .e-input-group-icon.e-bigger,
317
+ .e-bigger .e-input-group .e-input-group-icon,
318
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
319
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
320
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
321
+ font-size: 14px;
322
+ padding: 0;
323
+ }
324
+
325
+ .e-input[disabled],
326
+ .e-input-group .e-input[disabled],
327
+ .e-input-group.e-control-wrapper .e-input[disabled],
328
+ .e-input-group.e-disabled,
329
+ .e-input-group.e-disabled input,
330
+ .e-input-group.e-disabled input.e-input,
331
+ .e-input-group.e-disabled textarea,
332
+ .e-input-group.e-disabled textarea.e-input,
333
+ .e-input-group.e-control-wrapper.e-disabled,
334
+ .e-input-group.e-control-wrapper.e-disabled input,
335
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
336
+ .e-input-group.e-control-wrapper.e-disabled textarea,
337
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input,
338
+ .e-float-input.e-disabled input,
339
+ .e-float-input.e-disabled textarea,
340
+ .e-float-input input[disabled],
341
+ .e-float-input input.e-disabled,
342
+ .e-float-input textarea[disabled],
343
+ .e-float-input textarea.e-disabled,
344
+ .e-float-input.e-control-wrapper.e-disabled input,
345
+ .e-float-input.e-control-wrapper.e-disabled textarea,
346
+ .e-float-input.e-control-wrapper input[disabled],
347
+ .e-float-input.e-control-wrapper input.e-disabled,
348
+ .e-float-input.e-control-wrapper textarea[disabled],
349
+ .e-float-input.e-control-wrapper textarea.e-disabled,
350
+ .e-input-group.e-disabled span,
351
+ .e-input-group.e-control-wrapper.e-disabled span,
352
+ .e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
353
+ .e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
354
+ .e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
355
+ .e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
356
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
357
+ .e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
358
+ .e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,
359
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide {
360
+ cursor: not-allowed;
361
+ }
362
+
363
+ .e-input[disabled],
364
+ .e-input-group.e-disabled,
365
+ .e-input-group.e-control-wrapper.e-disabled,
366
+ .e-float-input input[disabled],
367
+ .e-float-input input.e-disabled,
368
+ .e-float-input.e-control-wrapper input[disabled],
369
+ .e-float-input.e-control-wrapper input.e-disabled {
370
+ border-color: #505050;
371
+ border-style: solid;
372
+ }
373
+
374
+ .e-input-group.e-disabled,
375
+ .e-input-group.e-control-wrapper.e-disabled {
376
+ border-bottom-style: solid;
377
+ border-width: 1px;
378
+ }
379
+
380
+ .e-input[disabled],
381
+ .e-input-group.e-disabled,
382
+ .e-input-group.e-control-wrapper.e-disabled,
383
+ .e-float-input.e-disabled,
384
+ .e-float-input input[disabled],
385
+ .e-float-input input.e-disabled,
386
+ .e-float-input.e-disabled input,
387
+ .e-float-input.e-control-wrapper.e-disabled,
388
+ .e-float-input.e-control-wrapper input[disabled],
389
+ .e-float-input.e-control-wrapper input.e-disabled,
390
+ .e-float-input.e-control-wrapper.e-disabled input,
391
+ .e-float-input textarea[disabled],
392
+ .e-float-input textarea.e-disabled,
393
+ .e-float-input.e-disabled textarea,
394
+ .e-float-input.e-control-wrapper textarea[disabled],
395
+ .e-float-input.e-control-wrapper textarea.e-disabled,
396
+ .e-float-input.e-control-wrapper.e-disabled textarea {
397
+ filter: alpha(opacity=100);
398
+ opacity: 1;
399
+ }
400
+
401
+ .e-input.e-rtl,
402
+ .e-input-group.e-rtl,
403
+ .e-input-group.e-control-wrapper.e-rtl,
404
+ .e-float-input.e-rtl,
405
+ .e-float-input.e-control-wrapper.e-rtl {
406
+ direction: rtl;
407
+ }
408
+
409
+ .e-input-group,
410
+ .e-input-group.e-control-wrapper,
411
+ .e-float-custom-tag.e-input-group,
412
+ .e-float-custom-tag.e-input-group.e-control-wrapper,
413
+ .e-input-custom-tag,
414
+ .e-input-custom-tag.e-input-group,
415
+ .e-input-custom-tag.e-input-group.e-control-wrapper {
416
+ display: -webkit-inline-box;
417
+ display: -ms-inline-flexbox;
418
+ display: inline-flex;
419
+ vertical-align: middle;
420
+ }
421
+
422
+ .e-float-input:not(.e-input-group),
423
+ .e-float-input.e-control-wrapper:not(.e-input-group),
424
+ .e-float-custom-tag,
425
+ .e-float-custom-tag.e-control-wrapper {
426
+ display: inline-block;
427
+ }
428
+
429
+ .e-input-group .e-input-group-icon,
430
+ .e-input-group.e-control-wrapper .e-input-group-icon {
431
+ display: -webkit-box;
432
+ display: -ms-flexbox;
433
+ display: flex;
434
+ }
435
+
436
+ .e-input-group .e-input-group-icon,
437
+ .e-input-group.e-control-wrapper .e-input-group-icon {
438
+ white-space: nowrap;
439
+ }
440
+
441
+ .e-input-group.e-corner .e-input:first-child,
442
+ .e-input-group.e-corner .e-input-group-icon:first-child,
443
+ .e-input-group.e-control-wrapper.e-corner .e-input:first-child,
444
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child {
445
+ border-bottom-left-radius: 4px;
446
+ border-top-left-radius: 4px;
447
+ }
448
+
449
+ .e-input-group.e-corner .e-input:last-child,
450
+ .e-input-group.e-corner .e-input-group-icon:last-child,
451
+ .e-input-group.e-control-wrapper.e-corner .e-input:last-child,
452
+ .e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child {
453
+ border-bottom-right-radius: 4px;
454
+ border-top-right-radius: 4px;
455
+ }
456
+
457
+ input.e-input.e-small,
458
+ textarea.e-input.e-small,
459
+ .e-small input.e-input,
460
+ .e-small textarea.e-input,
461
+ .e-input-group.e-small,
462
+ .e-small .e-input-group,
463
+ .e-input-group.e-control-wrapper.e-small,
464
+ .e-small .e-input-group.e-control-wrapper,
465
+ .e-input-group.e-small.e-disabled,
466
+ .e-small .e-input-group.e-disabled,
467
+ .e-input-group.e-control-wrapper.e-small.e-disabled,
468
+ .e-small .e-input-group.e-control-wrapper.e-disabled {
469
+ font-size: 13px;
470
+ }
471
+
472
+ .e-input.e-small,
473
+ .e-input-group.e-small .e-input,
474
+ .e-input-group.e-control-wrapper.e-small .e-input {
475
+ line-height: inherit;
476
+ padding: 0;
477
+ }
478
+
479
+ .e-input-group.e-small .e-input:focus,
480
+ .e-input-group.e-control-wrapper.e-small .e-input:focus,
481
+ .e-input-group.e-small.e-input-focus .e-input,
482
+ .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
483
+ padding: 0;
484
+ }
485
+
486
+ .e-input.e-small.e-bigger,
487
+ .e-input-group.e-small.e-bigger,
488
+ .e-small.e-bigger .e-input-group,
489
+ .e-input-group.e-control-wrapper.e-small.e-bigger,
490
+ .e-small.e-bigger .e-input-group.e-control-wrapper,
491
+ .e-bigger .e-input.e-small,
492
+ .e-small .e-input.e-bigger,
493
+ .e-bigger .e-input-group.e-small,
494
+ .e-bigger .e-input-group.e-control-wrapper.e-small,
495
+ .e-small .e-input-group.e-bigger,
496
+ .e-small .e-input-group.e-control-wrapper.e-bigger,
497
+ .e-input-group.e-small.e-bigger.e-disabled,
498
+ .e-small.e-bigger .e-input-group.e-disabled,
499
+ .e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,
500
+ .e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled,
501
+ .e-bigger .e-input.e-small.e-disabled,
502
+ .e-small .e-input.e-bigger.e-disabled,
503
+ .e-bigger .e-input-group.e-small.e-disabled,
504
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled,
505
+ .e-small .e-input-group.e-bigger.e-disabled,
506
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled {
507
+ font-size: 14px;
508
+ }
509
+
510
+ .e-input-group.e-small.e-bigger .e-input,
511
+ .e-input-group.e-small .e-input.e-bigger,
512
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input,
513
+ .e-input-group.e-control-wrapper.e-small .e-input.e-bigger,
514
+ .e-bigger .e-input-group.e-small .e-input,
515
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input {
516
+ font: inherit;
517
+ padding: 0;
518
+ }
519
+
520
+ .e-input-group.e-small.e-bigger .e-input:focus,
521
+ .e-input-group.e-small .e-input.e-bigger:focus,
522
+ .e-bigger .e-input-group.e-small .e-input:focus,
523
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus,
524
+ .e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus,
525
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus,
526
+ .e-input-group.e-small.e-bigger.e-input-focus .e-input,
527
+ .e-input-group.e-small.e-input-focus .e-input.e-bigger,
528
+ .e-bigger .e-input-group.e-small.e-input-focus .e-input,
529
+ .e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input,
530
+ .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger,
531
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input,
532
+ .e-input.e-small.e-bigger,
533
+ .e-bigger .e-input.e-small,
534
+ .e-small .e-input.e-bigger {
535
+ padding: 0;
536
+ }
537
+
538
+ .e-input-group.e-small .e-input-group-icon,
539
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
540
+ .e-small .e-input-group .e-input-group-icon,
541
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
542
+ font-size: 10px;
543
+ min-height: 26px;
544
+ min-width: 26px;
545
+ padding: 0;
546
+ }
547
+
548
+ .e-input-group.e-small.e-bigger .e-input-group-icon,
549
+ .e-input-group.e-small .e-input-group-icon.e-bigger,
550
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
551
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
552
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
553
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
554
+ .e-bigger .e-input-group.e-small .e-input-group-icon,
555
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
556
+ font-size: 12px;
557
+ min-height: 34px;
558
+ min-width: 34px;
559
+ padding: 0;
560
+ }
561
+
562
+ label.e-float-text,
563
+ .e-float-input label.e-float-text,
564
+ .e-float-input.e-control-wrapper label.e-float-text,
565
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
566
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
567
+ font-size: 14px;
568
+ font-style: normal;
569
+ font-weight: normal;
570
+ left: 0;
571
+ overflow: hidden;
572
+ padding-left: 10px;
573
+ pointer-events: none;
574
+ position: absolute;
575
+ text-overflow: ellipsis;
576
+ top: -11px;
577
+ -webkit-transform: translate3d(0, 16px, 0) scale(1);
578
+ transform: translate3d(0, 16px, 0) scale(1);
579
+ -webkit-transform-origin: left top;
580
+ transform-origin: left top;
581
+ -webkit-transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
582
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
583
+ -webkit-user-select: none;
584
+ -moz-user-select: none;
585
+ -ms-user-select: none;
586
+ user-select: none;
587
+ white-space: nowrap;
588
+ width: 100%;
589
+ }
590
+
591
+ label.e-float-text,
592
+ .e-float-input label.e-float-text,
593
+ .e-float-input.e-control-wrapper label.e-float-text,
594
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
595
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
596
+ top: -11px;
597
+ }
598
+
599
+ label.e-float-text,
600
+ .e-float-input label.e-float-text,
601
+ .e-float-input.e-control-wrapper label.e-float-text,
602
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
603
+ .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
604
+ .e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
605
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
606
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
607
+ .e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
608
+ .e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
609
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
610
+ .e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
611
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
612
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
613
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
614
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
615
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
616
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
617
+ .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,
618
+ .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,
619
+ .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,
620
+ .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,
621
+ .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 {
622
+ -moz-transform: translate(0%, -50%);
623
+ -ms-transform: translate(0%, -50%);
624
+ -o-transform: translate(0%, -50%);
625
+ -webkit-transform: translate(0%, -50%);
626
+ -webkit-box-sizing: border-box;
627
+ box-sizing: border-box;
628
+ left: 0%;
629
+ top: 50%;
630
+ transform: translate(0%, -50%);
631
+ -webkit-user-select: none;
632
+ -moz-user-select: none;
633
+ -ms-user-select: none;
634
+ user-select: none;
635
+ width: 100%;
636
+ font-style: normal;
637
+ }
638
+
639
+ .e-float-input.e-bigger label.e-float-text,
640
+ .e-float-input label.e-float-text.e-bigger,
641
+ .e-float-input input.e-bigger ~ label.e-float-text,
642
+ .e-bigger .e-float-input label.e-float-text,
643
+ .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
644
+ .e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
645
+ .e-float-input.e-control-wrapper.e-bigger label.e-float-text,
646
+ .e-float-input.e-control-wrapper label.e-float-text.e-bigger,
647
+ .e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text,
648
+ .e-bigger .e-float-input.e-control-wrapper label.e-float-text,
649
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
650
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
651
+ font-size: 15px;
652
+ }
653
+
654
+ .e-float-input.e-small label.e-float-text,
655
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
656
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
657
+ .e-float-input.e-control-wrapper.e-small label.e-float-text,
658
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
659
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
660
+ font-size: 13px;
661
+ }
662
+
663
+ .e-float-input.e-small.e-bigger label.e-float-text,
664
+ .e-bigger .e-float-input.e-small label.e-float-text,
665
+ .e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
666
+ .e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
667
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
668
+ .e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
669
+ .e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
670
+ .e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
671
+ .e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text,
672
+ .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,
673
+ .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,
674
+ .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,
675
+ .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,
676
+ .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 {
677
+ font-size: 14px;
678
+ font-style: normal;
679
+ }
680
+
681
+ .e-float-input input:focus ~ label.e-float-text,
682
+ .e-float-input input:valid ~ label.e-float-text,
683
+ .e-float-input input ~ label.e-label-top.e-float-text,
684
+ .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
685
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
686
+ .e-float-input input label.e-float-text.e-label-top,
687
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
688
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
689
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
690
+ .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
691
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
692
+ .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
693
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
694
+ .e-float-input.e-input-focus input ~ label.e-float-text {
695
+ font-size: 12px;
696
+ padding-right: 0;
697
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
698
+ transform: translate3d(-10px, -39px, 0) scale(1);
699
+ }
700
+
701
+ .e-float-input.e-small input:focus ~ label.e-float-text,
702
+ .e-float-input.e-small input:valid ~ label.e-float-text,
703
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
704
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
705
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
706
+ .e-float-input.e-small input label.e-float-text.e-label-top,
707
+ .e-small .e-float-input input:focus ~ label.e-float-text,
708
+ .e-small .e-float-input input:valid ~ label.e-float-text,
709
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
710
+ .e-small .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
711
+ .e-small .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
712
+ .e-small .e-float-input input label.e-float-text.e-label-top,
713
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
714
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
715
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
716
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
717
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
718
+ .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
719
+ .e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
720
+ .e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
721
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
722
+ .e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
723
+ .e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
724
+ .e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
725
+ .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
726
+ .e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
727
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
728
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
729
+ font-size: 12px;
730
+ padding-right: 0;
731
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
732
+ transform: translate3d(-10px, -39px, 0) scale(1);
733
+ }
734
+
735
+ .e-float-input.e-bigger input:focus ~ label.e-float-text,
736
+ .e-float-input.e-bigger input:valid ~ label.e-float-text,
737
+ .e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
738
+ .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
739
+ .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
740
+ .e-float-input.e-bigger input label.e-float-text.e-label-top,
741
+ .e-bigger .e-float-input input:focus ~ label.e-float-text,
742
+ .e-bigger .e-float-input input:valid ~ label.e-float-text,
743
+ .e-bigger .e-float-input input ~ label.e-label-top.e-float-text,
744
+ .e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
745
+ .e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
746
+ .e-bigger .e-float-input input label.e-float-text.e-label-top,
747
+ .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
748
+ .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
749
+ .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
750
+ .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
751
+ .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
752
+ .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
753
+ .e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
754
+ .e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
755
+ .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
756
+ .e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
757
+ .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
758
+ .e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
759
+ .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
760
+ .e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
761
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
762
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
763
+ padding-right: 0;
764
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
765
+ transform: translate3d(-10px, -39px, 0) scale(1);
766
+ }
767
+
768
+ .e-float-input.e-bigger.e-small input:focus ~ label.e-float-text,
769
+ .e-float-input.e-bigger.e-small input:valid ~ label.e-float-text,
770
+ .e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text,
771
+ .e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
772
+ .e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
773
+ .e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,
774
+ .e-bigger .e-float-input.e-small input:focus ~ label.e-float-text,
775
+ .e-bigger .e-float-input.e-small input:valid ~ label.e-float-text,
776
+ .e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text,
777
+ .e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
778
+ .e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
779
+ .e-bigger .e-float-input.e-small input label.e-float-text.e-label-top,
780
+ .e-small .e-float-input.e-bigger input:focus ~ label.e-float-text,
781
+ .e-small .e-float-input.e-bigger input:valid ~ label.e-float-text,
782
+ .e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
783
+ .e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
784
+ .e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
785
+ .e-small .e-float-input.e-bigger input label.e-float-text.e-label-top,
786
+ .e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text,
787
+ .e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text,
788
+ .e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text,
789
+ .e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
790
+ .e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
791
+ .e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,
792
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
793
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
794
+ .e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
795
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
796
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
797
+ .e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
798
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
799
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
800
+ .e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
801
+ .e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
802
+ .e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
803
+ .e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
804
+ .e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
805
+ .e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
806
+ .e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
807
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
808
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text,
809
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text {
810
+ padding-right: 0;
811
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
812
+ transform: translate3d(-10px, -39px, 0) scale(1);
813
+ }
814
+
815
+ .e-float-input.e-bigger input:focus ~ label.e-float-text,
816
+ .e-float-input.e-bigger input:valid ~ label.e-float-text,
817
+ .e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
818
+ .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
819
+ .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
820
+ .e-bigger .e-float-input input:focus ~ label.e-float-text,
821
+ .e-bigger .e-float-input input:valid ~ label.e-float-text,
822
+ .e-bigger .e-float-input input ~ label.e-label-top.e-float-text,
823
+ .e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
824
+ .e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
825
+ .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
826
+ .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
827
+ .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
828
+ .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
829
+ .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
830
+ .e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
831
+ .e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
832
+ .e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
833
+ .e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
834
+ .e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
835
+ .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
836
+ .e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
837
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
838
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
839
+ font-size: 13px;
840
+ padding-right: 0;
841
+ top: 14px;
842
+ }
843
+
844
+ .e-float-input.e-small input:focus ~ label.e-float-text,
845
+ .e-float-input.e-small input:valid ~ label.e-float-text,
846
+ .e-float-input.e-small input ~ label.e-label-top.e-float-text,
847
+ .e-small .e-float-input input ~ label.e-label-top.e-float-text,
848
+ .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
849
+ .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
850
+ .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
851
+ .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
852
+ .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
853
+ .e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
854
+ .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
855
+ .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
856
+ .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
857
+ .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
858
+ font-size: 11px;
859
+ padding-right: 0;
860
+ top: 17px;
861
+ }
862
+
863
+ .e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
864
+ .e-float-input.e-small.e-bigger input:valid ~ label.e-float-text,
865
+ .e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text,
866
+ .e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text,
867
+ .e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text,
868
+ .e-bigger .e-float-input.e-small input:focus ~ label.e-float-text,
869
+ .e-bigger .e-float-input.e-small input:valid ~ label.e-float-text,
870
+ .e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text,
871
+ .e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text,
872
+ .e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text,
873
+ .e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
874
+ .e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
875
+ .e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
876
+ .e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text,
877
+ .e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
878
+ .e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text,
879
+ .e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text,
880
+ .e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text,
881
+ .e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text,
882
+ .e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text,
883
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
884
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
885
+ .e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
886
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text,
887
+ .e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text,
888
+ .e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
889
+ .e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text,
890
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
891
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
892
+ font-size: 12px;
893
+ padding-right: 0;
894
+ top: 16px;
895
+ }
896
+
897
+ .e-float-input,
898
+ .e-float-input.e-control-wrapper {
899
+ line-height: 1.4;
900
+ margin-bottom: 0;
901
+ margin-top: 24px;
902
+ padding-top: 0;
903
+ position: relative;
904
+ width: 100%;
905
+ }
906
+
907
+ .e-float-input.e-bigger,
908
+ .e-bigger .e-float-input,
909
+ .e-float-input.e-control-wrapper.e-bigger,
910
+ .e-bigger .e-float-input.e-control-wrapper {
911
+ line-height: 1.5;
912
+ margin-bottom: 0;
913
+ margin-top: 24px;
914
+ padding-top: 0;
915
+ position: relative;
916
+ width: 100%;
917
+ }
918
+
919
+ .e-float-input.e-small,
920
+ .e-float-input.e-control-wrapper.e-small,
921
+ .e-small .e-float-input.e-control-wrapper {
922
+ line-height: 1.35;
923
+ margin-bottom: 0;
924
+ margin-top: 20px;
925
+ padding-top: 0;
926
+ }
927
+
928
+ .e-float-input.e-small.e-bigger,
929
+ .e-bigger.e-small .e-float-input.e-small,
930
+ .e-bigger .e-float-input.e-small,
931
+ .e-small .e-float-input.e-bigger,
932
+ .e-float-input.e-control-wrapper.e-small.e-bigger,
933
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-small,
934
+ .e-bigger .e-float-input.e-control-wrapper.e-small,
935
+ .e-small .e-float-input.e-control-wrapper.e-bigger {
936
+ line-height: 1.4;
937
+ margin-bottom: 0;
938
+ margin-top: 21px;
939
+ padding-top: 0;
940
+ }
941
+
942
+ .e-input-group.e-bigger,
943
+ .e-bigger .e-input-group,
944
+ .e-input-group.e-control-wrapper.e-bigger,
945
+ .e-bigger .e-input-group.e-control-wrapper {
946
+ line-height: 1.5;
947
+ }
948
+
949
+ .e-input-group.e-small,
950
+ .e-input-group.e-control-wrapper.e-small,
951
+ .e-small .e-input-group,
952
+ .e-small .e-input-group.e-control-wrapper,
953
+ .e-input-group.e-small.e-bigger,
954
+ .e-bigger.e-small .e-input-group.e-small,
955
+ .e-bigger .e-input-group.e-small,
956
+ .e-small .e-input-group.e-bigger,
957
+ .e-input-group.e-control-wrapper.e-small.e-bigger,
958
+ .e-bigger.e-small .e-input-group.e-control-wrapper.e-small,
959
+ .e-bigger .e-input-group.e-control-wrapper.e-small,
960
+ .e-small .e-input-group.e-control-wrapper.e-bigger {
961
+ line-height: normal;
962
+ }
963
+
964
+ .e-float-input.e-no-float-label,
965
+ .e-float-input.e-bigger.e-no-float-label,
966
+ .e-bigger .e-float-input.e-no-float-label,
967
+ .e-float-input.e-small.e-no-float-label,
968
+ .e-small .e-float-input.e-no-float-label,
969
+ .e-float-input.e-small.e-bigger.e-no-float-label,
970
+ .e-bigger .e-float-input.e-small.e-no-float-label,
971
+ .e-small .e-float-input.e-bigger.e-no-float-label,
972
+ .e-float-input.e-control-wrapper.e-no-float-label,
973
+ .e-float-input.e-control-wrapper.e-bigger.e-no-float-label,
974
+ .e-bigger .e-float-input.e-control-wrapper.e-no-float-label,
975
+ .e-float-input.e-control-wrapper.e-small.e-no-float-label,
976
+ .e-small .e-float-input.e-control-wrapper.e-no-float-label,
977
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label,
978
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label,
979
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label {
980
+ margin-top: 0;
981
+ }
982
+
983
+ .e-float-input,
984
+ .e-float-input.e-control-wrapper,
985
+ .e-float-input.e-disabled,
986
+ .e-float-input.e-control-wrapper.e-disabled,
987
+ .e-float-input.e-input-group.e-disabled,
988
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled {
989
+ font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
990
+ font-size: 14px;
991
+ font-weight: normal;
992
+ }
993
+
994
+ .e-float-input input,
995
+ .e-float-input textarea,
996
+ .e-float-input.e-control-wrapper input,
997
+ .e-float-input.e-control-wrapper textarea {
998
+ border: 0 solid;
999
+ border-width: 1px;
1000
+ display: block;
1001
+ font: inherit;
1002
+ width: 100%;
1003
+ }
1004
+
1005
+ .e-float-input input,
1006
+ .e-float-input.e-control-wrapper input {
1007
+ min-width: 0;
1008
+ padding: 0;
1009
+ }
1010
+
1011
+ .e-float-input input,
1012
+ .e-input-group input,
1013
+ .e-float-input.e-control-wrapper input,
1014
+ .e-input-group.e-control-wrapper input,
1015
+ .e-float-input textarea,
1016
+ .e-input-group textarea,
1017
+ .e-float-input.e-control-wrapper textarea,
1018
+ .e-input-group.e-control-wrapper textarea {
1019
+ text-indent: 12px;
1020
+ }
1021
+
1022
+ .e-float-input.e-bigger.e-disabled,
1023
+ .e-bigger .e-float-input.e-disabled,
1024
+ .e-float-input.e-control-wrapper.e-bigger.e-disabled,
1025
+ .e-bigger .e-float-input.e-control-wrapper.e-disabled,
1026
+ .e-float-input.e-input-group.e-bigger.e-disabled,
1027
+ .e-bigger .e-float-input.e-input-group.e-disabled,
1028
+ .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,
1029
+ .e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,
1030
+ .e-float-input.e-bigger,
1031
+ .e-bigger .e-float-input,
1032
+ .e-float-input.e-control-wrapper.e-bigger,
1033
+ .e-bigger .e-float-input.e-control-wrapper {
1034
+ font-size: 15px;
1035
+ }
1036
+
1037
+ .e-float-input.e-bigger input,
1038
+ .e-float-input input.e-bigger,
1039
+ .e-bigger .e-float-input input,
1040
+ .e-float-input.e-control-wrapper.e-bigger input,
1041
+ .e-float-input.e-control-wrapper input.e-bigger,
1042
+ .e-bigger .e-float-input.e-control-wrapper input {
1043
+ font: inherit;
1044
+ line-height: inherit;
1045
+ padding: 0;
1046
+ }
1047
+
1048
+ .e-float-input.e-small.e-disabled,
1049
+ .e-small .e-float-input.e-disabled,
1050
+ .e-float-input.e-control-wrapper.e-small.e-disabled,
1051
+ .e-small .e-float-input.e-control-wrapper.e-disabled,
1052
+ .e-float-input.e-input-group.e-small.e-disabled,
1053
+ .e-small .e-float-input.e-input-group.e-disabled,
1054
+ .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
1055
+ .e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled,
1056
+ .e-float-input.e-small,
1057
+ .e-small .e-float-input,
1058
+ .e-float-input.e-control-wrapper.e-small,
1059
+ .e-small .e-float-input.e-control-wrapper {
1060
+ font-size: 13px;
1061
+ }
1062
+
1063
+ .e-float-input.e-small input,
1064
+ .e-float-input.e-control-wrapper.e-small input {
1065
+ font: inherit;
1066
+ line-height: inherit;
1067
+ padding: 0;
1068
+ }
1069
+
1070
+ .e-float-input.e-small.e-bigger.e-disabled,
1071
+ .e-small.e-bigger .e-float-input.e-disabled,
1072
+ .e-bigger .e-float-input.e-small.e-disabled,
1073
+ .e-small .e-float-input.e-bigger.e-disabled,
1074
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled,
1075
+ .e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled,
1076
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled,
1077
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled,
1078
+ .e-float-input.e-input-group.e-small.e-bigger.e-disabled,
1079
+ .e-small.e-bigger .e-float-input.e-input-group.e-disabled,
1080
+ .e-bigger .e-float-input.e-input-group.e-small.e-disabled,
1081
+ .e-small .e-float-input.e-input-group.e-bigger.e-disabled,
1082
+ .e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,
1083
+ .e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,
1084
+ .e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
1085
+ .e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,
1086
+ .e-float-input.e-small.e-bigger,
1087
+ .e-small.e-bigger .e-float-input,
1088
+ .e-bigger .e-float-input.e-small,
1089
+ .e-small .e-float-input.e-bigger,
1090
+ .e-float-input.e-control-wrapper.e-small.e-bigger,
1091
+ .e-small.e-bigger .e-float-input.e-control-wrapper,
1092
+ .e-bigger .e-float-input.e-control-wrapper.e-small,
1093
+ .e-small .e-float-input.e-control-wrapper.e-bigger {
1094
+ font-size: 14px;
1095
+ }
1096
+
1097
+ .e-float-input.e-small.e-bigger input,
1098
+ .e-float-input.e-small input.e-bigger,
1099
+ .e-bigger .e-float-input.e-small input,
1100
+ .e-float-input.e-control-wrapper.e-small.e-bigger input,
1101
+ .e-float-input.e-control-wrapper.e-small input.e-bigger,
1102
+ .e-bigger .e-float-input.e-control-wrapper.e-small input {
1103
+ font: inherit;
1104
+ line-height: inherit;
1105
+ padding: 0;
1106
+ }
1107
+
1108
+ .e-float-input input:focus,
1109
+ .e-float-input.e-control-wrapper input:focus,
1110
+ .e-float-input textarea:focus,
1111
+ .e-float-input.e-control-wrapper textarea:focus,
1112
+ .e-float-input.e-input-focus input,
1113
+ .e-float-input.e-control-wrapper.e-input-focus input,
1114
+ .e-input-group.e-control-container.valid.modified,
1115
+ .e-input-group.e-control-container.invalid,
1116
+ .e-float-input.e-control-container.valid.modified,
1117
+ .e-float-input.e-control-container.invalid {
1118
+ outline: none;
1119
+ }
1120
+
1121
+ label.e-float-text,
1122
+ .e-float-input label.e-float-text,
1123
+ .e-float-input.e-control-wrapper label.e-float-text {
1124
+ font-family: inherit;
1125
+ }
1126
+
1127
+ .e-float-input input:valid ~ label.e-float-text,
1128
+ .e-float-input input:focus ~ label.e-float-text,
1129
+ .e-float-input input:valid ~ label.e-float-text.e-label-top,
1130
+ .e-float-input input ~ label.e-float-text.e-label-top,
1131
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
1132
+ .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
1133
+ .e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top,
1134
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
1135
+ .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
1136
+ .e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top,
1137
+ .e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top,
1138
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
1139
+ .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
1140
+ .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top,
1141
+ .e-float-input.e-input-focus input ~ label.e-float-text,
1142
+ .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
1143
+ .e-float-input textarea:valid ~ label.e-float-text,
1144
+ .e-float-input textarea:focus ~ label.e-float-text,
1145
+ .e-float-input textarea:valid ~ label.e-float-text.e-label-top,
1146
+ .e-float-input textarea ~ label.e-float-text.e-label-top,
1147
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
1148
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
1149
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top,
1150
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top {
1151
+ font-weight: bold;
1152
+ -webkit-user-select: text;
1153
+ -moz-user-select: text;
1154
+ -ms-user-select: text;
1155
+ user-select: text;
1156
+ }
1157
+
1158
+ label.e-float-text,
1159
+ .e-float-input label.e-float-text,
1160
+ .e-float-input.e-control-wrapper label.e-float-text,
1161
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1162
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1163
+ .e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1164
+ .e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1165
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1166
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1167
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1168
+ .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,
1169
+ .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,
1170
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1171
+ .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,
1172
+ .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,
1173
+ .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,
1174
+ .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,
1175
+ .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,
1176
+ .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,
1177
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1178
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1179
+ .e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1180
+ .e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1181
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1182
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1183
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1184
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1185
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1186
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1187
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1188
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1189
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1190
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1191
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1192
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1193
+ font-weight: normal;
1194
+ }
1195
+
1196
+ .e-float-input:not(.e-input-group) .e-float-line::before,
1197
+ .e-float-input:not(.e-input-group) .e-float-line::after,
1198
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
1199
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1200
+ bottom: 0;
1201
+ content: "";
1202
+ height: 2px;
1203
+ position: absolute;
1204
+ -webkit-transition: 0.2s ease;
1205
+ transition: 0.2s ease;
1206
+ width: 0;
1207
+ }
1208
+
1209
+ .e-float-input:not(.e-input-group) .e-float-line::before,
1210
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before {
1211
+ left: 50%;
1212
+ }
1213
+
1214
+ .e-float-input:not(.e-input-group) .e-float-line::after,
1215
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
1216
+ right: 50%;
1217
+ }
1218
+
1219
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before,
1220
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before,
1221
+ .e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after,
1222
+ .e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after,
1223
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before,
1224
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before,
1225
+ .e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after,
1226
+ .e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after,
1227
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
1228
+ .e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after,
1229
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
1230
+ .e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after {
1231
+ width: 50%;
1232
+ }
1233
+
1234
+ .e-float-input .e-float-line,
1235
+ .e-float-input.e-control-wrapper .e-float-line {
1236
+ display: block;
1237
+ position: relative;
1238
+ width: 100%;
1239
+ }
1240
+
1241
+ .e-float-input.e-rtl label.e-float-text,
1242
+ .e-float-input.e-control-wrapper.e-rtl label.e-float-text,
1243
+ .e-rtl .e-float-input label.e-float-text,
1244
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
1245
+ .e-rtl label.e-float-text,
1246
+ .e-rtl .e-float-input.e-control-wrapper label.e-float-text,
1247
+ .e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1248
+ .e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1249
+ .e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1250
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1251
+ .e-rtl.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1252
+ .e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1253
+ .e-rtl .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1254
+ .e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1255
+ right: 0;
1256
+ -webkit-transform-origin: right top;
1257
+ transform-origin: right top;
1258
+ }
1259
+
1260
+ .e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1261
+ .e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1262
+ .e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1263
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
1264
+ .e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1265
+ .e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1266
+ .e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1267
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1268
+ .e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1269
+ .e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1270
+ .e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text,
1271
+ .e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1272
+ .e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1273
+ .e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1274
+ .e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1275
+ .e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1276
+ .e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1277
+ .e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1278
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text,
1279
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1280
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1281
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1282
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1283
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1284
+ .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1285
+ .e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1286
+ .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1287
+ .e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1288
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1289
+ .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1290
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1291
+ .e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1292
+ .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1293
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1294
+ .e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1295
+ .e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1296
+ .e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1297
+ .e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1298
+ .e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1299
+ .e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1300
+ .e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1301
+ .e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1302
+ .e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1303
+ .e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1304
+ .e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1305
+ .e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1306
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,
1307
+ .e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1308
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1309
+ .e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1310
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1311
+ .e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1312
+ .e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1313
+ .e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1314
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,
1315
+ .e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1316
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1317
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1318
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1319
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1320
+ .e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1321
+ .e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1322
+ .e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1323
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
1324
+ .e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
1325
+ .e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1326
+ .e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
1327
+ .e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
1328
+ .e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1329
+ .e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1330
+ .e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,
1331
+ .e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1332
+ .e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1333
+ .e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1334
+ .e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
1335
+ .e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1336
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1337
+ .e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1338
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,
1339
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1340
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
1341
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
1342
+ .e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
1343
+ .e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
1344
+ padding-right: 10px;
1345
+ }
1346
+
1347
+ .e-input-group.e-corner.e-rtl .e-input:first-child,
1348
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
1349
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
1350
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child {
1351
+ border-bottom-left-radius: 0;
1352
+ border-bottom-right-radius: 4px;
1353
+ border-top-left-radius: 0;
1354
+ border-top-right-radius: 4px;
1355
+ }
1356
+
1357
+ .e-input-group.e-corner.e-rtl .e-input:last-child,
1358
+ .e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,
1359
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,
1360
+ .e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child {
1361
+ border-bottom-left-radius: 4px;
1362
+ border-bottom-right-radius: 0;
1363
+ border-top-left-radius: 4px;
1364
+ border-top-right-radius: 0;
1365
+ }
1366
+
1367
+ .e-input-group.e-warning::before,
1368
+ .e-input-group.e-control-wrapper.e-warning::before {
1369
+ content: "";
1370
+ }
1371
+
1372
+ .e-float-input input[disabled],
1373
+ .e-float-input input.e-disabled,
1374
+ .e-float-input.e-control-wrapper input[disabled],
1375
+ .e-float-input.e-control-wrapper input.e-disabled {
1376
+ background: transparent;
1377
+ background-image: none;
1378
+ cursor: not-allowed;
1379
+ }
1380
+
1381
+ .e-input-group.e-rtl .e-input:not(:first-child):focus,
1382
+ .e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus {
1383
+ border-right-width: 0;
1384
+ }
1385
+
1386
+ .e-input-group input.e-input,
1387
+ .e-input-group.e-control-wrapper input.e-input {
1388
+ min-width: 0;
1389
+ width: 100%;
1390
+ }
1391
+
1392
+ .e-input-group input.e-input,
1393
+ .e-input-group textarea.e-input,
1394
+ .e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
1395
+ .e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),
1396
+ .e-input-group.e-control-wrapper input.e-input,
1397
+ .e-input-group.e-control-wrapper textarea.e-input,
1398
+ .e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
1399
+ .e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
1400
+ border: 0 solid;
1401
+ border-width: 0;
1402
+ }
1403
+
1404
+ .e-input-group input.e-input,
1405
+ .e-input-group textarea.e-input,
1406
+ .e-input-group.e-bigger .e-input,
1407
+ .e-input-group.e-control-wrapper input.e-input,
1408
+ .e-input-group.e-control-wrapper textarea.e-input,
1409
+ .e-input-group.e-control-wrapper.e-bigger .e-input,
1410
+ .e-bigger .e-input-group .e-input,
1411
+ .e-bigger .e-input-group.e-control-wrapper .e-input,
1412
+ .e-float-input input.e-input,
1413
+ .e-float-input.e-bigger .e-input,
1414
+ .e-bigger .e-float-input .e-input,
1415
+ .e-float-input.e-control-wrapper input.e-input,
1416
+ .e-float-input.e-control-wrapper.e-bigger .e-input,
1417
+ .e-bigger .e-float-input.e-control-wrapper .e-input {
1418
+ margin-bottom: 0;
1419
+ }
1420
+
1421
+ .e-input-group::before,
1422
+ .e-input-group::after,
1423
+ .e-input-group.e-control-wrapper::before,
1424
+ .e-input-group.e-control-wrapper::after {
1425
+ content: "";
1426
+ }
1427
+
1428
+ .e-input-group::before,
1429
+ .e-input-group.e-control-wrapper::before {
1430
+ content: "";
1431
+ }
1432
+
1433
+ .e-input-group.e-input-focus::before,
1434
+ .e-input-group.e-input-focus::after,
1435
+ .e-input-group.e-control-wrapper.e-input-focus::before,
1436
+ .e-input-group.e-control-wrapper.e-input-focus::after {
1437
+ content: "";
1438
+ }
1439
+
1440
+ .e-input-group::after,
1441
+ .e-input-group.e-control-wrapper::after {
1442
+ content: "";
1443
+ }
1444
+
1445
+ .e-input-group,
1446
+ .e-input-group.e-control-wrapper {
1447
+ position: relative;
1448
+ width: 100%;
1449
+ }
1450
+
1451
+ .e-input.e-small,
1452
+ .e-input-group.e-small,
1453
+ .e-input-group.e-control-wrapper.e-small {
1454
+ margin-bottom: 0;
1455
+ }
1456
+
1457
+ .e-input.e-small.e-bigger,
1458
+ .e-input-group.e-small.e-bigger,
1459
+ .e-input-group.e-control-wrapper.e-small.e-bigger,
1460
+ .e-bigger .e-input.e-small,
1461
+ .e-bigger .e-input-group.e-small,
1462
+ .e-bigger .e-input-group.e-control-wrapper.e-small {
1463
+ line-height: inherit;
1464
+ margin-bottom: 0;
1465
+ }
1466
+
1467
+ .e-input-group .e-input-group-icon,
1468
+ .e-input-group.e-control-wrapper .e-input-group-icon {
1469
+ margin-bottom: 0;
1470
+ margin-right: 0;
1471
+ margin-top: 0;
1472
+ }
1473
+
1474
+ .e-float-input.e-input-group .e-input-group-icon,
1475
+ .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
1476
+ margin-top: 0;
1477
+ }
1478
+
1479
+ .e-input-group.e-bigger .e-input-group-icon,
1480
+ .e-input-group .e-input-group-icon.e-bigger,
1481
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
1482
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
1483
+ .e-bigger .e-input-group .e-input-group-icon,
1484
+ .e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
1485
+ margin-bottom: 0;
1486
+ margin-right: 0;
1487
+ margin-top: 0;
1488
+ }
1489
+
1490
+ .e-float-input.e-input-group.e-bigger .e-input-group-icon,
1491
+ .e-float-input.e-input-group .e-input-group-icon.e-bigger,
1492
+ .e-bigger .e-float-input.e-input-group .e-input-group-icon,
1493
+ .e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,
1494
+ .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,
1495
+ .e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
1496
+ margin-top: 0;
1497
+ }
1498
+
1499
+ .e-input-group.e-small.e-bigger .e-input-group-icon,
1500
+ .e-input-group.e-small .e-input-group-icon.e-bigger,
1501
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
1502
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
1503
+ .e-small .e-bigger.e-input-group .e-input-group-icon,
1504
+ .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
1505
+ .e-bigger .e-input-group.e-small .e-input-group-icon,
1506
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
1507
+ margin-bottom: 0;
1508
+ margin-right: 0;
1509
+ margin-top: 0;
1510
+ }
1511
+
1512
+ .e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,
1513
+ .e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,
1514
+ .e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon,
1515
+ .e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,
1516
+ .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,
1517
+ .e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon {
1518
+ margin-top: 0;
1519
+ }
1520
+
1521
+ .e-input-group.e-small .e-input-group-icon,
1522
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon,
1523
+ .e-small .e-input-group .e-input-group-icon,
1524
+ .e-small .e-input-group.e-control-wrapper .e-input-group-icon {
1525
+ margin-bottom: 0;
1526
+ margin-right: 0;
1527
+ margin-top: 0;
1528
+ }
1529
+
1530
+ .e-float-input.e-input-group.e-small .e-input-group-icon,
1531
+ .e-small .e-float-input.e-input-group .e-input-group-icon,
1532
+ .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
1533
+ .e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
1534
+ margin-top: 0;
1535
+ }
1536
+
1537
+ .e-input-group .e-input-group-icon:last-child,
1538
+ .e-input-group.e-bigger .e-input-group-icon:last-child,
1539
+ .e-input-group .e-input-group-icon.e-bigger:last-child,
1540
+ .e-bigger .e-input-group .e-input-group-icon:last-child,
1541
+ .e-input-group.e-control-wrapper .e-input-group-icon:last-child,
1542
+ .e-input-group.e-small .e-input-group-icon:last-child,
1543
+ .e-input-group.e-small.e-bigger .e-input-group-icon:last-child,
1544
+ .e-input-group.e-small .e-input-group-icon.e-bigger:last-child,
1545
+ .e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child,
1546
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child,
1547
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,
1548
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child,
1549
+ .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child,
1550
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,
1551
+ .e-bigger .e-input-group.e-small .e-input-group-icon:last-child {
1552
+ margin-right: 0;
1553
+ }
1554
+
1555
+ .e-input-group,
1556
+ .e-input-group.e-control-wrapper {
1557
+ border-bottom: 1px solid;
1558
+ }
1559
+
1560
+ .e-input-group,
1561
+ .e-input-group.e-success,
1562
+ .e-input-group.e-warning,
1563
+ .e-input-group.e-error,
1564
+ .e-input-group.e-control-wrapper,
1565
+ .e-input-group.e-control-wrapper.e-success,
1566
+ .e-input-group.e-control-wrapper.e-warning,
1567
+ .e-input-group.e-control-wrapper.e-error {
1568
+ border: 1px solid;
1569
+ border-width: 1px;
1570
+ }
1571
+
1572
+ .e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,
1573
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus {
1574
+ border-right-width: 0;
1575
+ }
1576
+
1577
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
1578
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
1579
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
1580
+ .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 {
1581
+ background: #393939;
1582
+ color: #9c9c9c;
1583
+ }
1584
+
1585
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled,
1586
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled {
1587
+ border-style: solid;
1588
+ }
1589
+
1590
+ .e-input-group .e-input-group-icon,
1591
+ .e-input-group.e-control-wrapper .e-input-group-icon {
1592
+ content: "";
1593
+ }
1594
+
1595
+ .e-input-group:not(.e-filled) .e-input-group-icon::after,
1596
+ .e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
1597
+ content: "";
1598
+ }
1599
+
1600
+ .e-input-group .e-input-group-icon.e-input-btn-ripple::after,
1601
+ .e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
1602
+ content: "";
1603
+ }
1604
+
1605
+ input.e-input::-ms-clear,
1606
+ .e-float-input input::-ms-clear,
1607
+ .e-float-input.e-control-wrapper input::-ms-clear,
1608
+ .e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1609
+ .e-input-group input:not(.e-control).e-input:not(:valid):first-child ~ .e-clear-icon,
1610
+ .e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1611
+ .e-float-input input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1612
+ .e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1613
+ .e-float-input.e-input-group input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
1614
+ .e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon {
1615
+ display: none;
1616
+ }
1617
+
1618
+ .e-input-group .e-clear-icon.e-clear-icon-hide,
1619
+ .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
1620
+ .e-float-input.e-control-wrapper.e-hidden,
1621
+ .e-input-group.e-control-wrapper.e-hidden {
1622
+ display: none;
1623
+ }
1624
+
1625
+ input.e-input[type=search]::-webkit-search-decoration,
1626
+ input.e-input[type=search]::-webkit-search-cancel-button,
1627
+ input.e-input[type=search]::-webkit-search-results-button,
1628
+ input.e-input[type=search]::-webkit-search-results-decoration,
1629
+ .e-float-input input[type=search]::-webkit-search-decoration,
1630
+ .e-float-input input[type=search]::-webkit-search-cancel-button,
1631
+ .e-float-input input[type=search]::-webkit-search-results-button,
1632
+ .e-float-input input[type=search]::-webkit-search-results-decoration,
1633
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
1634
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
1635
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
1636
+ .e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
1637
+ -webkit-appearance: none;
1638
+ }
1639
+
1640
+ .e-float-input.e-input-group .e-float-line,
1641
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
1642
+ .e-float-input.e-control-wrapper.e-input-group .e-float-line,
1643
+ .e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line {
1644
+ bottom: -1px;
1645
+ position: absolute;
1646
+ }
1647
+
1648
+ .e-float-input.e-input-group input,
1649
+ .e-float-input.e-input-group textarea,
1650
+ .e-float-input.e-input-group.e-control-wrapper input,
1651
+ .e-float-input.e-input-group.e-control-wrapper textarea {
1652
+ border: 0;
1653
+ }
1654
+
1655
+ .e-float-input.e-input-group .e-float-line,
1656
+ .e-float-input.e-input-group .e-float-text,
1657
+ .e-float-input.e-input-group.e-control-wrapper .e-float-line,
1658
+ .e-float-input.e-input-group.e-control-wrapper .e-float-text {
1659
+ right: 0;
1660
+ }
1661
+
1662
+ input.e-input::-webkit-input-placeholder,
1663
+ input.e-input:-moz-placeholder,
1664
+ input.e-input:-ms-input-placeholder,
1665
+ input.e-input::-moz-placeholder,
1666
+ textarea.e-input::-webkit-input-placeholder,
1667
+ textarea.e-input:-moz-placeholder,
1668
+ textarea.e-input:-ms-input-placeholder,
1669
+ textarea.e-input::-moz-placeholder,
1670
+ textarea.e-input::-webkit-textarea-placeholder,
1671
+ textarea.e-input:-moz-placeholder,
1672
+ textarea.e-input:-ms-textarea-placeholder,
1673
+ textarea.e-input::-moz-placeholder {
1674
+ font-size: 14px;
1675
+ font-style: normal;
1676
+ }
1677
+
1678
+ .e-bigger input.e-input::-webkit-input-placeholder,
1679
+ input.e-bigger.e-input::-webkit-input-placeholder,
1680
+ .e-bigger input.e-input:-moz-placeholder,
1681
+ input.e-bigger.e-input:-moz-placeholder,
1682
+ .e-bigger input.e-input:-ms-input-placeholder,
1683
+ input.e-bigger.e-input:-ms-input-placeholder,
1684
+ .e-bigger input.e-input::-moz-placeholder,
1685
+ input.e-bigger.e-input::-moz-placeholder,
1686
+ .e-bigger textarea.e-input::-webkit-input-placeholder,
1687
+ textarea.e-bigger.e-input::-webkit-input-placeholder,
1688
+ .e-bigger textarea.e-input:-moz-placeholder,
1689
+ textarea.e-bigger.e-input:-moz-placeholder,
1690
+ .e-bigger textarea.e-input:-ms-input-placeholder,
1691
+ textarea.e-bigger.e-input:-ms-input-placeholder,
1692
+ .e-bigger textarea.e-input::-moz-placeholder,
1693
+ textarea.e-bigger.e-input::-moz-placeholder,
1694
+ .e-bigger textarea.e-input::-webkit-textarea-placeholder,
1695
+ textarea.e-bigger.e-input::-webkit-textarea-placeholder,
1696
+ .e-bigger textarea.e-input:-moz-placeholder,
1697
+ textarea.e-bigger.e-input:-moz-placeholder,
1698
+ .e-bigger textarea.e-input:-ms-textarea-placeholder,
1699
+ textarea.e-bigger.e-input:-ms-textarea-placeholder,
1700
+ .e-bigger textarea.e-input::-moz-placeholder,
1701
+ textarea.e-bigger.e-input::-moz-placeholder {
1702
+ font-size: 15px;
1703
+ font-style: normal;
1704
+ }
1705
+
1706
+ .e-small input.e-input::-webkit-input-placeholder,
1707
+ input.e-small.e-input::-webkit-input-placeholder,
1708
+ .e-small input.e-input:-moz-placeholder,
1709
+ input.e-small.e-input:-moz-placeholder,
1710
+ .e-small input.e-input:-ms-input-placeholder,
1711
+ input.e-small.e-input:-ms-input-placeholder,
1712
+ .e-small input.e-input::-moz-placeholder,
1713
+ input.e-small.e-input::-moz-placeholder,
1714
+ .e-small textarea.e-input::-webkit-input-placeholder,
1715
+ textarea.e-small.e-input::-webkit-input-placeholder,
1716
+ .e-small textarea.e-input:-moz-placeholder,
1717
+ textarea.e-small.e-input:-moz-placeholder,
1718
+ .e-small textarea.e-input:-ms-input-placeholder,
1719
+ textarea.e-small.e-input:-ms-input-placeholder,
1720
+ .e-small textarea.e-input::-moz-placeholder,
1721
+ textarea.e-small.e-input::-moz-placeholder,
1722
+ .e-small textarea.e-input::-webkit-textarea-placeholder,
1723
+ textarea.e-small.e-input::-webkit-textarea-placeholder,
1724
+ .e-small textarea.e-input:-moz-placeholder,
1725
+ textarea.e-small.e-input:-moz-placeholder,
1726
+ .e-small textarea.e-input:-ms-input-placeholder,
1727
+ textarea.e-small.e-input:-ms-input-placeholder,
1728
+ .e-small textarea.e-input::-moz-placeholder,
1729
+ textarea.e-small.e-input::-moz-placeholder {
1730
+ font-size: 13px;
1731
+ font-style: normal;
1732
+ }
1733
+
1734
+ .e-bigger input.e-small.e-input::-webkit-input-placeholder,
1735
+ .e-small input.e-bigger.e-input::-webkit-input-placeholder,
1736
+ .e-bigger input.e-small.e-input:-moz-placeholder,
1737
+ .e-small input.e-bigger.e-input:-moz-placeholder,
1738
+ .e-bigger input.e-small.e-input:-ms-input-placeholder,
1739
+ .e-small input.e-bigger.e-input:-ms-input-placeholder,
1740
+ .e-bigger input.e-small.e-input::-moz-placeholder,
1741
+ .e-small input.e-bigger.e-input::-moz-placeholder,
1742
+ .e-bigger textarea.e-small.e-input::-webkit-input-placeholder,
1743
+ .e-small textarea.e-bigger.e-input::-webkit-input-placeholder,
1744
+ .e-bigger textarea.e-small.e-input:-moz-placeholder,
1745
+ .e-small textarea.e-bigger.e-input:-moz-placeholder,
1746
+ .e-bigger intextareaput.e-small.e-input:-ms-input-placeholder,
1747
+ .e-small textarea.e-bigger.e-input:-ms-input-placeholder,
1748
+ .e-bigger textarea.e-small.e-input::-moz-placeholder,
1749
+ .e-small textarea.e-bigger.e-input::-moz-placeholder,
1750
+ .e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder,
1751
+ .e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder,
1752
+ .e-bigger textarea.e-small.e-input:-moz-placeholder,
1753
+ .e-small textarea.e-bigger.e-input:-moz-placeholder,
1754
+ .e-bigger textarea.e-small.e-input:-ms-input-placeholder,
1755
+ .e-small textarea.e-bigger.e-input:-ms-input-placeholder,
1756
+ .e-bigger textarea.e-small.e-input::-moz-placeholder,
1757
+ .e-small textarea.e-bigger.e-input::-moz-placeholder {
1758
+ font-size: 14px;
1759
+ font-style: normal;
1760
+ }
1761
+
1762
+ input.e-input:-moz-placeholder,
1763
+ textarea.e-input:-moz-placeholder,
1764
+ .e-input-group input.e-input:-moz-placeholder,
1765
+ .e-input-group textarea.e-input:-moz-placeholder,
1766
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1767
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
1768
+ input.e-input:-moz-placeholder,
1769
+ .e-input-group input.e-input:-moz-placeholder,
1770
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
1771
+ textarea.e-input:-moz-placeholder,
1772
+ input.e-input::-moz-placeholder,
1773
+ textarea.e-input::-moz-placeholder,
1774
+ input.e-input::-webkit-input-placeholder,
1775
+ textarea.e-input::-webkit-input-placeholder {
1776
+ font-style: normal;
1777
+ -moz-user-select: none;
1778
+ user-select: none;
1779
+ }
1780
+
1781
+ input.e-input:-ms-input-placeholder,
1782
+ textarea.e-input:-ms-input-placeholder {
1783
+ font-style: normal;
1784
+ }
1785
+
1786
+ input.e-input,
1787
+ .e-input-group input,
1788
+ .e-input-group.e-control-wrapper input,
1789
+ .e-input-group input.e-input,
1790
+ .e-input-group.e-control-wrapper input.e-input {
1791
+ -webkit-box-sizing: border-box;
1792
+ box-sizing: border-box;
1793
+ height: 32px;
1794
+ }
1795
+
1796
+ .e-float-input:not(.e-input-group) input,
1797
+ .e-float-input.e-control-wrapper:not(.e-input-group) input {
1798
+ -webkit-box-sizing: border-box;
1799
+ box-sizing: border-box;
1800
+ height: 34px;
1801
+ }
1802
+
1803
+ input.e-input.e-bigger,
1804
+ .e-bigger input.e-input,
1805
+ .e-input-group.e-bigger input,
1806
+ .e-input-group.e-bigger input.e-input,
1807
+ .e-input-group.e-control-wrapper.e-bigger input,
1808
+ .e-input-group.e-control-wrapper.e-bigger input.e-input,
1809
+ .e-bigger .e-input-group input,
1810
+ .e-bigger .e-input-group input.e-input,
1811
+ .e-bigger .e-input-group.e-control-wrapper input,
1812
+ .e-bigger .e-input-group.e-control-wrapper input.e-input,
1813
+ .e-float-input.e-bigger input,
1814
+ .e-float-input.e-bigger input.e-input,
1815
+ .e-bigger .e-float-input input,
1816
+ .e-bigger .e-float-input input.e-input,
1817
+ .e-float-input.e-control-wrapper.e-bigger input,
1818
+ .e-float-input.e-control-wrapper.e-bigger input.e-input,
1819
+ .e-bigger .e-float-input.e-control-wrapper input,
1820
+ .e-bigger .e-float-input.e-control-wrapper input.e-input {
1821
+ -webkit-box-sizing: border-box;
1822
+ box-sizing: border-box;
1823
+ height: 38px;
1824
+ }
1825
+
1826
+ .e-float-input.e-bigger:not(.e-input-group) input,
1827
+ .e-float-input.e-bigger:not(.e-input-group) input.e-input,
1828
+ .e-bigger .e-float-input:not(.e-input-group) input,
1829
+ .e-bigger .e-float-input:not(.e-input-group) input.e-input,
1830
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,
1831
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,
1832
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
1833
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1834
+ -webkit-box-sizing: border-box;
1835
+ box-sizing: border-box;
1836
+ height: 40px;
1837
+ }
1838
+
1839
+ input.e-input.e-small,
1840
+ .e-input-group.e-small input,
1841
+ .e-input-group.e-small input.e-input,
1842
+ .e-small .e-input-group input,
1843
+ .e-small .e-input-group input.e-input,
1844
+ .e-input-group.e-control-wrapper.e-small input,
1845
+ .e-input-group.e-control-wrapper.e-small input.e-input,
1846
+ .e-small .e-input-group.e-control-wrapper input,
1847
+ .e-small .e-input-group.e-control-wrapper input.e-input,
1848
+ .e-float-input.e-small input,
1849
+ .e-float-input.e-small input.e-input,
1850
+ .e-small .e-float-input input,
1851
+ .e-small .e-float-input input.e-input,
1852
+ .e-float-input.e-control-wrapper.e-small input,
1853
+ .e-float-input.e-control-wrapper.e-small input.e-input,
1854
+ .e-small .e-float-input.e-control-wrapper input,
1855
+ .e-small .e-float-input.e-control-wrapper input.e-input {
1856
+ -webkit-box-sizing: border-box;
1857
+ box-sizing: border-box;
1858
+ height: 26px;
1859
+ }
1860
+
1861
+ .e-float-input.e-small:not(.e-input-group) input,
1862
+ .e-float-input.e-small:not(.e-input-group) input.e-input,
1863
+ .e-small .e-float-input:not(.e-input-group) input,
1864
+ .e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
1865
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
1866
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
1867
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1868
+ -webkit-box-sizing: border-box;
1869
+ box-sizing: border-box;
1870
+ height: 28px;
1871
+ }
1872
+
1873
+ input.e-input.e-small.e-bigger,
1874
+ .e-input-group.e-bigger.e-small input,
1875
+ .e-input-group.e-bigger.e-small input.e-input,
1876
+ .e-bigger.e-small .e-input-group input,
1877
+ .e-bigger.e-small .e-input-group input.e-input,
1878
+ .e-input-group.e-control-wrapper.e-bigger.e-small input,
1879
+ .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,
1880
+ .e-bigger.e-small .e-input-group.e-control-wrapper input,
1881
+ .e-bigger.e-small .e-input-group.e-control-wrapper input.e-input,
1882
+ .e-float-input.e-bigger.e-small input,
1883
+ .e-float-input.e-bigger.e-small input.e-input,
1884
+ .e-bigger.e-small .e-float-input input,
1885
+ .e-bigger.e-small .e-float-input input.e-input,
1886
+ .e-float-input.e-control-wrapper.e-bigger.e-small input,
1887
+ .e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,
1888
+ .e-bigger.e-small .e-float-input.e-control-wrapper input,
1889
+ .e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
1890
+ -webkit-box-sizing: border-box;
1891
+ box-sizing: border-box;
1892
+ height: 34px;
1893
+ }
1894
+
1895
+ .e-float-input.e-bigger.e-small:not(.e-input-group) input,
1896
+ .e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,
1897
+ .e-bigger.e-small .e-float-input:not(.e-input-group) input,
1898
+ .e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input,
1899
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,
1900
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,
1901
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
1902
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1903
+ -webkit-box-sizing: border-box;
1904
+ box-sizing: border-box;
1905
+ height: 36px;
1906
+ }
1907
+
1908
+ textarea.e-input,
1909
+ .e-input-group textarea,
1910
+ .e-input-group.e-control-wrapper textarea,
1911
+ .e-float-input textarea,
1912
+ .e-float-input.e-control-wrapper textarea {
1913
+ -webkit-box-sizing: border-box;
1914
+ box-sizing: border-box;
1915
+ height: auto;
1916
+ }
1917
+
1918
+ .e-input-group textarea.e-input.e-bigger,
1919
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
1920
+ textarea.e-input.e-bigger,
1921
+ .e-input-group.e-bigger textarea,
1922
+ .e-input-group.e-bigger textarea.e-input,
1923
+ .e-bigger .e-input-group textarea,
1924
+ .e-bigger .e-input-group textarea.e-input,
1925
+ .e-input-group.e-control-wrapper.e-bigger textarea,
1926
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
1927
+ .e-bigger .e-input-group.e-control-wrapper textarea,
1928
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
1929
+ .e-float-input.e-bigger textarea,
1930
+ .e-float-input.e-bigger textarea.e-input,
1931
+ .e-bigger .e-float-input textarea,
1932
+ .e-bigger .e-float-input textarea.e-input,
1933
+ .e-float-input.e-control-wrapper.e-bigger textarea,
1934
+ .e-float-input.e-control-wrapper.e-bigger textarea.e-input,
1935
+ .e-bigger .e-float-input.e-control-wrapper textarea,
1936
+ .e-bigger .e-float-input.e-control-wrapper textarea.e-input {
1937
+ -webkit-box-sizing: border-box;
1938
+ box-sizing: border-box;
1939
+ height: auto;
1940
+ }
1941
+
1942
+ textarea.e-input.e-small,
1943
+ .e-input-group.e-small textarea,
1944
+ .e-input-group.e-small textarea.e-input,
1945
+ .e-small .e-input-group textarea,
1946
+ .e-small .e-input-group textarea.e-input,
1947
+ .e-input-group.e-control-wrapper.e-small textarea,
1948
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1949
+ .e-small .e-input-group.e-control-wrapper textarea,
1950
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
1951
+ .e-float-input.e-small textarea,
1952
+ .e-float-input.e-small textarea.e-input,
1953
+ .e-small .e-float-input textarea,
1954
+ .e-small .e-float-input textarea.e-input,
1955
+ .e-float-input.e-control-wrapper.e-small textarea,
1956
+ .e-float-input.e-control-wrapper.e-small textarea.e-input,
1957
+ .e-small .e-float-input.e-control-wrapper textarea,
1958
+ .e-small .e-float-input.e-control-wrapper textarea.e-input {
1959
+ -webkit-box-sizing: border-box;
1960
+ box-sizing: border-box;
1961
+ height: auto;
1962
+ }
1963
+
1964
+ textarea.e-input.e-small.e-bigger,
1965
+ .e-input-group.e-bigger.e-small textarea,
1966
+ .e-input-group.e-bigger.e-small textarea.e-input,
1967
+ .e-bigger.e-small .e-input-group textarea,
1968
+ .e-bigger.e-small .e-input-group textarea.e-input,
1969
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea,
1970
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,
1971
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea,
1972
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
1973
+ .e-float-input.e-bigger.e-small textarea,
1974
+ .e-float-input.e-bigger.e-small textarea.e-input,
1975
+ .e-bigger.e-small .e-float-input textarea,
1976
+ .e-bigger.e-small .e-float-input textarea.e-input,
1977
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea,
1978
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,
1979
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
1980
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
1981
+ -webkit-box-sizing: border-box;
1982
+ box-sizing: border-box;
1983
+ height: auto;
1984
+ }
1985
+
1986
+ input.e-input.e-bigger,
1987
+ .e-input-group input.e-input.e-bigger,
1988
+ .e-input-group input.e-input.e-bigger,
1989
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
1990
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
1991
+ .e-input-group.e-bigger .e-input,
1992
+ .e-input-group.e-control-wrapper.e-bigger .e-input,
1993
+ .e-bigger input.e-input,
1994
+ .e-bigger .e-input-group .e-input,
1995
+ .e-bigger .e-input-group.e-control-wrapper .e-input,
1996
+ .e-float-input.e-bigger input,
1997
+ .e-float-input input.e-bigger,
1998
+ .e-bigger .e-float-input input,
1999
+ .e-float-input.e-control-wrapper.e-bigger input,
2000
+ .e-float-input.e-control-wrapper input.e-bigger,
2001
+ .e-bigger .e-float-input.e-control-wrapper input {
2002
+ text-indent: 14px;
2003
+ }
2004
+
2005
+ input.e-input.e-small,
2006
+ .e-input-group input.e-input.e-small,
2007
+ .e-input-group.e-control-wrapper input.e-input.e-small,
2008
+ .e-input-group.e-small .e-input,
2009
+ .e-input-group.e-control-wrapper.e-small .e-input,
2010
+ .e-small input.e-input,
2011
+ .e-small .e-input-group .e-input,
2012
+ .e-small .e-input-group.e-control-wrapper .e-input,
2013
+ .e-float-input.e-small input,
2014
+ .e-float-input input.e-small,
2015
+ .e-small .e-float-input input,
2016
+ .e-float-input.e-control-wrapper.e-small input,
2017
+ .e-float-input.e-control-wrapper input.e-small,
2018
+ .e-small .e-float-input.e-control-wrapper input,
2019
+ textarea.e-input.e-small,
2020
+ .e-input-group textarea.e-input.e-small,
2021
+ .e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,
2022
+ .e-small input.e-input,
2023
+ .e-float-input.e-small textarea,
2024
+ .e-float-input textarea.e-small,
2025
+ .e-small .e-float-input textarea,
2026
+ .e-float-input.e-control-wrapper.e-small textarea,
2027
+ .e-float-input.e-control-wrapper textarea.e-small,
2028
+ .e-small .e-float-input.e-control-wrapper textarea {
2029
+ text-indent: 10px;
2030
+ }
2031
+
2032
+ input.e-input,
2033
+ .e-input-group input.e-input,
2034
+ .e-input-group input,
2035
+ .e-input-group.e-control-wrapper input.e-input,
2036
+ .e-input-group.e-control-wrapper input,
2037
+ .e-float-input input.e-input,
2038
+ .e-float-input input,
2039
+ .e-float-input.e-control-wrapper input.e-input,
2040
+ .e-float-input.e-control-wrapper input,
2041
+ .e-input-group input.e-input:focus,
2042
+ .e-input-group.e-control-wrapper input.e-input:focus,
2043
+ .e-float-input.e-control-wrapper input:focus,
2044
+ .e-float-input input:focus,
2045
+ .e-input-group.e-input-focus input.e-input,
2046
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2047
+ .e-float-input.e-control-wrapper.e-input-focus input,
2048
+ .e-float-input.e-input-focus input,
2049
+ textarea.e-input,
2050
+ .e-input-group textarea.e-input,
2051
+ .e-input-group textarea,
2052
+ .e-input-group.e-control-wrapper textarea.e-input,
2053
+ .e-input-group.e-control-wrapper textarea,
2054
+ .e-float-input textarea.e-input,
2055
+ .e-float-input textarea,
2056
+ .e-float-input.e-control-wrapper textarea.e-input,
2057
+ .e-float-input.e-control-wrapper textarea,
2058
+ .e-input-group textarea.e-input:focus,
2059
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
2060
+ .e-float-input.e-control-wrapper textarea:focus,
2061
+ .e-float-input textarea:focus {
2062
+ padding-left: 12px;
2063
+ text-indent: 0;
2064
+ }
2065
+
2066
+ input.e-input.e-rtl,
2067
+ .e-input-group.e-rtl input.e-input,
2068
+ .e-input-group.e-control-container.e-rtl input.e-control,
2069
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
2070
+ .e-float-input.e-rtl input,
2071
+ .e-float-input.e-control-wrapper.e-rtl input,
2072
+ .e-rtl .e-input-group input.e-input,
2073
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
2074
+ .e-rtl .e-float-input input,
2075
+ .e-rtl .e-float-input.e-control-wrapper input,
2076
+ .e-input-group.e-rtl input.e-input,
2077
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
2078
+ .e-float-input.e-rtl input,
2079
+ .e-float-input.e-control-wrapper.e-rtl input,
2080
+ .e-rtl .e-input-group input.e-input,
2081
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
2082
+ .e-rtl .e-float-input input,
2083
+ .e-rtl .e-float-input.e-control-wrapper input,
2084
+ .e-input-group.e-rtl input.e-input:focus,
2085
+ .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2086
+ .e-float-input.e-rtl input:focus,
2087
+ .e-float-input.e-control-wrapper.e-rtl input:focus,
2088
+ .e-rtl .e-input-group input.e-input:focus,
2089
+ .e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2090
+ .e-rtl .e-float-input input:focus,
2091
+ .e-rtl .e-float-input.e-control-wrapper input:focus,
2092
+ .e-input-group.e-rtl.e-input-focus input.e-input,
2093
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2094
+ .e-rtl .e-input-group.e-input-focus input.e-input,
2095
+ .e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2096
+ .e-float-input.e-rtl.e-input-focus input,
2097
+ .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
2098
+ .e-rtl .e-float-input.e-input-focus input,
2099
+ .e-rtl .e-float-input.e-control-wrapper.e-input-focus input {
2100
+ padding-left: 0;
2101
+ padding-right: 12px;
2102
+ text-indent: 0;
2103
+ }
2104
+
2105
+ textarea.e-input.e-rtl,
2106
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2107
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2108
+ .e-float-input:not(.e-outline).e-rtl textarea,
2109
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2110
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2111
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2112
+ .e-rtl .e-float-input:not(.e-outline) textarea,
2113
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2114
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2115
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2116
+ .e-float-input:not(.e-outline).e-rtl textarea,
2117
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2118
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2119
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2120
+ .e-rtl .e-float-input:not(.e-outline) textarea,
2121
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2122
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2123
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2124
+ .e-float-input:not(.e-outline).e-rtl textarea:focus,
2125
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
2126
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2127
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2128
+ .e-rtl .e-float-input:not(.e-outline) textarea:focus,
2129
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus {
2130
+ padding-right: 12px;
2131
+ text-indent: 0;
2132
+ }
2133
+
2134
+ input.e-input.e-small,
2135
+ .e-small input.e-input,
2136
+ .e-input-group.e-small input.e-input,
2137
+ .e-input-group.e-control-wrapper.e-small input.e-input,
2138
+ .e-float-input.e-small input,
2139
+ .e-float-input.e-control-wrapper input.e-small,
2140
+ .e-float-input.e-small input,
2141
+ .e-float-input.e-control-wrapper input.e-small,
2142
+ .e-input-group input.e-input.e-small,
2143
+ .e-input-group.e-control-wrapper input.e-input.e-small,
2144
+ .e-small .e-float-input input,
2145
+ .e-small .e-float-input.e-control-wrapper input,
2146
+ .e-small .e-input-group input.e-input,
2147
+ .e-small .e-input-group.e-control-wrapper input.e-input,
2148
+ .e-input-group.e-small input.e-input:focus,
2149
+ .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2150
+ .e-float-input.e-small input:focus,
2151
+ .e-float-input.e-control-wrapper.e-small input:focus,
2152
+ .e-small .e-input-group.e-control-wrapper input.e-input:focus,
2153
+ .e-small .e-input-group input.e-input:focus,
2154
+ .e-small .e-float-input input:focus,
2155
+ .e-small .e-float-input.e-control-wrapper input:focus,
2156
+ .e-input-group.e-small.e-input-focus input.e-input,
2157
+ .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2158
+ .e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2159
+ .e-small .e-input-group.e-input-focus input.e-input,
2160
+ .e-float-input.e-small.e-input-focus input,
2161
+ .e-float-input.e-control-wrapper.e-input-focus.e-small input,
2162
+ .e-small .e-float-input.e-input-focus input,
2163
+ .e-small .e-float-input.e-control-wrapper.e-input-focus input,
2164
+ textarea.e-input.e-small,
2165
+ .e-small textarea.e-input,
2166
+ .e-input-group.e-small textarea.e-input,
2167
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
2168
+ .e-float-input.e-control-wrapper.e-small textarea,
2169
+ .e-float-input.e-control-wrapper textarea.e-small,
2170
+ .e-float-input.e-small textarea,
2171
+ .e-float-input textarea.e-small,
2172
+ .e-input-group textarea.e-input.e-small,
2173
+ .e-input-group.e-control-wrapper textarea.e-input.e-small,
2174
+ .e-small .e-float-input.e-control-wrapper textarea,
2175
+ .e-small .e-float-input textarea,
2176
+ .e-small .e-input-group textarea.e-input,
2177
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
2178
+ .e-input-group.e-small textarea.e-input:focus,
2179
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
2180
+ .e-float-input.e-small textarea:focus,
2181
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
2182
+ .e-small .e-input-group textarea.e-input:focus,
2183
+ .e-small .e-input-group.e-control-wrapper textarea.e-input:focus,
2184
+ .e-small .e-float-input.e-control-wrapper textarea:focus,
2185
+ .e-small .e-float-input textarea:focus {
2186
+ padding-left: 10px;
2187
+ text-indent: 0;
2188
+ }
2189
+
2190
+ .e-rtl input.e-input.e-small,
2191
+ input.e-input.e-small.e-rtl,
2192
+ .e-small.e-rtl input.e-input,
2193
+ .e-small input.e-input.e-rtl,
2194
+ .e-float-input.e-control-wrapper.e-small.e-rtl input,
2195
+ .e-float-input.e-small.e-rtl input,
2196
+ .e-input-group.e-small.e-rtl input.e-input,
2197
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
2198
+ .e-rtl .e-float-input.e-small input,
2199
+ .e-rtl .e-float-input.e-control-wrapper.e-small input,
2200
+ .e-rtl .e-input-group.e-small input.e-input,
2201
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
2202
+ .e-float-input.e-rtl input.e-small,
2203
+ .e-float-input.e-control-wrapper.e-rtl input.e-small,
2204
+ .e-input-group.e-rtl input.e-input.e-small,
2205
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
2206
+ .e-rtl .e-float-input input.e-small,
2207
+ .e-rtl .e-float-input.e-control-wrapper input.e-small,
2208
+ .e-rtl .e-input-group input.e-input.e-small,
2209
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,
2210
+ .e-small .e-float-input.e-rtl input,
2211
+ .e-small .e-float-input.e-control-wrapper.e-rtl input,
2212
+ .e-small .e-input-group.e-rtl input.e-input,
2213
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,
2214
+ .e-small.e-rtl .e-float-input.e-control-wrapper input,
2215
+ .e-small.e-rtl .e-float-input input,
2216
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,
2217
+ .e-small.e-rtl .e-input-group input.e-input,
2218
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2219
+ .e-small.e-rtl .e-input-group input.e-input:focus,
2220
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:focus,
2221
+ .e-small.e-rtl .e-float-input input:focus,
2222
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2223
+ .e-small .e-input-group.e-rtl input.e-input:focus,
2224
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:focus,
2225
+ .e-small .e-float-input.e-rtl input:focus,
2226
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2227
+ .e-small.e-rtl .e-input-group.e-input-focus input.e-input,
2228
+ .e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2229
+ .e-small .e-input-group.e-rtl.e-input-focus input.e-input,
2230
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
2231
+ .e-small.e-rtl .e-float-input.e-input-focus input,
2232
+ .e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
2233
+ .e-small .e-float-input.e-rtl.e-input-focus input {
2234
+ padding-left: 0;
2235
+ padding-right: 10px;
2236
+ text-indent: 0;
2237
+ }
2238
+
2239
+ .e-rtl textarea.e-input.e-small,
2240
+ textarea.e-input.e-small.e-rtl,
2241
+ .e-small.e-rtl textarea.e-input,
2242
+ .e-small textarea.e-input.e-rtl,
2243
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea,
2244
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
2245
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
2246
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
2247
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
2248
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea,
2249
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
2250
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
2251
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,
2252
+ .e-float-input:not(.e-outline).e-rtl textarea.e-small,
2253
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,
2254
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,
2255
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,
2256
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-small,
2257
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,
2258
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,
2259
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2260
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea,
2261
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2262
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2263
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2264
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea,
2265
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2266
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2267
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2268
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2269
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
2270
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,
2271
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2272
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2273
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
2274
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea:focus {
2275
+ padding-right: 10px;
2276
+ text-indent: 0;
2277
+ }
2278
+
2279
+ input.e-input.e-bigger,
2280
+ .e-bigger input.e-input,
2281
+ .e-input-group.e-bigger input.e-input,
2282
+ .e-input-group.e-control-wrapper.e-bigger input.e-input,
2283
+ .e-float-input.e-control-wrapper.e-bigger input,
2284
+ .e-float-input.e-control-wrapper input.e-bigger,
2285
+ .e-float-input.e-bigger input,
2286
+ .e-float-input input.e-bigger,
2287
+ .e-input-group input.e-input.e-bigger,
2288
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
2289
+ .e-bigger .e-float-input.e-control-wrapper input,
2290
+ .e-bigger .e-float-input input,
2291
+ .e-bigger .e-input-group.e-control-wrapper input.e-input,
2292
+ .e-bigger .e-input-group input.e-input,
2293
+ .e-input-group.e-bigger input.e-input:focus,
2294
+ .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2295
+ .e-float-input.e-control-wrapper.e-bigger input:focus,
2296
+ .e-float-input.e-bigger input:focus,
2297
+ .e-bigger .e-input-group input.e-input:focus,
2298
+ .e-bigger .e-input-group.e-control-wrapper input.e-input:focus,
2299
+ .e-bigger .e-float-input.e-control-wrapper input:focus,
2300
+ .e-bigger .e-float-input input:focus,
2301
+ .e-input-group.e-bigger.e-input-focus input.e-input,
2302
+ .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2303
+ .e-bigger .e-input-group.e-input-focus input.e-input,
2304
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2305
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2306
+ .e-float-input.e-bigger.e-input-focus input,
2307
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input,
2308
+ .e-bigger .e-float-input.e-input-focus input {
2309
+ padding-left: 14px;
2310
+ text-indent: 0;
2311
+ }
2312
+
2313
+ .e-rtl input.e-input.e-bigger,
2314
+ input.e-input.e-bigger.e-rtl,
2315
+ .e-bigger.e-rtl input.e-input,
2316
+ .e-bigger input.e-input.e-rtl,
2317
+ .e-float-input.e-control-wrapper.e-bigger.e-rtl input,
2318
+ .e-float-input.e-bigger.e-rtl input,
2319
+ .e-input-group.e-bigger.e-rtl input.e-input,
2320
+ .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,
2321
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger input,
2322
+ .e-rtl .e-float-input.e-bigger input,
2323
+ .e-rtl .e-input-group.e-bigger input.e-input,
2324
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input,
2325
+ .e-float-input.e-control-wrapper.e-rtl input.e-bigger,
2326
+ .e-float-input.e-rtl input.e-bigger,
2327
+ .e-input-group.e-rtl input.e-input.e-bigger,
2328
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,
2329
+ .e-rtl .e-float-input.e-control-wrapper input.e-bigger,
2330
+ .e-rtl .e-float-input input.e-bigger,
2331
+ .e-rtl .e-input-group input.e-input.e-bigger,
2332
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger,
2333
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input,
2334
+ .e-bigger .e-float-input.e-rtl input,
2335
+ .e-bigger .e-input-group.e-rtl input.e-input,
2336
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input,
2337
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input,
2338
+ .e-bigger.e-rtl .e-float-input input,
2339
+ .e-bigger.e-rtl .e-input-group input.e-input,
2340
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input,
2341
+ .e-bigger.e-rtl .e-input-group input.e-input:focus,
2342
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2343
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus,
2344
+ .e-bigger.e-rtl .e-float-input input:focus,
2345
+ .e-bigger .e-input-group.e-rtl input.e-input:focus,
2346
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2347
+ .e-bigger .e-float-input.e-rtl input:focus,
2348
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus,
2349
+ .e-bigger.e-rtl .e-input-group.e-input-focus input.e-input,
2350
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2351
+ .e-bigger .e-input-group.e-rtl.e-input-focus input.e-input,
2352
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2353
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
2354
+ .e-bigger.e-rtl .e-float-input.e-input-focus input,
2355
+ .e-bigger .e-float-input.e-rtl.e-input-focus input,
2356
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input {
2357
+ padding-left: 0;
2358
+ padding-right: 14px;
2359
+ text-indent: 0;
2360
+ }
2361
+
2362
+ textarea.e-input.e-bigger,
2363
+ .e-bigger textarea.e-input,
2364
+ .e-input-group.e-bigger textarea.e-input,
2365
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
2366
+ .e-float-input.e-control-wrapper.e-bigger textarea,
2367
+ .e-float-input.e-control-wrapper textarea.e-bigger,
2368
+ .e-float-input.e-bigger textarea,
2369
+ .e-float-input textarea.e-bigger,
2370
+ .e-input-group textarea.e-input.e-bigger,
2371
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
2372
+ .e-bigger .e-float-input.e-control-wrapper textarea,
2373
+ .e-bigger .e-float-input textarea,
2374
+ .e-bigger .e-input-group textarea.e-input,
2375
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
2376
+ .e-input-group.e-bigger textarea.e-input:focus,
2377
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
2378
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus,
2379
+ .e-float-input.e-bigger textarea:focus,
2380
+ .e-bigger .e-input-group textarea.e-input:focus,
2381
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
2382
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus,
2383
+ .e-bigger .e-float-input textarea:focus {
2384
+ padding-left: 14px;
2385
+ text-indent: 0;
2386
+ }
2387
+
2388
+ .e-rtl textarea.e-input.e-bigger,
2389
+ textarea.e-input.e-bigger.e-rtl,
2390
+ .e-bigger.e-rtl textarea.e-input,
2391
+ .e-bigger textarea.e-input.e-rtl,
2392
+ .e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea,
2393
+ .e-float-input:not(.e-outline).e-bigger.e-rtl textarea,
2394
+ .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input,
2395
+ .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input,
2396
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea,
2397
+ .e-rtl .e-float-input:not(.e-outline).e-bigger textarea,
2398
+ .e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input,
2399
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input,
2400
+ .e-float-input:not(.e-outline).e-rtl textarea.e-bigger,
2401
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger,
2402
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger,
2403
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger,
2404
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-bigger,
2405
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger,
2406
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger,
2407
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger,
2408
+ .e-bigger .e-float-input:not(.e-outline).e-rtl textarea,
2409
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2410
+ .e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2411
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2412
+ .e-bigger.e-rtl .e-float-input:not(.e-outline) textarea,
2413
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2414
+ .e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2415
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2416
+ .e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2417
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2418
+ .e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus,
2419
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
2420
+ .e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2421
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2422
+ .e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus,
2423
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus {
2424
+ padding-right: 14px;
2425
+ text-indent: 0;
2426
+ }
2427
+
2428
+ input.e-input.e-bigger.e-small,
2429
+ .e-bigger input.e-input.e-small,
2430
+ .e-input-group.e-small.e-bigger input.e-input,
2431
+ .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
2432
+ .e-input-group.e-small input.e-input.e-bigger,
2433
+ .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
2434
+ .e-bigger .e-input-group.e-small input.e-input,
2435
+ .e-bigger .e-input-group.e-control-wrapper.e-small input.e-input,
2436
+ .e-float-input.e-small.e-bigger input,
2437
+ .e-float-input.e-small input.e-bigger,
2438
+ .e-bigger .e-float-input.e-small input,
2439
+ .e-float-input.e-control-wrapper.e-small.e-bigger input,
2440
+ .e-float-input.e-control-wrapper.e-small input.e-bigger,
2441
+ .e-bigger .e-float-input.e-control-wrapper.e-small input,
2442
+ .e-bigger .e-input-group.e-small input.e-input:focus,
2443
+ .e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2444
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:focus,
2445
+ .e-bigger .e-float-input.e-small input:focus,
2446
+ .e-small .e-input-group.e-bigger input.e-input:focus,
2447
+ .e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2448
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:focus,
2449
+ .e-small .e-float-input.e-bigger input:focus,
2450
+ .e-input-group.e-bigger.e-small input.e-input:focus,
2451
+ .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
2452
+ .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
2453
+ .e-float-input.e-bigger.e-small input:focus,
2454
+ .e-bigger .e-input-group.e-small.e-input-focus input.e-input,
2455
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2456
+ .e-small .e-input-group.e-bigger.e-input-focus input.e-input,
2457
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2458
+ .e-input-group.e-bigger.e-small.e-input-focus input.e-input,
2459
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input,
2460
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input,
2461
+ .e-bigger .e-float-input.e-small.e-input-focus input,
2462
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2463
+ .e-small .e-float-input.e-bigger.e-input-focus input,
2464
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
2465
+ .e-float-input.e-bigger.e-small.e-input-focus input,
2466
+ textarea.e-input.e-bigger.e-small,
2467
+ .e-bigger textarea.e-input.e-small,
2468
+ .e-input-group.e-small.e-bigger textarea.e-input,
2469
+ .e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
2470
+ .e-input-group.e-small textarea.e-input.e-bigger,
2471
+ .e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
2472
+ .e-bigger .e-input-group.e-small textarea.e-input,
2473
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
2474
+ .e-float-input.e-small.e-bigger textarea,
2475
+ .e-float-input.e-small textarea.e-bigger,
2476
+ .e-bigger .e-float-input.e-small textarea,
2477
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea,
2478
+ .e-float-input.e-control-wrapper.e-small textarea.e-bigger,
2479
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea,
2480
+ .e-bigger .e-input-group.e-small textarea.e-input:focus,
2481
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
2482
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,
2483
+ .e-bigger .e-float-input.e-small textarea:focus,
2484
+ .e-small .e-input-group.e-bigger textarea.e-input:focus,
2485
+ .e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
2486
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,
2487
+ .e-small .e-float-input.e-bigger textarea:focus,
2488
+ .e-input-group.e-bigger.e-small textarea.e-input:focus,
2489
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
2490
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,
2491
+ .e-float-input.e-bigger.e-small textarea:focus {
2492
+ padding-left: 12px;
2493
+ text-indent: 0;
2494
+ }
2495
+
2496
+ .e-bigger input.e-input.e-small.e-rtl,
2497
+ .e-input-group.e-small.e-bigger.e-rtl input.e-input,
2498
+ .e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,
2499
+ .e-input-group.e-small.e-rtl input.e-input.e-bigger,
2500
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,
2501
+ .e-bigger .e-input-group.e-small.e-rtl input.e-input,
2502
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
2503
+ .e-float-input.e-small.e-bigger.e-rtl input,
2504
+ .e-float-input.e-small.e-rtl input.e-bigger,
2505
+ .e-bigger .e-float-input.e-small.e-rtl input,
2506
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input,
2507
+ .e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger,
2508
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input,
2509
+ .e-bigger.e-rtl input.e-input.e-small,
2510
+ .e-rtl .e-input-group.e-small.e-bigger input.e-input,
2511
+ .e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
2512
+ .e-rtl .e-input-group.e-small input.e-input.e-bigger,
2513
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
2514
+ .e-bigger.e-rtl .e-input-group.e-small input.e-input,
2515
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
2516
+ .e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input,
2517
+ .e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger,
2518
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input,
2519
+ .e-rtl .e-float-input.e-small.e-bigger input,
2520
+ .e-rtl .e-float-input.e-small input.e-bigger,
2521
+ .e-bigger.e-rtl .e-float-input.e-small input,
2522
+ .e-bigger .e-input-group.e-small.e-rtl input.e-input:focus,
2523
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,
2524
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus,
2525
+ .e-bigger .e-float-input.e-small.e-rtl input:focus,
2526
+ .e-small .e-input-group.e-bigger.e-rtl input.e-input:focus,
2527
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus,
2528
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,
2529
+ .e-small .e-float-input.e-bigger.e-rtl input:focus,
2530
+ .e-input-group.e-bigger.e-small.e-rtl input.e-input:focus,
2531
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus,
2532
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,
2533
+ .e-float-input.e-bigger.e-small.e-rtl input:focus,
2534
+ .e-bigger.e-rtl .e-input-group.e-small input.e-input:focus,
2535
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2536
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus,
2537
+ .e-bigger.e-rtl .e-float-input.e-small input:focus,
2538
+ .e-small.e-rtl .e-input-group.e-bigger input.e-input:focus,
2539
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2540
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus,
2541
+ .e-small.e-rtl .e-float-input.e-bigger input:focus,
2542
+ .e-rtl .e-input-group.e-bigger.e-small input.e-input:focus,
2543
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
2544
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
2545
+ .e-rtl .e-float-input.e-bigger.e-small input:focus,
2546
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,
2547
+ .e-bigger .e-float-input.e-small.e-rtl.e-input-focus input,
2548
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,
2549
+ .e-small .e-float-input.e-bigger.e-rtl.e-input-focus input,
2550
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,
2551
+ .e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,
2552
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input,
2553
+ .e-bigger.e-rtl .e-float-input.e-small.e-input-focus input,
2554
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2555
+ .e-small.e-rtl .e-float-input.e-bigger.e-input-focus input,
2556
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
2557
+ .e-rtl .e-float-input.e-bigger.e-small.e-input-focus input,
2558
+ .e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input,
2559
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,
2560
+ .e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,
2561
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,
2562
+ .e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
2563
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
2564
+ .e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input,
2565
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2566
+ .e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input,
2567
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2568
+ .e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input,
2569
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input {
2570
+ padding-left: 0;
2571
+ padding-right: 12px;
2572
+ text-indent: 0;
2573
+ }
2574
+
2575
+ .e-bigger textarea.e-input.e-small.e-rtl,
2576
+ .e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input,
2577
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,
2578
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger,
2579
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,
2580
+ .e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
2581
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
2582
+ .e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea,
2583
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger,
2584
+ .e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea,
2585
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea,
2586
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger,
2587
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
2588
+ .e-bigger.e-rtl textarea.e-input.e-small,
2589
+ .e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input,
2590
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input,
2591
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger,
2592
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger,
2593
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
2594
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
2595
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
2596
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
2597
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
2598
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
2599
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
2600
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea,
2601
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea,
2602
+ .e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus,
2603
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus,
2604
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus,
2605
+ .e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus,
2606
+ .e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus,
2607
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,
2608
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus,
2609
+ .e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus,
2610
+ .e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus,
2611
+ .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,
2612
+ .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,
2613
+ .e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus,
2614
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus,
2615
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus,
2616
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus,
2617
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus,
2618
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus,
2619
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus,
2620
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus,
2621
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus,
2622
+ .e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus,
2623
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
2624
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus,
2625
+ .e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus {
2626
+ padding-right: 12px;
2627
+ text-indent: 0;
2628
+ }
2629
+
2630
+ .e-float-input .e-clear-icon,
2631
+ .e-float-input.e-control-wrapper .e-clear-icon,
2632
+ .e-input-group .e-clear-icon,
2633
+ .e-input-group.e-control-wrapper .e-clear-icon {
2634
+ background: transparent;
2635
+ border: 0;
2636
+ cursor: pointer;
2637
+ display: -webkit-box;
2638
+ display: -ms-flexbox;
2639
+ display: flex;
2640
+ -webkit-box-orient: vertical;
2641
+ -webkit-box-direction: normal;
2642
+ -ms-flex-direction: column;
2643
+ flex-direction: column;
2644
+ -webkit-box-pack: center;
2645
+ -ms-flex-pack: center;
2646
+ justify-content: center;
2647
+ line-height: 1;
2648
+ min-width: 24px;
2649
+ outline: none;
2650
+ padding: 0;
2651
+ text-align: center;
2652
+ }
2653
+
2654
+ .e-float-input .e-clear-icon::before,
2655
+ .e-float-input.e-control-wrapper .e-clear-icon::before,
2656
+ .e-input-group .e-clear-icon::before,
2657
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
2658
+ font-size: 12px;
2659
+ padding: 0;
2660
+ text-align: center;
2661
+ vertical-align: middle;
2662
+ }
2663
+
2664
+ .e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,
2665
+ .e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,
2666
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
2667
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
2668
+ cursor: pointer;
2669
+ display: -webkit-box;
2670
+ display: -ms-flexbox;
2671
+ display: flex;
2672
+ }
2673
+
2674
+ .e-float-input.e-small.e-bigger .e-clear-icon,
2675
+ .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2676
+ .e-input-group.e-small.e-bigger .e-clear-icon,
2677
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2678
+ .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon,
2679
+ .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
2680
+ .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon,
2681
+ .e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
2682
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
2683
+ .e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon,
2684
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
2685
+ .e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon {
2686
+ padding-bottom: 0;
2687
+ }
2688
+
2689
+ .e-float-input.e-small .e-clear-icon::before,
2690
+ .e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
2691
+ .e-input-group.e-small .e-clear-icon::before,
2692
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
2693
+ .e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
2694
+ .e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
2695
+ .e-float-input input.e-small:first-child ~ .e-clear-icon::before,
2696
+ .e-small .e-float-input .e-clear-icon::before,
2697
+ .e-small .e-input-group .e-clear-icon::before,
2698
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
2699
+ font-size: 10px;
2700
+ }
2701
+
2702
+ .e-float-input.e-bigger .e-clear-icon::before,
2703
+ .e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before,
2704
+ .e-input-group.e-bigger .e-clear-icon::before,
2705
+ .e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before,
2706
+ .e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before,
2707
+ .e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2708
+ .e-float-input input.e-bigger:first-child ~ .e-clear-icon::before,
2709
+ .e-bigger .e-float-input .e-clear-icon::before,
2710
+ .e-bigger .e-input-group .e-clear-icon::before,
2711
+ .e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
2712
+ font-size: 12px;
2713
+ }
2714
+
2715
+ .e-float-input.e-small.e-bigger .e-clear-icon::before,
2716
+ .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2717
+ .e-input-group.e-small.e-bigger .e-clear-icon::before,
2718
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2719
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
2720
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2721
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
2722
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
2723
+ .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
2724
+ .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2725
+ .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
2726
+ .e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
2727
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2728
+ .e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
2729
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
2730
+ .e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
2731
+ font-size: 12px;
2732
+ }
2733
+
2734
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
2735
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
2736
+ cursor: pointer;
2737
+ }
2738
+
2739
+ .e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
2740
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2741
+ .e-float-input input[readonly]:first-child ~ .e-clear-icon,
2742
+ .e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2743
+ .e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide,
2744
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2745
+ .e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
2746
+ .e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide {
2747
+ cursor: auto;
2748
+ }
2749
+
2750
+ .e-input-group .e-clear-icon,
2751
+ .e-input-group.e-control-wrapper .e-clear-icon {
2752
+ min-height: 0;
2753
+ min-width: 32px;
2754
+ padding-bottom: 0;
2755
+ padding-left: 0;
2756
+ padding-right: 0;
2757
+ padding-top: 0;
2758
+ }
2759
+
2760
+ .e-float-input.e-input-group .e-clear-icon,
2761
+ .e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
2762
+ padding-right: 0;
2763
+ padding-top: 0;
2764
+ }
2765
+
2766
+ .e-input-group.e-bigger .e-clear-icon,
2767
+ .e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
2768
+ .e-input-group .e-clear-icon.e-bigger,
2769
+ .e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
2770
+ .e-bigger .e-input-group .e-clear-icon,
2771
+ .e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2772
+ min-width: 38px;
2773
+ min-height: 0;
2774
+ padding-bottom: 0;
2775
+ padding-right: 0;
2776
+ padding-top: 0;
2777
+ }
2778
+
2779
+ .e-input-group.e-float-input.e-bigger .e-clear-icon,
2780
+ .e-input-group.e-float-input .e-clear-icon.e-bigger,
2781
+ .e-bigger .e-input-group.e-float-input .e-clear-icon,
2782
+ .e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon,
2783
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger,
2784
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
2785
+ padding-right: 0;
2786
+ padding-top: 0;
2787
+ }
2788
+
2789
+ .e-input-group.e-small .e-clear-icon,
2790
+ .e-input-group .e-clear-icon.e-small,
2791
+ .e-small.e-bigger .e-input-group .e-clear-icon,
2792
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2793
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2794
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2795
+ min-height: 0;
2796
+ min-width: 38px;
2797
+ padding-bottom: 0;
2798
+ padding-right: 0;
2799
+ padding-top: 0;
2800
+ }
2801
+
2802
+ .e-input-group.e-small.e-bigger .e-clear-icon,
2803
+ .e-input-group.e-small .e-clear-icon.e-bigger,
2804
+ .e-bigger .e-input-group.e-small .e-clear-icon,
2805
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2806
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
2807
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon {
2808
+ min-height: 0;
2809
+ min-width: 34px;
2810
+ padding-bottom: 0;
2811
+ padding-right: 0;
2812
+ padding-top: 0;
2813
+ }
2814
+
2815
+ .e-input-group.e-float-input.e-small.e-bigger .e-clear-icon,
2816
+ .e-input-group.e-float-input.e-small .e-clear-icon.e-bigger,
2817
+ .e-bigger .e-input-group.e-float-input.e-small .e-clear-icon,
2818
+ .e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
2819
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
2820
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2821
+ .e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2822
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger,
2823
+ .e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
2824
+ .e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
2825
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
2826
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon {
2827
+ padding-right: 0;
2828
+ padding-top: 0;
2829
+ }
2830
+
2831
+ .e-input-group.e-small .e-clear-icon,
2832
+ .e-input-group .e-clear-icon.e-small,
2833
+ .e-small .e-input-group .e-clear-icon,
2834
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2835
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2836
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon {
2837
+ min-height: 0;
2838
+ min-width: 26px;
2839
+ padding-bottom: 0;
2840
+ padding-right: 0;
2841
+ padding-top: 0;
2842
+ }
2843
+
2844
+ .e-input-group.e-float-input.e-small .e-clear-icon,
2845
+ .e-input-group.e-float-input .e-clear-icon.e-small,
2846
+ .e-small .e-input-group.e-float-input .e-clear-icon,
2847
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2848
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
2849
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
2850
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
2851
+ .e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
2852
+ .e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
2853
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2854
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
2855
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
2856
+ padding-right: 0;
2857
+ padding-top: 0;
2858
+ }
2859
+
2860
+ .e-input:not(:valid),
2861
+ .e-input:valid,
2862
+ .e-float-input.e-control-wrapper input:not(:valid),
2863
+ .e-float-input.e-control-wrapper input:valid,
2864
+ .e-float-input input:not(:valid),
2865
+ .e-float-input input:valid,
2866
+ .e-input-group input:not(:valid),
2867
+ .e-input-group input:valid,
2868
+ .e-input-group.e-control-wrapper input:not(:valid),
2869
+ .e-input-group.e-control-wrapper input:valid,
2870
+ .e-float-input.e-control-wrapper textarea:not(:valid),
2871
+ .e-float-input.e-control-wrapper textarea:valid,
2872
+ .e-float-input textarea:not(:valid),
2873
+ .e-float-input textarea:valid,
2874
+ .e-input-group.e-control-wrapper textarea:not(:valid),
2875
+ .e-input-group.e-control-wrapper textarea:valid,
2876
+ .e-input-group textarea:not(:valid),
2877
+ .e-input-group textarea:valid {
2878
+ -webkit-box-shadow: none;
2879
+ box-shadow: none;
2880
+ }
2881
+
2882
+ .e-input-group .e-input-in-wrap,
2883
+ .e-input-group.e-control-wrapper .e-input-in-wrap,
2884
+ .e-float-input .e-input-in-wrap,
2885
+ .e-float-input.e-control-wrapper .e-input-in-wrap {
2886
+ width: 100%;
2887
+ display: -webkit-box;
2888
+ display: -ms-flexbox;
2889
+ display: flex;
2890
+ position: relative;
2891
+ }
2892
+
2893
+ .e-float-input .e-input-in-wrap label.e-float-text,
2894
+ .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text {
2895
+ right: 0;
2896
+ overflow: hidden;
2897
+ text-overflow: ellipsis;
2898
+ vertical-align: middle;
2899
+ white-space: nowrap;
2900
+ }
2901
+
2902
+ .e-float-input textarea:focus ~ label.e-float-text,
2903
+ .e-float-input textarea:valid ~ label.e-float-text,
2904
+ .e-float-input textarea ~ label.e-label-top.e-float-text,
2905
+ .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
2906
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
2907
+ .e-float-input textarea label.e-float-text.e-label-top,
2908
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
2909
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
2910
+ .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
2911
+ .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
2912
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
2913
+ .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
2914
+ font-size: 12px;
2915
+ padding-right: 0;
2916
+ -webkit-transform: translate3d(-10px, -37px, 0) scale(1);
2917
+ transform: translate3d(-10px, -37px, 0) scale(1);
2918
+ }
2919
+
2920
+ .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
2921
+ .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
2922
+ .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
2923
+ .e-bigger .e-float-input textarea:focus ~ label.e-float-text,
2924
+ .e-bigger .e-float-input textarea:valid ~ label.e-float-text,
2925
+ .e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
2926
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
2927
+ .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
2928
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
2929
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
2930
+ .e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
2931
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
2932
+ font-size: 13px;
2933
+ top: 14px;
2934
+ }
2935
+
2936
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
2937
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
2938
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
2939
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
2940
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
2941
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
2942
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
2943
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
2944
+ font-size: 11px;
2945
+ top: 16px;
2946
+ }
2947
+
2948
+ .e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
2949
+ .e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
2950
+ .e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
2951
+ .e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text,
2952
+ .e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text,
2953
+ .e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
2954
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text,
2955
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text,
2956
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
2957
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
2958
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
2959
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text {
2960
+ font-size: 12px;
2961
+ top: 16px;
2962
+ }
2963
+
2964
+ .e-float-input textarea ~ .e-float-text,
2965
+ .e-float-input.e-control-wrapper textarea ~ .e-float-text {
2966
+ top: 15px;
2967
+ }
2968
+
2969
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2970
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2971
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2972
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
2973
+ font-size: 13px;
2974
+ }
2975
+
2976
+ .e-float-input.e-bigger textarea ~ label.e-float-text,
2977
+ .e-float-input textarea ~ label.e-float-text.e-bigger,
2978
+ .e-float-input textarea.e-bigger ~ label.e-float-text,
2979
+ .e-bigger .e-float-input textarea ~ label.e-float-text,
2980
+ .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2981
+ .e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2982
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text,
2983
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger,
2984
+ .e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text,
2985
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text,
2986
+ .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2987
+ .e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
2988
+ font-size: 15px;
2989
+ top: 18px;
2990
+ }
2991
+
2992
+ .e-float-input.e-small textarea ~ label.e-float-text,
2993
+ .e-float-input textarea ~ label.e-float-text.e-small,
2994
+ .e-float-input textarea.e-small ~ label.e-float-text,
2995
+ .e-small .e-float-input textarea ~ label.e-float-text,
2996
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
2997
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
2998
+ .e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
2999
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text {
3000
+ font-size: 13px;
3001
+ top: 15px;
3002
+ }
3003
+
3004
+ .e-input-group:hover:not(.e-disabled),
3005
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled),
3006
+ .e-float-input:hover:not(.e-disabled),
3007
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3008
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3009
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3010
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3011
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled),
3012
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3013
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3014
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3015
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
3016
+ border-bottom-width: 1px;
3017
+ }
3018
+
3019
+ .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3020
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3021
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3022
+ font-size: 12px;
3023
+ font-weight: bold;
3024
+ padding-right: 0;
3025
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3026
+ transform: translate3d(-10px, -39px, 0) scale(1);
3027
+ -webkit-user-select: text;
3028
+ user-select: text;
3029
+ }
3030
+
3031
+ .e-bigger .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3032
+ .e-bigger.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3033
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3034
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3035
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3036
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3037
+ font-size: 13px;
3038
+ font-weight: bold;
3039
+ padding-right: 0;
3040
+ top: 14px;
3041
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3042
+ transform: translate3d(-10px, -39px, 0) scale(1);
3043
+ -webkit-user-select: text;
3044
+ user-select: text;
3045
+ }
3046
+
3047
+ .e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3048
+ .e-small.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3049
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3050
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3051
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3052
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3053
+ font-size: 11px;
3054
+ font-weight: bold;
3055
+ padding-right: 0;
3056
+ top: 17px;
3057
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3058
+ transform: translate3d(-10px, -39px, 0) scale(1);
3059
+ -webkit-user-select: text;
3060
+ user-select: text;
3061
+ }
3062
+
3063
+ .e-bigger .e-float-input.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3064
+ .e-bigger.e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3065
+ .e-float-input.e-bigger.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3066
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3067
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3068
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3069
+ .e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3070
+ .e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3071
+ .e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3072
+ .e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3073
+ font-size: 12px;
3074
+ font-weight: bold;
3075
+ padding-right: 0;
3076
+ top: 16px;
3077
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3078
+ transform: translate3d(-10px, -39px, 0) scale(1);
3079
+ -webkit-user-select: text;
3080
+ user-select: text;
3081
+ }
3082
+
3083
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3084
+ .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3085
+ .e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3086
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3087
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3088
+ .e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3089
+ .e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3090
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3091
+ .e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3092
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3093
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3094
+ .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3095
+ .e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3096
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3097
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3098
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3099
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3100
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3101
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3102
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3103
+ -moz-transform: translate(0%, -50%);
3104
+ -ms-transform: translate(0%, -50%);
3105
+ -o-transform: translate(0%, -50%);
3106
+ -webkit-transform: translate(0%, -50%);
3107
+ -webkit-box-sizing: border-box;
3108
+ box-sizing: border-box;
3109
+ left: 0%;
3110
+ top: 15px;
3111
+ transform: translate(0%, -50%);
3112
+ width: 100%;
3113
+ font-style: normal;
3114
+ }
3115
+
3116
+ .e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3117
+ .e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3118
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3119
+ .e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3120
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3121
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3122
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3123
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3124
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3125
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3126
+ font-size: 14px;
3127
+ font-style: normal;
3128
+ }
3129
+
3130
+ .e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text,
3131
+ .e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text,
3132
+ .e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
3133
+ .e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3134
+ .e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3135
+ .e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,
3136
+ .e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text,
3137
+ .e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text,
3138
+ .e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
3139
+ .e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3140
+ .e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3141
+ .e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top,
3142
+ .e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
3143
+ .e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
3144
+ .e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
3145
+ .e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3146
+ .e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3147
+ .e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top,
3148
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
3149
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
3150
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
3151
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3152
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3153
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
3154
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
3155
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
3156
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
3157
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3158
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3159
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
3160
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
3161
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
3162
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
3163
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3164
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3165
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top {
3166
+ padding-right: 0;
3167
+ -webkit-transform: translate3d(-10px, -37px, 0) scale(1);
3168
+ transform: translate3d(-10px, -37px, 0) scale(1);
3169
+ }
3170
+
3171
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3172
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3173
+ padding-right: 0;
3174
+ -webkit-transform: translate3d(0, 16px, 0) scale(1);
3175
+ transform: translate3d(0, 16px, 0) scale(1);
3176
+ }
3177
+
3178
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3179
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3180
+ font-size: 14px;
3181
+ font-style: normal;
3182
+ font-weight: normal;
3183
+ left: 0;
3184
+ overflow: hidden;
3185
+ padding-left: 10px;
3186
+ pointer-events: none;
3187
+ position: absolute;
3188
+ text-overflow: ellipsis;
3189
+ top: -11px;
3190
+ -webkit-transform: translate3d(0, 16px, 0) scale(1);
3191
+ transform: translate3d(0, 16px, 0) scale(1);
3192
+ -webkit-transform-origin: left top;
3193
+ transform-origin: left top;
3194
+ -webkit-transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
3195
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
3196
+ -webkit-user-select: none;
3197
+ -moz-user-select: none;
3198
+ -ms-user-select: none;
3199
+ user-select: none;
3200
+ white-space: nowrap;
3201
+ width: 100%;
3202
+ }
3203
+
3204
+ .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3205
+ .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3206
+ .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3207
+ font-size: 12px;
3208
+ font-weight: bold;
3209
+ padding-right: 0;
3210
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3211
+ transform: translate3d(-10px, -39px, 0) scale(1);
3212
+ -webkit-user-select: text;
3213
+ user-select: text;
3214
+ }
3215
+
3216
+ .e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3217
+ .e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3218
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3219
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3220
+ .e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3221
+ .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3222
+ font-size: 11px;
3223
+ font-weight: bold;
3224
+ padding-right: 0;
3225
+ top: 17px;
3226
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3227
+ transform: translate3d(-10px, -39px, 0) scale(1);
3228
+ -webkit-user-select: text;
3229
+ user-select: text;
3230
+ }
3231
+
3232
+ .e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
3233
+ .e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3234
+ .e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text,
3235
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3236
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3237
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3238
+ .e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3239
+ .e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3240
+ .e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3241
+ .e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3242
+ font-size: 12px;
3243
+ font-weight: bold;
3244
+ padding-right: 0;
3245
+ top: 16px;
3246
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3247
+ transform: translate3d(-10px, -39px, 0) scale(1);
3248
+ -webkit-user-select: text;
3249
+ user-select: text;
3250
+ }
3251
+
3252
+ .e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3253
+ .e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3254
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3255
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3256
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3257
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3258
+ font-size: 13px;
3259
+ font-weight: bold;
3260
+ padding-right: 0;
3261
+ top: 14px;
3262
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3263
+ transform: translate3d(-10px, -39px, 0) scale(1);
3264
+ -webkit-user-select: text;
3265
+ user-select: text;
3266
+ }
3267
+
3268
+ .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
3269
+ .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
3270
+ .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
3271
+ .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3272
+ .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3273
+ .e-float-input.e-bigger textarea label.e-float-text.e-label-top,
3274
+ .e-bigger .e-float-input textarea:focus ~ label.e-float-text,
3275
+ .e-bigger .e-float-input textarea:valid ~ label.e-float-text,
3276
+ .e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
3277
+ .e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3278
+ .e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3279
+ .e-bigger .e-float-input textarea label.e-float-text.e-label-top,
3280
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
3281
+ .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
3282
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
3283
+ .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3284
+ .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3285
+ .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,
3286
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3287
+ .e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3288
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3289
+ .e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3290
+ .e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3291
+ .e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3292
+ padding-right: 0;
3293
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3294
+ transform: translate3d(-10px, -39px, 0) scale(1);
3295
+ }
3296
+
3297
+ .e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
3298
+ .e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
3299
+ .e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
3300
+ .e-float-input.e-small.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3301
+ .e-float-input.e-small.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3302
+ .e-float-input.e-small.e-bigger textarea label.e-float-text.e-label-top,
3303
+ .e-bigger.e-small .e-float-input textarea:focus ~ label.e-float-text,
3304
+ .e-bigger.e-small .e-float-input textarea:valid ~ label.e-float-text,
3305
+ .e-bigger.e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
3306
+ .e-bigger.e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3307
+ .e-bigger.e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3308
+ .e-bigger.e-small .e-float-input textarea label.e-float-text.e-label-top,
3309
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
3310
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
3311
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
3312
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3313
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3314
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
3315
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3316
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3317
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3318
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3319
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3320
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3321
+ padding-right: 0;
3322
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3323
+ transform: translate3d(-10px, -39px, 0) scale(1);
3324
+ }
3325
+
3326
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
3327
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
3328
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
3329
+ .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3330
+ .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3331
+ .e-float-input.e-small textarea label.e-float-text.e-label-top,
3332
+ .e-small .e-float-input textarea:focus ~ label.e-float-text,
3333
+ .e-small .e-float-input textarea:valid ~ label.e-float-text,
3334
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
3335
+ .e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3336
+ .e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3337
+ .e-small .e-float-input textarea label.e-float-text.e-label-top,
3338
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
3339
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
3340
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
3341
+ .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3342
+ .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3343
+ .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
3344
+ .e-small .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3345
+ .e-small .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3346
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3347
+ .e-small .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3348
+ .e-small .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3349
+ .e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3350
+ padding-right: 0;
3351
+ -webkit-transform: translate3d(-10px, -39px, 0) scale(1);
3352
+ transform: translate3d(-10px, -39px, 0) scale(1);
3353
+ }
3354
+
3355
+ .e-float-input textarea[disabled],
3356
+ .e-float-input textarea.e-disabled,
3357
+ .e-float-input.e-control-wrapper textarea[disabled],
3358
+ .e-float-input.e-control-wrapper textarea.e-disabled {
3359
+ border-color: #505050;
3360
+ border-style: solid;
3361
+ }
3362
+
3363
+ .e-float-input textarea[disabled],
3364
+ .e-float-input textarea.e-disabled,
3365
+ .e-float-input.e-control-wrapper textarea[disabled],
3366
+ .e-float-input.e-control-wrapper textarea.e-disabled {
3367
+ background: transparent;
3368
+ background-image: none;
3369
+ cursor: not-allowed;
3370
+ }
3371
+
3372
+ textarea.e-input,
3373
+ .e-input-group textarea,
3374
+ .e-input-group textarea.e-input,
3375
+ .e-input-group.e-input-focus textarea,
3376
+ .e-input-group.e-input-focus textarea.e-input,
3377
+ .e-input-group.e-control-wrapper textarea,
3378
+ .e-input-group.e-control-wrapper.e-input-focus textarea,
3379
+ .e-input-group.e-control-wrapper textarea.e-input,
3380
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3381
+ .e-float-input textarea,
3382
+ .e-float-input.e-control-wrapper textarea {
3383
+ line-height: 1.5;
3384
+ min-height: 32px;
3385
+ min-width: 0;
3386
+ padding: 4px 12px 4px 12px;
3387
+ resize: vertical;
3388
+ }
3389
+
3390
+ .e-input-group.e-bigger textarea,
3391
+ .e-input-group.e-bigger textarea.e-input,
3392
+ .e-input-group textarea.e-bigger,
3393
+ .e-input-group textarea.e-input.e-bigger,
3394
+ .e-input-group.e-control-wrapper.e-bigger textarea,
3395
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
3396
+ .e-input-group.e-control-wrapper textarea.e-bigger,
3397
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
3398
+ .e-bigger .e-input-group textarea,
3399
+ .e-bigger .e-input-group textarea.e-input,
3400
+ .e-bigger .e-input-group.e-control-wrapper textarea,
3401
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
3402
+ .e-float-input.e-bigger textarea,
3403
+ .e-float-input textarea.e-bigger,
3404
+ .e-float-input.e-control-wrapper.e-bigger textarea,
3405
+ .e-float-input.e-control-wrapper textarea.e-bigger,
3406
+ .e-bigger .e-float-input textarea,
3407
+ .e-bigger .e-float-input.e-control-wrapper textarea {
3408
+ font: inherit;
3409
+ line-height: 1.2;
3410
+ min-height: 36px;
3411
+ padding: 6px 14px 6px 14px;
3412
+ }
3413
+
3414
+ .e-input-group.e-input-focus.e-bigger textarea,
3415
+ .e-input-group.e-input-focus.e-bigger textarea.e-input,
3416
+ .e-input-group.e-input-focus textarea.e-bigger,
3417
+ .e-input-group.e-input-focus textarea.e-input.e-bigger,
3418
+ .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,
3419
+ .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,
3420
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
3421
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
3422
+ .e-bigger .e-input-group.e-input-focus textarea,
3423
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
3424
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3425
+ .e-input-group.e-control-wrapper textarea.e-bigger:focus,
3426
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
3427
+ .e-bigger .e-input-group.e-control-wrapper textarea:focus,
3428
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
3429
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus {
3430
+ font: inherit;
3431
+ line-height: 1.2;
3432
+ min-height: 36px;
3433
+ padding: 6px 14px 6px 14px;
3434
+ }
3435
+
3436
+ .e-input-group.e-small textarea,
3437
+ .e-input-group.e-small textarea.e-input,
3438
+ .e-input-group textarea.e-small,
3439
+ .e-input-group textarea.e-input.e-small,
3440
+ .e-input-group.e-control-wrapper.e-small textarea,
3441
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
3442
+ .e-small .e-input-group textarea,
3443
+ .e-small .e-input-group textarea.e-input,
3444
+ .e-float-input.e-small textarea,
3445
+ .e-float-input textarea.e-small,
3446
+ .e-float-input.e-control-wrapper.e-small textarea,
3447
+ .e-float-input.e-control-wrapper textarea.e-small,
3448
+ .e-small .e-float-input textarea,
3449
+ .e-small .e-float-input.e-control-wrapper textarea {
3450
+ font: inherit;
3451
+ min-height: 26px;
3452
+ padding: 4px 10px 4px 10px;
3453
+ }
3454
+
3455
+ .e-input-group.e-input-focus.e-small textarea,
3456
+ .e-input-group.e-input-focus.e-small textarea.e-input,
3457
+ .e-input-group.e-input-focus textarea.e-small,
3458
+ .e-input-group.e-input-focus textarea.e-input.e-small,
3459
+ .e-input-group.e-input-focus textarea.e-input.e-small,
3460
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
3461
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
3462
+ .e-small .e-input-group.e-input-focus textarea,
3463
+ .e-small .e-input-group.e-input-focus textarea.e-input {
3464
+ font: inherit;
3465
+ min-height: 26px;
3466
+ padding: 4px 10px 4px 10px;
3467
+ }
3468
+
3469
+ .e-input-group.e-small textarea:focus,
3470
+ .e-input-group.e-small textarea.e-input:focus,
3471
+ .e-input-group textarea.e-small:focus,
3472
+ .e-input-group textarea.e-input.e-small:focus,
3473
+ .e-input-group.e-control-wrapper.e-small textarea:focus,
3474
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
3475
+ .e-small .e-input-group textarea:focus,
3476
+ .e-small .e-input-group textarea.e-input:focus,
3477
+ .e-float-input.e-small textarea:focus,
3478
+ .e-float-input textarea.e-small:focus,
3479
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
3480
+ .e-float-input.e-control-wrapper textarea.e-small:focus,
3481
+ .e-small .e-float-input textarea:focus,
3482
+ .e-small .e-float-input.e-control-wrapper textarea:focus {
3483
+ padding: 4px 10px 4px 10px;
3484
+ }
3485
+
3486
+ .e-input-group.e-small.e-bigger textarea.e-input,
3487
+ .e-input-group.e-small textarea.e-input.e-bigger,
3488
+ .e-input-group textarea.e-input.e-bigger.e-small,
3489
+ .e-input-group.e-bigger textarea.e-small,
3490
+ .e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
3491
+ .e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
3492
+ .e-bigger.e-small .e-input-group textarea.e-input,
3493
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
3494
+ .e-bigger .input-group textarea.e-small,
3495
+ .e-bigger .e-input-group.e-small textarea.e-input,
3496
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
3497
+ .e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input,
3498
+ .e-small .input-group textarea.e-bigger,
3499
+ .e-small .e-input-group.e-bigger textarea.e-input,
3500
+ .e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
3501
+ .e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
3502
+ .e-float-input textarea.e-bigger.e-small,
3503
+ .e-float-input.e-small.e-bigger textarea,
3504
+ .e-float-input.e-small textarea.e-bigger,
3505
+ .e-float-input.e-bigger textarea.e-small,
3506
+ .e-bigger .e-float-input.e-small textarea,
3507
+ .e-bigger.e-small .e-float-input textarea,
3508
+ .e-bigger .float-input textarea.e-small,
3509
+ .e-small .e-float-input.e-bigger textarea,
3510
+ .e-small .float-input textarea.e-bigger,
3511
+ .e-small .e-float-input.e-control-wrapper textarea.e-bigger,
3512
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea,
3513
+ .e-float-input.e-control-wrapper.e-small textarea.e-bigger,
3514
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea,
3515
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
3516
+ .e-bigger .e-small.e-float-input.e-control-wrapper textarea {
3517
+ font: inherit;
3518
+ line-height: 1.2;
3519
+ min-height: 32px;
3520
+ padding: 4px 12px 4px 12px;
3521
+ }
3522
+
3523
+ .e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,
3524
+ .e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,
3525
+ .e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,
3526
+ .e-input-group.e-input-focus.e-bigger textarea.e-small,
3527
+ .e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,
3528
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,
3529
+ .e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,
3530
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
3531
+ .e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3532
+ .e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3533
+ .e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input {
3534
+ font: inherit;
3535
+ line-height: 1.2;
3536
+ min-height: 32px;
3537
+ padding: 4px 12px 4px 12px;
3538
+ }
3539
+
3540
+ .e-filled.e-input-group,
3541
+ .e-filled.e-input-group.e-control-wrapper,
3542
+ .e-filled.e-float-input,
3543
+ .e-filled.e-float-input.e-control-wrapper {
3544
+ line-height: 1;
3545
+ }
3546
+
3547
+ .e-filled textarea.e-input,
3548
+ .e-filled.e-input-group.e-multi-line-input textarea,
3549
+ .e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,
3550
+ .e-filled.e-float-input.e-multi-line-input textarea,
3551
+ .e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea {
3552
+ -webkit-box-sizing: border-box;
3553
+ box-sizing: border-box;
3554
+ }
3555
+
3556
+ /*! input theme */
3557
+ input.e-input,
3558
+ .e-input-group input.e-input,
3559
+ .e-input-group.e-control-wrapper input.e-input,
3560
+ .e-input-group textarea.e-input,
3561
+ .e-input-group.e-control-wrapper textarea.e-input,
3562
+ textarea.e-input,
3563
+ .e-float-input input,
3564
+ .e-float-input.e-control-wrapper input,
3565
+ .e-float-input textarea,
3566
+ .e-float-input.e-control-wrapper textarea {
3567
+ background: #1a1a1a;
3568
+ border-color: #767676;
3569
+ color: #f0f0f0;
3570
+ }
3571
+
3572
+ .e-input-group,
3573
+ .e-input-group.e-control-wrapper,
3574
+ .e-float-input,
3575
+ .e-float-input.e-input-group,
3576
+ .e-float-input.e-control-wrapper,
3577
+ .e-float-input.e-input-group.e-control-wrapper {
3578
+ background: #1a1a1a;
3579
+ color: #f0f0f0;
3580
+ }
3581
+
3582
+ .e-input-group .e-input-group-icon,
3583
+ .e-input-group.e-control-wrapper .e-input-group-icon {
3584
+ background: transparent;
3585
+ border-color: #767676;
3586
+ color: #f0f0f0;
3587
+ }
3588
+
3589
+ .e-input-group.e-disabled .e-input-group-icon,
3590
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,
3591
+ .e-float-input.e-disabled .e-clear-icon,
3592
+ .e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
3593
+ .e-input-group.e-disabled .e-clear-icon,
3594
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
3595
+ color: #585858;
3596
+ }
3597
+
3598
+ /* stylelint-disable property-no-vendor-prefix */
3599
+ /* stylelint-disable selector-no-vendor-prefix */
3600
+ .e-input[disabled],
3601
+ .e-input-group .e-input[disabled],
3602
+ .e-input-group.e-control-wrapper .e-input[disabled],
3603
+ .e-input-group.e-disabled,
3604
+ .e-input-group.e-control-wrapper.e-disabled,
3605
+ .e-float-input input[disabled],
3606
+ .e-float-input.e-control-wrapper input[disabled],
3607
+ .e-float-input textarea[disabled],
3608
+ .e-float-input.e-control-wrapper textarea[disabled],
3609
+ .e-float-input.e-disabled,
3610
+ .e-float-input.e-control-wrapper.e-disabled {
3611
+ -webkit-text-fill-color: #9c9c9c;
3612
+ background: #393939;
3613
+ color: #9c9c9c;
3614
+ border-color: #505050;
3615
+ }
3616
+
3617
+ .e-input-group input.e-input,
3618
+ .e-input-group.e-control-wrapper input.e-input,
3619
+ .e-float-input input,
3620
+ .e-float-input.e-control-wrapper input,
3621
+ .e-input-group textarea.e-input,
3622
+ .e-input-group.e-control-wrapper textarea.e-input,
3623
+ .e-float-input textarea,
3624
+ .e-float-input.e-control-wrapper textarea,
3625
+ .e-input-group .e-input[disabled],
3626
+ .e-input-group.e-control-wrapper .e-input[disabled],
3627
+ .e-input-group.e-disabled input.e-input,
3628
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
3629
+ .e-input-group.e-disabled textarea.e-input,
3630
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
3631
+ background: none;
3632
+ color: inherit;
3633
+ }
3634
+
3635
+ .e-input-group .e-input[readonly],
3636
+ .e-input-group.e-control-wrapper .e-input[readonly],
3637
+ .e-float-input input[readonly],
3638
+ .e-float-input.e-control-wrapper input[readonly],
3639
+ .e-float-input textarea[readonly],
3640
+ .e-float-input.e-control-wrapper textarea[readonly] {
3641
+ background: none;
3642
+ color: inherit;
3643
+ }
3644
+
3645
+ .e-float-input.e-disabled input,
3646
+ .e-float-input.e-control-wrapper.e-disabled input,
3647
+ .e-float-input.e-disabled textarea,
3648
+ .e-float-input.e-control-wrapper.e-disabled textarea,
3649
+ .e-float-input input[disabled],
3650
+ .e-float-input.e-control-wrapper input[disabled],
3651
+ .e-float-input textarea[disabled],
3652
+ .e-float-input.e-control-wrapper textarea[disabled] {
3653
+ color: inherit;
3654
+ }
3655
+
3656
+ /*! Added color to textbox for disbaled state */
3657
+ .e-float-input:not(.e-disabled) input[disabled],
3658
+ .e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
3659
+ .e-float-input:not(.e-disabled) textarea[disabled],
3660
+ .e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
3661
+ -webkit-text-fill-color: #9c9c9c;
3662
+ color: #9c9c9c;
3663
+ }
3664
+
3665
+ .e-input-group.e-disabled .e-input-group-icon,
3666
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
3667
+ background: #393939;
3668
+ border-color: #505050;
3669
+ }
3670
+
3671
+ .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
3672
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
3673
+ background: #313131;
3674
+ color: #f0f0f0;
3675
+ }
3676
+
3677
+ .e-input.e-success,
3678
+ .e-input.e-success:focus,
3679
+ .e-input-group.e-success input.e-input,
3680
+ .e-input-group.e-control-wrapper.e-success input.e-input,
3681
+ .e-input-group.e-success .e-input-group-icon,
3682
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
3683
+ .e-input-group.e-success textarea.e-input,
3684
+ .e-input-group.e-control-wrapper.e-success textarea.e-input {
3685
+ border-color: #358238;
3686
+ }
3687
+
3688
+ .e-input.e-warning,
3689
+ .e-input.e-warning:focus,
3690
+ .e-input-group.e-warning input.e-input,
3691
+ .e-input-group.e-control-wrapper.e-warning input.e-input,
3692
+ .e-input-group.e-warning .e-input-group-icon,
3693
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
3694
+ .e-input-group.e-warning textarea.e-input,
3695
+ .e-input-group.e-control-wrapper.e-warning textarea.e-input {
3696
+ border-color: #f9ad37;
3697
+ }
3698
+
3699
+ .e-input.e-error,
3700
+ .e-input.e-error:focus,
3701
+ .e-input-group.e-error input.e-input,
3702
+ .e-input-group.e-control-wrapper.e-error input.e-input,
3703
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon,
3704
+ .e-input-group.e-error .e-input-group-icon,
3705
+ .e-input-group.e-error textarea.e-input,
3706
+ .e-input-group.e-control-wrapper.e-error textarea.e-input {
3707
+ border-color: #c12f2f;
3708
+ }
3709
+
3710
+ label.e-float-text,
3711
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3712
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3713
+ .e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3714
+ .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,
3715
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3716
+ .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,
3717
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3718
+ .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,
3719
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3720
+ .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,
3721
+ .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,
3722
+ .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,
3723
+ .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,
3724
+ .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 {
3725
+ color: #505050;
3726
+ }
3727
+
3728
+ .e-float-input.e-error label.e-float-text,
3729
+ .e-float-input.e-control-wrapper.e-error label.e-float-text,
3730
+ .e-float-input.e-error input:focus ~ label.e-float-text,
3731
+ .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
3732
+ .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
3733
+ .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
3734
+ .e-float-input.e-error textarea:focus ~ label.e-float-text,
3735
+ .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
3736
+ color: #c12f2f;
3737
+ }
3738
+
3739
+ .e-float-input input,
3740
+ .e-float-input textarea,
3741
+ .e-float-input.e-control-wrapper input,
3742
+ .e-float-input.e-control-wrapper textarea,
3743
+ .e-input-group,
3744
+ .e-input-group.e-control-wrapper {
3745
+ border-bottom-color: #767676;
3746
+ }
3747
+
3748
+ .e-float-input.e-success input,
3749
+ .e-float-input.e-success textarea,
3750
+ .e-float-input.e-control-wrapper.e-success input,
3751
+ .e-float-input.e-control-wrapper.e-success textarea {
3752
+ border-color: #358238;
3753
+ }
3754
+
3755
+ .e-float-input.e-warning input,
3756
+ .e-float-input.e-control-wrapper.e-warning input,
3757
+ .e-float-input.e-warning textarea,
3758
+ .e-float-input.e-control-wrapper.e-warning textarea {
3759
+ border-color: #f9ad37;
3760
+ }
3761
+
3762
+ .e-float-input.e-error input,
3763
+ .e-float-input.e-control-wrapper.e-error input,
3764
+ .e-float-input.e-error textarea,
3765
+ .e-float-input.e-control-wrapper.e-error textarea {
3766
+ border-color: #c12f2f;
3767
+ }
3768
+
3769
+ .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),
3770
+ .e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3771
+ .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),
3772
+ input.e-input:-moz-placeholder,
3773
+ .e-input-group input.e-input:-moz-placeholder,
3774
+ .e-input-group input.e-input:-moz-placeholder,
3775
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
3776
+ input.e-input:-moz-placeholder,
3777
+ .e-input-group input.e-input:-moz-placeholder,
3778
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
3779
+ textarea.e-input:-moz-placeholder,
3780
+ .e-input-group textarea.e-input:-moz-placeholder,
3781
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
3782
+ input.e-input::-moz-placeholder,
3783
+ .e-input-group input.e-input::-moz-placeholder,
3784
+ .e-input-group.e-control-wrapper input.e-input::-moz-placeholder,
3785
+ textarea.e-input::-moz-placeholder,
3786
+ .e-input-group textarea.e-input::-moz-placeholder,
3787
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder,
3788
+ input.e-input:-ms-input-placeholder,
3789
+ .e-input-group input.e-input:-ms-input-placeholder,
3790
+ .e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder,
3791
+ textarea.e-input:-ms-input-placeholder,
3792
+ .e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder,
3793
+ .e-input-group textarea.e-input:-ms-input-placeholder,
3794
+ input.e-input::-webkit-input-placeholder,
3795
+ .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,
3796
+ .e-input-group input.e-input::-webkit-input-placeholder,
3797
+ textarea.e-input::-webkit-input-placeholder,
3798
+ .e-input-group textarea.e-input::-webkit-input-placeholder,
3799
+ .e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder,
3800
+ .e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3801
+ .e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3802
+ .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) {
3803
+ color: #767676;
3804
+ }
3805
+
3806
+ .e-input-group:not(.e-disabled) .e-input-group-icon:active,
3807
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
3808
+ background: #2a2a2a;
3809
+ color: #fff;
3810
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
3811
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
3812
+ }
3813
+
3814
+ input.e-input::-moz-selection, textarea.e-input::-moz-selection, .e-input-group input.e-input::-moz-selection, .e-input-group.e-control-wrapper input.e-input::-moz-selection, .e-float-input input::-moz-selection, .e-float-input.e-control-wrapper input::-moz-selection, .e-input-group textarea.e-input::-moz-selection, .e-input-group.e-control-wrapper textarea.e-input::-moz-selection, .e-float-input textarea::-moz-selection, .e-float-input.e-control-wrapper textarea::-moz-selection, .e-float-input.e-small textarea::-moz-selection, .e-float-input textarea::-moz-selection {
3815
+ background: #0070f0;
3816
+ color: #fff;
3817
+ }
3818
+
3819
+ input.e-input::selection,
3820
+ textarea.e-input::selection,
3821
+ .e-input-group input.e-input::selection,
3822
+ .e-input-group.e-control-wrapper input.e-input::selection,
3823
+ .e-float-input input::selection,
3824
+ .e-float-input.e-control-wrapper input::selection,
3825
+ .e-input-group textarea.e-input::selection,
3826
+ .e-input-group.e-control-wrapper textarea.e-input::selection,
3827
+ .e-float-input textarea::selection,
3828
+ .e-float-input.e-control-wrapper textarea::selection,
3829
+ .e-float-input.e-small textarea::selection,
3830
+ .e-float-input textarea::selection {
3831
+ background: #0070f0;
3832
+ color: #fff;
3833
+ }
3834
+
3835
+ .e-input-group::before,
3836
+ .e-input-group::after,
3837
+ .e-input-group.e-control-wrapper::before,
3838
+ .e-input-group.e-control-wrapper::after {
3839
+ content: "";
3840
+ }
3841
+
3842
+ .e-input-group.e-success::before,
3843
+ .e-input-group.e-success::after,
3844
+ .e-input-group.e-control-wrapper.e-success::before,
3845
+ .e-input-group.e-control-wrapper.e-success::after {
3846
+ content: "";
3847
+ }
3848
+
3849
+ .e-input-group.e-warning::before,
3850
+ .e-input-group.e-warning::after,
3851
+ .e-input-group.e-control-wrapper.e-warning::before,
3852
+ .e-input-group.e-control-wrapper.e-warning::after {
3853
+ content: "";
3854
+ }
3855
+
3856
+ .e-input-group.e-error::before,
3857
+ .e-input-group.e-error::after,
3858
+ .e-input-group.e-control-wrapper.e-error::before,
3859
+ .e-input-group.e-control-wrapper.e-error::after {
3860
+ content: "";
3861
+ }
3862
+
3863
+ .e-input-group.e-success .e-input-group-icon,
3864
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
3865
+ .e-input-group.e-warning .e-input-group-icon,
3866
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
3867
+ .e-input-group.e-error .e-input-group-icon,
3868
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon {
3869
+ color: #f0f0f0;
3870
+ }
3871
+
3872
+ .e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3873
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3874
+ .e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3875
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3876
+ .e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
3877
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
3878
+ color: #f0f0f0;
3879
+ }
3880
+
3881
+ .e-input-group input.e-input,
3882
+ .e-input-group.e-control-wrapper input.e-input,
3883
+ .e-input-group textarea.e-input,
3884
+ .e-input-group.e-control-wrapper textarea.e-input,
3885
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
3886
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
3887
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
3888
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
3889
+ border-color: #767676;
3890
+ }
3891
+
3892
+ .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
3893
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
3894
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
3895
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
3896
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
3897
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
3898
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
3899
+ border-color: #0070f0;
3900
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
3901
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
3902
+ }
3903
+
3904
+ .e-input:focus:not(.e-success):not(.e-warning).e-error,
3905
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
3906
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
3907
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
3908
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
3909
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
3910
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
3911
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
3912
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error,
3913
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
3914
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
3915
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 47, 47, 0.6);
3916
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 47, 47, 0.6);
3917
+ }
3918
+
3919
+ .e-input:focus:not(.e-error):not(.e-warning).e-success,
3920
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
3921
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
3922
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
3923
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
3924
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
3925
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
3926
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 130, 56, 0.6);
3927
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 130, 56, 0.6);
3928
+ }
3929
+
3930
+ .e-input:focus:not(.e-success):not(.e-error).e-warning,
3931
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
3932
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
3933
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
3934
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
3935
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
3936
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
3937
+ .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
3938
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning,
3939
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
3940
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
3941
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 173, 55, 0.6);
3942
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 173, 55, 0.6);
3943
+ }
3944
+
3945
+ .e-input-group:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
3946
+ .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),
3947
+ .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),
3948
+ .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),
3949
+ .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),
3950
+ .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),
3951
+ .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),
3952
+ .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) {
3953
+ -webkit-box-shadow: none;
3954
+ box-shadow: none;
3955
+ }
3956
+
3957
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
3958
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
3959
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
3960
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
3961
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
3962
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
3963
+ border-color: transparent;
3964
+ }
3965
+
3966
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
3967
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
3968
+ border-color: #0070f0;
3969
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
3970
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
3971
+ }
3972
+
3973
+ .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
3974
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success,
3975
+ .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
3976
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
3977
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 130, 56, 0.6);
3978
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 130, 56, 0.6);
3979
+ }
3980
+
3981
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
3982
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
3983
+ border-color: #767676;
3984
+ }
3985
+
3986
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
3987
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
3988
+ border-color: #0070f0;
3989
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
3990
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 112, 240, 0.1);
3991
+ }
3992
+
3993
+ .e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
3994
+ .e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
3995
+ border-color: #505050;
3996
+ }
3997
+
3998
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
3999
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
4000
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
4001
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
4002
+ border-bottom-color: transparent;
4003
+ border-top-color: transparent;
4004
+ }
4005
+
4006
+ .e-input-group.e-success,
4007
+ .e-input-group.e-control-wrapper.e-success,
4008
+ .e-input-group.e-success:not(.e-float-icon-left),
4009
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
4010
+ border-color: #358238;
4011
+ }
4012
+
4013
+ .e-input-group.e-warning,
4014
+ .e-input-group.e-control-wrapper.e-warning,
4015
+ .e-input-group.e-warning:not(.e-float-icon-left),
4016
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
4017
+ border-color: #f9ad37;
4018
+ }
4019
+
4020
+ .e-input-group.e-error,
4021
+ .e-input-group.e-control-wrapper.e-error,
4022
+ .e-input-group.e-error:not(.e-float-icon-left),
4023
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
4024
+ border-color: #c12f2f;
4025
+ }
4026
+
4027
+ .e-float-input .e-clear-icon,
4028
+ .e-float-input.e-control-wrapper .e-clear-icon,
4029
+ .e-input-group .e-clear-icon,
4030
+ .e-input-group.e-control-wrapper .e-clear-icon {
4031
+ color: #f0f0f0;
4032
+ }
4033
+
4034
+ .e-float-input .e-clear-icon:hover,
4035
+ .e-float-input.e-control-wrapper .e-clear-icon:hover,
4036
+ .e-input-group .e-clear-icon:hover,
4037
+ .e-input-group.e-control-wrapper .e-clear-icon:hover {
4038
+ color: #fff;
4039
+ }
4040
+
4041
+ .e-float-input:not(.e-disabled) .e-clear-icon:hover,
4042
+ .e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
4043
+ .e-input-group:not(.e-disabled) .e-clear-icon:hover,
4044
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
4045
+ color: #fff;
4046
+ }
4047
+
4048
+ .e-float-input.e-input-focus .e-input:focus,
4049
+ .e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
4050
+ border-bottom-color: transparent;
4051
+ border-top-color: transparent;
4052
+ }
4053
+
4054
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4055
+ .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4056
+ .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4057
+ .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4058
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4059
+ .e-float-input:not(.e-error) input label.e-float-text.e-label-top,
4060
+ .e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4061
+ .e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4062
+ .e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4063
+ .e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4064
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4065
+ .e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4066
+ .e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4067
+ .e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4068
+ .e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4069
+ .e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4070
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4071
+ .e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4072
+ .e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4073
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
4074
+ .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
4075
+ .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4076
+ .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
4077
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4078
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4079
+ .e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4080
+ .e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4081
+ .e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
4082
+ .e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4083
+ .e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4084
+ .e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4085
+ .e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4086
+ .e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4087
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4088
+ .e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
4089
+ .e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
4090
+ .e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4091
+ .e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4092
+ .e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4093
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4094
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4095
+ .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4096
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4097
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
4098
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
4099
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4100
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
4101
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4102
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4103
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4104
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4105
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
4106
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4107
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4108
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4109
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4110
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4111
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4112
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
4113
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
4114
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4115
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4116
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4117
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4118
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4119
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4120
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4121
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4122
+ .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4123
+ .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4124
+ .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4125
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4126
+ .e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
4127
+ .e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4128
+ .e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4129
+ .e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4130
+ .e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4131
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4132
+ .e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4133
+ .e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4134
+ .e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4135
+ .e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4136
+ .e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4137
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4138
+ .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4139
+ .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4140
+ .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
4141
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4142
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4143
+ .e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4144
+ .e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4145
+ .e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
4146
+ .e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4147
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4148
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4149
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4150
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4151
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4152
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4153
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4154
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4155
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4156
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4157
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4158
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4159
+ .e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4160
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4161
+ .e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4162
+ .e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4163
+ .e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4164
+ .e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4165
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4166
+ .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,
4167
+ .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,
4168
+ .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,
4169
+ .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,
4170
+ .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,
4171
+ .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,
4172
+ .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,
4173
+ .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4174
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4175
+ .e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4176
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4177
+ .e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4178
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4179
+ .e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4180
+ .e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4181
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4182
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4183
+ .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4184
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4185
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4186
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4187
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4188
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
4189
+ color: #f0f0f0;
4190
+ }
4191
+
4192
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4193
+ .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4194
+ .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4195
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4196
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4197
+ .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
4198
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4199
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4200
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4201
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4202
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4203
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4204
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4205
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4206
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4207
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4208
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4209
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4210
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4211
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4212
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4213
+ .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4214
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4215
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4216
+ .e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
4217
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4218
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4219
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4220
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4221
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4222
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4223
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4224
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4225
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4226
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4227
+ color: #f0f0f0;
4228
+ }
4229
+
4230
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4231
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4232
+ .e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4233
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4234
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4235
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4236
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4237
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4238
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4239
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4240
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4241
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4242
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4243
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
4244
+ color: #505050;
4245
+ }
4246
+
4247
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4248
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4249
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4250
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
4251
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4252
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4253
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4254
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4255
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
4256
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4257
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4258
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4259
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4260
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4261
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4262
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4263
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4264
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4265
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4266
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4267
+ color: #f0f0f0;
4268
+ }
4269
+
4270
+ .e-float-input.e-input-group.e-disabled .e-float-text,
4271
+ .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
4272
+ .e-float-input input[disabled] ~ label.e-float-text,
4273
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
4274
+ .e-float-input.e-disabled label.e-float-text,
4275
+ .e-float-input.e-disabled label.e-float-text.e-label-top,
4276
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
4277
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4278
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4279
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4280
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4281
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4282
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4283
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4284
+ .e-float-input textarea[disabled] ~ label.e-float-text,
4285
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
4286
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
4287
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4288
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4289
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4290
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4291
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4292
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4293
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4294
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
4295
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
4296
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
4297
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
4298
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
4299
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
4300
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text,
4301
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
4302
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
4303
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4304
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4305
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4306
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4307
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4308
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4309
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4310
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
4311
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4312
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4313
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4314
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4315
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4316
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4317
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4318
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
4319
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
4320
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
4321
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
4322
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
4323
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4324
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4325
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4326
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4327
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4328
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4329
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4330
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
4331
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4332
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4333
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4334
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4335
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4336
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4337
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
4338
+ color: #9c9c9c;
4339
+ }
4340
+
4341
+ input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
4342
+ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
4343
+ border-color: #acacac;
4344
+ }
4345
+
4346
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4347
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4348
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4349
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4350
+ .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]),
4351
+ .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]),
4352
+ .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]),
4353
+ .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]) {
4354
+ border-color: #0070f0;
4355
+ }
4356
+
4357
+ .e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4358
+ .e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4359
+ .e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4360
+ .e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4361
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
4362
+ .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]),
4363
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
4364
+ .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]) {
4365
+ border-color: #0070f0;
4366
+ }
4367
+
4368
+ /* stylelint-disable-line no-empty-source */