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