@syncfusion/ej2-vue-inputs 20.1.48 → 20.1.59

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 (169) hide show
  1. package/CHANGELOG.md +0 -17
  2. package/README.md +15 -2
  3. package/dist/ej2-vue-inputs.umd.min.js +11 -2
  4. package/dist/es6/ej2-vue-inputs.es2015.js +151 -16
  5. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-inputs.es5.js +98 -9
  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 +8 -14
  10. package/src/color-picker/colorpicker.component.d.ts +1 -0
  11. package/src/color-picker/colorpicker.component.js +11 -1
  12. package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
  13. package/src/maskedtextbox/maskedtextbox.component.js +11 -1
  14. package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
  15. package/src/numerictextbox/numerictextbox.component.js +11 -1
  16. package/src/signature/signature.component.d.ts +1 -0
  17. package/src/signature/signature.component.js +10 -1
  18. package/src/slider/slider.component.d.ts +1 -0
  19. package/src/slider/slider.component.js +11 -1
  20. package/src/textbox/textbox.component.d.ts +1 -0
  21. package/src/textbox/textbox.component.js +11 -1
  22. package/src/uploader/files.directive.d.ts +3 -1
  23. package/src/uploader/files.directive.js +24 -2
  24. package/src/uploader/uploader.component.d.ts +1 -0
  25. package/src/uploader/uploader.component.js +10 -1
  26. package/styles/bootstrap-dark.css +135 -670
  27. package/styles/bootstrap.css +132 -667
  28. package/styles/bootstrap4.css +131 -696
  29. package/styles/bootstrap5-dark.css +247 -757
  30. package/styles/bootstrap5.css +247 -757
  31. package/styles/color-picker/bootstrap-dark.css +27 -194
  32. package/styles/color-picker/bootstrap.css +27 -194
  33. package/styles/color-picker/bootstrap4.css +27 -209
  34. package/styles/color-picker/bootstrap5-dark.css +52 -221
  35. package/styles/color-picker/bootstrap5.css +52 -221
  36. package/styles/color-picker/fabric-dark.css +27 -194
  37. package/styles/color-picker/fabric.css +27 -194
  38. package/styles/color-picker/fluent-dark.css +735 -0
  39. package/styles/color-picker/fluent-dark.scss +1 -0
  40. package/styles/color-picker/fluent.css +735 -0
  41. package/styles/color-picker/fluent.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +27 -194
  43. package/styles/color-picker/highcontrast.css +27 -194
  44. package/styles/color-picker/material-dark.css +27 -195
  45. package/styles/color-picker/material.css +27 -196
  46. package/styles/color-picker/tailwind-dark.css +36 -207
  47. package/styles/color-picker/tailwind.css +36 -207
  48. package/styles/fabric-dark.css +130 -667
  49. package/styles/fabric.css +129 -666
  50. package/styles/fluent-dark.css +6806 -0
  51. package/styles/fluent-dark.scss +8 -0
  52. package/styles/fluent.css +6806 -0
  53. package/styles/fluent.scss +8 -0
  54. package/styles/highcontrast-light.css +138 -687
  55. package/styles/highcontrast.css +138 -687
  56. package/styles/input/bootstrap-dark.css +44 -46
  57. package/styles/input/bootstrap.css +41 -43
  58. package/styles/input/bootstrap4.css +41 -43
  59. package/styles/input/bootstrap5-dark.css +119 -64
  60. package/styles/input/bootstrap5.css +119 -64
  61. package/styles/input/fabric-dark.css +39 -40
  62. package/styles/input/fabric.css +39 -40
  63. package/styles/input/fluent-dark.css +4594 -0
  64. package/styles/input/fluent-dark.scss +1 -0
  65. package/styles/input/fluent.css +4594 -0
  66. package/styles/input/fluent.scss +1 -0
  67. package/styles/input/highcontrast-light.css +40 -42
  68. package/styles/input/highcontrast.css +40 -42
  69. package/styles/input/material-dark.css +94 -129
  70. package/styles/input/material.css +94 -130
  71. package/styles/input/tailwind-dark.css +126 -71
  72. package/styles/input/tailwind.css +126 -71
  73. package/styles/maskedtextbox/bootstrap-dark.css +1 -1
  74. package/styles/maskedtextbox/bootstrap.css +1 -1
  75. package/styles/maskedtextbox/bootstrap4.css +1 -1
  76. package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
  77. package/styles/maskedtextbox/bootstrap5.css +1 -1
  78. package/styles/maskedtextbox/fabric-dark.css +1 -1
  79. package/styles/maskedtextbox/fabric.css +1 -1
  80. package/styles/maskedtextbox/fluent-dark.css +26 -0
  81. package/styles/maskedtextbox/fluent-dark.scss +1 -0
  82. package/styles/maskedtextbox/fluent.css +26 -0
  83. package/styles/maskedtextbox/fluent.scss +1 -0
  84. package/styles/maskedtextbox/highcontrast-light.css +1 -1
  85. package/styles/maskedtextbox/highcontrast.css +1 -1
  86. package/styles/maskedtextbox/material-dark.css +1 -2
  87. package/styles/maskedtextbox/material.css +1 -3
  88. package/styles/maskedtextbox/tailwind-dark.css +1 -1
  89. package/styles/maskedtextbox/tailwind.css +1 -1
  90. package/styles/material-dark.css +188 -786
  91. package/styles/material.css +188 -791
  92. package/styles/numerictextbox/bootstrap-dark.css +6 -8
  93. package/styles/numerictextbox/bootstrap.css +6 -8
  94. package/styles/numerictextbox/bootstrap4.css +6 -7
  95. package/styles/numerictextbox/bootstrap5-dark.css +6 -7
  96. package/styles/numerictextbox/bootstrap5.css +6 -7
  97. package/styles/numerictextbox/fabric-dark.css +6 -7
  98. package/styles/numerictextbox/fabric.css +6 -7
  99. package/styles/numerictextbox/fluent-dark.css +58 -0
  100. package/styles/numerictextbox/fluent-dark.scss +1 -0
  101. package/styles/numerictextbox/fluent.css +58 -0
  102. package/styles/numerictextbox/fluent.scss +1 -0
  103. package/styles/numerictextbox/highcontrast-light.css +6 -7
  104. package/styles/numerictextbox/highcontrast.css +6 -7
  105. package/styles/numerictextbox/material-dark.css +6 -8
  106. package/styles/numerictextbox/material.css +6 -9
  107. package/styles/numerictextbox/tailwind-dark.css +6 -7
  108. package/styles/numerictextbox/tailwind.css +6 -7
  109. package/styles/signature/bootstrap-dark.css +1 -1
  110. package/styles/signature/bootstrap.css +1 -1
  111. package/styles/signature/bootstrap4.css +1 -1
  112. package/styles/signature/bootstrap5-dark.css +1 -1
  113. package/styles/signature/bootstrap5.css +1 -1
  114. package/styles/signature/fabric-dark.css +1 -1
  115. package/styles/signature/fabric.css +1 -1
  116. package/styles/signature/fluent-dark.css +9 -0
  117. package/styles/signature/fluent-dark.scss +1 -0
  118. package/styles/signature/fluent.css +9 -0
  119. package/styles/signature/fluent.scss +1 -0
  120. package/styles/signature/highcontrast-light.css +1 -1
  121. package/styles/signature/highcontrast.css +1 -1
  122. package/styles/signature/material-dark.css +1 -1
  123. package/styles/signature/material.css +1 -1
  124. package/styles/signature/tailwind-dark.css +1 -1
  125. package/styles/signature/tailwind.css +1 -1
  126. package/styles/slider/bootstrap-dark.css +2 -91
  127. package/styles/slider/bootstrap.css +2 -91
  128. package/styles/slider/bootstrap4.css +1 -106
  129. package/styles/slider/bootstrap5-dark.css +14 -134
  130. package/styles/slider/bootstrap5.css +14 -134
  131. package/styles/slider/fabric-dark.css +2 -96
  132. package/styles/slider/fabric.css +1 -95
  133. package/styles/slider/fluent-dark.css +528 -0
  134. package/styles/slider/fluent-dark.scss +1 -0
  135. package/styles/slider/fluent.css +528 -0
  136. package/styles/slider/fluent.scss +1 -0
  137. package/styles/slider/highcontrast-light.css +9 -113
  138. package/styles/slider/highcontrast.css +9 -113
  139. package/styles/slider/material-dark.css +5 -120
  140. package/styles/slider/material.css +5 -120
  141. package/styles/slider/tailwind-dark.css +11 -135
  142. package/styles/slider/tailwind.css +11 -135
  143. package/styles/tailwind-dark.css +289 -779
  144. package/styles/tailwind.css +289 -779
  145. package/styles/textbox/fluent-dark.css +0 -0
  146. package/styles/textbox/fluent-dark.scss +1 -0
  147. package/styles/textbox/fluent.css +0 -0
  148. package/styles/textbox/fluent.scss +1 -0
  149. package/styles/textbox/material-dark.css +1 -1
  150. package/styles/textbox/material.css +1 -2
  151. package/styles/textbox/tailwind-dark.css +1 -1
  152. package/styles/textbox/tailwind.css +1 -1
  153. package/styles/uploader/bootstrap-dark.css +60 -334
  154. package/styles/uploader/bootstrap.css +60 -334
  155. package/styles/uploader/bootstrap4.css +60 -334
  156. package/styles/uploader/bootstrap5-dark.css +60 -334
  157. package/styles/uploader/bootstrap5.css +60 -334
  158. package/styles/uploader/fabric-dark.css +60 -334
  159. package/styles/uploader/fabric.css +60 -334
  160. package/styles/uploader/fluent-dark.css +851 -0
  161. package/styles/uploader/fluent-dark.scss +1 -0
  162. package/styles/uploader/fluent.css +851 -0
  163. package/styles/uploader/fluent.scss +1 -0
  164. package/styles/uploader/highcontrast-light.css +60 -334
  165. package/styles/uploader/highcontrast.css +60 -334
  166. package/styles/uploader/material-dark.css +60 -335
  167. package/styles/uploader/material.css +60 -335
  168. package/styles/uploader/tailwind-dark.css +113 -362
  169. package/styles/uploader/tailwind.css +113 -362
