@syncfusion/ej2-angular-inputs 26.2.4 → 26.2.5-ngcc

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