@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,835 @@
1
- @import '@syncfusion/ej2-inputs/styles/uploader/bootstrap.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ @-webkit-keyframes material-spinner-rotate {
3
+ 0% {
4
+ -webkit-transform: rotate(0);
5
+ transform: rotate(0);
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(0);
15
+ transform: rotate(0);
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(0);
25
+ transform: rotate(0);
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(0);
35
+ transform: rotate(0);
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: "\e96c";
44
+ }
45
+
46
+ .e-upload .e-upload-files .e-icons.e-file-pause-btn::before {
47
+ content: "\e329";
48
+ }
49
+
50
+ .e-upload .e-upload-files .e-icons.e-file-reload-btn::before {
51
+ content: "\e975";
52
+ }
53
+
54
+ .e-upload .e-upload-files .e-icons.e-file-play-btn::before {
55
+ content: "\e328";
56
+ }
57
+
58
+ .e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
59
+ content: "\e201";
60
+ }
61
+
62
+ .e-upload .e-upload-files .e-file-abort-btn.e-icons::before {
63
+ content: "\e991";
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 15px;
80
+ }
81
+ .e-bigger .e-upload .e-file-select-wrap .e-file-drop {
82
+ font-size: 15px;
83
+ margin-left: 15px;
84
+ }
85
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list {
86
+ font-size: 15px;
87
+ line-height: normal;
88
+ min-height: 108px;
89
+ }
90
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
91
+ margin-left: 15px;
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: 15px;
97
+ }
98
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
99
+ font-size: 13px;
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: 15px;
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: 13px;
110
+ padding-bottom: 15px;
111
+ }
112
+ .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
113
+ height: 5px;
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: 5px;
117
+ width: 95%;
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: 90%;
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: 12px;
124
+ right: 16px;
125
+ top: -36px;
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: 20px;
132
+ margin: 15px;
133
+ margin-top: -24px;
134
+ padding: 24px;
135
+ top: 50%;
136
+ width: 20px;
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(51, 51, 51, 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: 12px;
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: 15px;
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 15px 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: 15px;
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: 15px;
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: 30px;
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: 16px;
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: 15px;
190
+ margin-right: 15px;
191
+ padding: 24px;
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(51, 51, 51, 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: 15px;
209
+ padding-top: 11px;
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: #d9534f;
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: #777;
226
+ display: block;
227
+ font-size: 13px;
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: #d9534f;
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: #d9534f;
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: 38px;
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(51, 51, 51, 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: "Helvetica Neue", "Helvetica", "Arial", 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: 11px;
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: 15px;
295
+ padding-top: 11px;
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: #d9534f;
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: #777;
321
+ display: block;
322
+ font-size: 12px;
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: #d9534f;
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: #d9534f;
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: 42px;
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(51, 51, 51, 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-upload-file-list,
364
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list {
365
+ font-family: inherit;
366
+ font-size: 14px;
367
+ height: 100%;
368
+ line-height: normal;
369
+ min-height: 92px;
370
+ position: relative;
371
+ }
372
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container,
373
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container {
374
+ display: block;
375
+ height: 100%;
376
+ margin-left: 12px;
377
+ margin-right: 90px;
378
+ min-height: 35px;
379
+ position: relative;
380
+ top: 0;
381
+ }
382
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
383
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
384
+ float: left;
385
+ font-family: inherit;
386
+ font-size: 14px;
387
+ max-width: 75%;
388
+ overflow: hidden;
389
+ padding-top: 12px;
390
+ position: relative;
391
+ text-overflow: ellipsis;
392
+ top: 0;
393
+ white-space: nowrap;
394
+ }
395
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before,
396
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before {
397
+ content: attr(data-tail);
398
+ float: right;
399
+ }
400
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
401
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
402
+ display: block;
403
+ font-family: inherit;
404
+ font-size: 14px;
405
+ padding-top: 12px;
406
+ }
407
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,
408
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
409
+ visibility: hidden;
410
+ }
411
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
412
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
413
+ display: block;
414
+ font-size: 12px;
415
+ padding: 8px 0;
416
+ }
417
+ .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,
418
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
419
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
420
+ display: block;
421
+ font-family: inherit;
422
+ font-size: 12px;
423
+ padding-bottom: 12px;
424
+ }
425
+ .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,
426
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
427
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress {
428
+ display: none;
429
+ }
430
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
431
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
432
+ display: block;
433
+ height: 10px;
434
+ padding-bottom: 11px;
435
+ padding-top: 6px;
436
+ position: absolute;
437
+ width: 95%;
438
+ }
439
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,
440
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
441
+ border-radius: 2px;
442
+ display: block;
443
+ height: 4px;
444
+ width: 100%;
445
+ }
446
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,
447
+ .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 {
448
+ border-radius: 1px;
449
+ display: inherit;
450
+ height: 4px;
451
+ }
452
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
453
+ .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
454
+ float: right;
455
+ font-family: inherit;
456
+ font-size: 12px;
457
+ position: relative;
458
+ right: 0;
459
+ top: -33px;
460
+ }
461
+ .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,
462
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
463
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
464
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
465
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
466
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
467
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
468
+ -webkit-box-align: center;
469
+ -ms-flex-align: center;
470
+ align-items: center;
471
+ -webkit-box-sizing: border-box;
472
+ box-sizing: border-box;
473
+ cursor: pointer;
474
+ display: -webkit-inline-box;
475
+ display: -ms-inline-flexbox;
476
+ display: inline-flex;
477
+ font-size: 11px;
478
+ height: 20px;
479
+ -webkit-box-pack: center;
480
+ -ms-flex-pack: center;
481
+ justify-content: center;
482
+ margin: 12px;
483
+ margin-top: -22px;
484
+ padding: 16px;
485
+ position: absolute;
486
+ right: 0;
487
+ top: 50%;
488
+ vertical-align: middle;
489
+ width: 20px;
490
+ }
491
+ .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,
492
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
493
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
494
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
495
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,
496
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,
497
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress {
498
+ cursor: default;
499
+ }
500
+ .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,
501
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
502
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
503
+ color: rgba(51, 51, 51, 0.38);
504
+ cursor: not-allowed;
505
+ opacity: 0.4;
506
+ pointer-events: none;
507
+ }
508
+ .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,
509
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
510
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
511
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
512
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,
513
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
514
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons {
515
+ padding: 18px 13px 18px 23px;
516
+ }
517
+ .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,
518
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
519
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
520
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
521
+ right: 36px;
522
+ }
523
+ .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,
524
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
525
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
526
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
527
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
528
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
529
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
530
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
531
+ background-color: #e6e6e6;
532
+ border-color: transparent;
533
+ border-radius: 50%;
534
+ -webkit-box-shadow: 0 0 0 transparent;
535
+ box-shadow: 0 0 0 transparent;
536
+ }
537
+ .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,
538
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
539
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
540
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
541
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
542
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
543
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
544
+ .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
545
+ border-radius: 50%;
546
+ }
547
+ .e-upload .e-upload-files .e-file-delete-btn.e-icons,
548
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons {
549
+ font-size: 11px;
550
+ opacity: 1;
551
+ }
552
+ .e-upload .e-upload-files .e-file-abort-btn.e-icons,
553
+ .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons {
554
+ font-size: 15px;
555
+ opacity: 1;
556
+ }
557
+ .e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn,
558
+ .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
559
+ .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
560
+ font-family: inherit;
561
+ }
562
+ .e-upload .e-upload-actions,
563
+ .e-bigger.e-small .e-upload .e-upload-actions {
564
+ position: relative;
565
+ text-align: right;
566
+ }
567
+ .e-upload .e-upload-actions .e-file-upload-btn,
568
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn {
569
+ margin: 12px;
570
+ }
571
+ .e-upload .e-upload-actions .e-file-clear-btn,
572
+ .e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn {
573
+ margin: 12px;
574
+ }
575
+ .e-upload.e-rtl .e-file-select-wrap,
576
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap {
577
+ padding: 16px 12px 16px 0;
578
+ }
579
+ .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,
580
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
581
+ margin-right: 0;
582
+ }
583
+ .e-upload.e-rtl .e-file-select-wrap .e-file-drop,
584
+ .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
585
+ margin-left: 60px;
586
+ margin-right: 11px;
587
+ position: relative;
588
+ }
589
+ .e-upload.e-rtl .e-upload-actions,
590
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-actions {
591
+ text-align: left;
592
+ }
593
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,
594
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
595
+ height: 100%;
596
+ margin-left: 60px;
597
+ margin-right: 11px;
598
+ position: relative;
599
+ }
600
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,
601
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
602
+ direction: ltr;
603
+ float: right;
604
+ width: 100%;
605
+ }
606
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
607
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
608
+ float: right;
609
+ }
610
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
611
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
612
+ float: right;
613
+ }
614
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
615
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
616
+ direction: ltr;
617
+ float: right;
618
+ position: relative;
619
+ text-align: right;
620
+ width: 100%;
621
+ }
622
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
623
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
624
+ float: right;
625
+ position: initial;
626
+ top: 23px;
627
+ width: 86%;
628
+ }
629
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
630
+ .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 {
631
+ float: left;
632
+ right: 0;
633
+ top: -32px;
634
+ }
635
+ .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,
636
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
637
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
638
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
639
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
640
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
641
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons {
642
+ left: 0;
643
+ margin-left: 11px;
644
+ margin-right: 11px;
645
+ right: auto;
646
+ top: 50%;
647
+ }
648
+ .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
649
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
650
+ left: 36px;
651
+ right: auto;
652
+ }
653
+ .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,
654
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
655
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
656
+ .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
657
+ left: 36px;
658
+ }
659
+ .e-upload.e-disabled .e-file-drop,
660
+ .e-bigger.e-small .e-upload.e-disabled .e-file-drop {
661
+ color: rgba(51, 51, 51, 0.38);
662
+ }
663
+ .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,
664
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
665
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
666
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
667
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
668
+ .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
669
+ color: rgba(51, 51, 51, 0.38);
670
+ }
671
+ .e-upload .e-content-placeholder.e-upload.e-placeholder-upload,
672
+ .e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
673
+ background-size: 400px 65px;
674
+ min-height: 65px;
675
+ }
676
+ .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
677
+ .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,
678
+ .e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
679
+ .e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload {
680
+ background-size: 400px 80px;
681
+ min-height: 80px;
682
+ }
683
+
684
+ .e-small .e-upload .e-file-select-wrap {
685
+ padding: 12px 0 12px 12px;
686
+ }
687
+ .e-small .e-upload .e-file-select-wrap .e-file-drop {
688
+ font-size: 13px;
689
+ margin-left: 10px;
690
+ }
691
+ .e-small .e-upload .e-upload-files .e-upload-file-list {
692
+ min-height: 79px;
693
+ }
694
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
695
+ font-size: 12px;
696
+ padding-top: 12px;
697
+ }
698
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
699
+ font-size: 12px;
700
+ padding: 6px 0;
701
+ }
702
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
703
+ font-size: 12px;
704
+ padding-top: 12px;
705
+ }
706
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
707
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
708
+ padding-bottom: 12px;
709
+ }
710
+ .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
711
+ padding-bottom: 2px;
712
+ padding-top: 2px;
713
+ }
714
+ .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 {
715
+ font-size: 10px;
716
+ height: 24px;
717
+ padding: 12px;
718
+ width: 24px;
719
+ }
720
+ .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 {
721
+ color: rgba(51, 51, 51, 0.38);
722
+ cursor: not-allowed;
723
+ opacity: 0.4;
724
+ pointer-events: none;
725
+ }
726
+ .e-small .e-upload.e-rtl .e-file-select-wrap {
727
+ padding: 12px 12px 12px 0;
728
+ }
729
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
730
+ min-height: 35px;
731
+ padding-bottom: 12px;
732
+ padding-top: 8px;
733
+ }
734
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
735
+ top: 0;
736
+ }
737
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
738
+ display: none;
739
+ }
740
+ .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 {
741
+ line-height: 1.5;
742
+ padding-top: 4px;
743
+ }
744
+ .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 {
745
+ color: #d9534f;
746
+ }
747
+ .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 {
748
+ color: #777;
749
+ display: block;
750
+ font-size: 12px;
751
+ line-height: 1.5;
752
+ padding-bottom: 0;
753
+ padding-top: 4px;
754
+ position: relative;
755
+ }
756
+ .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
757
+ color: #d9534f;
758
+ }
759
+ .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 {
760
+ color: #d9534f;
761
+ }
762
+ .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 {
763
+ -webkit-box-sizing: border-box;
764
+ box-sizing: border-box;
765
+ top: 42px;
766
+ }
767
+ .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 {
768
+ color: rgba(51, 51, 51, 0.38);
769
+ cursor: not-allowed;
770
+ opacity: 0.4;
771
+ pointer-events: none;
772
+ }
773
+
774
+ .e-upload {
775
+ border: 1px solid #ccc;
776
+ }
777
+ .e-upload .e-file-drop {
778
+ color: #333;
779
+ vertical-align: middle;
780
+ }
781
+ .e-upload .e-upload-files {
782
+ border-top: 1px solid #ddd;
783
+ }
784
+ .e-upload .e-upload-files .e-upload-file-list {
785
+ border-bottom: 1px solid #ddd;
786
+ }
787
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
788
+ color: #333;
789
+ }
790
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
791
+ color: #333;
792
+ }
793
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
794
+ color: #777;
795
+ }
796
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
797
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
798
+ color: #333;
799
+ }
800
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
801
+ color: #5cb85c;
802
+ }
803
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails {
804
+ color: #d9534f;
805
+ }
806
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
807
+ color: #d9534f;
808
+ }
809
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
810
+ background-color: #e6e6e6;
811
+ }
812
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
813
+ background: #317ab9;
814
+ }
815
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success {
816
+ background: #5cb85c;
817
+ }
818
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed {
819
+ background: #d9534f;
820
+ }
821
+ .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
822
+ color: #333;
823
+ }
824
+ .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 {
825
+ color: #777;
826
+ }
827
+ .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 {
828
+ color: #777;
829
+ }
830
+ .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 {
831
+ background-color: #e6e6e6;
832
+ border-color: transparent;
833
+ -webkit-box-shadow: 0 0 0 transparent;
834
+ box-shadow: 0 0 0 transparent;
835
+ }