@@ -0,0 +1,4594 @@
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: #f3f2f1;
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: 0.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: #f3f2f1;
1513
+ color: #a19f9d;
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 .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
1835
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
1836
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
1837
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1838
+ box-sizing: border-box;
1839
+ height: 26px;
1840
+ }
1841
+
1842
+ input.e-input.e-small.e-bigger,
1843
+ .e-input-group.e-bigger.e-small input,
1844
+ .e-input-group.e-bigger.e-small input.e-input,
1845
+ .e-bigger.e-small .e-input-group input,
1846
+ .e-bigger.e-small .e-input-group input.e-input,
1847
+ .e-input-group.e-control-wrapper.e-bigger.e-small input,
1848
+ .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,
1849
+ .e-bigger.e-small .e-input-group.e-control-wrapper input,
1850
+ .e-bigger.e-small .e-input-group.e-control-wrapper input.e-input,
1851
+ .e-float-input.e-bigger.e-small input,
1852
+ .e-float-input.e-bigger.e-small input.e-input,
1853
+ .e-bigger.e-small .e-float-input input,
1854
+ .e-bigger.e-small .e-float-input input.e-input,
1855
+ .e-float-input.e-control-wrapper.e-bigger.e-small input,
1856
+ .e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,
1857
+ .e-bigger.e-small .e-float-input.e-control-wrapper input,
1858
+ .e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
1859
+ box-sizing: border-box;
1860
+ height: 34px;
1861
+ }
1862
+
1863
+ .e-float-input.e-bigger.e-small:not(.e-input-group) input,
1864
+ .e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,
1865
+ .e-bigger.e-small .e-float-input:not(.e-input-group) input,
1866
+ .e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input,
1867
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,
1868
+ .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,
1869
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
1870
+ .e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
1871
+ box-sizing: border-box;
1872
+ height: 36px;
1873
+ }
1874
+
1875
+ textarea.e-input,
1876
+ .e-input-group textarea,
1877
+ .e-input-group.e-control-wrapper textarea,
1878
+ .e-float-input textarea,
1879
+ .e-float-input.e-control-wrapper textarea {
1880
+ box-sizing: border-box;
1881
+ height: auto;
1882
+ }
1883
+
1884
+ .e-input-group textarea.e-input.e-bigger,
1885
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
1886
+ textarea.e-input.e-bigger,
1887
+ .e-input-group.e-bigger textarea,
1888
+ .e-input-group.e-bigger textarea.e-input,
1889
+ .e-bigger .e-input-group textarea,
1890
+ .e-bigger .e-input-group textarea.e-input,
1891
+ .e-input-group.e-control-wrapper.e-bigger textarea,
1892
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
1893
+ .e-bigger .e-input-group.e-control-wrapper textarea,
1894
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
1895
+ .e-float-input.e-bigger textarea,
1896
+ .e-float-input.e-bigger textarea.e-input,
1897
+ .e-bigger .e-float-input textarea,
1898
+ .e-bigger .e-float-input textarea.e-input,
1899
+ .e-float-input.e-control-wrapper.e-bigger textarea,
1900
+ .e-float-input.e-control-wrapper.e-bigger textarea.e-input,
1901
+ .e-bigger .e-float-input.e-control-wrapper textarea,
1902
+ .e-bigger .e-float-input.e-control-wrapper textarea.e-input {
1903
+ box-sizing: border-box;
1904
+ height: auto;
1905
+ }
1906
+
1907
+ textarea.e-input.e-small,
1908
+ .e-input-group.e-small textarea,
1909
+ .e-input-group.e-small textarea.e-input,
1910
+ .e-small .e-input-group textarea,
1911
+ .e-small .e-input-group textarea.e-input,
1912
+ .e-input-group.e-control-wrapper.e-small textarea,
1913
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
1914
+ .e-small .e-input-group.e-control-wrapper textarea,
1915
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
1916
+ .e-float-input.e-small textarea,
1917
+ .e-float-input.e-small textarea.e-input,
1918
+ .e-small .e-float-input textarea,
1919
+ .e-small .e-float-input textarea.e-input,
1920
+ .e-float-input.e-control-wrapper.e-small textarea,
1921
+ .e-float-input.e-control-wrapper.e-small textarea.e-input,
1922
+ .e-small .e-float-input.e-control-wrapper textarea,
1923
+ .e-small .e-float-input.e-control-wrapper textarea.e-input {
1924
+ box-sizing: border-box;
1925
+ height: auto;
1926
+ }
1927
+
1928
+ textarea.e-input.e-small.e-bigger,
1929
+ .e-input-group.e-bigger.e-small textarea,
1930
+ .e-input-group.e-bigger.e-small textarea.e-input,
1931
+ .e-bigger.e-small .e-input-group textarea,
1932
+ .e-bigger.e-small .e-input-group textarea.e-input,
1933
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea,
1934
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,
1935
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea,
1936
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
1937
+ .e-float-input.e-bigger.e-small textarea,
1938
+ .e-float-input.e-bigger.e-small textarea.e-input,
1939
+ .e-bigger.e-small .e-float-input textarea,
1940
+ .e-bigger.e-small .e-float-input textarea.e-input,
1941
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea,
1942
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,
1943
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
1944
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
1945
+ box-sizing: border-box;
1946
+ height: auto;
1947
+ }
1948
+
1949
+ input.e-input.e-bigger,
1950
+ .e-input-group input.e-input.e-bigger,
1951
+ .e-input-group input.e-input.e-bigger,
1952
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
1953
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
1954
+ .e-input-group.e-bigger .e-input,
1955
+ .e-input-group.e-control-wrapper.e-bigger .e-input,
1956
+ .e-bigger input.e-input,
1957
+ .e-bigger .e-input-group .e-input,
1958
+ .e-bigger .e-input-group.e-control-wrapper .e-input,
1959
+ .e-float-input.e-bigger input,
1960
+ .e-float-input input.e-bigger,
1961
+ .e-bigger .e-float-input input,
1962
+ .e-float-input.e-control-wrapper.e-bigger input,
1963
+ .e-float-input.e-control-wrapper input.e-bigger,
1964
+ .e-bigger .e-float-input.e-control-wrapper input {
1965
+ text-indent: 12px;
1966
+ }
1967
+
1968
+ input.e-input.e-small,
1969
+ .e-input-group input.e-input.e-small,
1970
+ .e-input-group.e-control-wrapper input.e-input.e-small,
1971
+ .e-input-group.e-small .e-input,
1972
+ .e-input-group.e-control-wrapper.e-small .e-input,
1973
+ .e-small input.e-input,
1974
+ .e-small .e-input-group .e-input,
1975
+ .e-small .e-input-group.e-control-wrapper .e-input,
1976
+ .e-float-input.e-small input,
1977
+ .e-float-input input.e-small,
1978
+ .e-small .e-float-input input,
1979
+ .e-float-input.e-control-wrapper.e-small input,
1980
+ .e-float-input.e-control-wrapper input.e-small,
1981
+ .e-small .e-float-input.e-control-wrapper input {
1982
+ text-indent: 8px;
1983
+ }
1984
+
1985
+ textarea.e-input.e-small,
1986
+ .e-input-group textarea.e-input.e-small,
1987
+ .e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,
1988
+ .e-small input.e-input,
1989
+ .e-float-input.e-small textarea,
1990
+ .e-float-input textarea.e-small,
1991
+ .e-small .e-float-input textarea,
1992
+ .e-float-input.e-control-wrapper.e-small textarea,
1993
+ .e-float-input.e-control-wrapper textarea.e-small,
1994
+ .e-small .e-float-input.e-control-wrapper textarea {
1995
+ text-indent: 8px;
1996
+ }
1997
+
1998
+ input.e-input,
1999
+ .e-input-group input.e-input,
2000
+ .e-input-group input,
2001
+ .e-input-group.e-control-wrapper input.e-input,
2002
+ .e-input-group.e-control-wrapper input,
2003
+ .e-float-input input.e-input,
2004
+ .e-float-input input,
2005
+ .e-float-input.e-control-wrapper input.e-input,
2006
+ .e-float-input.e-control-wrapper input,
2007
+ .e-input-group input.e-input:focus,
2008
+ .e-input-group.e-control-wrapper input.e-input:focus,
2009
+ .e-float-input.e-control-wrapper input:focus,
2010
+ .e-float-input input:focus,
2011
+ .e-input-group.e-input-focus input.e-input,
2012
+ .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2013
+ .e-float-input.e-control-wrapper.e-input-focus input,
2014
+ .e-float-input.e-input-focus input {
2015
+ padding-left: 8px;
2016
+ text-indent: 0;
2017
+ }
2018
+
2019
+ textarea.e-input,
2020
+ .e-input-group textarea.e-input,
2021
+ .e-input-group textarea,
2022
+ .e-input-group.e-control-wrapper textarea.e-input,
2023
+ .e-input-group.e-control-wrapper textarea,
2024
+ .e-float-input textarea.e-input,
2025
+ .e-float-input textarea,
2026
+ .e-float-input.e-control-wrapper textarea.e-input,
2027
+ .e-float-input.e-control-wrapper textarea,
2028
+ .e-input-group textarea.e-input:focus,
2029
+ .e-input-group.e-control-wrapper textarea.e-input:focus,
2030
+ .e-float-input.e-control-wrapper textarea:focus,
2031
+ .e-float-input textarea:focus {
2032
+ padding-left: 8px;
2033
+ text-indent: 0;
2034
+ }
2035
+
2036
+ input.e-input.e-rtl,
2037
+ .e-input-group.e-rtl input.e-input,
2038
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
2039
+ .e-float-input.e-rtl input,
2040
+ .e-float-input.e-control-wrapper.e-rtl input,
2041
+ .e-rtl .e-input-group input.e-input,
2042
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
2043
+ .e-rtl .e-float-input input,
2044
+ .e-rtl .e-float-input.e-control-wrapper input,
2045
+ .e-input-group.e-rtl input.e-input,
2046
+ .e-input-group.e-control-wrapper.e-rtl input.e-input,
2047
+ .e-float-input.e-rtl input,
2048
+ .e-float-input.e-control-wrapper.e-rtl input,
2049
+ .e-rtl .e-input-group input.e-input,
2050
+ .e-rtl .e-input-group.e-control-wrapper input.e-input,
2051
+ .e-rtl .e-float-input input,
2052
+ .e-rtl .e-float-input.e-control-wrapper input,
2053
+ .e-input-group.e-rtl input.e-input:focus,
2054
+ .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2055
+ .e-float-input.e-rtl input:focus,
2056
+ .e-float-input.e-control-wrapper.e-rtl input:focus,
2057
+ .e-rtl .e-input-group input.e-input:focus,
2058
+ .e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2059
+ .e-rtl .e-float-input input:focus,
2060
+ .e-rtl .e-float-input.e-control-wrapper input:focus,
2061
+ .e-input-group.e-rtl.e-input-focus input.e-input,
2062
+ .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2063
+ .e-rtl .e-input-group.e-input-focus input.e-input,
2064
+ .e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2065
+ .e-float-input.e-rtl.e-input-focus input,
2066
+ .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
2067
+ .e-rtl .e-float-input.e-input-focus input,
2068
+ .e-rtl .e-float-input.e-control-wrapper.e-input-focus input {
2069
+ padding-left: 0;
2070
+ padding-right: 8px;
2071
+ text-indent: 0;
2072
+ }
2073
+
2074
+ textarea.e-input.e-rtl,
2075
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2076
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2077
+ .e-float-input:not(.e-outline).e-rtl textarea,
2078
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2079
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2080
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2081
+ .e-rtl .e-float-input:not(.e-outline) textarea,
2082
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2083
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2084
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2085
+ .e-float-input:not(.e-outline).e-rtl textarea,
2086
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2087
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2088
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2089
+ .e-rtl .e-float-input:not(.e-outline) textarea,
2090
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2091
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2092
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2093
+ .e-float-input:not(.e-outline).e-rtl textarea:focus,
2094
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
2095
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2096
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2097
+ .e-rtl .e-float-input:not(.e-outline) textarea:focus,
2098
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus {
2099
+ padding-right: 8px;
2100
+ text-indent: 0;
2101
+ }
2102
+
2103
+ input.e-input.e-small,
2104
+ .e-small input.e-input,
2105
+ .e-input-group.e-small input.e-input,
2106
+ .e-input-group.e-control-wrapper.e-small input.e-input,
2107
+ .e-float-input.e-small input,
2108
+ .e-float-input.e-control-wrapper input.e-small,
2109
+ .e-float-input.e-small input,
2110
+ .e-float-input.e-control-wrapper input.e-small,
2111
+ .e-input-group input.e-input.e-small,
2112
+ .e-input-group.e-control-wrapper input.e-input.e-small,
2113
+ .e-small .e-float-input input,
2114
+ .e-small .e-float-input.e-control-wrapper input,
2115
+ .e-small .e-input-group input.e-input,
2116
+ .e-small .e-input-group.e-control-wrapper input.e-input,
2117
+ .e-input-group.e-small input.e-input:focus,
2118
+ .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2119
+ .e-float-input.e-small input:focus,
2120
+ .e-float-input.e-control-wrapper.e-small input:focus,
2121
+ .e-small .e-input-group.e-control-wrapper input.e-input:focus,
2122
+ .e-small .e-input-group input.e-input:focus,
2123
+ .e-small .e-float-input input:focus,
2124
+ .e-small .e-float-input.e-control-wrapper input:focus,
2125
+ .e-input-group.e-small.e-input-focus input.e-input,
2126
+ .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2127
+ .e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2128
+ .e-small .e-input-group.e-input-focus input.e-input,
2129
+ .e-float-input.e-small.e-input-focus input,
2130
+ .e-float-input.e-control-wrapper.e-input-focus.e-small input,
2131
+ .e-small .e-float-input.e-input-focus input,
2132
+ .e-small .e-float-input.e-control-wrapper.e-input-focus input {
2133
+ padding-left: 8px;
2134
+ text-indent: 0;
2135
+ }
2136
+
2137
+ textarea.e-input.e-small,
2138
+ .e-small textarea.e-input,
2139
+ .e-input-group.e-small textarea.e-input,
2140
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
2141
+ .e-float-input.e-control-wrapper.e-small textarea,
2142
+ .e-float-input.e-control-wrapper textarea.e-small,
2143
+ .e-float-input.e-small textarea,
2144
+ .e-float-input textarea.e-small,
2145
+ .e-input-group textarea.e-input.e-small,
2146
+ .e-input-group.e-control-wrapper textarea.e-input.e-small,
2147
+ .e-small .e-float-input.e-control-wrapper textarea,
2148
+ .e-small .e-float-input textarea,
2149
+ .e-small .e-input-group textarea.e-input,
2150
+ .e-small .e-input-group.e-control-wrapper textarea.e-input,
2151
+ .e-input-group.e-small textarea.e-input:focus,
2152
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
2153
+ .e-float-input.e-small textarea:focus,
2154
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
2155
+ .e-small .e-input-group textarea.e-input:focus,
2156
+ .e-small .e-input-group.e-control-wrapper textarea.e-input:focus,
2157
+ .e-small .e-float-input.e-control-wrapper textarea:focus,
2158
+ .e-small .e-float-input textarea:focus {
2159
+ padding-left: 8px;
2160
+ text-indent: 0;
2161
+ }
2162
+
2163
+ .e-rtl input.e-input.e-small,
2164
+ input.e-input.e-small.e-rtl,
2165
+ .e-small.e-rtl input.e-input,
2166
+ .e-small input.e-input.e-rtl,
2167
+ .e-float-input.e-control-wrapper.e-small.e-rtl input,
2168
+ .e-float-input.e-small.e-rtl input,
2169
+ .e-input-group.e-small.e-rtl input.e-input,
2170
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
2171
+ .e-rtl .e-float-input.e-small input,
2172
+ .e-rtl .e-float-input.e-control-wrapper.e-small input,
2173
+ .e-rtl .e-input-group.e-small input.e-input,
2174
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
2175
+ .e-float-input.e-rtl input.e-small,
2176
+ .e-float-input.e-control-wrapper.e-rtl input.e-small,
2177
+ .e-input-group.e-rtl input.e-input.e-small,
2178
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
2179
+ .e-rtl .e-float-input input.e-small,
2180
+ .e-rtl .e-float-input.e-control-wrapper input.e-small,
2181
+ .e-rtl .e-input-group input.e-input.e-small,
2182
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,
2183
+ .e-small .e-float-input.e-rtl input,
2184
+ .e-small .e-float-input.e-control-wrapper.e-rtl input,
2185
+ .e-small .e-input-group.e-rtl input.e-input,
2186
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,
2187
+ .e-small.e-rtl .e-float-input.e-control-wrapper input,
2188
+ .e-small.e-rtl .e-float-input input,
2189
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,
2190
+ .e-small.e-rtl .e-input-group input.e-input,
2191
+ .e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2192
+ .e-small.e-rtl .e-input-group input.e-input:focus,
2193
+ .e-small.e-rtl .e-float-input.e-control-wrapper input:focus,
2194
+ .e-small.e-rtl .e-float-input input:focus,
2195
+ .e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2196
+ .e-small .e-input-group.e-rtl input.e-input:focus,
2197
+ .e-small .e-float-input.e-control-wrapper.e-rtl input:focus,
2198
+ .e-small .e-float-input.e-rtl input:focus,
2199
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2200
+ .e-small.e-rtl .e-input-group.e-input-focus input.e-input,
2201
+ .e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2202
+ .e-small .e-input-group.e-rtl.e-input-focus input.e-input,
2203
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
2204
+ .e-small.e-rtl .e-float-input.e-input-focus input,
2205
+ .e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
2206
+ .e-small .e-float-input.e-rtl.e-input-focus input {
2207
+ padding-left: 0;
2208
+ padding-right: 8px;
2209
+ text-indent: 0;
2210
+ }
2211
+
2212
+ .e-rtl textarea.e-input.e-small,
2213
+ textarea.e-input.e-small.e-rtl,
2214
+ .e-small.e-rtl textarea.e-input,
2215
+ .e-small textarea.e-input.e-rtl,
2216
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea,
2217
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
2218
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
2219
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
2220
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
2221
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea,
2222
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
2223
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
2224
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,
2225
+ .e-float-input:not(.e-outline).e-rtl textarea.e-small,
2226
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,
2227
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,
2228
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,
2229
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-small,
2230
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,
2231
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,
2232
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2233
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea,
2234
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2235
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2236
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2237
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea,
2238
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2239
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2240
+ .e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2241
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2242
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
2243
+ .e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,
2244
+ .e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2245
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2246
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
2247
+ .e-small .e-float-input:not(.e-outline).e-rtl textarea:focus {
2248
+ padding-right: 8px;
2249
+ text-indent: 0;
2250
+ }
2251
+
2252
+ input.e-input.e-bigger,
2253
+ .e-bigger input.e-input,
2254
+ .e-input-group.e-bigger input.e-input,
2255
+ .e-input-group.e-control-wrapper.e-bigger input.e-input,
2256
+ .e-float-input.e-control-wrapper.e-bigger input,
2257
+ .e-float-input.e-control-wrapper input.e-bigger,
2258
+ .e-float-input.e-bigger input,
2259
+ .e-float-input input.e-bigger,
2260
+ .e-input-group input.e-input.e-bigger,
2261
+ .e-input-group.e-control-wrapper input.e-input.e-bigger,
2262
+ .e-bigger .e-float-input.e-control-wrapper input,
2263
+ .e-bigger .e-float-input input,
2264
+ .e-bigger .e-input-group.e-control-wrapper input.e-input,
2265
+ .e-bigger .e-input-group input.e-input,
2266
+ .e-input-group.e-bigger input.e-input:focus,
2267
+ .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2268
+ .e-float-input.e-control-wrapper.e-bigger input:focus,
2269
+ .e-float-input.e-bigger input:focus,
2270
+ .e-bigger .e-input-group input.e-input:focus,
2271
+ .e-bigger .e-input-group.e-control-wrapper input.e-input:focus,
2272
+ .e-bigger .e-float-input.e-control-wrapper input:focus,
2273
+ .e-bigger .e-float-input input:focus,
2274
+ .e-input-group.e-bigger.e-input-focus input.e-input,
2275
+ .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2276
+ .e-bigger .e-input-group.e-input-focus input.e-input,
2277
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2278
+ .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2279
+ .e-float-input.e-bigger.e-input-focus input,
2280
+ .e-bigger .e-float-input.e-control-wrapper.e-input-focus input,
2281
+ .e-bigger .e-float-input.e-input-focus input {
2282
+ padding-left: 12px;
2283
+ text-indent: 0;
2284
+ }
2285
+
2286
+ .e-rtl input.e-input.e-bigger,
2287
+ input.e-input.e-bigger.e-rtl,
2288
+ .e-bigger.e-rtl input.e-input,
2289
+ .e-bigger input.e-input.e-rtl,
2290
+ .e-float-input.e-control-wrapper.e-bigger.e-rtl input,
2291
+ .e-float-input.e-bigger.e-rtl input,
2292
+ .e-input-group.e-bigger.e-rtl input.e-input,
2293
+ .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,
2294
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger input,
2295
+ .e-rtl .e-float-input.e-bigger input,
2296
+ .e-rtl .e-input-group.e-bigger input.e-input,
2297
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input,
2298
+ .e-float-input.e-control-wrapper.e-rtl input.e-bigger,
2299
+ .e-float-input.e-rtl input.e-bigger,
2300
+ .e-input-group.e-rtl input.e-input.e-bigger,
2301
+ .e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,
2302
+ .e-rtl .e-float-input.e-control-wrapper input.e-bigger,
2303
+ .e-rtl .e-float-input input.e-bigger,
2304
+ .e-rtl .e-input-group input.e-input.e-bigger,
2305
+ .e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger,
2306
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input,
2307
+ .e-bigger .e-float-input.e-rtl input,
2308
+ .e-bigger .e-input-group.e-rtl input.e-input,
2309
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input,
2310
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input,
2311
+ .e-bigger.e-rtl .e-float-input input,
2312
+ .e-bigger.e-rtl .e-input-group input.e-input,
2313
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input,
2314
+ .e-bigger.e-rtl .e-input-group input.e-input:focus,
2315
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
2316
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus,
2317
+ .e-bigger.e-rtl .e-float-input input:focus,
2318
+ .e-bigger .e-input-group.e-rtl input.e-input:focus,
2319
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
2320
+ .e-bigger .e-float-input.e-rtl input:focus,
2321
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus,
2322
+ .e-bigger.e-rtl .e-input-group.e-input-focus input.e-input,
2323
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2324
+ .e-bigger .e-input-group.e-rtl.e-input-focus input.e-input,
2325
+ .e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
2326
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
2327
+ .e-bigger.e-rtl .e-float-input.e-input-focus input,
2328
+ .e-bigger .e-float-input.e-rtl.e-input-focus input,
2329
+ .e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input {
2330
+ padding-left: 0;
2331
+ padding-right: 12px;
2332
+ text-indent: 0;
2333
+ }
2334
+
2335
+ textarea.e-input.e-bigger,
2336
+ .e-bigger textarea.e-input,
2337
+ .e-input-group.e-bigger textarea.e-input,
2338
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
2339
+ .e-float-input.e-control-wrapper.e-bigger textarea,
2340
+ .e-float-input.e-control-wrapper textarea.e-bigger,
2341
+ .e-float-input.e-bigger textarea,
2342
+ .e-float-input textarea.e-bigger,
2343
+ .e-input-group textarea.e-input.e-bigger,
2344
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
2345
+ .e-bigger .e-float-input.e-control-wrapper textarea,
2346
+ .e-bigger .e-float-input textarea,
2347
+ .e-bigger .e-input-group textarea.e-input,
2348
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
2349
+ .e-input-group.e-bigger textarea.e-input:focus,
2350
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
2351
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus,
2352
+ .e-float-input.e-bigger textarea:focus,
2353
+ .e-bigger .e-input-group textarea.e-input:focus,
2354
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
2355
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus,
2356
+ .e-bigger .e-float-input textarea:focus {
2357
+ padding-left: 12px;
2358
+ text-indent: 0;
2359
+ }
2360
+
2361
+ .e-rtl textarea.e-input.e-bigger,
2362
+ textarea.e-input.e-bigger.e-rtl,
2363
+ .e-bigger.e-rtl textarea.e-input,
2364
+ .e-bigger textarea.e-input.e-rtl,
2365
+ .e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea,
2366
+ .e-float-input:not(.e-outline).e-bigger.e-rtl textarea,
2367
+ .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input,
2368
+ .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input,
2369
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea,
2370
+ .e-rtl .e-float-input:not(.e-outline).e-bigger textarea,
2371
+ .e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input,
2372
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input,
2373
+ .e-float-input:not(.e-outline).e-rtl textarea.e-bigger,
2374
+ .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger,
2375
+ .e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger,
2376
+ .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger,
2377
+ .e-rtl .e-float-input:not(.e-outline) textarea.e-bigger,
2378
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger,
2379
+ .e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger,
2380
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger,
2381
+ .e-bigger .e-float-input:not(.e-outline).e-rtl textarea,
2382
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
2383
+ .e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input,
2384
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
2385
+ .e-bigger.e-rtl .e-float-input:not(.e-outline) textarea,
2386
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
2387
+ .e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
2388
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
2389
+ .e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
2390
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
2391
+ .e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus,
2392
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
2393
+ .e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
2394
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
2395
+ .e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus,
2396
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus {
2397
+ padding-right: 12px;
2398
+ text-indent: 0;
2399
+ }
2400
+
2401
+ input.e-input.e-bigger.e-small,
2402
+ .e-bigger input.e-input.e-small,
2403
+ .e-input-group.e-small.e-bigger input.e-input,
2404
+ .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
2405
+ .e-input-group.e-small input.e-input.e-bigger,
2406
+ .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
2407
+ .e-bigger .e-input-group.e-small input.e-input,
2408
+ .e-bigger .e-input-group.e-control-wrapper.e-small input.e-input,
2409
+ .e-float-input.e-small.e-bigger input,
2410
+ .e-float-input.e-small input.e-bigger,
2411
+ .e-bigger .e-float-input.e-small input,
2412
+ .e-float-input.e-control-wrapper.e-small.e-bigger input,
2413
+ .e-float-input.e-control-wrapper.e-small input.e-bigger,
2414
+ .e-bigger .e-float-input.e-control-wrapper.e-small input,
2415
+ .e-bigger .e-input-group.e-small input.e-input:focus,
2416
+ .e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2417
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:focus,
2418
+ .e-bigger .e-float-input.e-small input:focus,
2419
+ .e-small .e-input-group.e-bigger input.e-input:focus,
2420
+ .e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2421
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:focus,
2422
+ .e-small .e-float-input.e-bigger input:focus,
2423
+ .e-input-group.e-bigger.e-small input.e-input:focus,
2424
+ .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
2425
+ .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
2426
+ .e-float-input.e-bigger.e-small input:focus,
2427
+ .e-bigger .e-input-group.e-small.e-input-focus input.e-input,
2428
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2429
+ .e-small .e-input-group.e-bigger.e-input-focus input.e-input,
2430
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2431
+ .e-input-group.e-bigger.e-small.e-input-focus input.e-input,
2432
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input,
2433
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input,
2434
+ .e-bigger .e-float-input.e-small.e-input-focus input,
2435
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2436
+ .e-small .e-float-input.e-bigger.e-input-focus input,
2437
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
2438
+ .e-float-input.e-bigger.e-small.e-input-focus input {
2439
+ padding-left: 12px;
2440
+ text-indent: 0;
2441
+ }
2442
+
2443
+ .e-bigger input.e-input.e-small.e-rtl,
2444
+ .e-input-group.e-small.e-bigger.e-rtl input.e-input,
2445
+ .e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,
2446
+ .e-input-group.e-small.e-rtl input.e-input.e-bigger,
2447
+ .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,
2448
+ .e-bigger .e-input-group.e-small.e-rtl input.e-input,
2449
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
2450
+ .e-float-input.e-small.e-bigger.e-rtl input,
2451
+ .e-float-input.e-small.e-rtl input.e-bigger,
2452
+ .e-bigger .e-float-input.e-small.e-rtl input,
2453
+ .e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input,
2454
+ .e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger,
2455
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input,
2456
+ .e-bigger.e-rtl input.e-input.e-small,
2457
+ .e-rtl .e-input-group.e-small.e-bigger input.e-input,
2458
+ .e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
2459
+ .e-rtl .e-input-group.e-small input.e-input.e-bigger,
2460
+ .e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
2461
+ .e-bigger.e-rtl .e-input-group.e-small input.e-input,
2462
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
2463
+ .e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input,
2464
+ .e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger,
2465
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input,
2466
+ .e-rtl .e-float-input.e-small.e-bigger input,
2467
+ .e-rtl .e-float-input.e-small input.e-bigger,
2468
+ .e-bigger.e-rtl .e-float-input.e-small input,
2469
+ .e-bigger .e-input-group.e-small.e-rtl input.e-input:focus,
2470
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,
2471
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus,
2472
+ .e-bigger .e-float-input.e-small.e-rtl input:focus,
2473
+ .e-small .e-input-group.e-bigger.e-rtl input.e-input:focus,
2474
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus,
2475
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,
2476
+ .e-small .e-float-input.e-bigger.e-rtl input:focus,
2477
+ .e-input-group.e-bigger.e-small.e-rtl input.e-input:focus,
2478
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus,
2479
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,
2480
+ .e-float-input.e-bigger.e-small.e-rtl input:focus,
2481
+ .e-bigger.e-rtl .e-input-group.e-small input.e-input:focus,
2482
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus,
2483
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus,
2484
+ .e-bigger.e-rtl .e-float-input.e-small input:focus,
2485
+ .e-small.e-rtl .e-input-group.e-bigger input.e-input:focus,
2486
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
2487
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus,
2488
+ .e-small.e-rtl .e-float-input.e-bigger input:focus,
2489
+ .e-rtl .e-input-group.e-bigger.e-small input.e-input:focus,
2490
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
2491
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
2492
+ .e-rtl .e-float-input.e-bigger.e-small input:focus,
2493
+ .e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,
2494
+ .e-bigger .e-float-input.e-small.e-rtl.e-input-focus input,
2495
+ .e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,
2496
+ .e-small .e-float-input.e-bigger.e-rtl.e-input-focus input,
2497
+ .e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,
2498
+ .e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,
2499
+ .e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input,
2500
+ .e-bigger.e-rtl .e-float-input.e-small.e-input-focus input,
2501
+ .e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
2502
+ .e-small.e-rtl .e-float-input.e-bigger.e-input-focus input,
2503
+ .e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
2504
+ .e-rtl .e-float-input.e-bigger.e-small.e-input-focus input,
2505
+ .e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input,
2506
+ .e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,
2507
+ .e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,
2508
+ .e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,
2509
+ .e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
2510
+ .e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
2511
+ .e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input,
2512
+ .e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
2513
+ .e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input,
2514
+ .e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
2515
+ .e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input,
2516
+ .e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input {
2517
+ padding-left: 0;
2518
+ padding-right: 12px;
2519
+ text-indent: 0;
2520
+ }
2521
+
2522
+ textarea.e-input.e-bigger.e-small,
2523
+ .e-bigger textarea.e-input.e-small,
2524
+ .e-input-group.e-small.e-bigger textarea.e-input,
2525
+ .e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
2526
+ .e-input-group.e-small textarea.e-input.e-bigger,
2527
+ .e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
2528
+ .e-bigger .e-input-group.e-small textarea.e-input,
2529
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
2530
+ .e-float-input.e-small.e-bigger textarea,
2531
+ .e-float-input.e-small textarea.e-bigger,
2532
+ .e-bigger .e-float-input.e-small textarea,
2533
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea,
2534
+ .e-float-input.e-control-wrapper.e-small textarea.e-bigger,
2535
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea,
2536
+ .e-bigger .e-input-group.e-small textarea.e-input:focus,
2537
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
2538
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,
2539
+ .e-bigger .e-float-input.e-small textarea:focus,
2540
+ .e-small .e-input-group.e-bigger textarea.e-input:focus,
2541
+ .e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
2542
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,
2543
+ .e-small .e-float-input.e-bigger textarea:focus,
2544
+ .e-input-group.e-bigger.e-small textarea.e-input:focus,
2545
+ .e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
2546
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,
2547
+ .e-float-input.e-bigger.e-small textarea:focus {
2548
+ padding-left: 12px;
2549
+ text-indent: 0;
2550
+ }
2551
+
2552
+ .e-bigger textarea.e-input.e-small.e-rtl,
2553
+ .e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input,
2554
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,
2555
+ .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger,
2556
+ .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,
2557
+ .e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
2558
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
2559
+ .e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea,
2560
+ .e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger,
2561
+ .e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea,
2562
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea,
2563
+ .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger,
2564
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
2565
+ .e-bigger.e-rtl textarea.e-input.e-small,
2566
+ .e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input,
2567
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input,
2568
+ .e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger,
2569
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger,
2570
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
2571
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
2572
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
2573
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
2574
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
2575
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
2576
+ .e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
2577
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea,
2578
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea,
2579
+ .e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus,
2580
+ .e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus,
2581
+ .e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus,
2582
+ .e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus,
2583
+ .e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus,
2584
+ .e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,
2585
+ .e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus,
2586
+ .e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus,
2587
+ .e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus,
2588
+ .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,
2589
+ .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,
2590
+ .e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus,
2591
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus,
2592
+ .e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus,
2593
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus,
2594
+ .e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus,
2595
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus,
2596
+ .e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus,
2597
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus,
2598
+ .e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus,
2599
+ .e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus,
2600
+ .e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
2601
+ .e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus,
2602
+ .e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus {
2603
+ padding-right: 12px;
2604
+ text-indent: 0;
2605
+ }
2606
+
2607
+ .e-float-input .e-clear-icon,
2608
+ .e-float-input.e-control-wrapper .e-clear-icon,
2609
+ .e-input-group .e-clear-icon,
2610
+ .e-input-group.e-control-wrapper .e-clear-icon {
2611
+ background: transparent;
2612
+ border: 0;
2613
+ cursor: pointer;
2614
+ display: -ms-flexbox;
2615
+ display: flex;
2616
+ -ms-flex-direction: column;
2617
+ flex-direction: column;
2618
+ -ms-flex-pack: center;
2619
+ justify-content: center;
2620
+ line-height: 1;
2621
+ min-width: 24px;
2622
+ outline: none;
2623
+ padding: 0;
2624
+ text-align: center;
2625
+ }
2626
+
2627
+ .e-float-input .e-clear-icon::before,
2628
+ .e-float-input.e-control-wrapper .e-clear-icon::before,
2629
+ .e-input-group .e-clear-icon::before,
2630
+ .e-input-group.e-control-wrapper .e-clear-icon::before {
2631
+ font-size: 10px;
2632
+ padding: 0;
2633
+ text-align: center;
2634
+ vertical-align: middle;
2635
+ }
2636
+
2637
+ .e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,
2638
+ .e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,
2639
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
2640
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
2641
+ cursor: pointer;
2642
+ display: -ms-flexbox;
2643
+ display: flex;
2644
+ }
2645
+
2646
+ .e-float-input.e-small.e-bigger .e-clear-icon,
2647
+ .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2648
+ .e-input-group.e-small.e-bigger .e-clear-icon,
2649
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2650
+ .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon,
2651
+ .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
2652
+ .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon,
2653
+ .e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
2654
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
2655
+ .e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon,
2656
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
2657
+ .e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon {
2658
+ padding-bottom: 0;
2659
+ }
2660
+
2661
+ .e-float-input.e-small .e-clear-icon::before,
2662
+ .e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
2663
+ .e-input-group.e-small .e-clear-icon::before,
2664
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
2665
+ .e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
2666
+ .e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
2667
+ .e-float-input input.e-small:first-child ~ .e-clear-icon::before,
2668
+ .e-small .e-float-input .e-clear-icon::before,
2669
+ .e-small .e-input-group .e-clear-icon::before,
2670
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
2671
+ font-size: 8px;
2672
+ }
2673
+
2674
+ .e-float-input.e-bigger .e-clear-icon::before,
2675
+ .e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before,
2676
+ .e-input-group.e-bigger .e-clear-icon::before,
2677
+ .e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before,
2678
+ .e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before,
2679
+ .e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2680
+ .e-float-input input.e-bigger:first-child ~ .e-clear-icon::before,
2681
+ .e-bigger .e-float-input .e-clear-icon::before,
2682
+ .e-bigger .e-input-group .e-clear-icon::before,
2683
+ .e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
2684
+ font-size: 14px;
2685
+ }
2686
+
2687
+ .e-float-input.e-small.e-bigger .e-clear-icon::before,
2688
+ .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2689
+ .e-input-group.e-small.e-bigger .e-clear-icon::before,
2690
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2691
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
2692
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2693
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
2694
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
2695
+ .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
2696
+ .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2697
+ .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
2698
+ .e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
2699
+ .e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2700
+ .e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
2701
+ .e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
2702
+ .e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
2703
+ font-size: 12px;
2704
+ }
2705
+
2706
+ .e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
2707
+ .e-input-group input:not(.e-control).e-input:not(:valid):first-child ~ .e-clear-icon,
2708
+ .e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
2709
+ .e-float-input input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
2710
+ .e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
2711
+ .e-float-input.e-input-group input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
2712
+ .e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon {
2713
+ display: none;
2714
+ }
2715
+
2716
+ .e-input-group .e-clear-icon.e-clear-icon-hide,
2717
+ .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
2718
+ display: none;
2719
+ }
2720
+
2721
+ .e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
2722
+ .e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
2723
+ cursor: pointer;
2724
+ }
2725
+
2726
+ .e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
2727
+ .e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
2728
+ .e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
2729
+ .e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
2730
+ .e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
2731
+ .e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
2732
+ .e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,
2733
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide {
2734
+ cursor: not-allowed;
2735
+ }
2736
+
2737
+ .e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
2738
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2739
+ .e-float-input input[readonly]:first-child ~ .e-clear-icon,
2740
+ .e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2741
+ .e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide,
2742
+ .e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
2743
+ .e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
2744
+ .e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide {
2745
+ cursor: auto;
2746
+ }
2747
+
2748
+ .e-input-group .e-clear-icon,
2749
+ .e-input-group.e-control-wrapper .e-clear-icon {
2750
+ min-height: 0;
2751
+ min-width: 30px;
2752
+ padding-bottom: 0;
2753
+ padding-left: 0;
2754
+ padding-right: 0;
2755
+ padding-top: 0;
2756
+ }
2757
+
2758
+ .e-float-input.e-input-group .e-clear-icon,
2759
+ .e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
2760
+ padding-right: 0;
2761
+ padding-top: 0;
2762
+ }
2763
+
2764
+ .e-input-group.e-bigger .e-clear-icon,
2765
+ .e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
2766
+ .e-input-group .e-clear-icon.e-bigger,
2767
+ .e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
2768
+ .e-bigger .e-input-group .e-clear-icon,
2769
+ .e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2770
+ min-height: 0;
2771
+ min-width: 36px;
2772
+ padding-bottom: 0;
2773
+ padding-right: 0;
2774
+ padding-top: 0;
2775
+ }
2776
+
2777
+ .e-input-group.e-float-input.e-bigger .e-clear-icon,
2778
+ .e-input-group.e-float-input .e-clear-icon.e-bigger,
2779
+ .e-bigger .e-input-group.e-float-input .e-clear-icon,
2780
+ .e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon,
2781
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger,
2782
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
2783
+ padding-right: 0;
2784
+ padding-top: 0;
2785
+ }
2786
+
2787
+ .e-input-group.e-small.e-bigger .e-clear-icon,
2788
+ .e-input-group.e-small .e-clear-icon.e-bigger,
2789
+ .e-bigger .e-input-group.e-small .e-clear-icon,
2790
+ .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2791
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
2792
+ .e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon {
2793
+ min-height: 0;
2794
+ min-width: 36px;
2795
+ padding-bottom: 0;
2796
+ padding-right: 0;
2797
+ padding-top: 0;
2798
+ }
2799
+
2800
+ .e-input-group.e-float-input.e-small.e-bigger .e-clear-icon,
2801
+ .e-input-group.e-float-input.e-small .e-clear-icon.e-bigger,
2802
+ .e-bigger .e-input-group.e-float-input.e-small .e-clear-icon,
2803
+ .e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
2804
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
2805
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2806
+ .e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
2807
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger,
2808
+ .e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
2809
+ .e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
2810
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
2811
+ .e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon {
2812
+ padding-right: 0;
2813
+ padding-top: 0;
2814
+ }
2815
+
2816
+ .e-input-group.e-small .e-clear-icon,
2817
+ .e-input-group .e-clear-icon.e-small,
2818
+ .e-small .e-input-group .e-clear-icon,
2819
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2820
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2821
+ .e-small .e-input-group.e-control-wrapper .e-clear-icon {
2822
+ min-height: 0;
2823
+ min-width: 24px;
2824
+ padding-bottom: 0;
2825
+ padding-right: 0;
2826
+ padding-top: 0;
2827
+ }
2828
+
2829
+ .e-input-group.e-float-input.e-small .e-clear-icon,
2830
+ .e-input-group.e-float-input .e-clear-icon.e-small,
2831
+ .e-small .e-input-group.e-float-input .e-clear-icon,
2832
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2833
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
2834
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
2835
+ .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
2836
+ .e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
2837
+ .e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
2838
+ .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
2839
+ .e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
2840
+ .e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
2841
+ padding-right: 0;
2842
+ padding-top: 0;
2843
+ }
2844
+
2845
+ .e-input:not(:valid),
2846
+ .e-input:valid,
2847
+ .e-float-input.e-control-wrapper input:not(:valid),
2848
+ .e-float-input.e-control-wrapper input:valid,
2849
+ .e-float-input input:not(:valid),
2850
+ .e-float-input input:valid,
2851
+ .e-input-group input:not(:valid),
2852
+ .e-input-group input:valid,
2853
+ .e-input-group.e-control-wrapper input:not(:valid),
2854
+ .e-input-group.e-control-wrapper input:valid,
2855
+ .e-float-input.e-control-wrapper textarea:not(:valid),
2856
+ .e-float-input.e-control-wrapper textarea:valid,
2857
+ .e-float-input textarea:not(:valid),
2858
+ .e-float-input textarea:valid,
2859
+ .e-input-group.e-control-wrapper textarea:not(:valid),
2860
+ .e-input-group.e-control-wrapper textarea:valid,
2861
+ .e-input-group textarea:not(:valid),
2862
+ .e-input-group textarea:valid {
2863
+ box-shadow: none;
2864
+ }
2865
+
2866
+ .e-input-group .e-input-in-wrap,
2867
+ .e-input-group.e-control-wrapper .e-input-in-wrap,
2868
+ .e-float-input .e-input-in-wrap,
2869
+ .e-float-input.e-control-wrapper .e-input-in-wrap {
2870
+ width: 100%;
2871
+ display: -ms-flexbox;
2872
+ display: flex;
2873
+ position: relative;
2874
+ }
2875
+
2876
+ .e-float-input .e-input-in-wrap label.e-float-text,
2877
+ .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text {
2878
+ right: 0;
2879
+ overflow: hidden;
2880
+ text-overflow: ellipsis;
2881
+ vertical-align: middle;
2882
+ white-space: nowrap;
2883
+ }
2884
+
2885
+ .e-float-input input.e-input,
2886
+ .e-float-input.e-bigger .e-input,
2887
+ .e-bigger .e-float-input .e-input,
2888
+ .e-float-input.e-control-wrapper input.e-input,
2889
+ .e-float-input.e-control-wrapper.e-bigger .e-input,
2890
+ .e-bigger .e-float-input.e-control-wrapper .e-input {
2891
+ margin-bottom: 0;
2892
+ }
2893
+
2894
+ .e-float-input textarea:focus ~ label.e-float-text,
2895
+ .e-float-input textarea:valid ~ label.e-float-text,
2896
+ .e-float-input textarea ~ label.e-label-top.e-float-text,
2897
+ .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
2898
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
2899
+ .e-float-input textarea label.e-float-text.e-label-top,
2900
+ .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
2901
+ .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
2902
+ .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
2903
+ .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
2904
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
2905
+ .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
2906
+ font-size: 14px;
2907
+ font-style: normal;
2908
+ font-weight: 600;
2909
+ padding-right: 0;
2910
+ transform: translate3d(-10px, -41px, 0) scale(1);
2911
+ }
2912
+
2913
+ .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
2914
+ .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
2915
+ .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
2916
+ .e-bigger .e-float-input textarea:focus ~ label.e-float-text,
2917
+ .e-bigger .e-float-input textarea:valid ~ label.e-float-text,
2918
+ .e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
2919
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
2920
+ .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
2921
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
2922
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
2923
+ .e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
2924
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
2925
+ font-size: 16px;
2926
+ top: 14px;
2927
+ }
2928
+
2929
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
2930
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
2931
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
2932
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
2933
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
2934
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
2935
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
2936
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
2937
+ font-size: 12px;
2938
+ top: 16px;
2939
+ }
2940
+
2941
+ .e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
2942
+ .e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
2943
+ .e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
2944
+ .e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text,
2945
+ .e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text,
2946
+ .e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
2947
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text,
2948
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text,
2949
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
2950
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
2951
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
2952
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text {
2953
+ font-size: 14px;
2954
+ top: 16px;
2955
+ }
2956
+
2957
+ .e-float-input textarea ~ .e-float-text,
2958
+ .e-float-input.e-control-wrapper textarea ~ .e-float-text {
2959
+ top: 15px;
2960
+ }
2961
+
2962
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2963
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2964
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2965
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
2966
+ font-size: 12px;
2967
+ }
2968
+
2969
+ .e-float-input.e-bigger textarea ~ label.e-float-text,
2970
+ .e-float-input textarea ~ label.e-float-text.e-bigger,
2971
+ .e-float-input textarea.e-bigger ~ label.e-float-text,
2972
+ .e-bigger .e-float-input textarea ~ label.e-float-text,
2973
+ .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2974
+ .e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2975
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text,
2976
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger,
2977
+ .e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text,
2978
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text,
2979
+ .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2980
+ .e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
2981
+ font-size: 16px;
2982
+ top: 18px;
2983
+ }
2984
+
2985
+ .e-float-input.e-small textarea ~ label.e-float-text,
2986
+ .e-float-input textarea ~ label.e-float-text.e-small,
2987
+ .e-float-input textarea.e-small ~ label.e-float-text,
2988
+ .e-small .e-float-input textarea ~ label.e-float-text,
2989
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
2990
+ .e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
2991
+ .e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
2992
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text {
2993
+ font-size: 12px;
2994
+ top: 15px;
2995
+ }
2996
+
2997
+ .e-input-group:hover:not(.e-disabled),
2998
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled),
2999
+ .e-float-input:hover:not(.e-disabled),
3000
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3001
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3002
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3003
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3004
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled),
3005
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3006
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3007
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3008
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
3009
+ border-bottom-width: 1px;
3010
+ }
3011
+
3012
+ .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3013
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3014
+ .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 {
3015
+ font-size: 14px;
3016
+ font-style: normal;
3017
+ font-weight: 600;
3018
+ padding-right: 0;
3019
+ transform: translate3d(-10px, -41px, 0) scale(1);
3020
+ -webkit-user-select: text;
3021
+ user-select: text;
3022
+ }
3023
+
3024
+ .e-bigger .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3025
+ .e-bigger.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3026
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill: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-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
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
+ font-size: 16px;
3031
+ font-style: normal;
3032
+ font-weight: 600;
3033
+ padding-right: 0;
3034
+ transform: translate3d(-10px, -45px, 0) scale(1);
3035
+ -webkit-user-select: text;
3036
+ user-select: text;
3037
+ }
3038
+
3039
+ .e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3040
+ .e-small.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3041
+ .e-small .e-float-input.e-control-wrapper.e-autofill: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-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
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
+ font-size: 12px;
3046
+ font-style: normal;
3047
+ font-weight: 600;
3048
+ padding-right: 0;
3049
+ top: 17px;
3050
+ transform: translate3d(-10px, -38px, 0) scale(1);
3051
+ -webkit-user-select: text;
3052
+ user-select: text;
3053
+ }
3054
+
3055
+ .e-bigger .e-float-input.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3056
+ .e-bigger.e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3057
+ .e-float-input.e-bigger.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3058
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3059
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3060
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
3061
+ .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,
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-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,
3064
+ .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 {
3065
+ font-size: 14px;
3066
+ font-style: normal;
3067
+ font-weight: 600;
3068
+ padding-right: 0;
3069
+ top: 16px;
3070
+ transform: translate3d(-10px, -41px, 0) scale(1);
3071
+ -webkit-user-select: text;
3072
+ user-select: text;
3073
+ }
3074
+
3075
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3076
+ .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3077
+ .e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3078
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3079
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3080
+ .e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3081
+ .e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3082
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3083
+ .e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3084
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3085
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3086
+ .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3087
+ .e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3088
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3089
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3090
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3091
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3092
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3093
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3094
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3095
+ -moz-transform: translate(0%, -50%);
3096
+ -ms-transform: translate(0%, -50%);
3097
+ -o-transform: translate(0%, -50%);
3098
+ -webkit-transform: translate(0%, -50%);
3099
+ box-sizing: border-box;
3100
+ left: 0%;
3101
+ top: 13px;
3102
+ transform: translate(0%, -50%);
3103
+ width: 100%;
3104
+ font-style: normal;
3105
+ }
3106
+
3107
+ .e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3108
+ .e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3109
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3110
+ .e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3111
+ .e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3112
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3113
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3114
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3115
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3116
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3117
+ font-size: 14px;
3118
+ font-style: normal;
3119
+ }
3120
+
3121
+ .e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text,
3122
+ .e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text,
3123
+ .e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
3124
+ .e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3125
+ .e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3126
+ .e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,
3127
+ .e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text,
3128
+ .e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text,
3129
+ .e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
3130
+ .e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3131
+ .e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3132
+ .e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top,
3133
+ .e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
3134
+ .e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
3135
+ .e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
3136
+ .e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3137
+ .e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3138
+ .e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top,
3139
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
3140
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
3141
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
3142
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3143
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3144
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
3145
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
3146
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
3147
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
3148
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3149
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3150
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
3151
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
3152
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
3153
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
3154
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3155
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3156
+ .e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top {
3157
+ font-style: normal;
3158
+ padding-right: 0;
3159
+ transform: translate3d(-10px, -41px, 0) scale(1);
3160
+ }
3161
+
3162
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3163
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3164
+ font-style: normal;
3165
+ transform: translate3d(0, 16px, 0) scale(1);
3166
+ }
3167
+
3168
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3169
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
3170
+ font-size: 14px;
3171
+ font-style: normal;
3172
+ font-weight: 400;
3173
+ left: 0;
3174
+ overflow: hidden;
3175
+ padding-left: 10px;
3176
+ pointer-events: none;
3177
+ position: absolute;
3178
+ text-overflow: ellipsis;
3179
+ top: -11px;
3180
+ transform: translate3d(0, 16px, 0) scale(1);
3181
+ transform-origin: left top;
3182
+ transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
3183
+ -webkit-user-select: none;
3184
+ -ms-user-select: none;
3185
+ user-select: none;
3186
+ white-space: nowrap;
3187
+ width: 100%;
3188
+ }
3189
+
3190
+ textarea.e-input::-webkit-textarea-placeholder,
3191
+ textarea.e-input:-moz-placeholder,
3192
+ textarea.e-input:-ms-textarea-placeholder,
3193
+ textarea.e-input::-moz-placeholder {
3194
+ font-size: 14px;
3195
+ font-style: normal;
3196
+ }
3197
+
3198
+ .e-small textarea.e-input::-webkit-textarea-placeholder,
3199
+ textarea.e-small.e-input::-webkit-textarea-placeholder,
3200
+ .e-small textarea.e-input:-moz-placeholder,
3201
+ textarea.e-small.e-input:-moz-placeholder,
3202
+ .e-small textarea.e-input:-ms-input-placeholder,
3203
+ textarea.e-small.e-input:-ms-input-placeholder,
3204
+ .e-small textarea.e-input::-moz-placeholder,
3205
+ textarea.e-small.e-input::-moz-placeholder {
3206
+ font-size: 12px;
3207
+ font-style: normal;
3208
+ }
3209
+
3210
+ .e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder,
3211
+ .e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder,
3212
+ .e-bigger textarea.e-small.e-input:-moz-placeholder,
3213
+ .e-small textarea.e-bigger.e-input:-moz-placeholder,
3214
+ .e-bigger textarea.e-small.e-input:-ms-input-placeholder,
3215
+ .e-small textarea.e-bigger.e-input:-ms-input-placeholder,
3216
+ .e-bigger textarea.e-small.e-input::-moz-placeholder,
3217
+ .e-small textarea.e-bigger.e-input::-moz-placeholder {
3218
+ font-size: 14px;
3219
+ font-style: normal;
3220
+ }
3221
+
3222
+ .e-bigger textarea.e-input::-webkit-textarea-placeholder,
3223
+ textarea.e-bigger.e-input::-webkit-textarea-placeholder,
3224
+ .e-bigger textarea.e-input:-moz-placeholder,
3225
+ textarea.e-bigger.e-input:-moz-placeholder,
3226
+ .e-bigger textarea.e-input:-ms-textarea-placeholder,
3227
+ textarea.e-bigger.e-input:-ms-textarea-placeholder,
3228
+ .e-bigger textarea.e-input::-moz-placeholder,
3229
+ textarea.e-bigger.e-input::-moz-placeholder {
3230
+ font-size: 16px;
3231
+ font-style: normal;
3232
+ }
3233
+
3234
+ .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3235
+ .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3236
+ .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
3237
+ font-size: 14px;
3238
+ font-style: normal;
3239
+ font-weight: 600;
3240
+ padding-right: 0;
3241
+ transform: translate3d(-10px, -41px, 0) scale(1);
3242
+ -webkit-user-select: text;
3243
+ user-select: text;
3244
+ }
3245
+
3246
+ .e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3247
+ .e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3248
+ .e-small .e-float-input.e-control-wrapper.e-autofill 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:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
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
+ font-size: 12px;
3253
+ font-style: normal;
3254
+ font-weight: 600;
3255
+ padding-right: 0;
3256
+ top: 17px;
3257
+ transform: translate3d(-10px, -37px, 0) scale(1);
3258
+ -webkit-user-select: text;
3259
+ user-select: text;
3260
+ }
3261
+
3262
+ .e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
3263
+ .e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3264
+ .e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text,
3265
+ .e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3266
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3267
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
3268
+ .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,
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-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
3271
+ .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 {
3272
+ font-size: 14px;
3273
+ font-style: normal;
3274
+ font-weight: 600;
3275
+ padding-right: 0;
3276
+ top: 16px;
3277
+ transform: translate3d(-10px, -41px, 0) scale(1);
3278
+ -webkit-user-select: text;
3279
+ user-select: text;
3280
+ }
3281
+
3282
+ .e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3283
+ .e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
3284
+ .e-bigger .e-float-input.e-control-wrapper.e-autofill 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:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
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
+ font-size: 16px;
3289
+ font-style: normal;
3290
+ font-weight: 600;
3291
+ padding-right: 0;
3292
+ top: 14px;
3293
+ transform: translate3d(-10px, -45px, 0) scale(1);
3294
+ -webkit-user-select: text;
3295
+ user-select: text;
3296
+ }
3297
+
3298
+ .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
3299
+ .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
3300
+ .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
3301
+ .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3302
+ .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3303
+ .e-float-input.e-bigger textarea label.e-float-text.e-label-top,
3304
+ .e-bigger .e-float-input textarea:focus ~ label.e-float-text,
3305
+ .e-bigger .e-float-input textarea:valid ~ label.e-float-text,
3306
+ .e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
3307
+ .e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3308
+ .e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3309
+ .e-bigger .e-float-input textarea label.e-float-text.e-label-top,
3310
+ .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
3311
+ .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
3312
+ .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
3313
+ .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3314
+ .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3315
+ .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,
3316
+ .e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3317
+ .e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3318
+ .e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3319
+ .e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3320
+ .e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3321
+ .e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3322
+ font-style: normal;
3323
+ font-weight: 600;
3324
+ padding-right: 0;
3325
+ transform: translate3d(-10px, -45px, 0) scale(1);
3326
+ }
3327
+
3328
+ .e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
3329
+ .e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
3330
+ .e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
3331
+ .e-float-input.e-small.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
3332
+ .e-float-input.e-small.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
3333
+ .e-float-input.e-small.e-bigger textarea label.e-float-text.e-label-top,
3334
+ .e-bigger.e-small .e-float-input textarea:focus ~ label.e-float-text,
3335
+ .e-bigger.e-small .e-float-input textarea:valid ~ label.e-float-text,
3336
+ .e-bigger.e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
3337
+ .e-bigger.e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3338
+ .e-bigger.e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3339
+ .e-bigger.e-small .e-float-input textarea label.e-float-text.e-label-top,
3340
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
3341
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
3342
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
3343
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3344
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3345
+ .e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
3346
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3347
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3348
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3349
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3350
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3351
+ .e-small.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3352
+ font-style: normal;
3353
+ font-weight: 600;
3354
+ padding-right: 0;
3355
+ transform: translate3d(-10px, -41px, 0) scale(1);
3356
+ }
3357
+
3358
+ .e-float-input.e-small textarea:focus ~ label.e-float-text,
3359
+ .e-float-input.e-small textarea:valid ~ label.e-float-text,
3360
+ .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
3361
+ .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3362
+ .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3363
+ .e-float-input.e-small textarea label.e-float-text.e-label-top,
3364
+ .e-small .e-float-input textarea:focus ~ label.e-float-text,
3365
+ .e-small .e-float-input textarea:valid ~ label.e-float-text,
3366
+ .e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
3367
+ .e-small .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
3368
+ .e-small .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
3369
+ .e-small .e-float-input textarea label.e-float-text.e-label-top,
3370
+ .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
3371
+ .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
3372
+ .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
3373
+ .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
3374
+ .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
3375
+ .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
3376
+ .e-small .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
3377
+ .e-small .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
3378
+ .e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
3379
+ .e-small .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
3380
+ .e-small .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
3381
+ .e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
3382
+ font-style: normal;
3383
+ font-weight: 600;
3384
+ padding-right: 0;
3385
+ transform: translate3d(-10px, -37px, 0) scale(1);
3386
+ }
3387
+
3388
+ .e-float-input textarea[disabled],
3389
+ .e-float-input textarea.e-disabled,
3390
+ .e-float-input.e-control-wrapper textarea[disabled],
3391
+ .e-float-input.e-control-wrapper textarea.e-disabled {
3392
+ border-color: #f3f2f1;
3393
+ border-style: solid;
3394
+ }
3395
+
3396
+ .e-float-input textarea[disabled],
3397
+ .e-float-input textarea.e-disabled,
3398
+ .e-float-input.e-disabled textarea,
3399
+ .e-float-input.e-control-wrapper textarea[disabled],
3400
+ .e-float-input.e-control-wrapper textarea.e-disabled,
3401
+ .e-float-input.e-control-wrapper.e-disabled textarea {
3402
+ filter: alpha(opacity=100);
3403
+ opacity: 1;
3404
+ }
3405
+
3406
+ .e-float-input textarea[disabled],
3407
+ .e-float-input textarea.e-disabled,
3408
+ .e-float-input.e-control-wrapper textarea[disabled],
3409
+ .e-float-input.e-control-wrapper textarea.e-disabled {
3410
+ background: transparent;
3411
+ background-image: none;
3412
+ cursor: not-allowed;
3413
+ }
3414
+
3415
+ textarea.e-input,
3416
+ .e-input-group textarea.e-input,
3417
+ .e-input-group textarea,
3418
+ .e-input-group.e-control-wrapper textarea.e-input,
3419
+ .e-input-group.e-control-wrapper textarea,
3420
+ .e-float-input textarea,
3421
+ .e-float-input.e-input-group textarea,
3422
+ .e-float-input.e-control-wrapper textarea,
3423
+ .e-float-input.e-control-wrapper.e-input-group textarea {
3424
+ border-radius: 2px;
3425
+ }
3426
+
3427
+ textarea.e-input,
3428
+ .e-input-group textarea,
3429
+ .e-input-group textarea.e-input,
3430
+ .e-input-group.e-input-focus textarea,
3431
+ .e-input-group.e-input-focus textarea.e-input,
3432
+ .e-input-group.e-control-wrapper textarea,
3433
+ .e-input-group.e-control-wrapper.e-input-focus textarea,
3434
+ .e-input-group.e-control-wrapper textarea.e-input,
3435
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3436
+ .e-float-input textarea,
3437
+ .e-float-input.e-control-wrapper textarea {
3438
+ line-height: 1.5;
3439
+ min-height: 32px;
3440
+ min-width: 0;
3441
+ padding: 6px 8px 6px 8px;
3442
+ resize: vertical;
3443
+ }
3444
+
3445
+ .e-input-group.e-bigger textarea,
3446
+ .e-input-group.e-bigger textarea.e-input,
3447
+ .e-input-group textarea.e-bigger,
3448
+ .e-input-group textarea.e-input.e-bigger,
3449
+ .e-input-group.e-control-wrapper.e-bigger textarea,
3450
+ .e-input-group.e-control-wrapper.e-bigger textarea.e-input,
3451
+ .e-input-group.e-control-wrapper textarea.e-bigger,
3452
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
3453
+ .e-bigger .e-input-group textarea,
3454
+ .e-bigger .e-input-group textarea.e-input,
3455
+ .e-bigger .e-input-group.e-control-wrapper textarea,
3456
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input,
3457
+ .e-float-input.e-bigger textarea,
3458
+ .e-float-input textarea.e-bigger,
3459
+ .e-float-input.e-control-wrapper.e-bigger textarea,
3460
+ .e-float-input.e-control-wrapper textarea.e-bigger,
3461
+ .e-bigger .e-float-input textarea,
3462
+ .e-bigger .e-float-input.e-control-wrapper textarea {
3463
+ font: inherit;
3464
+ line-height: 1.5;
3465
+ min-height: 36px;
3466
+ padding: 8px 12px 8px 12px;
3467
+ }
3468
+
3469
+ .e-input-group.e-input-focus.e-bigger textarea,
3470
+ .e-input-group.e-input-focus.e-bigger textarea.e-input,
3471
+ .e-input-group.e-input-focus textarea.e-bigger,
3472
+ .e-input-group.e-input-focus textarea.e-input.e-bigger,
3473
+ .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,
3474
+ .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,
3475
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
3476
+ .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
3477
+ .e-bigger .e-input-group.e-input-focus textarea,
3478
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
3479
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3480
+ .e-input-group.e-control-wrapper textarea.e-bigger:focus,
3481
+ .e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
3482
+ .e-bigger .e-input-group.e-control-wrapper textarea:focus,
3483
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
3484
+ .e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus {
3485
+ font: inherit;
3486
+ line-height: 1.5;
3487
+ min-height: 36px;
3488
+ padding: 8px 12px 8px 12px;
3489
+ }
3490
+
3491
+ .e-input-group.e-small textarea,
3492
+ .e-input-group.e-small textarea.e-input,
3493
+ .e-input-group textarea.e-small,
3494
+ .e-input-group textarea.e-input.e-small,
3495
+ .e-input-group.e-control-wrapper.e-small textarea,
3496
+ .e-input-group.e-control-wrapper.e-small textarea.e-input,
3497
+ .e-small .e-input-group textarea,
3498
+ .e-small .e-input-group textarea.e-input,
3499
+ .e-float-input.e-small textarea,
3500
+ .e-float-input textarea.e-small,
3501
+ .e-float-input.e-control-wrapper.e-small textarea,
3502
+ .e-float-input.e-control-wrapper textarea.e-small,
3503
+ .e-small .e-float-input textarea,
3504
+ .e-small .e-float-input.e-control-wrapper textarea {
3505
+ font: inherit;
3506
+ min-height: 26px;
3507
+ padding: 4px 8px 4px 8px;
3508
+ }
3509
+
3510
+ .e-input-group.e-input-focus.e-small textarea,
3511
+ .e-input-group.e-input-focus.e-small textarea.e-input,
3512
+ .e-input-group.e-input-focus textarea.e-small,
3513
+ .e-input-group.e-input-focus textarea.e-input.e-small,
3514
+ .e-input-group.e-input-focus textarea.e-input.e-small,
3515
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
3516
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
3517
+ .e-small .e-input-group.e-input-focus textarea,
3518
+ .e-small .e-input-group.e-input-focus textarea.e-input {
3519
+ font: inherit;
3520
+ min-height: 26px;
3521
+ padding: 4px 8px 4px 8px;
3522
+ }
3523
+
3524
+ .e-input-group.e-small textarea:focus,
3525
+ .e-input-group.e-small textarea.e-input:focus,
3526
+ .e-input-group textarea.e-small:focus,
3527
+ .e-input-group textarea.e-input.e-small:focus,
3528
+ .e-input-group.e-control-wrapper.e-small textarea:focus,
3529
+ .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
3530
+ .e-small .e-input-group textarea:focus,
3531
+ .e-small .e-input-group textarea.e-input:focus,
3532
+ .e-float-input.e-small textarea:focus,
3533
+ .e-float-input textarea.e-small:focus,
3534
+ .e-float-input.e-control-wrapper.e-small textarea:focus,
3535
+ .e-float-input.e-control-wrapper textarea.e-small:focus,
3536
+ .e-small .e-float-input textarea:focus,
3537
+ .e-small .e-float-input.e-control-wrapper textarea:focus {
3538
+ padding: 4px 8px 4px 8px;
3539
+ }
3540
+
3541
+ .e-input-group.e-small.e-bigger textarea.e-input,
3542
+ .e-input-group.e-small textarea.e-input.e-bigger,
3543
+ .e-input-group textarea.e-input.e-bigger.e-small,
3544
+ .e-input-group.e-bigger textarea.e-small,
3545
+ .e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
3546
+ .e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
3547
+ .e-bigger.e-small .e-input-group textarea.e-input,
3548
+ .e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
3549
+ .e-bigger .input-group textarea.e-small,
3550
+ .e-bigger .e-input-group.e-small textarea.e-input,
3551
+ .e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
3552
+ .e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input,
3553
+ .e-small .input-group textarea.e-bigger,
3554
+ .e-small .e-input-group.e-bigger textarea.e-input,
3555
+ .e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
3556
+ .e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
3557
+ .e-float-input textarea.e-bigger.e-small,
3558
+ .e-float-input.e-small.e-bigger textarea,
3559
+ .e-float-input.e-small textarea.e-bigger,
3560
+ .e-float-input.e-bigger textarea.e-small,
3561
+ .e-bigger .e-float-input.e-small textarea,
3562
+ .e-bigger.e-small .e-float-input textarea,
3563
+ .e-bigger .float-input textarea.e-small,
3564
+ .e-small .e-float-input.e-bigger textarea,
3565
+ .e-small .float-input textarea.e-bigger,
3566
+ .e-small .e-float-input.e-control-wrapper textarea.e-bigger,
3567
+ .e-float-input.e-control-wrapper.e-small.e-bigger textarea,
3568
+ .e-float-input.e-control-wrapper.e-small textarea.e-bigger,
3569
+ .e-bigger .e-float-input.e-control-wrapper.e-small textarea,
3570
+ .e-bigger.e-small .e-float-input.e-control-wrapper textarea,
3571
+ .e-bigger .e-small.e-float-input.e-control-wrapper textarea {
3572
+ font: inherit;
3573
+ line-height: 1.5;
3574
+ min-height: 32px;
3575
+ padding: 6px 12px 6px 12px;
3576
+ }
3577
+
3578
+ .e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,
3579
+ .e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,
3580
+ .e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,
3581
+ .e-input-group.e-input-focus.e-bigger textarea.e-small,
3582
+ .e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,
3583
+ .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,
3584
+ .e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,
3585
+ .e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
3586
+ .e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3587
+ .e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
3588
+ .e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input {
3589
+ font: inherit;
3590
+ line-height: 1.5;
3591
+ min-height: 32px;
3592
+ padding: 6px 12px 6px 12px;
3593
+ }
3594
+
3595
+ .e-filled.e-input-group,
3596
+ .e-filled.e-input-group.e-control-wrapper,
3597
+ .e-filled.e-float-input,
3598
+ .e-filled.e-float-input.e-control-wrapper {
3599
+ line-height: 1;
3600
+ }
3601
+
3602
+ .e-filled textarea.e-input,
3603
+ .e-filled.e-input-group.e-multi-line-input textarea,
3604
+ .e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,
3605
+ .e-filled.e-float-input.e-multi-line-input textarea,
3606
+ .e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea {
3607
+ box-sizing: border-box;
3608
+ }
3609
+
3610
+ .e-float-input.e-control-wrapper.e-hidden,
3611
+ .e-input-group.e-control-wrapper.e-hidden {
3612
+ display: none;
3613
+ }
3614
+
3615
+ .e-input-group.e-control-container.valid.modified,
3616
+ .e-input-group.e-control-container.invalid,
3617
+ .e-float-input.e-control-container.valid.modified,
3618
+ .e-float-input.e-control-container.invalid {
3619
+ outline: none;
3620
+ }
3621
+
3622
+ /*! input theme */
3623
+ input.e-input,
3624
+ .e-input-group input.e-input,
3625
+ .e-input-group.e-control-wrapper input.e-input,
3626
+ .e-input-group textarea.e-input,
3627
+ .e-input-group.e-control-wrapper textarea.e-input,
3628
+ textarea.e-input,
3629
+ .e-float-input input,
3630
+ .e-float-input.e-control-wrapper input,
3631
+ .e-float-input textarea,
3632
+ .e-float-input.e-control-wrapper textarea {
3633
+ background: #fff;
3634
+ border-color: #605e5c;
3635
+ color: #201f1e;
3636
+ }
3637
+
3638
+ .e-input-group,
3639
+ .e-input-group.e-control-wrapper,
3640
+ .e-float-input,
3641
+ .e-float-input.e-input-group,
3642
+ .e-float-input.e-control-wrapper,
3643
+ .e-float-input.e-input-group.e-control-wrapper {
3644
+ background: #fff;
3645
+ color: #201f1e;
3646
+ }
3647
+
3648
+ .e-input-group .e-input-group-icon,
3649
+ .e-input-group.e-control-wrapper .e-input-group-icon {
3650
+ background: transparent;
3651
+ border-color: #605e5c;
3652
+ color: #605e5c;
3653
+ border-color: #c8c6c4;
3654
+ }
3655
+
3656
+ .e-input-group.e-disabled .e-input-group-icon,
3657
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
3658
+ color: #a19f9d;
3659
+ }
3660
+
3661
+ .e-input[disabled],
3662
+ .e-input-group .e-input[disabled],
3663
+ .e-input-group.e-control-wrapper .e-input[disabled],
3664
+ .e-input-group.e-disabled,
3665
+ .e-input-group.e-control-wrapper.e-disabled,
3666
+ .e-float-input input[disabled],
3667
+ .e-float-input.e-control-wrapper input[disabled],
3668
+ .e-float-input textarea[disabled],
3669
+ .e-float-input.e-control-wrapper textarea[disabled],
3670
+ .e-float-input.e-disabled,
3671
+ .e-float-input.e-control-wrapper.e-disabled {
3672
+ -webkit-text-fill-color: #a19f9d;
3673
+ background: #f3f2f1;
3674
+ color: #a19f9d;
3675
+ border-color: #f3f2f1;
3676
+ }
3677
+
3678
+ .e-input-group input.e-input,
3679
+ .e-input-group.e-control-wrapper input.e-input,
3680
+ .e-float-input input,
3681
+ .e-float-input.e-control-wrapper input,
3682
+ .e-input-group textarea.e-input,
3683
+ .e-input-group.e-control-wrapper textarea.e-input,
3684
+ .e-float-input textarea,
3685
+ .e-float-input.e-control-wrapper textarea,
3686
+ .e-input-group .e-input[disabled],
3687
+ .e-input-group.e-control-wrapper .e-input[disabled],
3688
+ .e-input-group.e-disabled input.e-input,
3689
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
3690
+ .e-input-group.e-disabled textarea.e-input,
3691
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
3692
+ background: none;
3693
+ color: inherit;
3694
+ }
3695
+
3696
+ .e-input-group .e-input[readonly],
3697
+ .e-input-group.e-control-wrapper .e-input[readonly],
3698
+ .e-float-input input[readonly],
3699
+ .e-float-input.e-control-wrapper input[readonly],
3700
+ .e-float-input textarea[readonly],
3701
+ .e-float-input.e-control-wrapper textarea[readonly] {
3702
+ background: #fff;
3703
+ color: inherit;
3704
+ }
3705
+
3706
+ .e-float-input.e-disabled input,
3707
+ .e-float-input.e-control-wrapper.e-disabled input,
3708
+ .e-float-input.e-disabled textarea,
3709
+ .e-float-input.e-control-wrapper.e-disabled textarea,
3710
+ .e-float-input input[disabled],
3711
+ .e-float-input.e-control-wrapper input[disabled],
3712
+ .e-float-input textarea[disabled],
3713
+ .e-float-input.e-control-wrapper textarea[disabled] {
3714
+ color: inherit;
3715
+ }
3716
+
3717
+ /*! Added color to textbox for disbaled state */
3718
+ .e-float-input:not(.e-disabled) input[disabled],
3719
+ .e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
3720
+ .e-float-input:not(.e-disabled) textarea[disabled],
3721
+ .e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
3722
+ -webkit-text-fill-color: #a19f9d;
3723
+ color: #a19f9d;
3724
+ }
3725
+
3726
+ .e-input-group.e-disabled .e-input-group-icon,
3727
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
3728
+ background: transparent;
3729
+ border-color: #f3f2f1;
3730
+ }
3731
+
3732
+ .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
3733
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
3734
+ background: #f3f2f1;
3735
+ color: #323130;
3736
+ }
3737
+
3738
+ .e-input.e-success,
3739
+ .e-input.e-success:focus,
3740
+ .e-input-group.e-success input.e-input,
3741
+ .e-input-group.e-control-wrapper.e-success input.e-input,
3742
+ .e-input-group.e-success .e-input-group-icon,
3743
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
3744
+ .e-input-group.e-success textarea.e-input,
3745
+ .e-input-group.e-control-wrapper.e-success textarea.e-input {
3746
+ border-color: #107c10;
3747
+ }
3748
+
3749
+ .e-input.e-warning,
3750
+ .e-input.e-warning:focus,
3751
+ .e-input-group.e-warning input.e-input,
3752
+ .e-input-group.e-control-wrapper.e-warning input.e-input,
3753
+ .e-input-group.e-warning .e-input-group-icon,
3754
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
3755
+ .e-input-group.e-warning textarea.e-input,
3756
+ .e-input-group.e-control-wrapper.e-warning textarea.e-input {
3757
+ border-color: #ca5010;
3758
+ }
3759
+
3760
+ .e-input.e-error,
3761
+ .e-input.e-error:focus,
3762
+ .e-input-group.e-error input.e-input,
3763
+ .e-input-group.e-control-wrapper.e-error input.e-input,
3764
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon,
3765
+ .e-input-group.e-error .e-input-group-icon,
3766
+ .e-input-group.e-error textarea.e-input,
3767
+ .e-input-group.e-control-wrapper.e-error textarea.e-input {
3768
+ border-color: #a4262c;
3769
+ }
3770
+
3771
+ label.e-float-text,
3772
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3773
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3774
+ .e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3775
+ .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,
3776
+ .e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3777
+ .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,
3778
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3779
+ .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,
3780
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
3781
+ .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,
3782
+ .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,
3783
+ .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,
3784
+ .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,
3785
+ .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 {
3786
+ color: #605e5c;
3787
+ }
3788
+
3789
+ .e-float-input.e-error label.e-float-text,
3790
+ .e-float-input.e-control-wrapper.e-error label.e-float-text,
3791
+ .e-float-input.e-error input:focus ~ label.e-float-text,
3792
+ .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
3793
+ .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
3794
+ .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
3795
+ .e-float-input.e-error textarea:focus ~ label.e-float-text,
3796
+ .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
3797
+ color: #a4262c;
3798
+ color: #3b3a39;
3799
+ }
3800
+
3801
+ .e-float-input input,
3802
+ .e-float-input textarea,
3803
+ .e-float-input.e-control-wrapper input,
3804
+ .e-float-input.e-control-wrapper textarea {
3805
+ border-bottom-color: #605e5c;
3806
+ }
3807
+
3808
+ .e-float-input.e-success input,
3809
+ .e-float-input.e-success textarea,
3810
+ .e-float-input.e-control-wrapper.e-success input,
3811
+ .e-float-input.e-control-wrapper.e-success textarea {
3812
+ border-color: #107c10;
3813
+ }
3814
+
3815
+ .e-float-input.e-warning input,
3816
+ .e-float-input.e-control-wrapper.e-warning input,
3817
+ .e-float-input.e-warning textarea,
3818
+ .e-float-input.e-control-wrapper.e-warning textarea {
3819
+ border-color: #ca5010;
3820
+ }
3821
+
3822
+ .e-float-input.e-error input,
3823
+ .e-float-input.e-control-wrapper.e-error input,
3824
+ .e-float-input.e-error textarea,
3825
+ .e-float-input.e-control-wrapper.e-error textarea {
3826
+ border-color: #a4262c;
3827
+ }
3828
+
3829
+ .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),
3830
+ .e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
3831
+ .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) {
3832
+ color: #605e5c;
3833
+ }
3834
+
3835
+ .e-input-group:not(.e-disabled) .e-input-group-icon:active,
3836
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
3837
+ background: #e1dfdd;
3838
+ color: #201f1e;
3839
+ }
3840
+
3841
+ input.e-input::selection,
3842
+ textarea.e-input::selection,
3843
+ .e-input-group input.e-input::selection,
3844
+ .e-input-group.e-control-wrapper input.e-input::selection,
3845
+ .e-float-input input::selection,
3846
+ .e-float-input.e-control-wrapper input::selection,
3847
+ .e-input-group textarea.e-input::selection,
3848
+ .e-input-group.e-control-wrapper textarea.e-input::selection,
3849
+ .e-float-input textarea::selection,
3850
+ .e-float-input.e-control-wrapper textarea::selection {
3851
+ background: #c7e0f4;
3852
+ color: #201f1e;
3853
+ }
3854
+
3855
+ .e-float-input.e-small textarea::selection,
3856
+ .e-float-input textarea::selection {
3857
+ background: #c7e0f4;
3858
+ color: #201f1e;
3859
+ }
3860
+
3861
+ input.e-input:-moz-placeholder {
3862
+ color: #605e5c;
3863
+ }
3864
+
3865
+ .e-input-group input.e-input:-moz-placeholder {
3866
+ color: #605e5c;
3867
+ }
3868
+
3869
+ .e-input-group input.e-input:-moz-placeholder,
3870
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
3871
+ color: #605e5c;
3872
+ }
3873
+
3874
+ input.e-input:-moz-placeholder {
3875
+ color: #605e5c;
3876
+ }
3877
+
3878
+ .e-input-group input.e-input:-moz-placeholder {
3879
+ color: #605e5c;
3880
+ }
3881
+
3882
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
3883
+ color: #605e5c;
3884
+ }
3885
+
3886
+ textarea.e-input:-moz-placeholder {
3887
+ color: #605e5c;
3888
+ }
3889
+
3890
+ .e-input-group textarea.e-input:-moz-placeholder {
3891
+ color: #605e5c;
3892
+ }
3893
+
3894
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
3895
+ color: #605e5c;
3896
+ }
3897
+
3898
+ input.e-input::-moz-placeholder {
3899
+ color: #605e5c;
3900
+ }
3901
+
3902
+ .e-input-group input.e-input::-moz-placeholder {
3903
+ color: #605e5c;
3904
+ }
3905
+
3906
+ .e-input-group.e-control-wrapper input.e-input::-moz-placeholder {
3907
+ color: #605e5c;
3908
+ }
3909
+
3910
+ textarea.e-input::-moz-placeholder {
3911
+ color: #605e5c;
3912
+ }
3913
+
3914
+ .e-input-group textarea.e-input::-moz-placeholder {
3915
+ color: #605e5c;
3916
+ }
3917
+
3918
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder {
3919
+ color: #605e5c;
3920
+ }
3921
+
3922
+ input.e-input:-ms-input-placeholder {
3923
+ color: #605e5c;
3924
+ }
3925
+
3926
+ .e-input-group input.e-input:-ms-input-placeholder {
3927
+ color: #605e5c;
3928
+ }
3929
+
3930
+ .e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder {
3931
+ color: #605e5c;
3932
+ }
3933
+
3934
+ textarea.e-input:-ms-input-placeholder {
3935
+ color: #605e5c;
3936
+ }
3937
+
3938
+ .e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder {
3939
+ color: #605e5c;
3940
+ }
3941
+
3942
+ .e-input-group textarea.e-input:-ms-input-placeholder {
3943
+ color: #605e5c;
3944
+ }
3945
+
3946
+ input.e-input::-webkit-input-placeholder {
3947
+ color: #605e5c;
3948
+ }
3949
+
3950
+ .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder {
3951
+ color: #605e5c;
3952
+ }
3953
+
3954
+ .e-input-group input.e-input::-webkit-input-placeholder {
3955
+ color: #605e5c;
3956
+ }
3957
+
3958
+ textarea.e-input::-webkit-input-placeholder {
3959
+ color: #605e5c;
3960
+ }
3961
+
3962
+ .e-input-group textarea.e-input::-webkit-input-placeholder {
3963
+ color: #605e5c;
3964
+ }
3965
+
3966
+ .e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
3967
+ color: #605e5c;
3968
+ }
3969
+
3970
+ .e-input-group::before,
3971
+ .e-input-group::after,
3972
+ .e-input-group.e-control-wrapper::before,
3973
+ .e-input-group.e-control-wrapper::after {
3974
+ content: "";
3975
+ }
3976
+
3977
+ .e-input-group.e-success::before,
3978
+ .e-input-group.e-success::after,
3979
+ .e-input-group.e-control-wrapper.e-success::before,
3980
+ .e-input-group.e-control-wrapper.e-success::after {
3981
+ content: "";
3982
+ }
3983
+
3984
+ .e-input-group.e-warning::before,
3985
+ .e-input-group.e-warning::after,
3986
+ .e-input-group.e-control-wrapper.e-warning::before,
3987
+ .e-input-group.e-control-wrapper.e-warning::after {
3988
+ content: "";
3989
+ }
3990
+
3991
+ .e-input-group.e-error::before,
3992
+ .e-input-group.e-error::after,
3993
+ .e-input-group.e-control-wrapper.e-error::before,
3994
+ .e-input-group.e-control-wrapper.e-error::after {
3995
+ content: "";
3996
+ }
3997
+
3998
+ .e-input-group.e-success .e-input-group-icon,
3999
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon {
4000
+ color: #605e5c;
4001
+ }
4002
+
4003
+ .e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
4004
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover {
4005
+ color: #605e5c;
4006
+ color: #323130;
4007
+ }
4008
+
4009
+ .e-input-group.e-warning .e-input-group-icon,
4010
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon {
4011
+ color: #605e5c;
4012
+ }
4013
+
4014
+ .e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
4015
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover {
4016
+ color: #605e5c;
4017
+ color: #323130;
4018
+ }
4019
+
4020
+ .e-input-group.e-error .e-input-group-icon,
4021
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon {
4022
+ color: #605e5c;
4023
+ }
4024
+
4025
+ .e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
4026
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
4027
+ color: #605e5c;
4028
+ color: #323130;
4029
+ }
4030
+
4031
+ .e-input-group input.e-input,
4032
+ .e-input-group.e-control-wrapper input.e-input,
4033
+ .e-input-group textarea.e-input,
4034
+ .e-input-group.e-control-wrapper textarea.e-input {
4035
+ border-color: #605e5c;
4036
+ }
4037
+
4038
+ .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
4039
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
4040
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
4041
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
4042
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
4043
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
4044
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
4045
+ border-color: #0078d4;
4046
+ border-radius: 2px;
4047
+ box-shadow: 0 0 0 1px #0078d4;
4048
+ }
4049
+
4050
+ .e-input-group .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
4051
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
4052
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
4053
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
4054
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
4055
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
4056
+ .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 {
4057
+ box-shadow: none;
4058
+ }
4059
+
4060
+ .e-input:focus:not(.e-success):not(.e-warning).e-error,
4061
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
4062
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
4063
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
4064
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
4065
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
4066
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
4067
+ box-shadow: 0 0 0 1px #a4262c;
4068
+ }
4069
+
4070
+ .e-input:focus:not(.e-error):not(.e-warning).e-success,
4071
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
4072
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
4073
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
4074
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
4075
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
4076
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
4077
+ box-shadow: 0 0 0 1px #107c10;
4078
+ }
4079
+
4080
+ .e-input:focus:not(.e-success):not(.e-error).e-warning,
4081
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
4082
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
4083
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
4084
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
4085
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
4086
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
4087
+ box-shadow: 0 0 0 1px #ca5010;
4088
+ }
4089
+
4090
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
4091
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
4092
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
4093
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
4094
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
4095
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
4096
+ border-color: #605e5c;
4097
+ }
4098
+
4099
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
4100
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
4101
+ border-color: #0078d4;
4102
+ border-color: #0078d4;
4103
+ border-radius: 2px;
4104
+ box-shadow: 0 0 0 1px #0078d4;
4105
+ }
4106
+
4107
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
4108
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
4109
+ box-shadow: 0 0 0 1px #a4262c;
4110
+ }
4111
+
4112
+ .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
4113
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
4114
+ box-shadow: 0 0 0 1px #107c10;
4115
+ }
4116
+
4117
+ .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
4118
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
4119
+ box-shadow: 0 0 0 1px #ca5010;
4120
+ }
4121
+
4122
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
4123
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
4124
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
4125
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
4126
+ border-color: #605e5c;
4127
+ }
4128
+
4129
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
4130
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
4131
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
4132
+ .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,
4133
+ .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,
4134
+ .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 {
4135
+ border-color: transparent;
4136
+ }
4137
+
4138
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
4139
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
4140
+ border-color: #605e5c;
4141
+ box-shadow: none;
4142
+ }
4143
+
4144
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
4145
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
4146
+ border-color: #0078d4;
4147
+ box-shadow: 0 0 0 1px #0078d4;
4148
+ }
4149
+
4150
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
4151
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
4152
+ box-shadow: 0 0 0 1px #a4262c;
4153
+ }
4154
+
4155
+ .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
4156
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
4157
+ box-shadow: 0 0 0 1px #107c10;
4158
+ }
4159
+
4160
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
4161
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
4162
+ box-shadow: 0 0 0 1px #ca5010;
4163
+ }
4164
+
4165
+ .e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
4166
+ .e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
4167
+ border-color: #f3f2f1;
4168
+ }
4169
+
4170
+ .e-input-group,
4171
+ .e-input-group.e-control-wrapper {
4172
+ border-bottom-color: #605e5c;
4173
+ }
4174
+
4175
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
4176
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
4177
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
4178
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
4179
+ border-bottom-color: transparent;
4180
+ border-top-color: transparent;
4181
+ }
4182
+
4183
+ .e-input-group.e-success,
4184
+ .e-input-group.e-control-wrapper.e-success,
4185
+ .e-input-group.e-success:not(.e-float-icon-left),
4186
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
4187
+ border-color: #107c10;
4188
+ }
4189
+
4190
+ .e-input-group.e-warning,
4191
+ .e-input-group.e-control-wrapper.e-warning,
4192
+ .e-input-group.e-warning:not(.e-float-icon-left),
4193
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
4194
+ border-color: #ca5010;
4195
+ }
4196
+
4197
+ .e-input-group.e-error,
4198
+ .e-input-group.e-control-wrapper.e-error,
4199
+ .e-input-group.e-error:not(.e-float-icon-left),
4200
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
4201
+ border-color: #a4262c;
4202
+ }
4203
+
4204
+ .e-float-input .e-clear-icon,
4205
+ .e-float-input.e-control-wrapper .e-clear-icon,
4206
+ .e-input-group .e-clear-icon,
4207
+ .e-input-group.e-control-wrapper .e-clear-icon {
4208
+ color: #605e5c;
4209
+ }
4210
+
4211
+ .e-float-input .e-clear-icon:active,
4212
+ .e-float-input.e-control-wrapper .e-clear-icon:active,
4213
+ .e-input-group .e-clear-icon:active,
4214
+ .e-input-group.e-control-wrapper .e-clear-icon:active {
4215
+ color: #201f1e;
4216
+ }
4217
+
4218
+ .e-float-input .e-clear-icon:hover,
4219
+ .e-float-input.e-control-wrapper .e-clear-icon:hover,
4220
+ .e-input-group .e-clear-icon:hover,
4221
+ .e-input-group.e-control-wrapper .e-clear-icon:hover {
4222
+ color: #323130;
4223
+ background: #f3f2f1;
4224
+ }
4225
+
4226
+ .e-float-input:not(.e-disabled) .e-clear-icon:hover,
4227
+ .e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
4228
+ .e-input-group:not(.e-disabled) .e-clear-icon:hover,
4229
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
4230
+ background: #f3f2f1;
4231
+ }
4232
+
4233
+ .e-float-input.e-disabled .e-clear-icon,
4234
+ .e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
4235
+ .e-input-group.e-disabled .e-clear-icon,
4236
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
4237
+ color: #a19f9d;
4238
+ }
4239
+
4240
+ .e-float-input.e-input-focus .e-input:focus,
4241
+ .e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
4242
+ border-bottom-color: transparent;
4243
+ border-top-color: transparent;
4244
+ }
4245
+
4246
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4247
+ .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4248
+ .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4249
+ .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4250
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4251
+ .e-float-input:not(.e-error) input label.e-float-text.e-label-top,
4252
+ .e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4253
+ .e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4254
+ .e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4255
+ .e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4256
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4257
+ .e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4258
+ .e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4259
+ .e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4260
+ .e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4261
+ .e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4262
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4263
+ .e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4264
+ .e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
4265
+ color: #3b3a39;
4266
+ }
4267
+
4268
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4269
+ .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4270
+ .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4271
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4272
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4273
+ .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
4274
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4275
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4276
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4277
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4278
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4279
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4280
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4281
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4282
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4283
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4284
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4285
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4286
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
4287
+ color: #3b3a39;
4288
+ }
4289
+
4290
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
4291
+ .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
4292
+ .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4293
+ .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
4294
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4295
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
4296
+ .e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
4297
+ .e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
4298
+ .e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
4299
+ .e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4300
+ .e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4301
+ .e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4302
+ .e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4303
+ .e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4304
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4305
+ .e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
4306
+ .e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
4307
+ .e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4308
+ .e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4309
+ .e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4310
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4311
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
4312
+ .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4313
+ .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
4314
+ color: #3b3a39;
4315
+ }
4316
+
4317
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
4318
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
4319
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4320
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
4321
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4322
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
4323
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
4324
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
4325
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
4326
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4327
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
4328
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
4329
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
4330
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4331
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4332
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
4333
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
4334
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
4335
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
4336
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4337
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
4338
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
4339
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
4340
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
4341
+ color: #3b3a39;
4342
+ }
4343
+
4344
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4345
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4346
+ .e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4347
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4348
+ .e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4349
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4350
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4351
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4352
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4353
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4354
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4355
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4356
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
4357
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
4358
+ color: #605e5c;
4359
+ }
4360
+
4361
+ .e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
4362
+ .e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
4363
+ .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) {
4364
+ color: #605e5c;
4365
+ }
4366
+
4367
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4368
+ .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4369
+ .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4370
+ .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4371
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4372
+ .e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
4373
+ .e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4374
+ .e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4375
+ .e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4376
+ .e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4377
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4378
+ .e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4379
+ .e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4380
+ .e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4381
+ .e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4382
+ .e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4383
+ color: #3b3a39;
4384
+ }
4385
+
4386
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4387
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4388
+ .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4389
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4390
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4391
+ .e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
4392
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4393
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4394
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4395
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4396
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4397
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4398
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4399
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4400
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4401
+ .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4402
+ color: #3b3a39;
4403
+ }
4404
+
4405
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4406
+ .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4407
+ .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4408
+ .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
4409
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4410
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
4411
+ .e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
4412
+ .e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4413
+ .e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
4414
+ .e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4415
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4416
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4417
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4418
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4419
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4420
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4421
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4422
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4423
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4424
+ .e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4425
+ color: #3b3a39;
4426
+ }
4427
+
4428
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4429
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4430
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4431
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
4432
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4433
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
4434
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
4435
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4436
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
4437
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4438
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
4439
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
4440
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4441
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4442
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4443
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
4444
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
4445
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
4446
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
4447
+ .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
4448
+ color: #3b3a39;
4449
+ }
4450
+
4451
+ .e-float-input.e-input-group.e-disabled .e-float-text,
4452
+ .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
4453
+ .e-float-input input[disabled] ~ label.e-float-text,
4454
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
4455
+ .e-float-input.e-disabled label.e-float-text,
4456
+ .e-float-input.e-disabled label.e-float-text.e-label-top,
4457
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
4458
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4459
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4460
+ .e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4461
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4462
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4463
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4464
+ .e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
4465
+ color: #a19f9d;
4466
+ }
4467
+
4468
+ .e-float-input textarea[disabled] ~ label.e-float-text,
4469
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
4470
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
4471
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4472
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4473
+ .e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4474
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4475
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4476
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4477
+ .e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
4478
+ color: #a19f9d;
4479
+ }
4480
+
4481
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
4482
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
4483
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
4484
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
4485
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
4486
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
4487
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text,
4488
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
4489
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
4490
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4491
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4492
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4493
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4494
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4495
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4496
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4497
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
4498
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
4499
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4500
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4501
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
4502
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
4503
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
4504
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
4505
+ color: #a19f9d;
4506
+ }
4507
+
4508
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
4509
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
4510
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
4511
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
4512
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
4513
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4514
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4515
+ .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4516
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4517
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4518
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4519
+ .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4520
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
4521
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
4522
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4523
+ .e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4524
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
4525
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
4526
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
4527
+ .e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
4528
+ color: #a19f9d;
4529
+ }
4530
+
4531
+ input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
4532
+ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
4533
+ border-color: #323130;
4534
+ }
4535
+
4536
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4537
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4538
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4539
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4540
+ .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]),
4541
+ .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]),
4542
+ .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]),
4543
+ .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]) {
4544
+ border-color: #0078d4;
4545
+ }
4546
+
4547
+ .e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4548
+ .e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4549
+ .e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4550
+ .e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
4551
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
4552
+ .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]),
4553
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
4554
+ .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]) {
4555
+ border-color: #0078d4;
4556
+ }
4557
+
4558
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4559
+ .e-bigger .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-small .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-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4564
+ .e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4565
+ .e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4566
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
4567
+ .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,
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-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,
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-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,
4572
+ .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,
4573
+ .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 {
4574
+ color: #3b3a39;
4575
+ }
4576
+
4577
+ .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4578
+ .e-bigger .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-small .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-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4583
+ .e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4584
+ .e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4585
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4586
+ .e-bigger .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-small .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-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4591
+ .e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
4592
+ .e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
4593
+ color: #3b3a39;
4594
+ }