@syncfusion/ej2-angular-inputs 19.2.59 → 19.3.47

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