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