@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3

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 (268) hide show
  1. package/.eslintrc.json +263 -0
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-dropdowns.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js +2 -2
  5. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es2015.js +14 -6
  7. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  8. package/dist/es6/ej2-dropdowns.es5.js +14 -6
  9. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  10. package/dist/global/ej2-dropdowns.min.js +2 -2
  11. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +8 -8
  14. package/src/drop-down-list/drop-down-list.js +1 -1
  15. package/src/multi-select/multi-select.js +13 -5
  16. package/styles/bds-lite.css +898 -898
  17. package/styles/bds.css +1302 -1302
  18. package/styles/bootstrap-dark-lite.css +870 -870
  19. package/styles/bootstrap-dark.css +1275 -1275
  20. package/styles/bootstrap-lite.css +867 -867
  21. package/styles/bootstrap.css +1278 -1278
  22. package/styles/bootstrap4-lite.css +1408 -1408
  23. package/styles/bootstrap4.css +1721 -1721
  24. package/styles/bootstrap5-dark-lite.css +1769 -1769
  25. package/styles/bootstrap5-dark.css +1710 -1710
  26. package/styles/bootstrap5-lite.css +1396 -1396
  27. package/styles/bootstrap5.3-lite.css +1138 -1138
  28. package/styles/bootstrap5.3.css +1592 -1592
  29. package/styles/bootstrap5.css +1711 -1711
  30. package/styles/drop-down-base/_all.bds.scss +1 -1
  31. package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
  32. package/styles/drop-down-base/_all.bootstrap.scss +1 -1
  33. package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
  34. package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
  35. package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
  36. package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
  37. package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
  38. package/styles/drop-down-base/_all.fabric.scss +1 -1
  39. package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
  40. package/styles/drop-down-base/_all.fluent.scss +1 -1
  41. package/styles/drop-down-base/_all.fluent2.scss +1 -1
  42. package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
  43. package/styles/drop-down-base/_all.highcontrast.scss +1 -1
  44. package/styles/drop-down-base/_all.material-dark.scss +1 -1
  45. package/styles/drop-down-base/_all.material.scss +1 -1
  46. package/styles/drop-down-base/_all.material3-dark.scss +1 -1
  47. package/styles/drop-down-base/_all.material3.scss +1 -1
  48. package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
  49. package/styles/drop-down-base/_all.tailwind.scss +1 -1
  50. package/styles/drop-down-base/_all.tailwind3.scss +1 -1
  51. package/styles/drop-down-base/bds.css +164 -164
  52. package/styles/drop-down-base/bootstrap-dark.css +130 -130
  53. package/styles/drop-down-base/bootstrap.css +130 -130
  54. package/styles/drop-down-base/bootstrap4.css +136 -136
  55. package/styles/drop-down-base/bootstrap5-dark.css +143 -143
  56. package/styles/drop-down-base/bootstrap5.3.css +219 -219
  57. package/styles/drop-down-base/bootstrap5.css +143 -143
  58. package/styles/drop-down-base/fabric-dark.css +130 -130
  59. package/styles/drop-down-base/fabric.css +130 -130
  60. package/styles/drop-down-base/fluent-dark.css +148 -148
  61. package/styles/drop-down-base/fluent.css +148 -148
  62. package/styles/drop-down-base/fluent2.css +215 -215
  63. package/styles/drop-down-base/highcontrast-light.css +146 -146
  64. package/styles/drop-down-base/highcontrast.css +146 -146
  65. package/styles/drop-down-base/material-dark.css +130 -130
  66. package/styles/drop-down-base/material.css +130 -130
  67. package/styles/drop-down-base/material3-dark.css +212 -212
  68. package/styles/drop-down-base/material3.css +214 -214
  69. package/styles/drop-down-base/tailwind-dark.css +155 -155
  70. package/styles/drop-down-base/tailwind.css +155 -155
  71. package/styles/drop-down-base/tailwind3.css +215 -215
  72. package/styles/drop-down-list/_all.bds.scss +1 -1
  73. package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
  74. package/styles/drop-down-list/_all.bootstrap.scss +1 -1
  75. package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
  76. package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
  77. package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
  78. package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
  79. package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
  80. package/styles/drop-down-list/_all.fabric.scss +1 -1
  81. package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
  82. package/styles/drop-down-list/_all.fluent.scss +1 -1
  83. package/styles/drop-down-list/_all.fluent2.scss +1 -1
  84. package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
  85. package/styles/drop-down-list/_all.highcontrast.scss +1 -1
  86. package/styles/drop-down-list/_all.material-dark.scss +1 -1
  87. package/styles/drop-down-list/_all.material.scss +1 -1
  88. package/styles/drop-down-list/_all.material3-dark.scss +1 -1
  89. package/styles/drop-down-list/_all.material3.scss +1 -1
  90. package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
  91. package/styles/drop-down-list/_all.tailwind.scss +1 -1
  92. package/styles/drop-down-list/_all.tailwind3.scss +1 -1
  93. package/styles/drop-down-list/bds.css +87 -87
  94. package/styles/drop-down-list/bootstrap-dark.css +74 -74
  95. package/styles/drop-down-list/bootstrap.css +74 -74
  96. package/styles/drop-down-list/bootstrap4.css +111 -111
  97. package/styles/drop-down-list/bootstrap5-dark.css +113 -113
  98. package/styles/drop-down-list/bootstrap5.3.css +197 -197
  99. package/styles/drop-down-list/bootstrap5.css +113 -113
  100. package/styles/drop-down-list/fabric-dark.css +48 -48
  101. package/styles/drop-down-list/fabric.css +48 -48
  102. package/styles/drop-down-list/fluent-dark.css +105 -105
  103. package/styles/drop-down-list/fluent.css +105 -105
  104. package/styles/drop-down-list/fluent2.css +204 -204
  105. package/styles/drop-down-list/highcontrast-light.css +63 -63
  106. package/styles/drop-down-list/highcontrast.css +64 -64
  107. package/styles/drop-down-list/material-dark.css +96 -96
  108. package/styles/drop-down-list/material.css +100 -100
  109. package/styles/drop-down-list/material3-dark.css +235 -235
  110. package/styles/drop-down-list/material3.css +235 -235
  111. package/styles/drop-down-list/tailwind-dark.css +83 -83
  112. package/styles/drop-down-list/tailwind.css +83 -83
  113. package/styles/drop-down-list/tailwind3.css +186 -186
  114. package/styles/drop-down-tree/_all.bds.scss +1 -1
  115. package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
  116. package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
  117. package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
  118. package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
  119. package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
  120. package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
  121. package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
  122. package/styles/drop-down-tree/_all.fabric.scss +1 -1
  123. package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
  124. package/styles/drop-down-tree/_all.fluent.scss +1 -1
  125. package/styles/drop-down-tree/_all.fluent2.scss +1 -1
  126. package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
  127. package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
  128. package/styles/drop-down-tree/_all.material-dark.scss +1 -1
  129. package/styles/drop-down-tree/_all.material.scss +1 -1
  130. package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
  131. package/styles/drop-down-tree/_all.material3.scss +1 -1
  132. package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
  133. package/styles/drop-down-tree/_all.tailwind.scss +1 -1
  134. package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
  135. package/styles/drop-down-tree/bds.css +56 -56
  136. package/styles/drop-down-tree/bootstrap-dark.css +33 -33
  137. package/styles/drop-down-tree/bootstrap.css +33 -33
  138. package/styles/drop-down-tree/bootstrap4.css +39 -39
  139. package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
  140. package/styles/drop-down-tree/bootstrap5.3.css +124 -124
  141. package/styles/drop-down-tree/bootstrap5.css +40 -40
  142. package/styles/drop-down-tree/fabric-dark.css +33 -33
  143. package/styles/drop-down-tree/fabric.css +33 -33
  144. package/styles/drop-down-tree/fluent-dark.css +33 -33
  145. package/styles/drop-down-tree/fluent.css +33 -33
  146. package/styles/drop-down-tree/fluent2.css +122 -122
  147. package/styles/drop-down-tree/highcontrast-light.css +33 -33
  148. package/styles/drop-down-tree/highcontrast.css +42 -42
  149. package/styles/drop-down-tree/material-dark.css +33 -33
  150. package/styles/drop-down-tree/material.css +33 -33
  151. package/styles/drop-down-tree/material3-dark.css +115 -115
  152. package/styles/drop-down-tree/material3.css +117 -117
  153. package/styles/drop-down-tree/tailwind-dark.css +52 -52
  154. package/styles/drop-down-tree/tailwind.css +52 -52
  155. package/styles/drop-down-tree/tailwind3.css +107 -107
  156. package/styles/fabric-dark-lite.css +877 -877
  157. package/styles/fabric-dark.css +1274 -1274
  158. package/styles/fabric-lite.css +877 -877
  159. package/styles/fabric.css +1147 -1147
  160. package/styles/fluent-dark-lite.css +1765 -1765
  161. package/styles/fluent-dark.css +1718 -1718
  162. package/styles/fluent-lite.css +1765 -1765
  163. package/styles/fluent.css +1718 -1718
  164. package/styles/fluent2-lite.css +2081 -2081
  165. package/styles/fluent2.css +1703 -1703
  166. package/styles/highcontrast-light-lite.css +1412 -1412
  167. package/styles/highcontrast-light.css +1760 -1760
  168. package/styles/highcontrast-lite.css +1751 -1751
  169. package/styles/highcontrast.css +1768 -1768
  170. package/styles/list-box/_all.bds.scss +1 -1
  171. package/styles/list-box/_all.bootstrap-dark.scss +1 -1
  172. package/styles/list-box/_all.bootstrap.scss +1 -1
  173. package/styles/list-box/_all.bootstrap4.scss +1 -1
  174. package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
  175. package/styles/list-box/_all.bootstrap5.3.scss +1 -1
  176. package/styles/list-box/_all.bootstrap5.scss +1 -1
  177. package/styles/list-box/_all.fabric-dark.scss +1 -1
  178. package/styles/list-box/_all.fabric.scss +1 -1
  179. package/styles/list-box/_all.fluent-dark.scss +1 -1
  180. package/styles/list-box/_all.fluent.scss +1 -1
  181. package/styles/list-box/_all.fluent2.scss +1 -1
  182. package/styles/list-box/_all.highcontrast-light.scss +1 -1
  183. package/styles/list-box/_all.highcontrast.scss +1 -1
  184. package/styles/list-box/_all.material-dark.scss +1 -1
  185. package/styles/list-box/_all.material.scss +1 -1
  186. package/styles/list-box/_all.material3-dark.scss +1 -1
  187. package/styles/list-box/_all.material3.scss +1 -1
  188. package/styles/list-box/_all.tailwind-dark.scss +1 -1
  189. package/styles/list-box/_all.tailwind.scss +1 -1
  190. package/styles/list-box/_all.tailwind3.scss +1 -1
  191. package/styles/list-box/bds.css +654 -654
  192. package/styles/list-box/bootstrap-dark.css +644 -644
  193. package/styles/list-box/bootstrap.css +649 -649
  194. package/styles/list-box/bootstrap4.css +649 -649
  195. package/styles/list-box/bootstrap5-dark.css +649 -649
  196. package/styles/list-box/bootstrap5.3.css +659 -659
  197. package/styles/list-box/bootstrap5.css +649 -649
  198. package/styles/list-box/fabric-dark.css +644 -644
  199. package/styles/list-box/fabric.css +649 -649
  200. package/styles/list-box/fluent-dark.css +649 -649
  201. package/styles/list-box/fluent.css +649 -649
  202. package/styles/list-box/fluent2.css +692 -692
  203. package/styles/list-box/highcontrast-light.css +644 -644
  204. package/styles/list-box/highcontrast.css +649 -649
  205. package/styles/list-box/material-dark.css +643 -643
  206. package/styles/list-box/material.css +648 -648
  207. package/styles/list-box/material3-dark.css +659 -659
  208. package/styles/list-box/material3.css +659 -659
  209. package/styles/list-box/tailwind-dark.css +640 -640
  210. package/styles/list-box/tailwind.css +640 -640
  211. package/styles/list-box/tailwind3.css +698 -698
  212. package/styles/material-dark-lite.css +1566 -1566
  213. package/styles/material-dark.css +2278 -2278
  214. package/styles/material-lite.css +1659 -1659
  215. package/styles/material.css +1921 -1921
  216. package/styles/material3-dark-lite.css +2644 -2644
  217. package/styles/material3-dark.css +2687 -2687
  218. package/styles/material3-lite.css +2663 -2663
  219. package/styles/material3.css +2684 -2684
  220. package/styles/multi-select/_all.bds.scss +1 -1
  221. package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
  222. package/styles/multi-select/_all.bootstrap.scss +1 -1
  223. package/styles/multi-select/_all.bootstrap4.scss +1 -1
  224. package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
  225. package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
  226. package/styles/multi-select/_all.bootstrap5.scss +1 -1
  227. package/styles/multi-select/_all.fabric-dark.scss +1 -1
  228. package/styles/multi-select/_all.fabric.scss +1 -1
  229. package/styles/multi-select/_all.fluent-dark.scss +1 -1
  230. package/styles/multi-select/_all.fluent.scss +1 -1
  231. package/styles/multi-select/_all.fluent2.scss +1 -1
  232. package/styles/multi-select/_all.highcontrast-light.scss +1 -1
  233. package/styles/multi-select/_all.highcontrast.scss +1 -1
  234. package/styles/multi-select/_all.material-dark.scss +1 -1
  235. package/styles/multi-select/_all.material.scss +1 -1
  236. package/styles/multi-select/_all.material3-dark.scss +1 -1
  237. package/styles/multi-select/_all.material3.scss +1 -1
  238. package/styles/multi-select/_all.tailwind-dark.scss +1 -1
  239. package/styles/multi-select/_all.tailwind.scss +1 -1
  240. package/styles/multi-select/_all.tailwind3.scss +1 -1
  241. package/styles/multi-select/bds.css +221 -221
  242. package/styles/multi-select/bootstrap-dark.css +231 -231
  243. package/styles/multi-select/bootstrap.css +224 -224
  244. package/styles/multi-select/bootstrap4.css +676 -676
  245. package/styles/multi-select/bootstrap5-dark.css +235 -235
  246. package/styles/multi-select/bootstrap5.3.css +336 -336
  247. package/styles/multi-select/bootstrap5.css +235 -235
  248. package/styles/multi-select/fabric-dark.css +225 -225
  249. package/styles/multi-select/fabric.css +220 -220
  250. package/styles/multi-select/fluent-dark.css +677 -677
  251. package/styles/multi-select/fluent.css +677 -677
  252. package/styles/multi-select/fluent2.css +959 -959
  253. package/styles/multi-select/highcontrast-light.css +789 -789
  254. package/styles/multi-select/highcontrast.css +793 -793
  255. package/styles/multi-select/material-dark.css +918 -918
  256. package/styles/multi-select/material.css +920 -920
  257. package/styles/multi-select/material3-dark.css +1330 -1330
  258. package/styles/multi-select/material3.css +1334 -1334
  259. package/styles/multi-select/tailwind-dark.css +217 -217
  260. package/styles/multi-select/tailwind.css +217 -217
  261. package/styles/multi-select/tailwind3.css +326 -326
  262. package/styles/tailwind-dark-lite.css +861 -861
  263. package/styles/tailwind-dark.css +1263 -1263
  264. package/styles/tailwind-lite.css +862 -862
  265. package/styles/tailwind.css +1263 -1263
  266. package/styles/tailwind3-lite.css +1114 -1114
  267. package/styles/tailwind3.css +2339 -2339
  268. package/tslint.json +111 -0
