@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -1 +1,839 @@
1
- @import '@syncfusion/ej2-inputs/styles/uploader/material.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ @-webkit-keyframes material-spinner-rotate {
3
+ 0% {
4
+ -webkit-transform: rotate(0deg);
5
+ transform: rotate(0deg);
6
+ }
7
+ 100% {
8
+ -webkit-transform: rotate(360deg);
9
+ transform: rotate(360deg);
10
+ }
11
+ }
12
+ @keyframes material-spinner-rotate {
13
+ 0% {
14
+ -webkit-transform: rotate(0deg);
15
+ transform: rotate(0deg);
16
+ }
17
+ 100% {
18
+ -webkit-transform: rotate(360deg);
19
+ transform: rotate(360deg);
20
+ }
21
+ }
22
+ @-webkit-keyframes fabric-spinner-rotate {
23
+ 0% {
24
+ -webkit-transform: rotate(0deg);
25
+ transform: rotate(0deg);
26
+ }
27
+ 100% {
28
+ -webkit-transform: rotate(360deg);
29
+ transform: rotate(360deg);
30
+ }
31
+ }
32
+ @keyframes fabric-spinner-rotate {
33
+ 0% {
34
+ -webkit-transform: rotate(0deg);
35
+ transform: rotate(0deg);
36
+ }
37
+ 100% {
38
+ -webkit-transform: rotate(360deg);
39
+ transform: rotate(360deg);
40
+ }
41
+ }
42
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons::before {
43
+ content: "\e945";
44
+ }
45
+
46
+ .e-upload .e-upload-files .e-icons.e-file-pause-btn::before {
47
+ content: "\e326";
48
+ }
49
+
50
+ .e-upload .e-upload-files .e-icons.e-file-reload-btn::before {
51
+ content: "\e99d";
52
+ }
53
+
54
+ .e-upload .e-upload-files .e-icons.e-file-play-btn::before {
55
+ content: "\e324";
56
+ }
57
+
58
+ .e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
59
+ content: "\e94a";
60
+ }
61
+
62
+ .e-upload .e-upload-files .e-file-abort-btn.e-icons::before {
63
+ content: "\e974";
64
+ }
65
+
66
+ .e-upload .e-upload-files .e-icons.e-msie::before {
67
+ position: relative;
68
+ right: 10px;
69
+ }
70
+
71
+ .e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before {
72
+ right: 12px;
73
+ }
74
+
75
+ .e-bigger .e-upload {
76
+ width: 100%;
77
+ }
78
+ .e-bigger .e-upload .e-file-select-wrap {
79
+ padding: 20px 0 20px 16px;
80
+ }
81
+ .e-bigger .e-upload .e-file-select-wrap .e-file-drop {
82
+ font-size: 15px;
83
+ margin-left: 16px;
84
+ }
85
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list {
86
+ font-size: 15px;
87
+ line-height: normal;
88
+ min-height: 100px;
89
+ }
90
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
91
+ margin-left: 16px;
92
+ top: 0;
93
+ }
94
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
95
+ font-size: 15px;
96
+ padding-top: 16px;
97
+ }
98
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
99
+ font-size: 12px;
100
+ padding: 10px 0;
101
+ }
102
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
103
+ font-size: 15px;
104
+ padding-top: 16px;
105
+ top: initial;
106
+ }
107
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
108
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
109
+ font-size: 12px;
110
+ padding-bottom: 16px;
111
+ }
112
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
113
+ height: 10px;
114
+ }
115
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
116
+ height: 3px;
117
+ width: 98%;
118
+ }
119
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
120
+ height: 3px;
121
+ }
122
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
123
+ font-size: 11px;
124
+ right: 10px;
125
+ top: -33px;
126
+ }
127
+ .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
128
+ -webkit-box-sizing: border-box;
129
+ box-sizing: border-box;
130
+ font-size: 12px;
131
+ height: 18px;
132
+ margin: 16px;
133
+ margin-top: -24px;
134
+ padding: 20px;
135
+ top: 50%;
136
+ width: 18px;
137
+ }
138
+ .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
139
+ color: rgba(0, 0, 0, 0.38);
140
+ cursor: not-allowed;
141
+ opacity: 0.4;
142
+ pointer-events: none;
143
+ }
144
+ .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons {
145
+ padding: 20px 17px 20px 26px;
146
+ }
147
+ .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
148
+ right: 45px;
149
+ }
150
+ .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons {
151
+ font-size: 13px;
152
+ }
153
+ .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons {
154
+ font-size: 18px;
155
+ }
156
+ .e-bigger .e-upload .e-upload-actions .e-btn {
157
+ margin-left: 16px;
158
+ }
159
+ .e-bigger .e-upload .e-upload-actions .e-file-upload-btn {
160
+ margin: 15px;
161
+ }
162
+ .e-bigger .e-upload .e-upload-actions .e-file-clear-btn {
163
+ margin: 15px;
164
+ }
165
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap {
166
+ padding: 20px 16px 20px 0;
167
+ }
168
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
169
+ margin-right: 0;
170
+ }
171
+ .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
172
+ margin-right: 16px;
173
+ }
174
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
175
+ margin-left: 60px;
176
+ margin-right: 16px;
177
+ }
178
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
179
+ top: 54px;
180
+ }
181
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
182
+ left: 10px;
183
+ right: initial;
184
+ }
185
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
186
+ -webkit-box-sizing: border-box;
187
+ box-sizing: border-box;
188
+ left: 0;
189
+ margin-left: 16px;
190
+ margin-right: 16px;
191
+ padding: 20px;
192
+ top: 50%;
193
+ }
194
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled {
195
+ color: rgba(0, 0, 0, 0.38);
196
+ cursor: not-allowed;
197
+ opacity: 0.4;
198
+ pointer-events: none;
199
+ }
200
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons {
201
+ padding: 20px 17px 20px 26px;
202
+ }
203
+ .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
204
+ left: 41px;
205
+ }
206
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
207
+ min-height: 35px;
208
+ padding-bottom: 16px;
209
+ padding-top: 12px;
210
+ }
211
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
212
+ top: 0;
213
+ }
214
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
215
+ display: none;
216
+ }
217
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
218
+ line-height: 1.5;
219
+ padding-top: 4px;
220
+ }
221
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
222
+ color: #f44336;
223
+ }
224
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
225
+ color: rgba(0, 0, 0, 0.54);
226
+ display: block;
227
+ font-size: 12px;
228
+ line-height: 1.5;
229
+ padding-bottom: 0;
230
+ padding-top: 4px;
231
+ position: relative;
232
+ }
233
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
234
+ color: #f44336;
235
+ }
236
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
237
+ color: #f44336;
238
+ }
239
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
240
+ -webkit-box-sizing: border-box;
241
+ box-sizing: border-box;
242
+ top: 42px;
243
+ }
244
+ .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
245
+ color: rgba(0, 0, 0, 0.38);
246
+ cursor: not-allowed;
247
+ opacity: 0.4;
248
+ pointer-events: none;
249
+ }
250
+
251
+ .e-upload,
252
+ .e-bigger.e-small .e-upload {
253
+ width: 100%;
254
+ }
255
+ .e-upload.e-control-wrapper,
256
+ .e-bigger.e-small .e-upload.e-control-wrapper {
257
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
258
+ }
259
+ .e-upload .e-hidden-file-input,
260
+ .e-bigger.e-small .e-upload .e-hidden-file-input {
261
+ border: 0;
262
+ height: 0;
263
+ margin: 0;
264
+ outline: none;
265
+ padding: 0;
266
+ text-indent: 0;
267
+ visibility: hidden;
268
+ width: 0;
269
+ }
270
+ .e-upload .e-file-select-wrap,
271
+ .e-bigger.e-small .e-upload .e-file-select-wrap {
272
+ padding: 16px 0 16px 12px;
273
+ }
274
+ .e-upload .e-file-select-wrap .e-file-select,
275
+ .e-upload .e-file-select-wrap .e-file-select .e-uploader,
276
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select,
277
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
278
+ display: inline-block;
279
+ width: 0;
280
+ }
281
+ .e-upload .e-file-select-wrap .e-file-select .e-uploader,
282
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
283
+ opacity: 0;
284
+ }
285
+ .e-upload .e-file-select-wrap .e-file-drop,
286
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
287
+ font-family: inherit;
288
+ font-size: 14px;
289
+ margin-left: 12px;
290
+ }
291
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list,
292
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
293
+ min-height: 35px;
294
+ padding-bottom: 12px;
295
+ padding-top: 8px;
296
+ }
297
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,
298
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
299
+ top: 0;
300
+ }
301
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input,
302
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
303
+ display: none;
304
+ }
305
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
306
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
307
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
308
+ line-height: 1.5;
309
+ padding-top: 4px;
310
+ }
311
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,
312
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
313
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
314
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
315
+ color: #f44336;
316
+ }
317
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
318
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
319
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
320
+ color: rgba(0, 0, 0, 0.54);
321
+ display: block;
322
+ font-size: 11px;
323
+ line-height: 1.5;
324
+ padding-bottom: 0;
325
+ padding-top: 4px;
326
+ position: relative;
327
+ }
328
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,
329
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
330
+ color: #f44336;
331
+ }
332
+ .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,
333
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
334
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
335
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
336
+ color: #f44336;
337
+ }
338
+ .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,
339
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
340
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
341
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
342
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
343
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
344
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
345
+ -webkit-box-sizing: border-box;
346
+ box-sizing: border-box;
347
+ top: 32px;
348
+ }
349
+ .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
350
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
351
+ .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
352
+ color: rgba(0, 0, 0, 0.38);
353
+ cursor: not-allowed;
354
+ opacity: 0.4;
355
+ pointer-events: none;
356
+ }
357
+ .e-upload .e-upload-files,
358
+ .e-bigger.e-small .e-upload .e-upload-files {
359
+ list-style-type: none;
360
+ margin: 0;
361
+ padding: 0;
362
+ }
363
+ .e-upload .e-upload-files .e-icons:focus,
364
+ .e-bigger.e-small .e-upload .e-upload-files .e-icons:focus {
365
+ outline: none;
366
+ }
367
+ .e-upload .e-upload-files .e-upload-file-list,
368
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list {
369
+ font-family: inherit;
370
+ font-size: 14px;
371
+ height: 100%;
372
+ line-height: normal;
373
+ min-height: 90px;
374
+ position: relative;
375
+ }
376
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container,
377
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container {
378
+ display: block;
379
+ height: 100%;
380
+ margin-left: 12px;
381
+ margin-right: 90px;
382
+ min-height: 35px;
383
+ position: relative;
384
+ top: 3px;
385
+ }
386
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
387
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
388
+ float: left;
389
+ font-family: inherit;
390
+ font-size: 14px;
391
+ max-width: 75%;
392
+ overflow: hidden;
393
+ padding-top: 12px;
394
+ position: relative;
395
+ text-overflow: ellipsis;
396
+ top: 0;
397
+ white-space: nowrap;
398
+ }
399
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before,
400
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before {
401
+ content: attr(data-tail);
402
+ float: right;
403
+ }
404
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
405
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
406
+ display: block;
407
+ font-family: inherit;
408
+ font-size: 14px;
409
+ padding-top: 12px;
410
+ }
411
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,
412
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
413
+ visibility: hidden;
414
+ }
415
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
416
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
417
+ display: block;
418
+ font-size: 11px;
419
+ padding: 8px 0;
420
+ }
421
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
422
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
423
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
424
+ display: block;
425
+ font-family: inherit;
426
+ font-size: 11px;
427
+ padding-bottom: 12px;
428
+ }
429
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress,
430
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
431
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress {
432
+ display: none;
433
+ }
434
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
435
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
436
+ display: block;
437
+ height: 8px;
438
+ padding-bottom: 6px;
439
+ padding-top: 6px;
440
+ position: absolute;
441
+ width: 98%;
442
+ }
443
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,
444
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
445
+ border-radius: 0;
446
+ display: block;
447
+ height: 2px;
448
+ width: 100%;
449
+ }
450
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,
451
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
452
+ border-radius: 0;
453
+ display: inherit;
454
+ height: 2px;
455
+ }
456
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
457
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
458
+ float: right;
459
+ font-family: inherit;
460
+ font-size: 11px;
461
+ position: relative;
462
+ right: 6px;
463
+ top: -27px;
464
+ }
465
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons,
466
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
467
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
468
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
469
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
470
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
471
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
472
+ -webkit-box-align: center;
473
+ -ms-flex-align: center;
474
+ align-items: center;
475
+ -webkit-box-sizing: border-box;
476
+ box-sizing: border-box;
477
+ cursor: pointer;
478
+ display: -webkit-inline-box;
479
+ display: -ms-inline-flexbox;
480
+ display: inline-flex;
481
+ font-size: 11px;
482
+ height: 18px;
483
+ -webkit-box-pack: center;
484
+ -ms-flex-pack: center;
485
+ justify-content: center;
486
+ margin: 0 12px;
487
+ margin-top: -18px;
488
+ padding: 18px;
489
+ position: absolute;
490
+ right: 0;
491
+ top: 50%;
492
+ vertical-align: middle;
493
+ width: 18px;
494
+ }
495
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress,
496
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
497
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
498
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
499
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,
500
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,
501
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress {
502
+ cursor: default;
503
+ }
504
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
505
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
506
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
507
+ color: rgba(0, 0, 0, 0.38);
508
+ cursor: not-allowed;
509
+ opacity: 0.4;
510
+ pointer-events: none;
511
+ }
512
+ .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,
513
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
514
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
515
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
516
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,
517
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
518
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons {
519
+ padding: 18px 13px 18px 23px;
520
+ }
521
+ .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons,
522
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
523
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
524
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
525
+ right: 36px;
526
+ }
527
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, .e-upload .e-upload-files .e-clear-icon-focus,
528
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
529
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
530
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
531
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
532
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
533
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
534
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
535
+ background-color: rgba(0, 0, 0, 0.12);
536
+ border-color: transparent;
537
+ border-radius: 50%;
538
+ -webkit-box-shadow: 0 0 0 transparent;
539
+ box-shadow: 0 0 0 transparent;
540
+ }
541
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus,
542
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
543
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
544
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
545
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
546
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
547
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
548
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
549
+ border-radius: 50%;
550
+ }
551
+ .e-upload .e-upload-files .e-file-delete-btn.e-icons,
552
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons {
553
+ font-size: 11px;
554
+ opacity: 1;
555
+ }
556
+ .e-upload .e-upload-files .e-file-abort-btn.e-icons,
557
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons {
558
+ font-size: 15px;
559
+ opacity: 1;
560
+ }
561
+ .e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn,
562
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
563
+ .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
564
+ font-family: inherit;
565
+ }
566
+ .e-upload .e-upload-actions,
567
+ .e-bigger.e-small .e-upload .e-upload-actions {
568
+ position: relative;
569
+ text-align: right;
570
+ }
571
+ .e-upload .e-upload-actions .e-file-upload-btn,
572
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn {
573
+ margin: 12px;
574
+ }
575
+ .e-upload .e-upload-actions .e-file-clear-btn,
576
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn {
577
+ margin: 12px;
578
+ }
579
+ .e-upload.e-rtl .e-file-select-wrap,
580
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap {
581
+ padding: 16px 12px 16px 0;
582
+ }
583
+ .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,
584
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
585
+ margin-right: 10px;
586
+ }
587
+ .e-upload.e-rtl .e-file-select-wrap .e-file-drop,
588
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
589
+ margin-left: 60px;
590
+ margin-right: 12px;
591
+ position: relative;
592
+ }
593
+ .e-upload.e-rtl .e-upload-actions,
594
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-actions {
595
+ text-align: left;
596
+ }
597
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,
598
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
599
+ height: 100%;
600
+ margin-left: 60px;
601
+ margin-right: 12px;
602
+ position: relative;
603
+ }
604
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,
605
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
606
+ direction: ltr;
607
+ float: right;
608
+ width: 100%;
609
+ }
610
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
611
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
612
+ float: right;
613
+ }
614
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
615
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
616
+ float: right;
617
+ }
618
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
619
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
620
+ direction: ltr;
621
+ float: right;
622
+ position: relative;
623
+ text-align: right;
624
+ width: 100%;
625
+ }
626
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
627
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
628
+ float: right;
629
+ position: initial;
630
+ top: 46px;
631
+ width: 89%;
632
+ }
633
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
634
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
635
+ float: left;
636
+ right: -8px;
637
+ top: -25px;
638
+ }
639
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
640
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
641
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
642
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
643
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
644
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
645
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons {
646
+ left: 0;
647
+ margin-left: 12px;
648
+ margin-right: 12px;
649
+ right: auto;
650
+ top: 50%;
651
+ }
652
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
653
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
654
+ left: 36px;
655
+ right: auto;
656
+ }
657
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
658
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
659
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
660
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
661
+ left: 36px;
662
+ }
663
+ .e-upload.e-disabled .e-file-drop,
664
+ .e-bigger.e-small .e-upload.e-disabled .e-file-drop {
665
+ color: rgba(0, 0, 0, 0.38);
666
+ }
667
+ .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
668
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
669
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
670
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
671
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
672
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
673
+ color: rgba(0, 0, 0, 0.38);
674
+ }
675
+ .e-upload .e-content-placeholder.e-upload.e-placeholder-upload,
676
+ .e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
677
+ background-size: 400px 65px;
678
+ min-height: 65px;
679
+ }
680
+ .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
681
+ .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,
682
+ .e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
683
+ .e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload {
684
+ background-size: 400px 80px;
685
+ min-height: 80px;
686
+ }
687
+
688
+ .e-small .e-upload .e-file-select-wrap {
689
+ padding: 16px 0 16px 12px;
690
+ }
691
+ .e-small .e-upload .e-file-select-wrap .e-file-drop {
692
+ font-size: 13px;
693
+ margin-left: 12px;
694
+ }
695
+ .e-small .e-upload .e-upload-files .e-upload-file-list {
696
+ min-height: 76px;
697
+ }
698
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
699
+ font-size: 12px;
700
+ padding-top: 10px;
701
+ }
702
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
703
+ font-size: 11px;
704
+ padding: 5px 0;
705
+ }
706
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
707
+ font-size: 12px;
708
+ padding-top: 10px;
709
+ }
710
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
711
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
712
+ padding-bottom: 10px;
713
+ }
714
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
715
+ padding-bottom: 3px;
716
+ padding-top: 3px;
717
+ }
718
+ .e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons {
719
+ font-size: 10px;
720
+ height: 24px;
721
+ padding: 12px;
722
+ width: 24px;
723
+ }
724
+ .e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
725
+ color: rgba(0, 0, 0, 0.38);
726
+ cursor: not-allowed;
727
+ opacity: 0.4;
728
+ pointer-events: none;
729
+ }
730
+ .e-small .e-upload.e-rtl .e-file-select-wrap {
731
+ padding: 16px 12px 16px 0;
732
+ }
733
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
734
+ min-height: 35px;
735
+ padding-bottom: 10px;
736
+ padding-top: 6px;
737
+ }
738
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
739
+ top: 0;
740
+ }
741
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
742
+ display: none;
743
+ }
744
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
745
+ line-height: 1.5;
746
+ padding-top: 4px;
747
+ }
748
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
749
+ color: #f44336;
750
+ }
751
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
752
+ color: rgba(0, 0, 0, 0.54);
753
+ display: block;
754
+ font-size: 11px;
755
+ line-height: 1.5;
756
+ padding-bottom: 0;
757
+ padding-top: 4px;
758
+ position: relative;
759
+ }
760
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
761
+ color: #f44336;
762
+ }
763
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
764
+ color: #f44336;
765
+ }
766
+ .e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
767
+ -webkit-box-sizing: border-box;
768
+ box-sizing: border-box;
769
+ top: 34px;
770
+ }
771
+ .e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
772
+ color: rgba(0, 0, 0, 0.38);
773
+ cursor: not-allowed;
774
+ opacity: 0.4;
775
+ pointer-events: none;
776
+ }
777
+
778
+ .e-upload {
779
+ border: 1px solid rgba(0, 0, 0, 0.12);
780
+ }
781
+ .e-upload .e-file-drop {
782
+ color: rgba(0, 0, 0, 0.87);
783
+ vertical-align: middle;
784
+ }
785
+ .e-upload .e-upload-files {
786
+ border-top: 1px solid rgba(0, 0, 0, 0.12);
787
+ }
788
+ .e-upload .e-upload-files .e-upload-file-list {
789
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
790
+ }
791
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
792
+ color: rgba(0, 0, 0, 0.87);
793
+ }
794
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
795
+ color: rgba(0, 0, 0, 0.87);
796
+ }
797
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
798
+ color: rgba(0, 0, 0, 0.54);
799
+ }
800
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
801
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
802
+ color: rgba(0, 0, 0, 0.87);
803
+ }
804
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
805
+ color: #22b24b;
806
+ }
807
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails {
808
+ color: #f44336;
809
+ }
810
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
811
+ color: #f44336;
812
+ }
813
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
814
+ background-color: #e0e0e0;
815
+ }
816
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
817
+ background: #e3165b;
818
+ }
819
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success {
820
+ background: #22b24b;
821
+ }
822
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed {
823
+ background: #f44336;
824
+ }
825
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
826
+ color: rgba(0, 0, 0, 0.87);
827
+ }
828
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons {
829
+ color: #000;
830
+ }
831
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:hover {
832
+ color: #000;
833
+ }
834
+ .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
835
+ background-color: rgba(0, 0, 0, 0.12);
836
+ border-color: transparent;
837
+ -webkit-box-shadow: 0 0 0 transparent;
838
+ box-shadow: 0 0 0 transparent;
839
+ }