@syncfusion/ej2-vue-inputs 20.1.47 → 20.1.48

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