@@ -14,6 +14,136 @@
14
14
  padding: 0 12px 0 0;
15
15
  }
16
16
 
17
+ .e-dropdownbase {
18
+ display: block;
19
+ height: 100%;
20
+ min-height: 36px;
21
+ position: relative;
22
+ width: 100%;
23
+ }
24
+ .e-dropdownbase .e-list-parent {
25
+ margin: 0;
26
+ padding: 0;
27
+ }
28
+
29
+ .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
30
+ cursor: default;
31
+ }
32
+
33
+ .e-dropdownbase .e-list-item {
34
+ cursor: pointer;
35
+ overflow: hidden;
36
+ position: relative;
37
+ text-overflow: ellipsis;
38
+ vertical-align: middle;
39
+ white-space: nowrap;
40
+ width: 100%;
41
+ }
42
+
43
+ .e-dropdownbase .e-list-item .e-list-icon {
44
+ font-size: 16px;
45
+ vertical-align: middle;
46
+ }
47
+
48
+ .e-dropdownbase .e-fixed-head {
49
+ position: absolute;
50
+ top: 0;
51
+ }
52
+
53
+ .e-dropdownbase.e-content {
54
+ overflow: auto;
55
+ position: relative;
56
+ }
57
+
58
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
59
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
60
+ color: rgba(255, 255, 255, 0.7);
61
+ cursor: default;
62
+ font-family: inherit;
63
+ font-size: 14px;
64
+ padding: 14px 16px;
65
+ text-align: center;
66
+ }
67
+
68
+ .e-mention.e-popup {
69
+ background: rgba(0, 0, 0, 0.9);
70
+ border: 0;
71
+ -webkit-box-shadow: 0 2px 3px 1px 0 2px 3px 1px rgba(0, 0, 0, 0.21);
72
+ box-shadow: 0 2px 3px 1px 0 2px 3px 1px rgba(0, 0, 0, 0.21);
73
+ margin-top: 2px;
74
+ position: absolute;
75
+ }
76
+
77
+ .e-mention.e-popup .e-dropdownbase {
78
+ min-height: 36px;
79
+ }
80
+
81
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
82
+ display: inline;
83
+ font-weight: bold;
84
+ vertical-align: baseline;
85
+ }
86
+
87
+ .e-mention .e-mention-chip,
88
+ .e-mention .e-mention-chip:hover {
89
+ background: #424242;
90
+ border-radius: 2px;
91
+ border: none;
92
+ color: #00b0ff;
93
+ cursor: default;
94
+ }
95
+
96
+ .e-mention.e-editable-element {
97
+ border: 2px solid transparent;
98
+ height: auto;
99
+ min-height: 120px;
100
+ width: 100%;
101
+ }
102
+
103
+ .e-form-mirror-div {
104
+ white-space: pre-wrap;
105
+ }
106
+
107
+ .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
108
+ padding-right: 2em;
109
+ }
110
+
111
+ .e-dropdownbase.e-dd-group .e-list-item {
112
+ padding-left: 2em;
113
+ text-indent: 0;
114
+ }
115
+
116
+ .e-small .e-dropdownbase.e-dd-group .e-list-item {
117
+ padding-left: 2em;
118
+ }
119
+
120
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
121
+ text-indent: 0;
122
+ }
123
+
124
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
125
+ cursor: pointer;
126
+ font-weight: normal;
127
+ overflow: hidden;
128
+ position: relative;
129
+ text-overflow: ellipsis;
130
+ vertical-align: middle;
131
+ white-space: nowrap;
132
+ width: 100%;
133
+ }
134
+
135
+ .e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
136
+ padding-right: 2em;
137
+ }
138
+
139
+ .e-dropdownbase .e-list-item .e-list-icon {
140
+ padding: 0 16px 0 0;
141
+ }
142
+
143
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
144
+ padding: 0 12px 0 0;
145
+ }
146
+
17
147
  .e-rtl .e-dropdownbase .e-list-item {
18
148
  padding-left: 16px;
19
149
  padding-right: 0;
@@ -189,233 +319,103 @@
189
319
  background-color: rgba(255, 255, 255, 0.05);
190
320
  }
191
321
 
192
- .e-dropdownbase .e-list-item .e-list-icon {
193
- padding: 0 16px 0 0;
322
+ /* stylelint-disable property-no-vendor-prefix */
323
+ @-webkit-keyframes e-input-ripple {
324
+ 100% {
325
+ opacity: 0;
326
+ -webkit-transform: scale(4);
327
+ transform: scale(4);
328
+ }
194
329
  }
195
-
196
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
197
- padding: 0 12px 0 0;
330
+ @keyframes e-input-ripple {
331
+ 100% {
332
+ opacity: 0;
333
+ -webkit-transform: scale(4);
334
+ transform: scale(4);
335
+ }
198
336
  }
199
-
200
- .e-dropdownbase {
201
- display: block;
202
- height: 100%;
203
- min-height: 36px;
204
- position: relative;
205
- width: 100%;
337
+ /* stylelint-disable property-no-vendor-prefix */
338
+ @-webkit-keyframes material-spinner-rotate {
339
+ 0% {
340
+ -webkit-transform: rotate(0deg);
341
+ transform: rotate(0deg);
342
+ }
343
+ 100% {
344
+ -webkit-transform: rotate(360deg);
345
+ transform: rotate(360deg);
346
+ }
206
347
  }
207
- .e-dropdownbase .e-list-parent {
208
- margin: 0;
209
- padding: 0;
348
+ @keyframes material-spinner-rotate {
349
+ 0% {
350
+ -webkit-transform: rotate(0deg);
351
+ transform: rotate(0deg);
352
+ }
353
+ 100% {
354
+ -webkit-transform: rotate(360deg);
355
+ transform: rotate(360deg);
356
+ }
210
357
  }
211
-
212
- .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
213
- cursor: default;
358
+ @-webkit-keyframes fabric-spinner-rotate {
359
+ 0% {
360
+ -webkit-transform: rotate(0deg);
361
+ transform: rotate(0deg);
362
+ }
363
+ 100% {
364
+ -webkit-transform: rotate(360deg);
365
+ transform: rotate(360deg);
366
+ }
367
+ }
368
+ @keyframes fabric-spinner-rotate {
369
+ 0% {
370
+ -webkit-transform: rotate(0deg);
371
+ transform: rotate(0deg);
372
+ }
373
+ 100% {
374
+ -webkit-transform: rotate(360deg);
375
+ transform: rotate(360deg);
376
+ }
377
+ }
378
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
379
+ -webkit-transform: rotate(0deg);
380
+ transform: rotate(0deg);
381
+ -webkit-transition: -webkit-transform 300ms ease;
382
+ transition: -webkit-transform 300ms ease;
383
+ transition: transform 300ms ease;
384
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
214
385
  }
215
386
 
216
- .e-dropdownbase .e-list-item {
217
- cursor: pointer;
218
- overflow: hidden;
219
- position: relative;
220
- text-overflow: ellipsis;
221
- vertical-align: middle;
222
- white-space: nowrap;
223
- width: 100%;
387
+ .e-popup.e-ddl .e-dropdownbase {
388
+ min-height: 26px;
224
389
  }
225
390
 
226
- .e-dropdownbase .e-list-item .e-list-icon {
227
- font-size: 16px;
228
- vertical-align: middle;
391
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
392
+ -webkit-transform: rotate(180deg);
393
+ transform: rotate(180deg);
394
+ -webkit-transition: -webkit-transform 300ms ease;
395
+ transition: -webkit-transform 300ms ease;
396
+ transition: transform 300ms ease;
397
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
229
398
  }
230
399
 
231
- .e-dropdownbase .e-fixed-head {
232
- position: absolute;
233
- top: 0;
400
+ .e-dropdownbase .e-list-item.e-active.e-hover {
401
+ color: #00b0ff;
234
402
  }
235
403
 
236
- .e-dropdownbase.e-content {
237
- overflow: auto;
238
- position: relative;
404
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
405
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
406
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
407
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
408
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
409
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
410
+ background: transparent;
239
411
  }
240
412
 
241
- .e-popup.e-ddl .e-dropdownbase.e-nodata,
242
- .e-popup.e-mention .e-dropdownbase.e-nodata {
243
- color: rgba(255, 255, 255, 0.7);
244
- cursor: default;
245
- font-family: inherit;
246
- font-size: 14px;
247
- padding: 14px 16px;
248
- text-align: center;
413
+ .e-input-group .e-ddl-icon:not(:active)::after {
414
+ -webkit-animation: none;
415
+ animation: none;
249
416
  }
250
417
 
251
- .e-mention.e-popup {
252
- background: rgba(0, 0, 0, 0.9);
253
- border: 0;
254
- -webkit-box-shadow: 0 2px 3px 1px 0 2px 3px 1px rgba(0, 0, 0, 0.21);
255
- box-shadow: 0 2px 3px 1px 0 2px 3px 1px rgba(0, 0, 0, 0.21);
256
- margin-top: 2px;
257
- position: absolute;
258
- }
259
-
260
- .e-mention.e-popup .e-dropdownbase {
261
- min-height: 36px;
262
- }
263
-
264
- .e-mention .e-dropdownbase .e-list-item .e-highlight {
265
- display: inline;
266
- font-weight: bold;
267
- vertical-align: baseline;
268
- }
269
-
270
- .e-mention .e-mention-chip,
271
- .e-mention .e-mention-chip:hover {
272
- background: #424242;
273
- border-radius: 2px;
274
- border: none;
275
- color: #00b0ff;
276
- cursor: default;
277
- }
278
-
279
- .e-mention.e-editable-element {
280
- border: 2px solid transparent;
281
- height: auto;
282
- min-height: 120px;
283
- width: 100%;
284
- }
285
-
286
- .e-form-mirror-div {
287
- white-space: pre-wrap;
288
- }
289
-
290
- .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
291
- padding-right: 2em;
292
- }
293
-
294
- .e-dropdownbase.e-dd-group .e-list-item {
295
- padding-left: 2em;
296
- text-indent: 0;
297
- }
298
-
299
- .e-small .e-dropdownbase.e-dd-group .e-list-item {
300
- padding-left: 2em;
301
- }
302
-
303
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
304
- text-indent: 0;
305
- }
306
-
307
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
308
- cursor: pointer;
309
- font-weight: normal;
310
- overflow: hidden;
311
- position: relative;
312
- text-overflow: ellipsis;
313
- vertical-align: middle;
314
- white-space: nowrap;
315
- width: 100%;
316
- }
317
-
318
- .e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
319
- padding-right: 2em;
320
- }
321
-
322
- /* stylelint-disable property-no-vendor-prefix */
323
- @-webkit-keyframes e-input-ripple {
324
- 100% {
325
- opacity: 0;
326
- -webkit-transform: scale(4);
327
- transform: scale(4);
328
- }
329
- }
330
- @keyframes e-input-ripple {
331
- 100% {
332
- opacity: 0;
333
- -webkit-transform: scale(4);
334
- transform: scale(4);
335
- }
336
- }
337
- /* stylelint-disable property-no-vendor-prefix */
338
- @-webkit-keyframes material-spinner-rotate {
339
- 0% {
340
- -webkit-transform: rotate(0deg);
341
- transform: rotate(0deg);
342
- }
343
- 100% {
344
- -webkit-transform: rotate(360deg);
345
- transform: rotate(360deg);
346
- }
347
- }
348
- @keyframes material-spinner-rotate {
349
- 0% {
350
- -webkit-transform: rotate(0deg);
351
- transform: rotate(0deg);
352
- }
353
- 100% {
354
- -webkit-transform: rotate(360deg);
355
- transform: rotate(360deg);
356
- }
357
- }
358
- @-webkit-keyframes fabric-spinner-rotate {
359
- 0% {
360
- -webkit-transform: rotate(0deg);
361
- transform: rotate(0deg);
362
- }
363
- 100% {
364
- -webkit-transform: rotate(360deg);
365
- transform: rotate(360deg);
366
- }
367
- }
368
- @keyframes fabric-spinner-rotate {
369
- 0% {
370
- -webkit-transform: rotate(0deg);
371
- transform: rotate(0deg);
372
- }
373
- 100% {
374
- -webkit-transform: rotate(360deg);
375
- transform: rotate(360deg);
376
- }
377
- }
378
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
379
- -webkit-transform: rotate(0deg);
380
- transform: rotate(0deg);
381
- -webkit-transition: -webkit-transform 300ms ease;
382
- transition: -webkit-transform 300ms ease;
383
- transition: transform 300ms ease;
384
- transition: transform 300ms ease, -webkit-transform 300ms ease;
385
- }
386
-
387
- .e-popup.e-ddl .e-dropdownbase {
388
- min-height: 26px;
389
- }
390
-
391
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
392
- -webkit-transform: rotate(180deg);
393
- transform: rotate(180deg);
394
- -webkit-transition: -webkit-transform 300ms ease;
395
- transition: -webkit-transform 300ms ease;
396
- transition: transform 300ms ease;
397
- transition: transform 300ms ease, -webkit-transform 300ms ease;
398
- }
399
-
400
- .e-dropdownbase .e-list-item.e-active.e-hover {
401
- color: #00b0ff;
402
- }
403
-
404
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
405
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
406
- .e-input-group:not(.e-disabled) .e-back-icon:active,
407
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
408
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
409
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
410
- background: transparent;
411
- }
412
-
413
- .e-input-group .e-ddl-icon:not(:active)::after {
414
- -webkit-animation: none;
415
- animation: none;
416
- }
417
-
418
- .e-ddl.e-popup {
418
+ .e-ddl.e-popup {
419
419
  border: 0;
420
420
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
421
421
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
@@ -558,166 +558,70 @@
558
558
  padding: 5px 5px 5px 12px;
559
559
  }
560
560
 
561
- .e-popup {
562
- border-color: transparent;
561
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
562
+ width: 100%;
563
+ border: 0 solid;
563
564
  }
564
565
 
565
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
566
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
567
- color: #00b0ff;
566
+ .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
567
+ display: block;
568
+ visibility: hidden;
568
569
  }
