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