569
570
 
570
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
571
- border-color: transparent;
571
+ .e-popup-full-page {
572
+ bottom: 0;
573
+ left: 0;
574
+ margin: 0;
575
+ overflow: hidden;
576
+ padding: 0;
577
+ right: 0;
578
+ top: 0;
579
+ }
580
+ .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
581
+ margin: 0;
572
582
  }
573
583
 
574
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
575
- -webkit-transform: rotate(0deg);
576
- transform: rotate(0deg);
577
- -webkit-transition: -webkit-transform 300ms ease;
578
- transition: -webkit-transform 300ms ease;
579
- transition: transform 300ms ease;
580
- transition: transform 300ms ease, -webkit-transform 300ms ease;
584
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon {
585
+ position: relative;
581
586
  }
582
587
 
583
- .e-popup.e-ddl .e-dropdownbase {
584
- min-height: 26px;
588
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
589
+ content: "";
585
590
  }
586
591
 
587
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
588
- -webkit-transform: rotate(180deg);
589
- transform: rotate(180deg);
590
- -webkit-transition: -webkit-transform 300ms ease;
591
- transition: -webkit-transform 300ms ease;
592
- transition: transform 300ms ease;
593
- transition: transform 300ms ease, -webkit-transform 300ms ease;
592
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
593
+ position: relative;
594
594
  }
595
595
 
596
- .e-dropdownbase .e-list-item.e-active.e-hover {
597
- color: #00b0ff;
596
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
597
+ content: "";
598
598
  }
599
599
 
600
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
601
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
602
- .e-input-group:not(.e-disabled) .e-back-icon:active,
603
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
604
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
605
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
606
- background: transparent;
600
+ .e-ddl-device-filter .e-filter-parent {
601
+ background-color: #f5f5f5;
607
602
  }
608
603
 
609
- .e-input-group .e-ddl-icon:not(:active)::after {
610
- -webkit-animation: none;
611
- animation: none;
604
+ /* stylelint-disable property-no-vendor-prefix */
605
+ .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
606
+ display: none;
607
+ pointer-events: none;
608
+ position: absolute;
609
+ right: 0;
610
+ visibility: hidden;
612
611
  }
613
612
 
614
- .e-ddl.e-popup {
613
+ /* stylelint-enable property-no-vendor-prefix */
614
+ .e-filter-parent {
615
615
  border: 0;
616
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
617
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
618
- margin-top: 2px;
616
+ border-top-width: 0;
617
+ -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
618
+ box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
619
+ display: block;
620
+ padding: 0;
619
621
  }
620
622
 
621
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
622
- margin: 6px 6px 5px;
623
- min-height: 12px;
624
- min-width: 12px;
625
- padding: 6px;
626
- }
627
-
628
- .e-input-group.e-ddl,
629
- .e-input-group.e-ddl .e-input,
630
- .e-input-group.e-ddl .e-ddl-icon {
631
- background: transparent;
632
- }
633
-
634
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
635
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
636
- border-bottom-width: 0;
637
- }
638
-
639
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
640
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
641
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
642
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
643
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
644
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
645
- margin: 0;
646
- }
647
-
648
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
649
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
650
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
651
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
652
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
653
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
654
- padding: 5px 5px 5px 12px;
655
- }
656
-
657
- .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
658
- width: 100%;
659
- border: 0 solid;
660
- }
661
-
662
- .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
663
- display: block;
664
- visibility: hidden;
665
- }
666
-
667
- .e-popup-full-page {
668
- bottom: 0;
669
- left: 0;
670
- margin: 0;
671
- overflow: hidden;
672
- padding: 0;
673
- right: 0;
674
- top: 0;
675
- }
676
- .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
677
- margin: 0;
678
- }
679
-
680
- .e-ddl.e-control-wrapper .e-ddl-disable-icon {
681
- position: relative;
682
- }
683
-
684
- .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
685
- content: "";
686
- }
687
-
688
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
689
- position: relative;
690
- }
691
-
692
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
693
- content: "";
694
- }
695
-
696
- .e-ddl-device-filter .e-filter-parent {
697
- background-color: #f5f5f5;
698
- }
699
-
700
- /* stylelint-disable property-no-vendor-prefix */
701
- .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
702
- display: none;
703
- pointer-events: none;
704
- position: absolute;
705
- right: 0;
706
- visibility: hidden;
707
- }
708
-
709
- /* stylelint-enable property-no-vendor-prefix */
710
- .e-filter-parent {
711
- border: 0;
712
- border-top-width: 0;
713
- -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
714
- box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
715
- display: block;
716
- padding: 0;
717
- }
718
-
719
- .e-ddl.e-input-group:not(.e-disabled) {
720
- cursor: pointer;
623
+ .e-ddl.e-input-group:not(.e-disabled) {
624
+ cursor: pointer;
721
625
  }
722
626
 
723
627
  .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
@@ -888,46 +792,109 @@ ejs-dropdownlist {
888
792
  color: rgb(221, 218, 218);
889
793
  }
890
794
 
891
- /* stylelint-disable */
892
- /* stylelint-disable */
893
- .e-ddt .e-ddt-icon::before {
894
- content: "\e969";
795
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
796
+ -webkit-transform: rotate(0deg);
797
+ transform: rotate(0deg);
798
+ -webkit-transition: -webkit-transform 300ms ease;
799
+ transition: -webkit-transform 300ms ease;
800
+ transition: transform 300ms ease;
801
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
895
802
  }
896
- .e-ddt .e-chips-close::before {
897
- content: "\e7e9";
803
+
804
+ .e-popup.e-ddl .e-dropdownbase {
805
+ min-height: 26px;
898
806
  }
899
807
 
900
- /* stylelint-disable */
901
- .e-ddt .e-chips {
902
- background-color: #424242;
808
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
809
+ -webkit-transform: rotate(180deg);
810
+ transform: rotate(180deg);
811
+ -webkit-transition: -webkit-transform 300ms ease;
812
+ transition: -webkit-transform 300ms ease;
813
+ transition: transform 300ms ease;
814
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
903
815
  }
904
- .e-ddt .e-chips .e-chips-close::before {
905
- color: rgba(255, 255, 255, 0.7);
816
+
817
+ .e-dropdownbase .e-list-item.e-active.e-hover {
818
+ color: #00b0ff;
906
819
  }
907
- .e-ddt .e-chips > .e-chipcontent {
908
- color: #fff;
820
+
821
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
822
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
823
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
824
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
825
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
826
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
827
+ background: transparent;
909
828
  }
910
- .e-ddt.e-filled .e-chips {
911
- background-color: #424242;
829
+
830
+ .e-input-group .e-ddl-icon:not(:active)::after {
831
+ -webkit-animation: none;
832
+ animation: none;
912
833
  }
913
- .e-ddt .e-overflow .e-remain {
914
- color: rgba(255, 255, 255, 0.7);
834
+
835
+ .e-ddl.e-popup {
836
+ border: 0;
837
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
838
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
839
+ margin-top: 2px;
915
840
  }
916
- .e-ddt.e-popup {
917
- background: #424242;
841
+
842
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
843
+ margin: 6px 6px 5px;
844
+ min-height: 12px;
845
+ min-width: 12px;
846
+ padding: 6px;
847
+ }
848
+
849
+ .e-input-group.e-ddl,
850
+ .e-input-group.e-ddl .e-input,
851
+ .e-input-group.e-ddl .e-ddl-icon {
852
+ background: transparent;
853
+ }
854
+
855
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
856
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
857
+ border-bottom-width: 0;
858
+ }
859
+
860
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
861
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
862
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
863
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
864
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
865
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
866
+ margin: 0;
867
+ }
868
+
869
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
870
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
871
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
872
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
873
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
874
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
875
+ padding: 5px 5px 5px 12px;
876
+ }
877
+
878
+ .e-popup {
918
879
  border-color: transparent;
919
880
  }
920
- .e-ddt.e-popup .e-popup-content.e-no-data {
921
- color: rgba(255, 255, 255, 0.7);
881
+
882
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
883
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
884
+ color: #00b0ff;
922
885
  }
923
- .e-ddt.e-popup .e-selectall-parent {
924
- border-bottom-color: rgba(0, 0, 0, 0.12);
886
+
887
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
888
+ border-color: transparent;
925
889
  }
926
- .e-ddt.e-popup .e-selectall-parent:focus {
927
- background: rgba(255, 255, 255, 0.1);
890
+
891
+ /* stylelint-disable */
892
+ /* stylelint-disable */
893
+ .e-ddt .e-ddt-icon::before {
894
+ content: "\e969";
928
895
  }
929
- .e-ddt.e-popup .e-selectall-parent .e-all-text {
930
- color: #fff;
896
+ .e-ddt .e-chips-close::before {
897
+ content: "\e7e9";
931
898
  }
932
899
 
933
900
  /* stylelint-disable */
@@ -1377,6 +1344,39 @@ ejs-dropdownlist {
1377
1344
  display: none;
1378
1345
  }
1379
1346
 
1347
+ /* stylelint-disable */
1348
+ .e-ddt .e-chips {
1349
+ background-color: #424242;
1350
+ }
1351
+ .e-ddt .e-chips .e-chips-close::before {
1352
+ color: rgba(255, 255, 255, 0.7);
1353
+ }
1354
+ .e-ddt .e-chips > .e-chipcontent {
1355
+ color: #fff;
1356
+ }
1357
+ .e-ddt.e-filled .e-chips {
1358
+ background-color: #424242;
1359
+ }
1360
+ .e-ddt .e-overflow .e-remain {
1361
+ color: rgba(255, 255, 255, 0.7);
1362
+ }
1363
+ .e-ddt.e-popup {
1364
+ background: #424242;
1365
+ border-color: transparent;
1366
+ }
1367
+ .e-ddt.e-popup .e-popup-content.e-no-data {
1368
+ color: rgba(255, 255, 255, 0.7);
1369
+ }
1370
+ .e-ddt.e-popup .e-selectall-parent {
1371
+ border-bottom-color: rgba(0, 0, 0, 0.12);
1372
+ }
1373
+ .e-ddt.e-popup .e-selectall-parent:focus {
1374
+ background: rgba(255, 255, 255, 0.1);
1375
+ }
1376
+ .e-ddt.e-popup .e-selectall-parent .e-all-text {
1377
+ color: #fff;
1378
+ }
1379
+
1380
1380
  /* stylelint-disable-line no-empty-source */
1381
1381
  /* stylelint-disable-line no-empty-source */
1382
1382
  .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
@@ -1673,6 +1673,14 @@ ejs-dropdownlist {
1673
1673
  content: "\eb05";
1674
1674
  }
1675
1675
 
1676
+ .e-dropdownbase .e-list-item .e-list-icon {
1677
+ padding: 0 16px 0 0;
1678
+ }
1679
+
1680
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
1681
+ padding: 0 12px 0 0;
1682
+ }
1683
+
1676
1684
  .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
1677
1685
  padding: 1px 0;
1678
1686
  }
@@ -1687,1206 +1695,879 @@ ejs-dropdownlist {
1687
1695
  padding: 0;
1688
1696
  }
1689
1697
 
1690
- .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1691
- color: #fff;
1692
- }
1693
-
1694
- .e-multi-select-wrapper .e-chips.e-chip-selected {
1695
- background-color: #424242;
1698
+ .e-multi-select-wrapper {
1699
+ -webkit-box-sizing: border-box;
1700
+ box-sizing: border-box;
1701
+ cursor: text;
1702
+ line-height: normal;
1703
+ min-height: 30px;
1704
+ padding: 0 32px 0 0;
1705
+ position: relative;
1706
+ -webkit-user-select: none;
1707
+ -moz-user-select: none;
1708
+ -ms-user-select: none;
1709
+ user-select: none;
1710
+ width: 100%;
1696
1711
  }
1697
-
1698
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1699
- background-color: rgba(255, 255, 255, 0.1);
1712
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1713
+ height: 27px;
1714
+ vertical-align: middle;
1700
1715
  }
1701
-
1702
- .e-multiselect {
1716
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
1717
+ height: 100%;
1718
+ min-height: 100%;
1719
+ }
1720
+ .e-multi-select-wrapper .e-delim-view {
1721
+ white-space: nowrap;
1722
+ }
1723
+ .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
1703
1724
  -webkit-box-sizing: border-box;
1704
1725
  box-sizing: border-box;
1726
+ display: inline-block;
1727
+ overflow: hidden;
1728
+ text-overflow: ellipsis;
1705
1729
  }
1706
-
1707
- /* stylelint-disable property-no-vendor-prefix */
1708
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
1709
- -webkit-text-fill-color: #fff;
1730
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1710
1731
  color: #fff;
1711
- font-family: inherit;
1712
- font-size: 13px;
1732
+ font-size: 16px;
1733
+ left: 12px;
1734
+ top: 0;
1713
1735
  }
1714
-
1715
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1736
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1737
+ background-color: #3f51b5;
1716
1738
  color: #fff;
1739
+ padding: 12px 4px 11px 0;
1717
1740
  }
1718
-
1719
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1720
- color: #fff;
1741
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1742
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1743
+ width: 0;
1721
1744
  }
1722
-
1723
- .e-multi-select-wrapper .e-chips {
1724
- background-color: #424242;
1725
- border-radius: 16px;
1726
- height: 24px;
1745
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
1746
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
1747
+ height: 1px;
1748
+ min-height: 1px;
1727
1749
  }
1728
-
1729
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
1730
- background-color: rgba(255, 255, 255, 0.1);
1750
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
1751
+ max-width: 100%;
1731
1752
  }
1732
1753
 
1733
- .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
1734
- color: #fff;
1754
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
1755
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
1756
+ display: -webkit-box;
1757
+ display: -ms-flexbox;
1758
+ display: flex;
1759
+ float: left;
1760
+ width: auto;
1735
1761
  }
1736
-
1737
- .e-multi-select-wrapper .e-chips .e-chips-close::before {
1738
- -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
1739
- color: rgba(255, 255, 255, 0.7);
1740
- font-size: 16px;
1762
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1763
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1764
+ display: -webkit-inline-box;
1765
+ display: -ms-inline-flexbox;
1766
+ display: inline-flex;
1767
+ float: none;
1741
1768
  }
1742
-
1743
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1744
- background-color: #3f51b5;
1745
- border-radius: 2px;
1746
- color: #fff;
1747
- height: 40px;
1748
- line-height: 40px;
1769
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
1770
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1771
+ width: 0;
1749
1772
  }
1750
-
1751
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1752
- color: #fff;
1773
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1774
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1775
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
1776
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1777
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1778
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
1779
+ display: none;
1753
1780
  }
1754
-
1755
- .e-multi-select-wrapper .e-chips.e-mob-chip {
1756
- height: 28px;
1781
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
1782
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
1783
+ padding: 0 48px 0 0;
1757
1784
  }
1758
-
1759
- .e-popup.e-multi-select-list-wrapper {
1760
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1761
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
1762
- -webkit-box-sizing: content-box;
1763
- box-sizing: content-box;
1764
- overflow: initial;
1785
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
1786
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
1787
+ -webkit-box-align: center;
1788
+ -ms-flex-align: center;
1789
+ align-items: center;
1790
+ display: inline;
1791
+ max-width: 100%;
1792
+ word-break: break-word;
1765
1793
  }
1766
-
1767
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
1768
- border-bottom: 1px solid transparent;
1769
- border-left: 1px solid #424242;
1770
- border-right: 1px solid #424242;
1771
- border-top: 1px solid #fff;
1794
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1795
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1796
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
1797
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1798
+ -webkit-box-align: center;
1799
+ -ms-flex-align: center;
1800
+ align-items: center;
1801
+ cursor: pointer;
1802
+ display: none;
1803
+ -webkit-box-orient: horizontal;
1804
+ -webkit-box-direction: normal;
1805
+ -ms-flex-direction: row;
1806
+ flex-direction: row;
1807
+ margin-top: -2.5em;
1808
+ outline: 0;
1809
+ padding: 0;
1810
+ position: absolute;
1811
+ right: 5px;
1812
+ top: 100%;
1772
1813
  }
1773
-
1774
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
1775
- background-color: transparent;
1776
- border-color: transparent;
1777
- color: #fff;
1814
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1815
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1816
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1817
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1818
+ display: -webkit-box;
1819
+ display: -ms-flexbox;
1820
+ display: flex;
1778
1821
  }
1779
-
1780
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
1781
- background-color: transparent;
1782
- border-color: transparent;
1783
- color: #fff;
1822
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1823
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1824
+ margin-right: 0;
1825
+ margin-top: -2.1em;
1826
+ right: 0;
1784
1827
  }
1785
-
1786
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
1787
- color: #fff;
1828
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
1829
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
1830
+ top: -1px;
1788
1831
  }
1789
-
1790
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
1791
- color: #fff;
1832
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1833
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
1834
+ font-size: 10px;
1835
+ height: 24px;
1836
+ width: 24px;
1792
1837
  }
1793
1838
 
1794
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
1795
- background-color: rgba(255, 255, 255, 0.1);
1839
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
1840
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
1841
+ float: right;
1796
1842
  }
1797
-
1798
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
1799
- background-color: rgba(255, 255, 255, 0.1);
1843
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1844
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1845
+ float: none;
1800
1846
  }
1801
-
1802
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
1803
- border-bottom: 1px solid transparent;
1804
- border-top: 1px solid transparent;
1847
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
1848
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
1849
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
1850
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
1851
+ left: 0;
1852
+ right: auto;
1805
1853
  }
1806
-
1807
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
1808
- border-bottom: 1px solid transparent;
1854
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
1855
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
1856
+ padding: 0 0 0 48px;
1809
1857
  }
1810
1858
 
1811
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
1812
- border-top: 1px solid transparent;
1859
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
1860
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
1861
+ opacity: 0.7;
1862
+ pointer-events: none;
1813
1863
  }
1814
1864
 
1815
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
1816
- background-color: #424242;
1817
- -webkit-box-shadow: none;
1818
- box-shadow: none;
1819
- color: #00b0ff;
1820
- border: 1px solid transparent;
1865
+ .e-multiselect.e-input-group,
1866
+ .e-multiselect.e-float-input {
1867
+ word-wrap: initial;
1821
1868
  }
1822
1869
 
1823
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1824
- background-color: #424242;
1825
- -webkit-box-shadow: none;
1826
- box-shadow: none;
1827
- color: #00b0ff;
1828
- border: 1px solid transparent;
1870
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1871
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1872
+ top: 15px;
1829
1873
  }
1830
1874
 
1831
- .e-popup.e-multi-select-list-wrapper .e-list-item {
1832
- border: 1px solid transparent;
1875
+ .e-multi-select-wrapper.e-close-icon-hide {
1876
+ padding-right: 0;
1833
1877
  }
1834
1878
 
1835
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
1836
- border: 1px solid transparent;
1879
+ .e-multi-select-wrapper .e-chips-collection {
1880
+ cursor: default;
1881
+ display: block;
1837
1882
  }
1838
1883
 
1839
- .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1840
- color: rgba(255, 255, 255, 0.42);
1884
+ .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
1885
+ margin-right: 30px;
1841
1886
  }
1842
1887
 
1843
- .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1844
- color: rgba(255, 255, 255, 0.42);
1845
- }
1846
-
1847
- .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1848
- color: rgba(255, 255, 255, 0.42);
1888
+ .e-multi-select-wrapper .e-multi-hidden {
1889
+ border: 0;
1890
+ height: 0;
1891
+ position: absolute;
1892
+ visibility: hidden;
1893
+ width: 0;
1849
1894
  }
1850
1895
 
1851
- .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1852
- color: rgba(255, 255, 255, 0.42);
1896
+ .e-multi-select-wrapper .e-chips {
1897
+ -webkit-box-align: center;
1898
+ -ms-flex-align: center;
1899
+ align-items: center;
1900
+ display: -webkit-inline-box;
1901
+ display: -ms-inline-flexbox;
1902
+ display: inline-flex;
1903
+ float: left;
1904
+ margin: 0 8px 6px 0;
1905
+ max-width: 100%;
1906
+ overflow: hidden;
1907
+ padding: 0 4px 0 8px;
1908
+ text-overflow: ellipsis;
1909
+ white-space: nowrap;
1853
1910
  }
1854
1911
 
1855
- .e-ul.e-reorder {
1856
- border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1912
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
1913
+ max-width: 100%;
1914
+ overflow: hidden;
1915
+ padding: 0 4px 0 0;
1916
+ text-indent: 0;
1917
+ text-overflow: ellipsis;
1918
+ white-space: nowrap;
1857
1919
  }
1858
1920
 
1859
- .e-multi-select-list-wrapper .e-selectall-parent {
1860
- border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1921
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
1922
+ display: inline-block;
1923
+ float: none;
1861
1924
  }
1862
1925
 
1863
- .e-multi-select-wrapper .e-delim-values {
1864
- -webkit-text-fill-color: #fff;
1865
- color: #fff;
1926
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1927
+ padding: 8px 4px 8px 0;
1866
1928
  }
1867
1929
 
1868
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1869
- color: #fff;
1930
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1931
+ padding: 8px 0 8px 4px;
1870
1932
  }
1871
1933
 
1872
- .e-small .e-multi-select-wrapper .e-chips {
1873
- height: 20px;
1934
+ .e-multi-select-wrapper .e-chips-close {
1935
+ -ms-flex-item-align: center;
1936
+ align-self: center;
1937
+ display: -webkit-box;
1938
+ display: -ms-flexbox;
1939
+ display: flex;
1940
+ float: right;
1941
+ font-family: "e-icons";
1942
+ height: 16px;
1943
+ margin: 0 0 0;
1944
+ width: 16px;
1874
1945
  }
1875
1946
 
1876
- .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1877
- font-size: 12px;
1947
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
1948
+ margin: 0 0 0;
1878
1949
  }
1879
1950
 
1880
- .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1881
- font-size: 14px;
1951
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
1952
+ margin: 3px 0 0;
1882
1953
  }
1883
1954
 
1884
- .e-small .e-multi-select-wrapper .e-close-hooker::before {
1885
- left: 6px;
1955
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1956
+ cursor: default;
1957
+ font-size: 10px;
1958
+ height: 24px;
1959
+ margin-top: -2.5em;
1960
+ position: absolute;
1961
+ right: 5px;
1962
+ width: 24px;
1963
+ top: 100%;
1886
1964
  }
1887
1965
 
1888
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1889
- background-color: #424242;
1966
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1967
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1968
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1969
+ right: 22px;
1890
1970
  }
1891
1971
 
1892
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
1893
- background-color: #424242;
1972
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1973
+ left: 22px;
1974
+ right: auto;
1894
1975
  }
1895
1976
 
1896
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
1897
- background-color: #616161;
1977
+ .e-multi-select-wrapper input[type=text] {
1978
+ background: none;
1979
+ border: 0;
1980
+ font-family: inherit;
1981
+ font-size: 13px;
1982
+ font-weight: normal;
1983
+ height: 28px;
1984
+ min-height: 28px;
1985
+ outline: none;
1986
+ padding: 4px 0 4px 0;
1987
+ text-indent: 0;
1898
1988
  }
1899
1989
 
1900
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
1901
- background-color: #616161;
1990
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
1991
+ background: none;
1992
+ border: 0;
1993
+ color: inherit;
1994
+ font-family: inherit;
1995
+ font-size: 14px;
1996
+ font-weight: normal;
1997
+ height: 28px;
1998
+ min-height: 28px;
1999
+ outline: none;
2000
+ padding: 0;
2001
+ text-indent: 0;
1902
2002
  }
1903
2003
 
1904
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
1905
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
1906
- background-color: rgb(198.5, 198.5, 198.5);
2004
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2005
+ padding: 5px;
1907
2006
  }
1908
2007
 
1909
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
1910
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1911
- background-color: rgb(198.5, 198.5, 198.5);
2008
+ /* stylelint-disable property-no-vendor-prefix */
2009
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
2010
+ display: none;
1912
2011
  }
1913
2012
 
1914
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
1915
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1916
- color: #fff;
2013
+ .e-multi-select-wrapper .e-searcher {
2014
+ display: block;
2015
+ float: left;
2016
+ width: auto;
1917
2017
  }
1918
2018
 
1919
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
1920
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1921
- color: #fff;
2019
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2020
+ width: calc(100% - 32px);
1922
2021
  }
1923
2022
 
1924
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1925
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1926
- color: #fff;
2023
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2024
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2025
+ width: calc(100% - 30px);
1927
2026
  }
1928
2027
 
1929
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
1930
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
1931
- color: rgba(255, 255, 255, 0.87);
2028
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2029
+ width: calc(100% - 32px);
1932
2030
  }
1933
2031
 
1934
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
1935
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1936
- color: rgba(255, 255, 255, 0.7);
2032
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2033
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2034
+ width: calc(100% - 30px);
1937
2035
  }
1938
2036
 
1939
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
1940
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1941
- color: #fff;
2037
+ .e-multi-select-wrapper .e-delim-values {
2038
+ font-family: inherit;
2039
+ font-size: 14px;
2040
+ line-height: 28px;
2041
+ max-width: 100%;
2042
+ padding-left: 0;
2043
+ padding-right: 6px;
2044
+ vertical-align: middle;
1942
2045
  }
1943
2046
 
1944
- .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
1945
- .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
1946
- color: rgba(255, 255, 255, 0.87);
2047
+ .e-multi-select-list-wrapper .e-hide-listitem,
2048
+ .e-multi-select-list-wrapper .e-hide-group-header {
2049
+ display: none;
1947
2050
  }
1948
2051
 
1949
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1950
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
1951
- color: rgba(0, 0, 0, 0.6);
2052
+ .e-multi-select-wrapper .e-delim-values .e-remain {
2053
+ color: rgba(255, 255, 255, 0.7);
2054
+ cursor: pointer;
2055
+ display: inline-block;
2056
+ font-size: 13px;
2057
+ padding-left: 16px;
1952
2058
  }
1953
2059
 
1954
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
1955
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
1956
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
1957
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
1958
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1959
- color: rgba(0, 0, 0, 0.38);
2060
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
2061
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2062
+ cursor: not-allowed;
1960
2063
  }
1961
2064
 
1962
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
1963
- -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
1964
- color: rgba(255, 255, 255, 0.3);
2065
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2066
+ height: 40px;
2067
+ left: 0;
2068
+ margin: 0 0 0 0;
2069
+ margin-left: auto;
2070
+ position: relative;
2071
+ top: 0;
2072
+ width: 40px;
1965
2073
  }
1966
2074
 
1967
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
1968
- background-color: #f5f5f5;
2075
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2076
+ -ms-flex-item-align: center;
2077
+ align-self: center;
2078
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2079
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2080
+ display: -webkit-inline-box;
2081
+ display: -ms-inline-flexbox;
2082
+ display: inline-flex;
2083
+ padding: 0 0 0 16px;
2084
+ width: 92%;
1969
2085
  }
1970
2086
 
1971
- .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
1972
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1973
- background-color: #3f51b5;
1974
- border-radius: 4px;
1975
- -webkit-box-sizing: border-box;
1976
- box-sizing: border-box;
1977
- color: #fff;
1978
- height: 40px;
1979
- line-height: 40px;
1980
- margin-left: 0;
1981
- margin-right: 0;
1982
- width: 100%;
2087
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
2088
+ content: "";
1983
2089
  }
1984
2090
 
1985
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
1986
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1987
- width: 33px;
2091
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
2092
+ float: none;
1988
2093
  }
1989
2094
 
1990
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
1991
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1992
- color: #fff;
2095
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
2096
+ padding-left: 0;
1993
2097
  }
1994
-
1995
- .e-dropdownbase .e-list-item .e-list-icon {
1996
- padding: 0 16px 0 0;
2098
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
2099
+ padding: 0 2px 0 32px;
1997
2100
  }
1998
-
1999
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
2000
- padding: 0 12px 0 0;
2101
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2102
+ left: -12px;
2001
2103
  }
2002
-
2003
- .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2004
- padding: 1px 0;
2104
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2105
+ margin: 0;
2106
+ margin-right: auto;
2005
2107
  }
2006
-
2007
- .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
2008
- .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2009
- padding: 0;
2010
- }
2011
-
2012
- .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2013
- .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2014
- padding: 0;
2015
- }
2016
-
2017
- .e-multi-select-wrapper {
2018
- -webkit-box-sizing: border-box;
2019
- box-sizing: border-box;
2020
- cursor: text;
2021
- line-height: normal;
2022
- min-height: 30px;
2023
- padding: 0 32px 0 0;
2024
- position: relative;
2025
- -webkit-user-select: none;
2026
- -moz-user-select: none;
2027
- -ms-user-select: none;
2028
- user-select: none;
2029
- width: 100%;
2030
- }
2031
- .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2032
- height: 27px;
2033
- vertical-align: middle;
2034
- }
2035
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
2036
- height: 100%;
2037
- min-height: 100%;
2038
- }
2039
- .e-multi-select-wrapper .e-delim-view {
2040
- white-space: nowrap;
2041
- }
2042
- .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
2043
- -webkit-box-sizing: border-box;
2044
- box-sizing: border-box;
2045
- display: inline-block;
2046
- overflow: hidden;
2047
- text-overflow: ellipsis;
2048
- }
2049
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2050
- color: #fff;
2051
- font-size: 16px;
2052
- left: 12px;
2053
- top: 0;
2054
- }
2055
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2056
- background-color: #3f51b5;
2057
- color: #fff;
2058
- padding: 12px 4px 11px 0;
2059
- }
2060
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
2061
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2062
- width: 0;
2108
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
2109
+ float: right;
2063
2110
  }
2064
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
2065
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
2066
- height: 1px;
2067
- min-height: 1px;
2111
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
2112
+ float: right;
2113
+ margin: 0 0 8px 8px;
2114
+ padding: 0 8px 0 4px;
2068
2115
  }
2069
- .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
2070
- max-width: 100%;
2116
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
2117
+ padding: 5px 4px;
2071
2118
  }
2072
-
2073
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
2074
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
2075
- display: -webkit-box;
2076
- display: -ms-flexbox;
2077
- display: flex;
2119
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
2078
2120
  float: left;
2079
- width: auto;
2080
2121
  }
2081
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2082
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2083
- display: -webkit-inline-box;
2084
- display: -ms-inline-flexbox;
2085
- display: inline-flex;
2086
- float: none;
2122
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
2123
+ left: 0;
2087
2124
  }
2088
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
2089
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2090
- width: 0;
2125
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
2126
+ padding: 0 4px 0 8px;
2091
2127
  }
2092
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2093
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2094
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
2095
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2096
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2097
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
2098
- display: none;
2128
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
2129
+ padding: 8px 4px;
2099
2130
  }
2100
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
2101
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
2102
- padding: 0 48px 0 0;
2131
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2132
+ padding: 0 8px 0 4px;
2103
2133
  }
2104
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
2105
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
2106
- -webkit-box-align: center;
2107
- -ms-flex-align: center;
2108
- align-items: center;
2109
- display: inline;
2110
- max-width: 100%;
2111
- word-break: break-word;
2134
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2135
+ padding: 12px 4px;
2112
2136
  }
2113
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2114
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2115
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
2116
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2117
- -webkit-box-align: center;
2118
- -ms-flex-align: center;
2119
- align-items: center;
2120
- cursor: pointer;
2121
- display: none;
2122
- -webkit-box-orient: horizontal;
2123
- -webkit-box-direction: normal;
2124
- -ms-flex-direction: row;
2125
- flex-direction: row;
2126
- margin-top: -2.5em;
2127
- outline: 0;
2128
- padding: 0;
2137
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2138
+ left: 22px;
2129
2139
  position: absolute;
2130
- right: 5px;
2131
- top: 100%;
2132
- }
2133
- .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2134
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2135
- .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2136
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2137
- display: -webkit-box;
2138
- display: -ms-flexbox;
2139
- display: flex;
2140
- }
2141
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2142
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2143
- margin-right: 0;
2144
- margin-top: -2.1em;
2145
- right: 0;
2140
+ right: auto;
2146
2141
  }
2147
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
2148
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
2149
- top: -1px;
2142
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
2143
+ left: -4px;
2150
2144
  }
2151
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2152
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
2153
- font-size: 10px;
2154
- height: 24px;
2155
- width: 24px;
2145
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
2146
+ padding-right: 16px;
2156
2147
  }
2157
2148
 
2158
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
2159
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
2160
- float: right;
2161
- }
2162
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2163
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2164
- float: none;
2149
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
2150
+ left: 19px;
2165
2151
  }
2166
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
2167
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
2168
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
2169
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
2170
- left: 0;
2171
- right: auto;
2152
+
2153
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2154
+ left: -7px;
2172
2155
  }
2173
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
2174
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
2175
- padding: 0 0 0 48px;
2156
+
2157
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
2158
+ bottom: 1px;
2159
+ margin-right: 10px;
2160
+ position: relative;
2161
+ text-indent: 0;
2162
+ vertical-align: middle;
2176
2163
  }
2177
2164
 
2178
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
2179
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
2180
- opacity: 0.7;
2181
- pointer-events: none;
2165
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
2166
+ padding-left: 14px;
2182
2167
  }
2183
2168
 
2184
- .e-multiselect.e-input-group,
2185
- .e-multiselect.e-float-input {
2186
- word-wrap: initial;
2169
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
2170
+ padding-right: 25px;
2187
2171
  }
2188
2172
 
2189
- .e-multiselect.e-input-group .e-searcher .e-label-top,
2190
- .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
2191
- top: 15px;
2173
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
2174
+ bottom: 1px;
2175
+ margin-right: 10px;
2176
+ position: relative;
2177
+ text-indent: 0;
2178
+ vertical-align: middle;
2192
2179
  }
2193
2180
 
2194
- .e-multi-select-wrapper.e-close-icon-hide {
2195
- padding-right: 0;
2181
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
2182
+ margin-left: 12px;
2183
+ margin-right: 0;
2196
2184
  }
2197
2185
 
2198
- .e-multi-select-wrapper .e-chips-collection {
2199
- cursor: default;
2200
- display: block;
2186
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
2187
+ margin-left: 12px;
2188
+ margin-right: 0;
2201
2189
  }
2202
2190
 
2203
- .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
2204
- margin-right: 30px;
2191
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
2192
+ padding-right: 0;
2205
2193
  }
2206
2194
 
2207
- .e-multi-select-wrapper .e-multi-hidden {
2208
- border: 0;
2209
- height: 0;
2210
- position: absolute;
2211
- visibility: hidden;
2212
- width: 0;
2195
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
2196
+ padding-right: 15px;
2213
2197
  }
2214
2198
 
2215
- .e-multi-select-wrapper .e-chips {
2216
- -webkit-box-align: center;
2217
- -ms-flex-align: center;
2218
- align-items: center;
2219
- display: -webkit-inline-box;
2220
- display: -ms-inline-flexbox;
2221
- display: inline-flex;
2222
- float: left;
2223
- margin: 0 8px 6px 0;
2224
- max-width: 100%;
2199
+ .e-multi-select-list-wrapper .e-selectall-parent {
2200
+ cursor: pointer;
2201
+ display: block;
2202
+ line-height: 36px;
2225
2203
  overflow: hidden;
2226
- padding: 0 4px 0 8px;
2227
2204
  text-overflow: ellipsis;
2205
+ padding-right: 16px;
2206
+ position: relative;
2207
+ text-indent: 17px;
2228
2208
  white-space: nowrap;
2209
+ width: 100%;
2229
2210
  }
2230
2211
 
2231
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
2232
- max-width: 100%;
2233
- overflow: hidden;
2234
- padding: 0 4px 0 0;
2235
- text-indent: 0;
2236
- text-overflow: ellipsis;
2237
- white-space: nowrap;
2212
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
2213
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
2214
+ padding-left: 16px;
2215
+ padding-right: 15px;
2238
2216
  }
2239
2217
 
2240
- .e-multi-select-wrapper.e-delimiter .e-searcher {
2241
- display: inline-block;
2242
- float: none;
2218
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
2219
+ color: #fff;
2220
+ font-family: inherit;
2221
+ font-size: 14px;
2243
2222
  }
2244
2223
 
2245
- .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2246
- padding: 8px 4px 8px 0;
2224
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
2225
+ bottom: 1px;
2226
+ margin-right: 10px;
2227
+ position: relative;
2228
+ text-indent: 0;
2229
+ vertical-align: middle;
2247
2230
  }
2248
2231
 
2249
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2250
- padding: 8px 0 8px 4px;
2232
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
2233
+ margin-left: 12px;
2234
+ margin-right: 0;
2251
2235
  }
2252
2236
 
2253
- .e-multi-select-wrapper .e-chips-close {
2254
- -ms-flex-item-align: center;
2255
- align-self: center;
2256
- display: -webkit-box;
2257
- display: -ms-flexbox;
2258
- display: flex;
2237
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
2259
2238
  float: right;
2260
- font-family: "e-icons";
2261
- height: 16px;
2262
- margin: 0 0 0;
2263
- width: 16px;
2239
+ margin-top: 6px;
2264
2240
  }
2265
2241
 
2266
- .e-rtl .e-multi-select-wrapper .e-chips-close {
2267
- margin: 0 0 0;
2242
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2243
+ float: left;
2268
2244
  }
2269
2245
 
2270
- .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
2271
- margin: 3px 0 0;
2246
+ .e-multiselect .e-ddl-icon::before {
2247
+ -webkit-transform: rotate(0deg);
2248
+ transform: rotate(0deg);
2249
+ -webkit-transition: -webkit-transform 300ms ease;
2250
+ transition: -webkit-transform 300ms ease;
2251
+ transition: transform 300ms ease;
2252
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
2272
2253
  }
2273
2254
 
2274
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2275
- cursor: default;
2276
- font-size: 10px;
2277
- height: 24px;
2278
- margin-top: -2.5em;
2279
- position: absolute;
2280
- right: 5px;
2281
- width: 24px;
2282
- top: 100%;
2255
+ .e-multiselect.e-icon-anim .e-ddl-icon::before {
2256
+ -webkit-transform: rotate(180deg);
2257
+ transform: rotate(180deg);
2258
+ -webkit-transition: -webkit-transform 300ms ease;
2259
+ transition: -webkit-transform 300ms ease;
2260
+ transition: transform 300ms ease;
2261
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
2283
2262
  }
2284
2263
 
2285
- .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2286
- .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2287
- .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2288
- right: 22px;
2264
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
2265
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
2266
+ padding: 0;
2289
2267
  }
2290
2268
 
2291
- .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2292
- left: 22px;
2293
- right: auto;
2269
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
2270
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
2271
+ padding: 8px;
2294
2272
  }
2295
2273
 
2296
- .e-multi-select-wrapper input[type=text] {
2297
- background: none;
2298
- border: 0;
2299
- font-family: inherit;
2300
- font-size: 13px;
2301
- font-weight: normal;
2302
- height: 28px;
2303
- min-height: 28px;
2304
- outline: none;
2305
- padding: 4px 0 4px 0;
2306
- text-indent: 0;
2274
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
2275
+ padding-left: 8px;
2276
+ padding-right: 8px;
2307
2277
  }
2308
2278
 
2309
- .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2310
- background: none;
2311
- border: 0;
2312
- color: inherit;
2313
- font-family: inherit;
2314
- font-size: 14px;
2315
- font-weight: normal;
2316
- height: 28px;
2317
- min-height: 28px;
2318
- outline: none;
2319
- padding: 0;
2320
- text-indent: 0;
2279
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2280
+ padding: 0 8px;
2321
2281
  }
2322
2282
 
2323
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2324
- padding: 5px;
2283
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2284
+ line-height: 20px;
2285
+ padding-left: 10px;
2325
2286
  }
2326
2287
 
2327
- /* stylelint-disable property-no-vendor-prefix */
2328
- .e-multi-select-wrapper input[type=text]::-ms-clear {
2329
- display: none;
2288
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2289
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2290
+ opacity: 0.3;
2330
2291
  }
2331
2292
 
2332
- .e-multi-select-wrapper .e-searcher {
2333
- display: block;
2334
- float: left;
2335
- width: auto;
2293
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2294
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2295
+ opacity: 0.7;
2336
2296
  }
2337
2297
 
2338
- .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2339
- width: calc(100% - 32px);
2298
+ .e-multi-select-wrapper input[readonly=true] {
2299
+ pointer-events: none;
2340
2300
  }
2341
2301
 
2342
- .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2343
- .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2344
- width: calc(100% - 30px);
2302
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2303
+ pointer-events: none;
2345
2304
  }
2346
2305
 
2347
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2348
- width: calc(100% - 32px);
2306
+ ejs-multiselect {
2307
+ display: block;
2349
2308
  }
2350
2309
 
2351
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2352
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2353
- width: calc(100% - 30px);
2310
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2311
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2312
+ line-height: 26px;
2354
2313
  }
2355
2314
 
2356
- .e-multi-select-wrapper .e-delim-values {
2357
- font-family: inherit;
2358
- font-size: 14px;
2359
- line-height: 28px;
2360
- max-width: 100%;
2361
- padding-left: 0;
2362
- padding-right: 6px;
2363
- vertical-align: middle;
2315
+ .e-small .e-multi-select-wrapper .e-chips-close {
2316
+ height: 14px;
2317
+ width: 14px;
2364
2318
  }
2365
2319
 
2366
- .e-multi-select-list-wrapper .e-hide-listitem,
2367
- .e-multi-select-list-wrapper .e-hide-group-header {
2368
- display: none;
2320
+ .e-small .e-multi-select-wrapper {
2321
+ min-height: 24px;
2369
2322
  }
2370
2323
 
2371
- .e-multi-select-wrapper .e-delim-values .e-remain {
2372
- color: rgba(255, 255, 255, 0.7);
2373
- cursor: pointer;
2374
- display: inline-block;
2375
- font-size: 13px;
2376
- padding-left: 16px;
2324
+ .e-small .e-multi-select-wrapper input[type=text] {
2325
+ height: 26px;
2326
+ min-height: 26px;
2377
2327
  }
2378
2328
 
2379
- .e-multiselect.e-disabled .e-multi-select-wrapper,
2380
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2381
- cursor: not-allowed;
2329
+ .e-small .e-multi-select-wrapper .e-delim-values {
2330
+ font-size: 12px;
2331
+ line-height: 26px;
2382
2332
  }
2383
2333
 
2384
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2385
- height: 40px;
2386
- left: 0;
2387
- margin: 0 0 0 0;
2388
- margin-left: auto;
2389
- position: relative;
2390
- top: 0;
2391
- width: 40px;
2334
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2335
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2336
+ margin-top: -2.5em;
2392
2337
  }
2393
2338
 
2394
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2395
- -ms-flex-item-align: center;
2396
- align-self: center;
2397
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2398
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2399
- display: -webkit-inline-box;
2400
- display: -ms-inline-flexbox;
2401
- display: inline-flex;
2402
- padding: 0 0 0 16px;
2403
- width: 92%;
2339
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2340
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2341
+ margin-top: -1.8em;
2404
2342
  }
2405
2343
 
2406
- .e-multi-select-wrapper .e-ddl-disable-icon::before {
2407
- content: "";
2344
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2345
+ background-size: 300px 33px;
2346
+ min-height: 33px;
2408
2347
  }
2409
2348
 
2410
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
2411
- float: none;
2349
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2350
+ color: inherit;
2351
+ font-size: inherit;
2352
+ min-height: 34px;
2353
+ padding: 8px 12px 9px;
2412
2354
  }
2413
2355
 
2414
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
2415
- padding-left: 0;
2416
- }
2417
- .e-multiselect.e-rtl .e-multi-select-wrapper {
2418
- padding: 0 2px 0 32px;
2356
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2357
+ padding: 8px 12px 9px;
2419
2358
  }
2420
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2421
- left: -12px;
2359
+
2360
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
2361
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2362
+ font-size: inherit;
2363
+ min-height: 30px;
2364
+ padding: 7px 10px;
2422
2365
  }
2423
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2424
- margin: 0;
2425
- margin-right: auto;
2366
+
2367
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
2368
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2369
+ padding: 7px 10px;
2426
2370
  }
2427
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
2428
- float: right;
2371
+
2372
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2373
+ min-height: 30px;
2374
+ padding: 3px 38px 1px 0;
2429
2375
  }
2430
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
2431
- float: right;
2432
- margin: 0 0 8px 8px;
2433
- padding: 0 8px 0 4px;
2376
+
2377
+ .e-multiselect.e-outline .e-multi-select-wrapper {
2378
+ min-height: 34px;
2379
+ padding: 3px 38px 1px 0;
2434
2380
  }
2435
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
2436
- padding: 5px 4px;
2381
+
2382
+ .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2383
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2384
+ padding-right: 0;
2437
2385
  }
2438
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
2439
- float: left;
2440
- }
2441
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
2442
- left: 0;
2443
- }
2444
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
2445
- padding: 0 4px 0 8px;
2446
- }
2447
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
2448
- padding: 8px 4px;
2449
- }
2450
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2451
- padding: 0 8px 0 4px;
2452
- }
2453
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2454
- padding: 12px 4px;
2455
- }
2456
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2457
- left: 22px;
2458
- position: absolute;
2459
- right: auto;
2460
- }
2461
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
2462
- left: -4px;
2386
+
2387
+ .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2388
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2389
+ .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2390
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2391
+ .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2392
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2393
+ .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2394
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2395
+ .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2396
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2397
+ padding-left: 0;
2463
2398
  }
2464
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
2465
- padding-right: 16px;
2399
+
2400
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
2401
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
2402
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
2403
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
2404
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2405
+ padding: 3px 0 1px 38px;
2466
2406
  }
2467
2407
 
2468
- .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
2469
- left: 19px;
2408
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2409
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2410
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2411
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2412
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2413
+ padding-left: 0;
2470
2414
  }
2471
2415
 
2472
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2473
- left: -7px;
2416
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2417
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2418
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2419
+ padding-right: 0;
2474
2420
  }
2475
2421
 
2476
- .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
2477
- bottom: 1px;
2478
- margin-right: 10px;
2479
- position: relative;
2480
- text-indent: 0;
2481
- vertical-align: middle;
2422
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2423
+ height: 34px;
2482
2424
  }
2483
2425
 
2484
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
2485
- padding-left: 14px;
2426
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
2427
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2428
+ height: 30px;
2486
2429
  }
2487
2430
 
2488
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
2489
- padding-right: 25px;
2431
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2432
+ font-size: 14px;
2433
+ line-height: 34px;
2434
+ padding: 0 0 0 12px;
2490
2435
  }
2491
2436
 
2492
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
2493
- bottom: 1px;
2494
- margin-right: 10px;
2495
- position: relative;
2496
- text-indent: 0;
2497
- vertical-align: middle;
2437
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2438
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2439
+ font-size: 13px;
2440
+ line-height: 30px;
2441
+ padding: 0 0 0 8px;
2498
2442
  }
2499
2443
 
2500
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
2501
- margin-left: 12px;
2502
- margin-right: 0;
2444
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2445
+ padding: 0 12px 0 0;
2503
2446
  }
2504
2447
 
2505
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
2506
- margin-left: 12px;
2507
- margin-right: 0;
2448
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2449
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2450
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2451
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2452
+ .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2453
+ .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2454
+ padding: 0 8px 0 0;
2508
2455
  }
2509
2456
 
2510
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
2511
- padding-right: 0;
2457
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2458
+ height: 26px;
2459
+ margin: 4px 0 4px 8px;
2460
+ padding: 0 8px;
2512
2461
  }
2513
2462
 
2514
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
2515
- padding-right: 15px;
2463
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2464
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2465
+ margin: 4px 8px 4px 0;
2516
2466
  }
2517
2467
 
2518
- .e-multi-select-list-wrapper .e-selectall-parent {
2519
- cursor: pointer;
2520
- display: block;
2521
- line-height: 36px;
2522
- overflow: hidden;
2523
- text-overflow: ellipsis;
2524
- padding-right: 16px;
2525
- position: relative;
2526
- text-indent: 17px;
2527
- white-space: nowrap;
2528
- width: 100%;
2468
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2469
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2470
+ height: 24px;
2471
+ padding: 0 8px;
2529
2472
  }
2530
2473
 
2531
- .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
2532
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
2533
- padding-left: 16px;
2534
- padding-right: 15px;
2474
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2475
+ padding: 0 8px 0 0;
2535
2476
  }
2536
2477
 
2537
- .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
2538
- color: #fff;
2539
- font-family: inherit;
2540
- font-size: 14px;
2478
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2479
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2480
+ padding: 0 0 0 8px;
2541
2481
  }
2542
2482
 
2543
- .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
2544
- bottom: 1px;
2545
- margin-right: 10px;
2546
- position: relative;
2547
- text-indent: 0;
2548
- vertical-align: middle;
2483
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2484
+ font-size: 13px;
2549
2485
  }
2550
2486
 
2551
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
2552
- margin-left: 12px;
2553
- margin-right: 0;
2487
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2488
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2489
+ font-size: 12px;
2554
2490
  }
2555
2491
 
2556
- .e-multiselect .e-input-group-icon.e-ddl-icon {
2557
- float: right;
2558
- margin-top: 6px;
2492
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2493
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2494
+ -webkit-box-align: normal;
2495
+ -ms-flex-align: normal;
2496
+ align-items: normal;
2559
2497
  }
2560
2498
 
2561
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2562
- float: left;
2499
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2500
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2501
+ font-size: 14px;
2563
2502
  }
2564
2503
 
2565
- .e-multiselect .e-ddl-icon::before {
2566
- -webkit-transform: rotate(0deg);
2567
- transform: rotate(0deg);
2568
- -webkit-transition: -webkit-transform 300ms ease;
2569
- transition: -webkit-transform 300ms ease;
2570
- transition: transform 300ms ease;
2571
- transition: transform 300ms ease, -webkit-transform 300ms ease;
2504
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2505
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2506
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2507
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2508
+ font-size: 13px;
2572
2509
  }
2573
2510
 
2574
- .e-multiselect.e-icon-anim .e-ddl-icon::before {
2575
- -webkit-transform: rotate(180deg);
2576
- transform: rotate(180deg);
2577
- -webkit-transition: -webkit-transform 300ms ease;
2578
- transition: -webkit-transform 300ms ease;
2579
- transition: transform 300ms ease;
2580
- transition: transform 300ms ease, -webkit-transform 300ms ease;
2511
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2512
+ padding: 0 12px 0 8px;
2581
2513
  }
2582
2514
 
2583
- .e-multiselect.e-checkbox .e-multi-select-wrapper,
2584
- .e-multiselect .e-multi-select-wrapper.e-down-icon {
2515
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2585
2516
  padding: 0;
2586
2517
  }
2587
2518
 
2588
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
2589
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
2590
- padding: 8px;
2519
+ .e-filled.e-float-input .e-multi-select-wrapper {
2520
+ padding: 11px 12px 0;
2591
2521
  }
2592
2522
 
2593
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
2594
- padding-left: 8px;
2595
- padding-right: 8px;
2523
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2524
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2525
+ padding: 12px 12px 0 8px;
2596
2526
  }
2597
2527
 
2598
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2599
- padding: 0 8px;
2528
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2529
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2530
+ padding: 0;
2600
2531
  }
2601
2532
 
2602
- .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2603
- line-height: 20px;
2604
- padding-left: 10px;
2533
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2534
+ min-height: 39px;
2535
+ padding-right: 10px;
2605
2536
  }
2606
2537
 
2607
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2608
- .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2609
- opacity: 0.3;
2538
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
2539
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2540
+ min-height: 32px;
2610
2541
  }
2611
2542
 
2612
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2613
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2614
- opacity: 0.7;
2543
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
2544
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
2545
+ height: 22px;
2546
+ min-height: 22px;
2547
+ padding: 2px;
2615
2548
  }
2616
2549
 
2617
- .e-multi-select-wrapper input[readonly=true] {
2618
- pointer-events: none;
2550
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2551
+ height: 39px;
2619
2552
  }
2620
2553
 
2621
- .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2622
- pointer-events: none;
2554
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
2555
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2556
+ height: 32px;
2623
2557
  }
2624
2558
 
2625
- ejs-multiselect {
2626
- display: block;
2559
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
2560
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
2561
+ height: 22px;
2627
2562
  }
2628
2563
 
2629
- .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2630
- .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2631
- line-height: 26px;
2564
+ .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
2565
+ min-height: 28px;
2632
2566
  }
2633
2567
 
2634
- .e-small .e-multi-select-wrapper .e-chips-close {
2635
- height: 14px;
2636
- width: 14px;
2637
- }
2638
-
2639
- .e-small .e-multi-select-wrapper {
2640
- min-height: 24px;
2641
- }
2642
-
2643
- .e-small .e-multi-select-wrapper input[type=text] {
2644
- height: 26px;
2645
- min-height: 26px;
2646
- }
2647
-
2648
- .e-small .e-multi-select-wrapper .e-delim-values {
2649
- font-size: 12px;
2650
- line-height: 26px;
2651
- }
2652
-
2653
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2654
- .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2655
- margin-top: -2.5em;
2656
- }
2657
-
2658
- .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2659
- .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2660
- margin-top: -1.8em;
2661
- }
2662
-
2663
- .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2664
- background-size: 300px 33px;
2665
- min-height: 33px;
2666
- }
2667
-
2668
- .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2669
- color: inherit;
2670
- font-size: inherit;
2671
- min-height: 34px;
2672
- padding: 8px 12px 9px;
2673
- }
2674
-
2675
- .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2676
- padding: 8px 12px 9px;
2677
- }
2678
-
2679
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
2680
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2681
- font-size: inherit;
2682
- min-height: 30px;
2683
- padding: 7px 10px;
2684
- }
2685
-
2686
- .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
2687
- .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2688
- padding: 7px 10px;
2689
- }
2690
-
2691
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2692
- min-height: 30px;
2693
- padding: 3px 38px 1px 0;
2694
- }
2695
-
2696
- .e-multiselect.e-outline .e-multi-select-wrapper {
2697
- min-height: 34px;
2698
- padding: 3px 38px 1px 0;
2699
- }
2700
-
2701
- .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2702
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2703
- padding-right: 0;
2704
- }
2705
-
2706
- .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2707
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2708
- .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2709
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2710
- .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2711
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2712
- .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2713
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2714
- .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2715
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2716
- padding-left: 0;
2717
- }
2718
-
2719
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
2720
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
2721
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
2722
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
2723
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2724
- padding: 3px 0 1px 38px;
2725
- }
2726
-
2727
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2728
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2729
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2730
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2731
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2732
- padding-left: 0;
2733
- }
2734
-
2735
- .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2736
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2737
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2738
- padding-right: 0;
2739
- }
2740
-
2741
- .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2742
- height: 34px;
2743
- }
2744
-
2745
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
2746
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2747
- height: 30px;
2748
- }
2749
-
2750
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2751
- font-size: 14px;
2752
- line-height: 34px;
2753
- padding: 0 0 0 12px;
2754
- }
2755
-
2756
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2757
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2758
- font-size: 13px;
2759
- line-height: 30px;
2760
- padding: 0 0 0 8px;
2761
- }
2762
-
2763
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2764
- padding: 0 12px 0 0;
2765
- }
2766
-
2767
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2768
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2769
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2770
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2771
- .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2772
- .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2773
- padding: 0 8px 0 0;
2774
- }
2775
-
2776
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2777
- height: 26px;
2778
- margin: 4px 0 4px 8px;
2779
- padding: 0 8px;
2780
- }
2781
-
2782
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2783
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2784
- margin: 4px 8px 4px 0;
2785
- }
2786
-
2787
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2788
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2789
- height: 24px;
2790
- padding: 0 8px;
2791
- }
2792
-
2793
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2794
- padding: 0 8px 0 0;
2795
- }
2796
-
2797
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2798
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2799
- padding: 0 0 0 8px;
2800
- }
2801
-
2802
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2803
- font-size: 13px;
2804
- }
2805
-
2806
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2807
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2808
- font-size: 12px;
2809
- }
2810
-
2811
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2812
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2813
- -webkit-box-align: normal;
2814
- -ms-flex-align: normal;
2815
- align-items: normal;
2816
- }
2817
-
2818
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2819
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2820
- font-size: 14px;
2821
- }
2822
-
2823
- .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2824
- .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2825
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2826
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2827
- font-size: 13px;
2828
- }
2829
-
2830
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2831
- padding: 0 12px 0 8px;
2832
- }
2833
-
2834
- .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2835
- padding: 0;
2836
- }
2837
-
2838
- .e-filled.e-float-input .e-multi-select-wrapper {
2839
- padding: 11px 12px 0;
2840
- }
2841
-
2842
- .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2843
- .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2844
- padding: 12px 12px 0 8px;
2845
- }
2846
-
2847
- .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2848
- .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2849
- padding: 0;
2850
- }
2851
-
2852
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2853
- min-height: 39px;
2854
- padding-right: 10px;
2855
- }
2856
-
2857
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
2858
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2859
- min-height: 32px;
2860
- }
2861
-
2862
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
2863
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
2864
- height: 22px;
2865
- min-height: 22px;
2866
- padding: 2px;
2867
- }
2868
-
2869
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2870
- height: 39px;
2871
- }
2872
-
2873
- .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
2874
- .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2875
- height: 32px;
2876
- }
2877
-
2878
- .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
2879
- .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
2880
- height: 22px;
2881
- }
2882
-
2883
- .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
2884
- min-height: 28px;
2885
- }
2886
-
2887
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
2888
- font-size: 13px;
2889
- line-height: 39px;
2568
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
2569
+ font-size: 13px;
2570
+ line-height: 39px;
2890
2571
  }
2891
2572
 
2892
2573
  .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
@@ -3026,348 +2707,347 @@ ejs-multiselect {
3026
2707
  color: rgb(221, 218, 218);
3027
2708
  }
3028
2709
 
3029
- .e-listbox-tool .e-moveup::before {
3030
- content: "\e651";
3031
- }
2710
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2711
+ padding: 1px 0;
2712
+ }
3032
2713
 
3033
- .e-listbox-tool .e-movedown::before {
3034
- content: "\e652";
2714
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
2715
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2716
+ padding: 0;
3035
2717
  }
3036
2718
 
3037
- .e-listbox-tool .e-moveto::before {
3038
- content: "\e653";
2719
+ .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2720
+ .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2721
+ padding: 0;
3039
2722
  }
3040
2723
 
3041
- .e-listbox-tool .e-movefrom::before {
3042
- content: "\e654";
2724
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2725
+ color: #fff;
3043
2726
  }
3044
2727
 
3045
- .e-listbox-tool .e-moveallto::before {
3046
- content: "\e655";
2728
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
2729
+ background-color: #424242;
3047
2730
  }
3048
2731
 
3049
- .e-listbox-tool .e-moveallfrom::before {
3050
- content: "\e656";
2732
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2733
+ background-color: rgba(255, 255, 255, 0.1);
3051
2734
  }
3052
2735
 
3053
- .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3054
- .e-small .e-listbox-container.e-filter-list .e-list-parent {
3055
- height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
2736
+ .e-multiselect {
2737
+ -webkit-box-sizing: border-box;
2738
+ box-sizing: border-box;
3056
2739
  }
3057
2740
 
3058
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3059
- height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
2741
+ /* stylelint-disable property-no-vendor-prefix */
2742
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
2743
+ -webkit-text-fill-color: #fff;
2744
+ color: #fff;
2745
+ font-family: inherit;
2746
+ font-size: 13px;
3060
2747
  }
3061
2748
 
3062
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3063
- height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
2749
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2750
+ color: #fff;
3064
2751
  }
3065
2752
 
3066
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3067
- height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
2753
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2754
+ color: #fff;
3068
2755
  }
3069
2756
 
3070
- .e-listbox-wrapper,
3071
- .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
3072
- .e-listboxtool-container.e-listbox-container .e-ul {
3073
- border: 1px solid #616161;
2757
+ .e-multi-select-wrapper .e-chips {
2758
+ background-color: #424242;
2759
+ border-radius: 16px;
2760
+ height: 24px;
3074
2761
  }
3075
2762
 
3076
- .e-listbox-wrapper,
3077
- .e-listbox-container,
3078
- .e-listboxtool-wrapper {
3079
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
3080
- font-size: 15px;
2763
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
2764
+ background-color: rgba(255, 255, 255, 0.1);
3081
2765
  }
3082
- .e-listbox-wrapper .e-list-header,
3083
- .e-listbox-container .e-list-header,
3084
- .e-listboxtool-wrapper .e-list-header {
3085
- background-color: #424242;
3086
- border-color: rgba(0, 0, 0, 0.12);
2766
+
2767
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
2768
+ color: #fff;
2769
+ }
2770
+
2771
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
2772
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
3087
2773
  color: rgba(255, 255, 255, 0.7);
3088
- font-size: 20px;
2774
+ font-size: 16px;
3089
2775
  }
3090
2776
 
3091
- .e-listbox-wrapper.e-filter-list .e-list-parent,
3092
- .e-listbox-container.e-filter-list .e-list-parent,
3093
- .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3094
- height: calc(100% - 48px);
2777
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2778
+ background-color: #3f51b5;
2779
+ border-radius: 2px;
2780
+ color: #fff;
2781
+ height: 40px;
2782
+ line-height: 40px;
3095
2783
  }
3096
2784
 
3097
- .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3098
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3099
- .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3100
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2785
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2786
+ color: #fff;
3101
2787
  }
3102
2788
 
3103
- .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3104
- .e-listbox-container .e-selectall-parent + .e-list-parent,
3105
- .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3106
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2789
+ .e-multi-select-wrapper .e-chips.e-mob-chip {
2790
+ height: 28px;
3107
2791
  }
3108
2792
 
3109
- .e-listbox-wrapper .e-list-item,
3110
- .e-listbox-container .e-list-item,
3111
- .e-listboxtool-wrapper .e-list-item {
3112
- background-color: #303030;
3113
- border-bottom: 0 solid transparent;
3114
- border-left: 0 solid transparent;
3115
- border-right: 0 solid transparent;
3116
- border-top: 0 solid transparent;
2793
+ .e-popup.e-multi-select-list-wrapper {
2794
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2795
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2796
+ -webkit-box-sizing: content-box;
2797
+ box-sizing: content-box;
2798
+ overflow: initial;
2799
+ }
2800
+
2801
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
2802
+ border-bottom: 1px solid transparent;
2803
+ border-left: 1px solid #424242;
2804
+ border-right: 1px solid #424242;
2805
+ border-top: 1px solid #fff;
2806
+ }
2807
+
2808
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
2809
+ background-color: transparent;
2810
+ border-color: transparent;
3117
2811
  color: #fff;
3118
2812
  }
3119
2813
 
3120
- .e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3121
- .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
3122
- .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3123
- .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
3124
- .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
3125
- background-color: #424242;
2814
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
2815
+ background-color: transparent;
3126
2816
  border-color: transparent;
3127
2817
  color: #fff;
3128
2818
  }
3129
2819
 
3130
- .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
3131
- .e-listbox-container .e-list-item.e-selected.e-checklist,
3132
- .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
3133
- background-color: #303030;
2820
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
3134
2821
  color: #fff;
3135
2822
  }
3136
2823
 
3137
- .e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
3138
- .e-listbox-container .e-list-item.e-focused,
3139
- .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
3140
- .e-listbox-container .e-list-item.e-selected,
3141
- .e-listboxtool-wrapper .e-list-item.e-focused,
3142
- .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
3143
- .e-listboxtool-wrapper .e-list-item.e-selected {
3144
- background-color: #616161;
2824
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
3145
2825
  color: #fff;
3146
2826
  }
3147
2827
 
3148
- .e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3149
- .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3150
- .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3151
- .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3152
- .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
3153
- background-color: #00b0ff;
3154
- border-color: transparent;
3155
- color: #000;
2828
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
2829
+ background-color: rgba(255, 255, 255, 0.1);
3156
2830
  }
3157
2831
 
3158
- .e-listbox-wrapper .e-list-group-item,
3159
- .e-listbox-container .e-list-group-item,
3160
- .e-listboxtool-wrapper .e-list-group-item {
3161
- background-color: #424242;
3162
- border-color: rgba(0, 0, 0, 0.12);
3163
- color: rgba(255, 255, 255, 0.7);
3164
- font-size: 15px;
2832
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
2833
+ background-color: rgba(255, 255, 255, 0.1);
3165
2834
  }
3166
2835
 
3167
- .e-listbox-wrapper .e-selectall-parent,
3168
- .e-listbox-container .e-selectall-parent,
3169
- .e-listboxtool-wrapper .e-selectall-parent {
3170
- background-color: #303030;
3171
- border-bottom: 1px solid rgba(255, 255, 255, 0.12);
3172
- color: #fff;
2836
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
2837
+ border-bottom: 1px solid transparent;
2838
+ border-top: 1px solid transparent;
3173
2839
  }
3174
2840
 
3175
- .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
3176
- .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
3177
- .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
3178
- background-color: transparent;
2841
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
2842
+ border-bottom: 1px solid transparent;
3179
2843
  }
3180
2844
 
3181
- .e-listbox-wrapper.e-list-template .e-list-wrapper,
3182
- .e-listbox-container.e-list-template .e-list-wrapper,
3183
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
3184
- height: inherit;
3185
- position: relative;
2845
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
2846
+ border-top: 1px solid transparent;
3186
2847
  }
3187
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3188
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3189
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
3190
- padding: 0.2667em 1.0666em;
2848
+
2849
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
2850
+ background-color: #424242;
2851
+ -webkit-box-shadow: none;
2852
+ box-shadow: none;
2853
+ color: #00b0ff;
2854
+ border: 1px solid transparent;
3191
2855
  }
3192
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
3193
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
3194
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
3195
- padding: 1.0666em;
2856
+
2857
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
2858
+ background-color: #424242;
2859
+ -webkit-box-shadow: none;
2860
+ box-shadow: none;
2861
+ color: #00b0ff;
2862
+ border: 1px solid transparent;
3196
2863
  }
3197
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3198
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3199
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
3200
- color: rgba(0, 0, 0, 0.87);
3201
- display: block;
3202
- font-size: 15px;
3203
- font-weight: 500;
3204
- margin: 0;
3205
- overflow: hidden;
3206
- padding: 0.115em 0;
3207
- text-overflow: ellipsis;
3208
- white-space: nowrap;
2864
+
2865
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
2866
+ border: 1px solid transparent;
3209
2867
  }
3210
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3211
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3212
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
3213
- color: rgba(0, 0, 0, 0.54);
3214
- display: block;
3215
- font-size: 13px;
3216
- margin: 0;
3217
- padding: 0.115em 0;
3218
- word-wrap: break-word;
2868
+
2869
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
2870
+ border: 1px solid transparent;
3219
2871
  }
3220
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3221
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3222
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
3223
- overflow: hidden;
3224
- text-overflow: ellipsis;
3225
- white-space: nowrap;
2872
+
2873
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2874
+ color: rgba(255, 255, 255, 0.42);
3226
2875
  }
3227
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3228
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3229
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3230
- height: 2.6667em;
3231
- left: 1.0667em;
3232
- position: absolute;
3233
- width: 2.6667em;
3234
- left: 1.0667em;
2876
+
2877
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2878
+ color: rgba(255, 255, 255, 0.42);
3235
2879
  }
3236
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3237
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3238
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3239
- padding-left: 4.8em;
3240
- padding-right: 1.0666em;
2880
+
2881
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2882
+ color: rgba(255, 255, 255, 0.42);
3241
2883
  }
3242
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3243
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3244
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3245
- padding-left: 1.0666em;
3246
- padding-right: 4.8em;
2884
+
2885
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2886
+ color: rgba(255, 255, 255, 0.42);
3247
2887
  }
3248
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3249
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3250
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3251
- height: 2.6667em;
3252
- left: 1.0667em;
3253
- position: absolute;
3254
- width: 2.6667em;
3255
- right: 1.0667em;
2888
+
2889
+ .e-ul.e-reorder {
2890
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
3256
2891
  }
3257
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3258
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3259
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3260
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3261
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3262
- top: 1.0666em;
2892
+
2893
+ .e-multi-select-list-wrapper .e-selectall-parent {
2894
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
3263
2895
  }
3264
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3265
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3266
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
2896
+
2897
+ .e-multi-select-wrapper .e-delim-values {
2898
+ -webkit-text-fill-color: #fff;
2899
+ color: #fff;
2900
+ }
2901
+
2902
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2903
+ color: #fff;
2904
+ }
2905
+
2906
+ .e-small .e-multi-select-wrapper .e-chips {
2907
+ height: 20px;
2908
+ }
2909
+
2910
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
3267
2911
  font-size: 12px;
3268
- height: 1.6666em;
3269
- line-height: 1.8666em;
3270
- padding: 0;
3271
- position: absolute;
3272
- right: 1.33em;
3273
- top: 50%;
3274
- -webkit-transform: translateY(-50%);
3275
- transform: translateY(-50%);
3276
- width: 2.5em;
3277
2912
  }
3278
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3279
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3280
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3281
- padding-left: 4.8em;
3282
- padding-right: 4.1333em;
2913
+
2914
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
2915
+ font-size: 14px;
3283
2916
  }
3284
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3285
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3286
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3287
- padding-left: 1.0666em;
3288
- padding-right: 4.1333em;
2917
+
2918
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
2919
+ left: 6px;
3289
2920
  }
3290
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3291
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3292
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
3293
- display: block;
3294
- margin: 0;
3295
- overflow: hidden;
3296
- padding: 0.72em 0;
3297
- text-overflow: ellipsis;
3298
- white-space: nowrap;
2921
+
2922
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2923
+ background-color: #424242;
3299
2924
  }
3300
- .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3301
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3302
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3303
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3304
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
2925
+
2926
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
2927
+ background-color: #424242;
2928
+ }
2929
+
2930
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
2931
+ background-color: #616161;
2932
+ }
2933
+
2934
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
2935
+ background-color: #616161;
2936
+ }
2937
+
2938
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
2939
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
2940
+ background-color: rgb(198.5, 198.5, 198.5);
2941
+ }
2942
+
2943
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
2944
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2945
+ background-color: rgb(198.5, 198.5, 198.5);
2946
+ }
2947
+
2948
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
2949
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
3305
2950
  color: #fff;
3306
2951
  }
3307
- .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
3308
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
3309
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
3310
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
3311
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
2952
+
2953
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
2954
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
3312
2955
  color: #fff;
3313
2956
  }
3314
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3315
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3316
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3317
- left: inherit;
3318
- right: 1.0667em;
2957
+
2958
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2959
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2960
+ color: #fff;
3319
2961
  }
3320
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3321
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3322
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3323
- padding-left: 1.0666em;
3324
- padding-right: 4.8em;
2962
+
2963
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
2964
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
2965
+ color: rgba(255, 255, 255, 0.87);
3325
2966
  }
3326
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3327
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3328
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3329
- padding-left: 4.8em;
3330
- padding-right: 1.0666em;
2967
+
2968
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
2969
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2970
+ color: rgba(255, 255, 255, 0.7);
3331
2971
  }
3332
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3333
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3334
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3335
- left: 1.0667em;
3336
- right: inherit;
2972
+
2973
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
2974
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2975
+ color: #fff;
3337
2976
  }
3338
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3339
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3340
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3341
- left: 1.33em;
3342
- right: inherit;
2977
+
2978
+ .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
2979
+ .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
2980
+ color: rgba(255, 255, 255, 0.87);
3343
2981
  }
3344
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3345
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3346
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3347
- padding-left: 4.1333em;
3348
- padding-right: 4.8em;
2982
+
2983
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2984
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
2985
+ color: rgba(0, 0, 0, 0.6);
3349
2986
  }
3350
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3351
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3352
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3353
- padding-left: 4.1333em;
3354
- padding-right: 1.0666em;
2987
+
2988
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
2989
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
2990
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
2991
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
2992
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2993
+ color: rgba(0, 0, 0, 0.38);
3355
2994
  }
3356
2995
 
3357
- .e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
3358
- height: 100%;
2996
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2997
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
2998
+ color: rgba(255, 255, 255, 0.3);
3359
2999
  }
3360
3000
 
3361
- .e-listbox-container.e-filter-list .e-list-wrap {
3362
- height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
3001
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
3002
+ background-color: #f5f5f5;
3363
3003
  }
3364
3004
 
3365
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3366
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3005
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
3006
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
3007
+ background-color: #3f51b5;
3008
+ border-radius: 4px;
3009
+ -webkit-box-sizing: border-box;
3010
+ box-sizing: border-box;
3011
+ color: #fff;
3012
+ height: 40px;
3013
+ line-height: 40px;
3014
+ margin-left: 0;
3015
+ margin-right: 0;
3016
+ width: 100%;
3367
3017
  }
3368
3018
 
3369
- .e-listbox-container .e-selectall-parent + .e-list-wrap {
3370
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3019
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
3020
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
3021
+ width: 33px;
3022
+ }
3023
+
3024
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
3025
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
3026
+ color: #fff;
3027
+ }
3028
+
3029
+ .e-listbox-tool .e-moveup::before {
3030
+ content: "\e651";
3031
+ }
3032
+
3033
+ .e-listbox-tool .e-movedown::before {
3034
+ content: "\e652";
3035
+ }
3036
+
3037
+ .e-listbox-tool .e-moveto::before {
3038
+ content: "\e653";
3039
+ }
3040
+
3041
+ .e-listbox-tool .e-movefrom::before {
3042
+ content: "\e654";
3043
+ }
3044
+
3045
+ .e-listbox-tool .e-moveallto::before {
3046
+ content: "\e655";
3047
+ }
3048
+
3049
+ .e-listbox-tool .e-moveallfrom::before {
3050
+ content: "\e656";
3371
3051
  }
3372
3052
 
3373
3053
  /* stylelint-disable property-no-vendor-prefix */
@@ -3821,4 +3501,324 @@ ejs-listbox {
3821
3501
  width: auto;
3822
3502
  height: auto;
3823
3503
  padding-bottom: 2px;
3504
+ }
3505
+
3506
+ .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3507
+ .e-small .e-listbox-container.e-filter-list .e-list-parent {
3508
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3509
+ }
3510
+
3511
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3512
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3513
+ }
3514
+
3515
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3516
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3517
+ }
3518
+
3519
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3520
+ height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
3521
+ }
3522
+
3523
+ .e-listbox-wrapper,
3524
+ .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
3525
+ .e-listboxtool-container.e-listbox-container .e-ul {
3526
+ border: 1px solid #616161;
3527
+ }
3528
+
3529
+ .e-listbox-wrapper,
3530
+ .e-listbox-container,
3531
+ .e-listboxtool-wrapper {
3532
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
3533
+ font-size: 15px;
3534
+ }
3535
+ .e-listbox-wrapper .e-list-header,
3536
+ .e-listbox-container .e-list-header,
3537
+ .e-listboxtool-wrapper .e-list-header {
3538
+ background-color: #424242;
3539
+ border-color: rgba(0, 0, 0, 0.12);
3540
+ color: rgba(255, 255, 255, 0.7);
3541
+ font-size: 20px;
3542
+ }
3543
+
3544
+ .e-listbox-wrapper.e-filter-list .e-list-parent,
3545
+ .e-listbox-container.e-filter-list .e-list-parent,
3546
+ .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3547
+ height: calc(100% - 48px);
3548
+ }
3549
+
3550
+ .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3551
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3552
+ .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3553
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3554
+ }
3555
+
3556
+ .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3557
+ .e-listbox-container .e-selectall-parent + .e-list-parent,
3558
+ .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3559
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3560
+ }
3561
+
3562
+ .e-listbox-wrapper .e-list-item,
3563
+ .e-listbox-container .e-list-item,
3564
+ .e-listboxtool-wrapper .e-list-item {
3565
+ background-color: #303030;
3566
+ border-bottom: 0 solid transparent;
3567
+ border-left: 0 solid transparent;
3568
+ border-right: 0 solid transparent;
3569
+ border-top: 0 solid transparent;
3570
+ color: #fff;
3571
+ }
3572
+
3573
+ .e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3574
+ .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
3575
+ .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3576
+ .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
3577
+ .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
3578
+ background-color: #424242;
3579
+ border-color: transparent;
3580
+ color: #fff;
3581
+ }
3582
+
3583
+ .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
3584
+ .e-listbox-container .e-list-item.e-selected.e-checklist,
3585
+ .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
3586
+ background-color: #303030;
3587
+ color: #fff;
3588
+ }
3589
+
3590
+ .e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
3591
+ .e-listbox-container .e-list-item.e-focused,
3592
+ .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
3593
+ .e-listbox-container .e-list-item.e-selected,
3594
+ .e-listboxtool-wrapper .e-list-item.e-focused,
3595
+ .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
3596
+ .e-listboxtool-wrapper .e-list-item.e-selected {
3597
+ background-color: #616161;
3598
+ color: #fff;
3599
+ }
3600
+
3601
+ .e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3602
+ .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3603
+ .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3604
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3605
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
3606
+ background-color: #00b0ff;
3607
+ border-color: transparent;
3608
+ color: #000;
3609
+ }
3610
+
3611
+ .e-listbox-wrapper .e-list-group-item,
3612
+ .e-listbox-container .e-list-group-item,
3613
+ .e-listboxtool-wrapper .e-list-group-item {
3614
+ background-color: #424242;
3615
+ border-color: rgba(0, 0, 0, 0.12);
3616
+ color: rgba(255, 255, 255, 0.7);
3617
+ font-size: 15px;
3618
+ }
3619
+
3620
+ .e-listbox-wrapper .e-selectall-parent,
3621
+ .e-listbox-container .e-selectall-parent,
3622
+ .e-listboxtool-wrapper .e-selectall-parent {
3623
+ background-color: #303030;
3624
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
3625
+ color: #fff;
3626
+ }
3627
+
3628
+ .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
3629
+ .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
3630
+ .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
3631
+ background-color: transparent;
3632
+ }
3633
+
3634
+ .e-listbox-wrapper.e-list-template .e-list-wrapper,
3635
+ .e-listbox-container.e-list-template .e-list-wrapper,
3636
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
3637
+ height: inherit;
3638
+ position: relative;
3639
+ }
3640
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3641
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3642
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
3643
+ padding: 0.2667em 1.0666em;
3644
+ }
3645
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
3646
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
3647
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
3648
+ padding: 1.0666em;
3649
+ }
3650
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3651
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3652
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
3653
+ color: rgba(0, 0, 0, 0.87);
3654
+ display: block;
3655
+ font-size: 15px;
3656
+ font-weight: 500;
3657
+ margin: 0;
3658
+ overflow: hidden;
3659
+ padding: 0.115em 0;
3660
+ text-overflow: ellipsis;
3661
+ white-space: nowrap;
3662
+ }
3663
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3664
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3665
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
3666
+ color: rgba(0, 0, 0, 0.54);
3667
+ display: block;
3668
+ font-size: 13px;
3669
+ margin: 0;
3670
+ padding: 0.115em 0;
3671
+ word-wrap: break-word;
3672
+ }
3673
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3674
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3675
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
3676
+ overflow: hidden;
3677
+ text-overflow: ellipsis;
3678
+ white-space: nowrap;
3679
+ }
3680
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3681
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3682
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3683
+ height: 2.6667em;
3684
+ left: 1.0667em;
3685
+ position: absolute;
3686
+ width: 2.6667em;
3687
+ left: 1.0667em;
3688
+ }
3689
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3690
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3691
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3692
+ padding-left: 4.8em;
3693
+ padding-right: 1.0666em;
3694
+ }
3695
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3696
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3697
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3698
+ padding-left: 1.0666em;
3699
+ padding-right: 4.8em;
3700
+ }
3701
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3702
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3703
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3704
+ height: 2.6667em;
3705
+ left: 1.0667em;
3706
+ position: absolute;
3707
+ width: 2.6667em;
3708
+ right: 1.0667em;
3709
+ }
3710
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3711
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3712
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3713
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3714
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3715
+ top: 1.0666em;
3716
+ }
3717
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3718
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3719
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3720
+ font-size: 12px;
3721
+ height: 1.6666em;
3722
+ line-height: 1.8666em;
3723
+ padding: 0;
3724
+ position: absolute;
3725
+ right: 1.33em;
3726
+ top: 50%;
3727
+ -webkit-transform: translateY(-50%);
3728
+ transform: translateY(-50%);
3729
+ width: 2.5em;
3730
+ }
3731
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3732
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3733
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3734
+ padding-left: 4.8em;
3735
+ padding-right: 4.1333em;
3736
+ }
3737
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3738
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3739
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3740
+ padding-left: 1.0666em;
3741
+ padding-right: 4.1333em;
3742
+ }
3743
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3744
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3745
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
3746
+ display: block;
3747
+ margin: 0;
3748
+ overflow: hidden;
3749
+ padding: 0.72em 0;
3750
+ text-overflow: ellipsis;
3751
+ white-space: nowrap;
3752
+ }
3753
+ .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3754
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3755
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3756
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3757
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
3758
+ color: #fff;
3759
+ }
3760
+ .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
3761
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
3762
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
3763
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
3764
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
3765
+ color: #fff;
3766
+ }
3767
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3768
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3769
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3770
+ left: inherit;
3771
+ right: 1.0667em;
3772
+ }
3773
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3774
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3775
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3776
+ padding-left: 1.0666em;
3777
+ padding-right: 4.8em;
3778
+ }
3779
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3780
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3781
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3782
+ padding-left: 4.8em;
3783
+ padding-right: 1.0666em;
3784
+ }
3785
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3786
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3787
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3788
+ left: 1.0667em;
3789
+ right: inherit;
3790
+ }
3791
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3792
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3793
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3794
+ left: 1.33em;
3795
+ right: inherit;
3796
+ }
3797
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3798
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3799
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3800
+ padding-left: 4.1333em;
3801
+ padding-right: 4.8em;
3802
+ }
3803
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3804
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3805
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3806
+ padding-left: 4.1333em;
3807
+ padding-right: 1.0666em;
3808
+ }
3809
+
3810
+ .e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
3811
+ height: 100%;
3812
+ }
3813
+
3814
+ .e-listbox-container.e-filter-list .e-list-wrap {
3815
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
3816
+ }
3817
+
3818
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3819
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3820
+ }
3821
+
3822
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3823
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3824
3824
  }