@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: #000;
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: #fff;
70
+ border: 0;
71
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
72
+ box-shadow: 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: #eee;
90
+ border-radius: 2px;
91
+ border: none;
92
+ color: #e3165b;
93
+ cursor: default;
94
+ }
95
+
96
+ .e-mention.e-editable-element {
97
+ border: 2px solid #e0e0e0;
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,232 +319,102 @@
189
319
  background-color: #eee;
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
+ @-webkit-keyframes slideTopUp {
338
+ from {
339
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
340
+ transform: translate3d(0, 0, 0) scale(1);
341
+ }
342
+ to {
343
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
344
+ transform: translate3d(0, 0, 0) scale(1);
345
+ }
206
346
  }
207
- .e-dropdownbase .e-list-parent {
208
- margin: 0;
209
- padding: 0;
347
+ @keyframes slideTopUp {
348
+ from {
349
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
350
+ transform: translate3d(0, 0, 0) scale(1);
351
+ }
352
+ to {
353
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
354
+ transform: translate3d(0, 0, 0) scale(1);
355
+ }
210
356
  }
211
-
212
- .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
213
- cursor: default;
357
+ /* stylelint-disable property-no-vendor-prefix */
358
+ @-webkit-keyframes material-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
+ }
214
367
  }
215
-
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%;
368
+ @keyframes material-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
+ }
224
377
  }
225
-
226
- .e-dropdownbase .e-list-item .e-list-icon {
227
- font-size: 16px;
228
- vertical-align: middle;
378
+ @-webkit-keyframes fabric-spinner-rotate {
379
+ 0% {
380
+ -webkit-transform: rotate(0deg);
381
+ transform: rotate(0deg);
382
+ }
383
+ 100% {
384
+ -webkit-transform: rotate(360deg);
385
+ transform: rotate(360deg);
386
+ }
387
+ }
388
+ @keyframes fabric-spinner-rotate {
389
+ 0% {
390
+ -webkit-transform: rotate(0deg);
391
+ transform: rotate(0deg);
392
+ }
393
+ 100% {
394
+ -webkit-transform: rotate(360deg);
395
+ transform: rotate(360deg);
396
+ }
397
+ }
398
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
399
+ -webkit-transform: rotate(0deg);
400
+ transform: rotate(0deg);
401
+ -webkit-transition: -webkit-transform 300ms ease;
402
+ transition: -webkit-transform 300ms ease;
403
+ transition: transform 300ms ease;
404
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
229
405
  }
230
406
 
231
- .e-dropdownbase .e-fixed-head {
232
- position: absolute;
233
- top: 0;
407
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
408
+ -webkit-transform: rotate(180deg);
409
+ transform: rotate(180deg);
410
+ -webkit-transition: -webkit-transform 300ms ease;
411
+ transition: -webkit-transform 300ms ease;
412
+ transition: transform 300ms ease;
413
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
234
414
  }
235
415
 
236
- .e-dropdownbase.e-content {
237
- overflow: auto;
238
- position: relative;
239
- }
240
-
241
- .e-popup.e-ddl .e-dropdownbase.e-nodata,
242
- .e-popup.e-mention .e-dropdownbase.e-nodata {
243
- color: #000;
244
- cursor: default;
245
- font-family: inherit;
246
- font-size: 14px;
247
- padding: 14px 16px;
248
- text-align: center;
249
- }
250
-
251
- .e-mention.e-popup {
252
- background: #fff;
253
- border: 0;
254
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
255
- box-shadow: 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: #eee;
273
- border-radius: 2px;
274
- border: none;
275
- color: #e3165b;
276
- cursor: default;
277
- }
278
-
279
- .e-mention.e-editable-element {
280
- border: 2px solid #e0e0e0;
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
- @-webkit-keyframes slideTopUp {
338
- from {
339
- -webkit-transform: translate3d(0, 0, 0) scale(1);
340
- transform: translate3d(0, 0, 0) scale(1);
341
- }
342
- to {
343
- -webkit-transform: translate3d(0, 0, 0) scale(1);
344
- transform: translate3d(0, 0, 0) scale(1);
345
- }
346
- }
347
- @keyframes slideTopUp {
348
- from {
349
- -webkit-transform: translate3d(0, 0, 0) scale(1);
350
- transform: translate3d(0, 0, 0) scale(1);
351
- }
352
- to {
353
- -webkit-transform: translate3d(0, 0, 0) scale(1);
354
- transform: translate3d(0, 0, 0) scale(1);
355
- }
356
- }
357
- /* stylelint-disable property-no-vendor-prefix */
358
- @-webkit-keyframes material-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 material-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
- @-webkit-keyframes fabric-spinner-rotate {
379
- 0% {
380
- -webkit-transform: rotate(0deg);
381
- transform: rotate(0deg);
382
- }
383
- 100% {
384
- -webkit-transform: rotate(360deg);
385
- transform: rotate(360deg);
386
- }
387
- }
388
- @keyframes fabric-spinner-rotate {
389
- 0% {
390
- -webkit-transform: rotate(0deg);
391
- transform: rotate(0deg);
392
- }
393
- 100% {
394
- -webkit-transform: rotate(360deg);
395
- transform: rotate(360deg);
396
- }
397
- }
398
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
399
- -webkit-transform: rotate(0deg);
400
- transform: rotate(0deg);
401
- -webkit-transition: -webkit-transform 300ms ease;
402
- transition: -webkit-transform 300ms ease;
403
- transition: transform 300ms ease;
404
- transition: transform 300ms ease, -webkit-transform 300ms ease;
405
- }
406
-
407
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
408
- -webkit-transform: rotate(180deg);
409
- transform: rotate(180deg);
410
- -webkit-transition: -webkit-transform 300ms ease;
411
- transition: -webkit-transform 300ms ease;
412
- transition: transform 300ms ease;
413
- transition: transform 300ms ease, -webkit-transform 300ms ease;
414
- }
415
-
416
- .e-dropdownbase .e-list-item.e-active.e-hover {
417
- color: #e3165b;
416
+ .e-dropdownbase .e-list-item.e-active.e-hover {
417
+ color: #e3165b;
418
418
  }
419
419
 
420
420
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -586,156 +586,56 @@
586
586
  padding: 4px 8px;
587
587
  }
588
588
 
589
- .e-popup {
590
- border-color: #e0e0e0;
589
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
590
+ width: 100%;
591
+ border: 0 solid;
591
592
  }
592
593
 
593
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
594
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
595
- color: #e3165b;
594
+ .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
595
+ display: block;
596
+ visibility: hidden;
596
597
  }
597
598
 
598
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
599
- border-color: transparent;
599
+ .e-popup-full-page {
600
+ bottom: 0;
601
+ left: 0;
602
+ margin: 0;
603
+ overflow: hidden;
604
+ padding: 0;
605
+ right: 0;
606
+ top: 0;
600
607
  }
601
-
602
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
603
- -webkit-transform: rotate(0deg);
604
- transform: rotate(0deg);
605
- -webkit-transition: -webkit-transform 300ms ease;
606
- transition: -webkit-transform 300ms ease;
607
- transition: transform 300ms ease;
608
- transition: transform 300ms ease, -webkit-transform 300ms ease;
608
+ .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
609
+ margin: 0;
609
610
  }
610
611
 
611
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
612
- -webkit-transform: rotate(180deg);
613
- transform: rotate(180deg);
614
- -webkit-transition: -webkit-transform 300ms ease;
615
- transition: -webkit-transform 300ms ease;
616
- transition: transform 300ms ease;
617
- transition: transform 300ms ease, -webkit-transform 300ms ease;
612
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon {
613
+ position: relative;
618
614
  }
619
615
 
620
- .e-dropdownbase .e-list-item.e-active.e-hover {
621
- color: #e3165b;
616
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
617
+ content: "";
622
618
  }
623
619
 
624
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
625
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
626
- .e-input-group:not(.e-disabled) .e-back-icon:active,
627
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
628
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
629
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
630
- background: transparent;
620
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
621
+ position: relative;
631
622
  }
632
623
 
633
- .e-input-group .e-ddl-icon:not(:active)::after {
634
- -webkit-animation: none;
635
- animation: none;
624
+ .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
625
+ content: "";
636
626
  }
637
627
 
638
- .e-ddl.e-popup {
639
- border: 0;
640
- -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
641
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
642
- margin-top: 2px;
628
+ .e-ddl-device-filter .e-filter-parent {
629
+ background-color: #f5f5f5;
643
630
  }
644
631
 
645
- .e-popup.e-ddl .e-dropdownbase {
646
- min-height: 26px;
647
- }
648
-
649
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
650
- margin: 6px 6px 5px;
651
- min-height: 12px;
652
- min-width: 12px;
653
- padding: 6px;
654
- }
655
-
656
- .e-input-group.e-ddl,
657
- .e-input-group.e-ddl .e-input,
658
- .e-input-group.e-ddl .e-ddl-icon {
659
- background: transparent;
660
- }
661
-
662
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
663
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
664
- border-bottom-width: 0;
665
- }
666
-
667
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
668
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
669
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
670
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
671
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
672
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
673
- margin: 0;
674
- }
675
-
676
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
677
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
678
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
679
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
680
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
681
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
682
- padding: 5px 5px 5px 12px;
683
- }
684
-
685
- .e-ddl.e-popup.e-outline .e-filter-parent {
686
- padding: 4px 8px;
687
- }
688
-
689
- .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
690
- width: 100%;
691
- border: 0 solid;
692
- }
693
-
694
- .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
695
- display: block;
696
- visibility: hidden;
697
- }
698
-
699
- .e-popup-full-page {
700
- bottom: 0;
701
- left: 0;
702
- margin: 0;
703
- overflow: hidden;
704
- padding: 0;
705
- right: 0;
706
- top: 0;
707
- }
708
- .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
709
- margin: 0;
710
- }
711
-
712
- .e-ddl.e-control-wrapper .e-ddl-disable-icon {
713
- position: relative;
714
- }
715
-
716
- .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
717
- content: "";
718
- }
719
-
720
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
721
- position: relative;
722
- }
723
-
724
- .e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
725
- content: "";
726
- }
727
-
728
- .e-ddl-device-filter .e-filter-parent {
729
- background-color: #f5f5f5;
730
- }
731
-
732
- /* stylelint-disable property-no-vendor-prefix */
733
- .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
734
- display: none;
735
- pointer-events: none;
736
- position: absolute;
737
- right: 0;
738
- visibility: hidden;
632
+ /* stylelint-disable property-no-vendor-prefix */
633
+ .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
634
+ display: none;
635
+ pointer-events: none;
636
+ position: absolute;
637
+ right: 0;
638
+ visibility: hidden;
739
639
  }
740
640
 
741
641
  /* stylelint-enable property-no-vendor-prefix */
@@ -914,47 +814,114 @@ ejs-dropdownlist {
914
814
  width: 15px;
915
815
  }
916
816
 
917
- /*! TreeView's material theme wise override definitions and variables */
918
- /* stylelint-disable */
919
- /* stylelint-disable */
920
- .e-ddt .e-ddt-icon::before {
921
- content: "\e969";
817
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
818
+ -webkit-transform: rotate(0deg);
819
+ transform: rotate(0deg);
820
+ -webkit-transition: -webkit-transform 300ms ease;
821
+ transition: -webkit-transform 300ms ease;
822
+ transition: transform 300ms ease;
823
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
922
824
  }
923
- .e-ddt .e-chips-close::before {
924
- content: "\e7e9";
825
+
826
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
827
+ -webkit-transform: rotate(180deg);
828
+ transform: rotate(180deg);
829
+ -webkit-transition: -webkit-transform 300ms ease;
830
+ transition: -webkit-transform 300ms ease;
831
+ transition: transform 300ms ease;
832
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
925
833
  }
926
834
 
927
- /* stylelint-disable */
928
- .e-ddt .e-chips {
929
- background-color: #eee;
835
+ .e-dropdownbase .e-list-item.e-active.e-hover {
836
+ color: #e3165b;
930
837
  }
931
- .e-ddt .e-chips .e-chips-close::before {
932
- color: rgba(0, 0, 0, 0.54);
838
+
839
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
840
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
841
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
842
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
843
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
844
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
845
+ background: transparent;
933
846
  }
934
- .e-ddt .e-chips > .e-chipcontent {
935
- color: rgba(0, 0, 0, 0.87);
847
+
848
+ .e-input-group .e-ddl-icon:not(:active)::after {
849
+ -webkit-animation: none;
850
+ animation: none;
936
851
  }
937
- .e-ddt.e-filled .e-chips {
938
- background-color: rgb(206.15, 206.15, 206.15);
852
+
853
+ .e-ddl.e-popup {
854
+ border: 0;
855
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
856
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
857
+ margin-top: 2px;
939
858
  }
940
- .e-ddt .e-overflow .e-remain {
941
- color: rgba(0, 0, 0, 0.54);
859
+
860
+ .e-popup.e-ddl .e-dropdownbase {
861
+ min-height: 26px;
942
862
  }
943
- .e-ddt.e-popup {
944
- background: #fff;
945
- border-color: transparent;
863
+
864
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
865
+ margin: 6px 6px 5px;
866
+ min-height: 12px;
867
+ min-width: 12px;
868
+ padding: 6px;
946
869
  }
947
- .e-ddt.e-popup .e-popup-content.e-no-data {
948
- color: #000;
870
+
871
+ .e-input-group.e-ddl,
872
+ .e-input-group.e-ddl .e-input,
873
+ .e-input-group.e-ddl .e-ddl-icon {
874
+ background: transparent;
949
875
  }
950
- .e-ddt.e-popup .e-selectall-parent {
951
- border-bottom-color: rgba(0, 0, 0, 0.12);
876
+
877
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
878
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
879
+ border-bottom-width: 0;
952
880
  }
953
- .e-ddt.e-popup .e-selectall-parent:focus {
954
- background: #f5f5f5;
881
+
882
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
883
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
884
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
885
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
886
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
887
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
888
+ margin: 0;
955
889
  }
956
- .e-ddt.e-popup .e-selectall-parent .e-all-text {
957
- color: rgba(0, 0, 0, 0.87);
890
+
891
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
892
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
893
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
894
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
895
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
896
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
897
+ padding: 5px 5px 5px 12px;
898
+ }
899
+
900
+ .e-ddl.e-popup.e-outline .e-filter-parent {
901
+ padding: 4px 8px;
902
+ }
903
+
904
+ .e-popup {
905
+ border-color: #e0e0e0;
906
+ }
907
+
908
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
909
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
910
+ color: #e3165b;
911
+ }
912
+
913
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
914
+ border-color: transparent;
915
+ }
916
+
917
+ /*! TreeView's material theme wise override definitions and variables */
918
+ /* stylelint-disable */
919
+ /* stylelint-disable */
920
+ .e-ddt .e-ddt-icon::before {
921
+ content: "\e969";
922
+ }
923
+ .e-ddt .e-chips-close::before {
924
+ content: "\e7e9";
958
925
  }
959
926
 
960
927
  /* stylelint-disable */
@@ -1407,6 +1374,39 @@ ejs-dropdownlist {
1407
1374
  display: none;
1408
1375
  }
1409
1376
 
1377
+ /* stylelint-disable */
1378
+ .e-ddt .e-chips {
1379
+ background-color: #eee;
1380
+ }
1381
+ .e-ddt .e-chips .e-chips-close::before {
1382
+ color: rgba(0, 0, 0, 0.54);
1383
+ }
1384
+ .e-ddt .e-chips > .e-chipcontent {
1385
+ color: rgba(0, 0, 0, 0.87);
1386
+ }
1387
+ .e-ddt.e-filled .e-chips {
1388
+ background-color: rgb(206.15, 206.15, 206.15);
1389
+ }
1390
+ .e-ddt .e-overflow .e-remain {
1391
+ color: rgba(0, 0, 0, 0.54);
1392
+ }
1393
+ .e-ddt.e-popup {
1394
+ background: #fff;
1395
+ border-color: transparent;
1396
+ }
1397
+ .e-ddt.e-popup .e-popup-content.e-no-data {
1398
+ color: #000;
1399
+ }
1400
+ .e-ddt.e-popup .e-selectall-parent {
1401
+ border-bottom-color: rgba(0, 0, 0, 0.12);
1402
+ }
1403
+ .e-ddt.e-popup .e-selectall-parent:focus {
1404
+ background: #f5f5f5;
1405
+ }
1406
+ .e-ddt.e-popup .e-selectall-parent .e-all-text {
1407
+ color: rgba(0, 0, 0, 0.87);
1408
+ }
1409
+
1410
1410
  /* stylelint-disable-line no-empty-source */
1411
1411
  /* stylelint-disable-line no-empty-source */
1412
1412
  .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
@@ -1712,6 +1712,14 @@ ejs-dropdownlist {
1712
1712
  content: "\eb05";
1713
1713
  }
1714
1714
 
1715
+ .e-dropdownbase .e-list-item .e-list-icon {
1716
+ padding: 0 16px 0 0;
1717
+ }
1718
+
1719
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
1720
+ padding: 0 12px 0 0;
1721
+ }
1722
+
1715
1723
  .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
1716
1724
  padding: 1px 0;
1717
1725
  }
@@ -1735,1749 +1743,1421 @@ ejs-dropdownlist {
1735
1743
  padding: 0 8px 0 9px;
1736
1744
  }
1737
1745
 
1738
- .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1739
- color: #fff;
1740
- }
1741
-
1742
- .e-multi-select-wrapper .e-chips.e-chip-selected {
1743
- background-color: #757575;
1746
+ .e-multi-select-wrapper {
1747
+ -webkit-box-sizing: border-box;
1748
+ box-sizing: border-box;
1749
+ cursor: text;
1750
+ line-height: normal;
1751
+ min-height: 30px;
1752
+ padding: 0 32px 0 0;
1753
+ position: relative;
1754
+ -webkit-user-select: none;
1755
+ -moz-user-select: none;
1756
+ -ms-user-select: none;
1757
+ user-select: none;
1758
+ width: 100%;
1744
1759
  }
1745
-
1746
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1747
- background-color: #757575;
1760
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1761
+ height: 27px;
1762
+ vertical-align: middle;
1748
1763
  }
1749
-
1750
- .e-multiselect {
1764
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
1765
+ height: 100%;
1766
+ min-height: 100%;
1767
+ }
1768
+ .e-multi-select-wrapper .e-delim-view {
1769
+ white-space: nowrap;
1770
+ }
1771
+ .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 {
1751
1772
  -webkit-box-sizing: border-box;
1752
1773
  box-sizing: border-box;
1774
+ display: inline-block;
1775
+ overflow: hidden;
1776
+ text-overflow: ellipsis;
1753
1777
  }
1754
-
1755
- /* stylelint-disable property-no-vendor-prefix */
1756
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
1757
- -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
1758
- color: rgba(0, 0, 0, 0.87);
1759
- font-family: inherit;
1760
- font-size: 13px;
1761
- }
1762
-
1763
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1778
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1764
1779
  color: #fff;
1780
+ font-size: 16px;
1781
+ left: 12px;
1782
+ top: 0;
1765
1783
  }
1766
-
1767
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1784
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1785
+ background-color: #3f51b5;
1768
1786
  color: #fff;
1787
+ padding: 12px 4px 11px 0;
1769
1788
  }
1770
-
1771
- .e-multi-select-wrapper .e-chips {
1772
- background-color: #eee;
1773
- border-radius: 16px;
1774
- height: 24px;
1789
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
1790
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1791
+ width: 0;
1775
1792
  }
1776
-
1777
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
1778
- background-color: #eee;
1793
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
1794
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
1795
+ height: 1px;
1796
+ min-height: 1px;
1779
1797
  }
1780
-
1781
- .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
1782
- color: rgba(0, 0, 0, 0.87);
1798
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
1799
+ max-width: 100%;
1783
1800
  }
1784
1801
 
1785
- .e-multi-select-wrapper .e-chips .e-chips-close::before {
1786
- -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
1787
- color: rgba(0, 0, 0, 0.54);
1788
- font-size: 16px;
1802
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
1803
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
1804
+ display: -webkit-box;
1805
+ display: -ms-flexbox;
1806
+ display: flex;
1807
+ float: left;
1808
+ width: auto;
1789
1809
  }
1790
-
1791
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1792
- background-color: #3f51b5;
1793
- border-radius: 2px;
1794
- color: #fff;
1795
- height: 40px;
1796
- line-height: 40px;
1810
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1811
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1812
+ display: -webkit-inline-box;
1813
+ display: -ms-inline-flexbox;
1814
+ display: inline-flex;
1815
+ float: none;
1797
1816
  }
1798
-
1799
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1800
- color: #fff;
1817
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
1818
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
1819
+ width: 0;
1801
1820
  }
1802
-
1803
- .e-multi-select-wrapper .e-chips.e-mob-chip {
1804
- height: 28px;
1821
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1822
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1823
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
1824
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
1825
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
1826
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
1827
+ display: none;
1805
1828
  }
1806
-
1807
- .e-popup.e-multi-select-list-wrapper {
1808
- -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1809
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1810
- -webkit-box-sizing: content-box;
1811
- box-sizing: content-box;
1812
- overflow: initial;
1829
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
1830
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
1831
+ padding: 0 48px 0 0;
1813
1832
  }
1814
-
1815
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
1816
- border-bottom: 1px solid transparent;
1817
- border-left: 1px solid #e0e0e0;
1818
- border-right: 1px solid #e0e0e0;
1819
- border-top: 1px solid #fff;
1833
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
1834
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
1835
+ -webkit-box-align: center;
1836
+ -ms-flex-align: center;
1837
+ align-items: center;
1838
+ display: inline;
1839
+ max-width: 100%;
1840
+ word-break: break-word;
1820
1841
  }
1821
-
1822
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
1823
- background-color: transparent;
1824
- border-color: transparent;
1825
- color: rgba(0, 0, 0, 0.87);
1842
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1843
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1844
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
1845
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1846
+ -webkit-box-align: center;
1847
+ -ms-flex-align: center;
1848
+ align-items: center;
1849
+ cursor: pointer;
1850
+ display: none;
1851
+ -webkit-box-orient: horizontal;
1852
+ -webkit-box-direction: normal;
1853
+ -ms-flex-direction: row;
1854
+ flex-direction: row;
1855
+ margin-top: -2.5em;
1856
+ outline: 0;
1857
+ padding: 0;
1858
+ position: absolute;
1859
+ right: 5px;
1860
+ top: 100%;
1826
1861
  }
1827
-
1828
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
1829
- background-color: transparent;
1830
- border-color: transparent;
1831
- color: rgba(0, 0, 0, 0.87);
1862
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1863
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1864
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
1865
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1866
+ display: -webkit-box;
1867
+ display: -ms-flexbox;
1868
+ display: flex;
1832
1869
  }
1833
-
1834
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
1835
- color: rgba(0, 0, 0, 0.87);
1870
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1871
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1872
+ margin-right: 0;
1873
+ margin-top: -2.1em;
1874
+ right: 0;
1836
1875
  }
1837
-
1838
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
1839
- color: rgba(0, 0, 0, 0.87);
1876
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
1877
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
1878
+ top: -1px;
1840
1879
  }
1841
-
1842
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
1843
- background-color: #eee;
1880
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
1881
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
1882
+ font-size: 10px;
1883
+ height: 24px;
1884
+ width: 24px;
1844
1885
  }
1845
1886
 
1846
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
1847
- background-color: #eee;
1887
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
1888
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
1889
+ float: right;
1848
1890
  }
1849
-
1850
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
1851
- border-bottom: 1px solid transparent;
1852
- border-top: 1px solid transparent;
1891
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
1892
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
1893
+ float: none;
1853
1894
  }
1854
-
1855
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
1856
- border-bottom: 1px solid transparent;
1895
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
1896
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
1897
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
1898
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
1899
+ left: 0;
1900
+ right: auto;
1857
1901
  }
1858
-
1859
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
1860
- border-top: 1px solid transparent;
1902
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
1903
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
1904
+ padding: 0 0 0 48px;
1861
1905
  }
1862
1906
 
1863
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
1864
- background-color: #e0e0e0;
1865
- -webkit-box-shadow: none;
1866
- box-shadow: none;
1867
- color: #e3165b;
1868
- border: 1px solid transparent;
1907
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
1908
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
1909
+ opacity: 0.7;
1910
+ pointer-events: none;
1869
1911
  }
1870
1912
 
1871
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1872
- background-color: #e0e0e0;
1873
- -webkit-box-shadow: none;
1874
- box-shadow: none;
1875
- color: #e3165b;
1876
- border: 1px solid transparent;
1913
+ .e-multiselect.e-input-group,
1914
+ .e-multiselect.e-float-input {
1915
+ word-wrap: initial;
1877
1916
  }
1878
1917
 
1879
- .e-popup.e-multi-select-list-wrapper .e-list-item {
1880
- border: 1px solid transparent;
1918
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
1919
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
1920
+ top: 15px;
1881
1921
  }
1882
1922
 
1883
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
1884
- border: 1px solid transparent;
1923
+ .e-multi-select-wrapper.e-close-icon-hide {
1924
+ padding-right: 0;
1885
1925
  }
1886
1926
 
1887
- .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1888
- color: rgba(0, 0, 0, 0.42);
1927
+ .e-multi-select-wrapper .e-chips-collection {
1928
+ cursor: default;
1929
+ display: block;
1889
1930
  }
1890
1931
 
1891
- .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1892
- color: rgba(0, 0, 0, 0.42);
1893
- }
1894
-
1895
- .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1896
- color: rgba(0, 0, 0, 0.42);
1897
- }
1898
-
1899
- .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
1900
- color: rgba(0, 0, 0, 0.42);
1932
+ .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
1933
+ margin-right: 30px;
1901
1934
  }
1902
1935
 
1903
- .e-ul.e-reorder {
1904
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
1936
+ .e-multi-select-wrapper .e-multi-hidden {
1937
+ border: 0;
1938
+ height: 0;
1939
+ position: absolute;
1940
+ visibility: hidden;
1941
+ width: 0;
1905
1942
  }
1906
1943
 
1907
- .e-multi-select-list-wrapper .e-selectall-parent {
1908
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
1944
+ .e-multi-select-wrapper .e-chips {
1945
+ -webkit-box-align: center;
1946
+ -ms-flex-align: center;
1947
+ align-items: center;
1948
+ display: -webkit-inline-box;
1949
+ display: -ms-inline-flexbox;
1950
+ display: inline-flex;
1951
+ float: left;
1952
+ margin: 0 8px 6px 0;
1953
+ max-width: 100%;
1954
+ overflow: hidden;
1955
+ padding: 0 4px 0 8px;
1956
+ text-overflow: ellipsis;
1957
+ white-space: nowrap;
1909
1958
  }
1910
1959
 
1911
- .e-multi-select-wrapper .e-delim-values {
1912
- -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
1913
- color: rgba(0, 0, 0, 0.87);
1960
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
1961
+ max-width: 100%;
1962
+ overflow: hidden;
1963
+ padding: 0 4px 0 0;
1964
+ text-indent: 0;
1965
+ text-overflow: ellipsis;
1966
+ white-space: nowrap;
1914
1967
  }
1915
1968
 
1916
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1917
- color: #000;
1969
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
1970
+ display: inline-block;
1971
+ float: none;
1918
1972
  }
1919
1973
 
1920
- .e-small .e-multi-select-wrapper .e-chips {
1921
- height: 20px;
1974
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1975
+ padding: 8px 4px 8px 0;
1922
1976
  }
1923
1977
 
1924
- .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1925
- font-size: 12px;
1978
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
1979
+ padding: 8px 0 8px 4px;
1926
1980
  }
1927
1981
 
1928
- .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
1929
- font-size: 14px;
1982
+ .e-multi-select-wrapper .e-chips-close {
1983
+ -ms-flex-item-align: center;
1984
+ align-self: center;
1985
+ display: -webkit-box;
1986
+ display: -ms-flexbox;
1987
+ display: flex;
1988
+ float: right;
1989
+ font-family: "e-icons";
1990
+ height: 16px;
1991
+ margin: 0 0 0;
1992
+ width: 16px;
1930
1993
  }
1931
1994
 
1932
- .e-small .e-multi-select-wrapper .e-close-hooker::before {
1933
- left: 6px;
1995
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
1996
+ margin: 0 0 0;
1934
1997
  }
1935
1998
 
1936
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
1937
- background-color: #e0e0e0;
1999
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
2000
+ margin: 3px 0 0;
1938
2001
  }
1939
2002
 
1940
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
1941
- background-color: rgb(206.15, 206.15, 206.15);
2003
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2004
+ cursor: default;
2005
+ font-size: 10px;
2006
+ height: 24px;
2007
+ margin-top: -2.5em;
2008
+ position: absolute;
2009
+ right: 5px;
2010
+ width: 24px;
2011
+ top: 100%;
1942
2012
  }
1943
2013
 
1944
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
1945
- background-color: rgb(213.8, 213.8, 213.8);
2014
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2015
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2016
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2017
+ right: 22px;
1946
2018
  }
1947
2019
 
1948
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
1949
- background-color: rgb(206.15, 206.15, 206.15);
2020
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2021
+ left: 22px;
2022
+ right: auto;
1950
2023
  }
1951
2024
 
1952
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
1953
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
1954
- background-color: rgb(198.5, 198.5, 198.5);
2025
+ .e-multi-select-wrapper input[type=text] {
2026
+ background: none;
2027
+ border: 0;
2028
+ font-family: inherit;
2029
+ font-size: 13px;
2030
+ font-weight: normal;
2031
+ height: 28px;
2032
+ min-height: 28px;
2033
+ outline: none;
2034
+ padding: 4px 0 4px 0;
2035
+ text-indent: 0;
1955
2036
  }
1956
2037
 
1957
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
1958
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1959
- background-color: rgb(198.5, 198.5, 198.5);
2038
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2039
+ background: none;
2040
+ border: 0;
2041
+ color: inherit;
2042
+ font-family: inherit;
2043
+ font-size: 14px;
2044
+ font-weight: normal;
2045
+ height: 28px;
2046
+ min-height: 28px;
2047
+ outline: none;
2048
+ padding: 0;
2049
+ text-indent: 0;
1960
2050
  }
1961
2051
 
1962
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
1963
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1964
- color: rgba(0, 0, 0, 0.87);
2052
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2053
+ padding: 5px;
1965
2054
  }
1966
2055
 
1967
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
1968
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1969
- color: rgba(0, 0, 0, 0.87);
2056
+ /* stylelint-disable property-no-vendor-prefix */
2057
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
2058
+ display: none;
1970
2059
  }
1971
2060
 
1972
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1973
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1974
- color: rgba(0, 0, 0, 0.54);
2061
+ .e-multi-select-wrapper .e-searcher {
2062
+ display: block;
2063
+ float: left;
2064
+ width: auto;
1975
2065
  }
1976
2066
 
1977
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
1978
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
1979
- color: rgba(0, 0, 0, 0.87);
2067
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2068
+ width: calc(100% - 32px);
1980
2069
  }
1981
2070
 
1982
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
1983
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1984
- color: rgba(0, 0, 0, 0.54);
2071
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2072
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2073
+ width: calc(100% - 30px);
1985
2074
  }
1986
2075
 
1987
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
1988
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1989
- color: #fff;
2076
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2077
+ width: calc(100% - 32px);
1990
2078
  }
1991
2079
 
1992
- .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
1993
- .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
1994
- color: rgba(0, 0, 0, 0.87);
2080
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2081
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2082
+ width: calc(100% - 30px);
1995
2083
  }
1996
2084
 
1997
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1998
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
1999
- color: rgba(0, 0, 0, 0.6);
2085
+ .e-multi-select-wrapper .e-delim-values {
2086
+ font-family: inherit;
2087
+ font-size: 14px;
2088
+ line-height: 28px;
2089
+ max-width: 100%;
2090
+ padding-left: 0;
2091
+ padding-right: 6px;
2092
+ vertical-align: middle;
2000
2093
  }
2001
2094
 
2002
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
2003
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
2004
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
2005
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
2006
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2007
- color: rgba(0, 0, 0, 0.38);
2095
+ .e-multi-select-list-wrapper .e-hide-listitem,
2096
+ .e-multi-select-list-wrapper .e-hide-group-header {
2097
+ display: none;
2008
2098
  }
2009
2099
 
2010
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2011
- -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
2012
- color: rgba(0, 0, 0, 0.42);
2100
+ .e-multi-select-wrapper .e-delim-values .e-remain {
2101
+ color: rgba(0, 0, 0, 0.54);
2102
+ cursor: pointer;
2103
+ display: inline-block;
2104
+ font-size: 13px;
2105
+ padding-left: 16px;
2013
2106
  }
2014
2107
 
2015
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
2016
- background-color: #f5f5f5;
2108
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
2109
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2110
+ cursor: not-allowed;
2017
2111
  }
2018
2112
 
2019
- .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
2020
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2021
- background-color: #3f51b5;
2022
- border-radius: 4px;
2023
- -webkit-box-sizing: border-box;
2024
- box-sizing: border-box;
2025
- color: #fff;
2113
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2026
2114
  height: 40px;
2027
- line-height: 40px;
2028
- margin-left: 0;
2029
- margin-right: 0;
2030
- width: 100%;
2115
+ left: 0;
2116
+ margin: 0 0 0 0;
2117
+ margin-left: auto;
2118
+ position: relative;
2119
+ top: 0;
2120
+ width: 40px;
2031
2121
  }
2032
2122
 
2033
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
2034
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2035
- width: 33px;
2123
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2124
+ -ms-flex-item-align: center;
2125
+ align-self: center;
2126
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2127
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2128
+ display: -webkit-inline-box;
2129
+ display: -ms-inline-flexbox;
2130
+ display: inline-flex;
2131
+ padding: 0 0 0 16px;
2132
+ width: 92%;
2036
2133
  }
2037
2134
 
2038
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
2039
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2040
- color: #fff;
2135
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
2136
+ content: "";
2041
2137
  }
2042
2138
 
2043
- .e-dropdownbase .e-list-item .e-list-icon {
2044
- padding: 0 16px 0 0;
2139
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
2140
+ float: none;
2045
2141
  }
2046
2142
 
2047
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
2048
- padding: 0 12px 0 0;
2143
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
2144
+ padding-left: 0;
2049
2145
  }
2050
-
2051
- .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2052
- padding: 1px 0;
2146
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
2147
+ padding: 0 2px 0 32px;
2053
2148
  }
2054
-
2055
- .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
2056
- .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2057
- padding: 0;
2058
- }
2059
-
2060
- .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2061
- .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2062
- padding: 0;
2063
- }
2064
-
2065
- .e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2066
- padding: 0 8px 0 9px;
2067
- }
2068
-
2069
- .e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2070
- .e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2071
- padding: 0 8px 0 9px;
2072
- }
2073
-
2074
- .e-multi-select-wrapper {
2075
- -webkit-box-sizing: border-box;
2076
- box-sizing: border-box;
2077
- cursor: text;
2078
- line-height: normal;
2079
- min-height: 30px;
2080
- padding: 0 32px 0 0;
2081
- position: relative;
2082
- -webkit-user-select: none;
2083
- -moz-user-select: none;
2084
- -ms-user-select: none;
2085
- user-select: none;
2086
- width: 100%;
2087
- }
2088
- .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2089
- height: 27px;
2090
- vertical-align: middle;
2091
- }
2092
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
2093
- height: 100%;
2094
- min-height: 100%;
2095
- }
2096
- .e-multi-select-wrapper .e-delim-view {
2097
- white-space: nowrap;
2098
- }
2099
- .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 {
2100
- -webkit-box-sizing: border-box;
2101
- box-sizing: border-box;
2102
- display: inline-block;
2103
- overflow: hidden;
2104
- text-overflow: ellipsis;
2105
- }
2106
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2107
- color: #fff;
2108
- font-size: 16px;
2109
- left: 12px;
2110
- top: 0;
2149
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2150
+ left: -12px;
2111
2151
  }
2112
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2113
- background-color: #3f51b5;
2114
- color: #fff;
2115
- padding: 12px 4px 11px 0;
2152
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2153
+ margin: 0;
2154
+ margin-right: auto;
2116
2155
  }
2117
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
2118
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2119
- width: 0;
2156
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
2157
+ float: right;
2120
2158
  }
2121
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
2122
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
2123
- height: 1px;
2124
- min-height: 1px;
2159
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
2160
+ float: right;
2161
+ margin: 0 0 8px 8px;
2162
+ padding: 0 8px 0 4px;
2125
2163
  }
2126
- .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
2127
- max-width: 100%;
2164
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
2165
+ padding: 5px 4px;
2128
2166
  }
2129
-
2130
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
2131
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
2132
- display: -webkit-box;
2133
- display: -ms-flexbox;
2134
- display: flex;
2167
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
2135
2168
  float: left;
2136
- width: auto;
2137
2169
  }
2138
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2139
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2140
- display: -webkit-inline-box;
2141
- display: -ms-inline-flexbox;
2142
- display: inline-flex;
2143
- float: none;
2170
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
2171
+ left: 0;
2144
2172
  }
2145
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
2146
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2147
- width: 0;
2173
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
2174
+ padding: 0 4px 0 8px;
2148
2175
  }
2149
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2150
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2151
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
2152
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2153
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2154
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
2155
- display: none;
2176
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
2177
+ padding: 8px 4px;
2156
2178
  }
2157
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
2158
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
2159
- padding: 0 48px 0 0;
2179
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2180
+ padding: 0 8px 0 4px;
2160
2181
  }
2161
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
2162
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
2163
- -webkit-box-align: center;
2164
- -ms-flex-align: center;
2165
- align-items: center;
2166
- display: inline;
2167
- max-width: 100%;
2168
- word-break: break-word;
2182
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2183
+ padding: 12px 4px;
2169
2184
  }
2170
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2171
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2172
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
2173
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2174
- -webkit-box-align: center;
2175
- -ms-flex-align: center;
2176
- align-items: center;
2177
- cursor: pointer;
2178
- display: none;
2179
- -webkit-box-orient: horizontal;
2180
- -webkit-box-direction: normal;
2181
- -ms-flex-direction: row;
2182
- flex-direction: row;
2183
- margin-top: -2.5em;
2184
- outline: 0;
2185
- padding: 0;
2185
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2186
+ left: 22px;
2186
2187
  position: absolute;
2187
- right: 5px;
2188
- top: 100%;
2189
- }
2190
- .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2191
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2192
- .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2193
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2194
- display: -webkit-box;
2195
- display: -ms-flexbox;
2196
- display: flex;
2188
+ right: auto;
2197
2189
  }
2198
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2199
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2200
- margin-right: 0;
2201
- margin-top: -2.1em;
2202
- right: 0;
2190
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
2191
+ left: -4px;
2203
2192
  }
2204
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
2205
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
2206
- top: -1px;
2193
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
2194
+ padding-right: 16px;
2207
2195
  }
2208
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2209
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
2210
- font-size: 10px;
2211
- height: 24px;
2212
- width: 24px;
2196
+
2197
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
2198
+ left: 19px;
2213
2199
  }
2214
2200
 
2215
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
2216
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
2217
- float: right;
2201
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2202
+ left: -7px;
2218
2203
  }
2219
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2220
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2221
- float: none;
2204
+
2205
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
2206
+ bottom: 1px;
2207
+ margin-right: 10px;
2208
+ position: relative;
2209
+ text-indent: 0;
2210
+ vertical-align: middle;
2222
2211
  }
2223
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
2224
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
2225
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
2226
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
2227
- left: 0;
2228
- right: auto;
2212
+
2213
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
2214
+ padding-left: 14px;
2229
2215
  }
2230
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
2231
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
2232
- padding: 0 0 0 48px;
2216
+
2217
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
2218
+ padding-right: 25px;
2233
2219
  }
2234
2220
 
2235
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
2236
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
2237
- opacity: 0.7;
2238
- pointer-events: none;
2221
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
2222
+ bottom: 1px;
2223
+ margin-right: 10px;
2224
+ position: relative;
2225
+ text-indent: 0;
2226
+ vertical-align: middle;
2239
2227
  }
2240
2228
 
2241
- .e-multiselect.e-input-group,
2242
- .e-multiselect.e-float-input {
2243
- word-wrap: initial;
2229
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
2230
+ margin-left: 12px;
2231
+ margin-right: 0;
2244
2232
  }
2245
2233
 
2246
- .e-multiselect.e-input-group .e-searcher .e-label-top,
2247
- .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
2248
- top: 15px;
2234
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
2235
+ margin-left: 12px;
2236
+ margin-right: 0;
2249
2237
  }
2250
2238
 
2251
- .e-multi-select-wrapper.e-close-icon-hide {
2239
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
2252
2240
  padding-right: 0;
2253
2241
  }
2254
2242
 
2255
- .e-multi-select-wrapper .e-chips-collection {
2256
- cursor: default;
2257
- display: block;
2243
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
2244
+ padding-right: 15px;
2258
2245
  }
2259
2246
 
2260
- .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
2261
- margin-right: 30px;
2247
+ .e-multi-select-list-wrapper .e-selectall-parent {
2248
+ cursor: pointer;
2249
+ display: block;
2250
+ line-height: 36px;
2251
+ overflow: hidden;
2252
+ text-overflow: ellipsis;
2253
+ padding-right: 16px;
2254
+ position: relative;
2255
+ text-indent: 17px;
2256
+ white-space: nowrap;
2257
+ width: 100%;
2262
2258
  }
2263
2259
 
2264
- .e-multi-select-wrapper .e-multi-hidden {
2265
- border: 0;
2266
- height: 0;
2267
- position: absolute;
2268
- visibility: hidden;
2269
- width: 0;
2260
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
2261
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
2262
+ padding-left: 16px;
2263
+ padding-right: 15px;
2270
2264
  }
2271
2265
 
2272
- .e-multi-select-wrapper .e-chips {
2273
- -webkit-box-align: center;
2274
- -ms-flex-align: center;
2275
- align-items: center;
2276
- display: -webkit-inline-box;
2277
- display: -ms-inline-flexbox;
2278
- display: inline-flex;
2279
- float: left;
2280
- margin: 0 8px 6px 0;
2281
- max-width: 100%;
2282
- overflow: hidden;
2283
- padding: 0 4px 0 8px;
2284
- text-overflow: ellipsis;
2285
- white-space: nowrap;
2266
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
2267
+ color: rgba(0, 0, 0, 0.87);
2268
+ font-family: inherit;
2269
+ font-size: 14px;
2286
2270
  }
2287
2271
 
2288
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
2289
- max-width: 100%;
2290
- overflow: hidden;
2291
- padding: 0 4px 0 0;
2272
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
2273
+ bottom: 1px;
2274
+ margin-right: 10px;
2275
+ position: relative;
2292
2276
  text-indent: 0;
2293
- text-overflow: ellipsis;
2294
- white-space: nowrap;
2277
+ vertical-align: middle;
2295
2278
  }
2296
2279
 
2297
- .e-multi-select-wrapper.e-delimiter .e-searcher {
2298
- display: inline-block;
2299
- float: none;
2280
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
2281
+ margin-left: 12px;
2282
+ margin-right: 0;
2300
2283
  }
2301
2284
 
2302
- .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2303
- padding: 8px 4px 8px 0;
2285
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
2286
+ float: right;
2287
+ margin-top: 6px;
2304
2288
  }
2305
2289
 
2306
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2307
- padding: 8px 0 8px 4px;
2290
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2291
+ float: left;
2308
2292
  }
2309
2293
 
2310
- .e-multi-select-wrapper .e-chips-close {
2311
- -ms-flex-item-align: center;
2312
- align-self: center;
2313
- display: -webkit-box;
2314
- display: -ms-flexbox;
2315
- display: flex;
2316
- float: right;
2317
- font-family: "e-icons";
2318
- height: 16px;
2319
- margin: 0 0 0;
2320
- width: 16px;
2294
+ .e-multiselect .e-ddl-icon::before {
2295
+ -webkit-transform: rotate(0deg);
2296
+ transform: rotate(0deg);
2297
+ -webkit-transition: -webkit-transform 300ms ease;
2298
+ transition: -webkit-transform 300ms ease;
2299
+ transition: transform 300ms ease;
2300
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
2321
2301
  }
2322
2302
 
2323
- .e-rtl .e-multi-select-wrapper .e-chips-close {
2324
- margin: 0 0 0;
2303
+ .e-multiselect.e-icon-anim .e-ddl-icon::before {
2304
+ -webkit-transform: rotate(180deg);
2305
+ transform: rotate(180deg);
2306
+ -webkit-transition: -webkit-transform 300ms ease;
2307
+ transition: -webkit-transform 300ms ease;
2308
+ transition: transform 300ms ease;
2309
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
2325
2310
  }
2326
2311
 
2327
- .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
2328
- margin: 3px 0 0;
2312
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
2313
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
2314
+ padding: 0;
2329
2315
  }
2330
2316
 
2331
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2332
- cursor: default;
2333
- font-size: 10px;
2334
- height: 24px;
2335
- margin-top: -2.5em;
2336
- position: absolute;
2337
- right: 5px;
2338
- width: 24px;
2339
- top: 100%;
2317
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
2318
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
2319
+ padding: 8px;
2340
2320
  }
2341
2321
 
2342
- .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2343
- .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2344
- .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2345
- right: 22px;
2322
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
2323
+ padding-left: 8px;
2324
+ padding-right: 8px;
2346
2325
  }
2347
2326
 
2348
- .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2349
- left: 22px;
2350
- right: auto;
2327
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2328
+ padding: 0 8px;
2351
2329
  }
2352
2330
 
2353
- .e-multi-select-wrapper input[type=text] {
2354
- background: none;
2355
- border: 0;
2356
- font-family: inherit;
2357
- font-size: 13px;
2358
- font-weight: normal;
2359
- height: 28px;
2360
- min-height: 28px;
2361
- outline: none;
2362
- padding: 4px 0 4px 0;
2363
- text-indent: 0;
2331
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2332
+ line-height: 20px;
2333
+ padding-left: 10px;
2364
2334
  }
2365
2335
 
2366
- .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2367
- background: none;
2368
- border: 0;
2369
- color: inherit;
2370
- font-family: inherit;
2371
- font-size: 14px;
2372
- font-weight: normal;
2373
- height: 28px;
2374
- min-height: 28px;
2375
- outline: none;
2376
- padding: 0;
2377
- text-indent: 0;
2336
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2337
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2338
+ opacity: 0.3;
2378
2339
  }
2379
2340
 
2380
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2381
- padding: 5px;
2341
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2342
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2343
+ opacity: 0.7;
2382
2344
  }
2383
2345
 
2384
- /* stylelint-disable property-no-vendor-prefix */
2385
- .e-multi-select-wrapper input[type=text]::-ms-clear {
2386
- display: none;
2346
+ .e-multi-select-wrapper input[readonly=true] {
2347
+ pointer-events: none;
2387
2348
  }
2388
2349
 
2389
- .e-multi-select-wrapper .e-searcher {
2350
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2351
+ pointer-events: none;
2352
+ }
2353
+
2354
+ ejs-multiselect {
2390
2355
  display: block;
2391
- float: left;
2392
- width: auto;
2393
2356
  }
2394
2357
 
2395
- .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2396
- width: calc(100% - 32px);
2358
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2359
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2360
+ line-height: 26px;
2397
2361
  }
2398
2362
 
2399
- .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2400
- .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2401
- width: calc(100% - 30px);
2363
+ .e-small .e-multi-select-wrapper .e-chips-close {
2364
+ height: 14px;
2365
+ width: 14px;
2402
2366
  }
2403
2367
 
2404
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2405
- width: calc(100% - 32px);
2368
+ .e-small .e-multi-select-wrapper {
2369
+ min-height: 24px;
2406
2370
  }
2407
2371
 
2408
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2409
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2410
- width: calc(100% - 30px);
2372
+ .e-small .e-multi-select-wrapper input[type=text] {
2373
+ height: 26px;
2374
+ min-height: 26px;
2411
2375
  }
2412
2376
 
2413
- .e-multi-select-wrapper .e-delim-values {
2414
- font-family: inherit;
2415
- font-size: 14px;
2416
- line-height: 28px;
2417
- max-width: 100%;
2418
- padding-left: 0;
2419
- padding-right: 6px;
2420
- vertical-align: middle;
2377
+ .e-small .e-multi-select-wrapper .e-delim-values {
2378
+ font-size: 12px;
2379
+ line-height: 26px;
2421
2380
  }
2422
2381
 
2423
- .e-multi-select-list-wrapper .e-hide-listitem,
2424
- .e-multi-select-list-wrapper .e-hide-group-header {
2425
- display: none;
2382
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2383
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2384
+ margin-top: -2.5em;
2426
2385
  }
2427
2386
 
2428
- .e-multi-select-wrapper .e-delim-values .e-remain {
2429
- color: rgba(0, 0, 0, 0.54);
2430
- cursor: pointer;
2431
- display: inline-block;
2432
- font-size: 13px;
2433
- padding-left: 16px;
2387
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2388
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2389
+ margin-top: -1.8em;
2434
2390
  }
2435
2391
 
2436
- .e-multiselect.e-disabled .e-multi-select-wrapper,
2437
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2438
- cursor: not-allowed;
2392
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2393
+ background-size: 300px 33px;
2394
+ min-height: 33px;
2439
2395
  }
2440
2396
 
2441
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2442
- height: 40px;
2443
- left: 0;
2444
- margin: 0 0 0 0;
2445
- margin-left: auto;
2446
- position: relative;
2447
- top: 0;
2448
- width: 40px;
2397
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2398
+ color: inherit;
2399
+ font-size: inherit;
2400
+ min-height: 34px;
2401
+ padding: 8px 12px 9px;
2449
2402
  }
2450
2403
 
2451
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2452
- -ms-flex-item-align: center;
2453
- align-self: center;
2454
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2455
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2456
- display: -webkit-inline-box;
2457
- display: -ms-inline-flexbox;
2458
- display: inline-flex;
2459
- padding: 0 0 0 16px;
2460
- width: 92%;
2404
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2405
+ padding: 8px 12px 9px;
2461
2406
  }
2462
2407
 
2463
- .e-multi-select-wrapper .e-ddl-disable-icon::before {
2464
- content: "";
2408
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
2409
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2410
+ font-size: inherit;
2411
+ min-height: 30px;
2412
+ padding: 7px 10px;
2465
2413
  }
2466
2414
 
2467
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
2468
- float: none;
2415
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
2416
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2417
+ padding: 7px 10px;
2469
2418
  }
2470
2419
 
2471
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
2472
- padding-left: 0;
2420
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2421
+ min-height: 30px;
2422
+ padding: 3px 38px 1px 0;
2473
2423
  }
2474
- .e-multiselect.e-rtl .e-multi-select-wrapper {
2475
- padding: 0 2px 0 32px;
2424
+
2425
+ .e-multiselect.e-outline .e-multi-select-wrapper {
2426
+ min-height: 34px;
2427
+ padding: 3px 38px 1px 0;
2476
2428
  }
2477
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2478
- left: -12px;
2429
+
2430
+ .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2431
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2432
+ padding-right: 0;
2479
2433
  }
2480
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2481
- margin: 0;
2482
- margin-right: auto;
2483
- }
2484
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
2485
- float: right;
2486
- }
2487
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
2488
- float: right;
2489
- margin: 0 0 8px 8px;
2490
- padding: 0 8px 0 4px;
2491
- }
2492
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
2493
- padding: 5px 4px;
2494
- }
2495
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
2496
- float: left;
2497
- }
2498
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
2499
- left: 0;
2500
- }
2501
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
2502
- padding: 0 4px 0 8px;
2503
- }
2504
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
2505
- padding: 8px 4px;
2506
- }
2507
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2508
- padding: 0 8px 0 4px;
2434
+
2435
+ .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2436
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2437
+ .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2438
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2439
+ .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2440
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2441
+ .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2442
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2443
+ .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2444
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2445
+ padding-left: 0;
2509
2446
  }
2510
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2511
- padding: 12px 4px;
2447
+
2448
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
2449
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
2450
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
2451
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
2452
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2453
+ padding: 3px 0 1px 38px;
2512
2454
  }
2513
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2514
- left: 22px;
2515
- position: absolute;
2516
- right: auto;
2455
+
2456
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2457
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2458
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2459
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2460
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2461
+ padding-left: 0;
2517
2462
  }
2518
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
2519
- left: -4px;
2463
+
2464
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2465
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2466
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2467
+ padding-right: 0;
2520
2468
  }
2521
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
2522
- padding-right: 16px;
2469
+
2470
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2471
+ height: 34px;
2523
2472
  }
2524
2473
 
2525
- .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
2526
- left: 19px;
2474
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
2475
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2476
+ height: 30px;
2527
2477
  }
2528
2478
 
2529
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2530
- left: -7px;
2479
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2480
+ font-size: 14px;
2481
+ line-height: 34px;
2482
+ padding: 0 0 0 12px;
2531
2483
  }
2532
2484
 
2533
- .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
2534
- bottom: 1px;
2535
- margin-right: 10px;
2536
- position: relative;
2537
- text-indent: 0;
2538
- vertical-align: middle;
2485
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2486
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2487
+ font-size: 13px;
2488
+ line-height: 30px;
2489
+ padding: 0 0 0 8px;
2539
2490
  }
2540
2491
 
2541
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
2542
- padding-left: 14px;
2492
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2493
+ padding: 0 12px 0 0;
2543
2494
  }
2544
2495
 
2545
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
2546
- padding-right: 25px;
2496
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2497
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2498
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2499
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2500
+ .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2501
+ .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2502
+ padding: 0 8px 0 0;
2547
2503
  }
2548
2504
 
2549
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
2550
- bottom: 1px;
2551
- margin-right: 10px;
2552
- position: relative;
2553
- text-indent: 0;
2554
- vertical-align: middle;
2505
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2506
+ height: 26px;
2507
+ margin: 4px 0 4px 8px;
2508
+ padding: 0 8px;
2555
2509
  }
2556
2510
 
2557
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
2558
- margin-left: 12px;
2559
- margin-right: 0;
2511
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2512
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2513
+ margin: 4px 8px 4px 0;
2560
2514
  }
2561
2515
 
2562
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
2563
- margin-left: 12px;
2564
- margin-right: 0;
2516
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2517
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2518
+ height: 24px;
2519
+ padding: 0 8px;
2565
2520
  }
2566
2521
 
2567
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
2568
- padding-right: 0;
2522
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2523
+ padding: 0 8px 0 0;
2569
2524
  }
2570
2525
 
2571
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
2572
- padding-right: 15px;
2526
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2527
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2528
+ padding: 0 0 0 8px;
2573
2529
  }
2574
2530
 
2575
- .e-multi-select-list-wrapper .e-selectall-parent {
2576
- cursor: pointer;
2577
- display: block;
2578
- line-height: 36px;
2579
- overflow: hidden;
2580
- text-overflow: ellipsis;
2581
- padding-right: 16px;
2582
- position: relative;
2583
- text-indent: 17px;
2584
- white-space: nowrap;
2585
- width: 100%;
2531
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2532
+ font-size: 13px;
2586
2533
  }
2587
2534
 
2588
- .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
2589
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
2590
- padding-left: 16px;
2591
- padding-right: 15px;
2535
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2536
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2537
+ font-size: 12px;
2592
2538
  }
2593
2539
 
2594
- .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
2595
- color: rgba(0, 0, 0, 0.87);
2596
- font-family: inherit;
2597
- font-size: 14px;
2540
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2541
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2542
+ -webkit-box-align: normal;
2543
+ -ms-flex-align: normal;
2544
+ align-items: normal;
2598
2545
  }
2599
2546
 
2600
- .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
2601
- bottom: 1px;
2602
- margin-right: 10px;
2603
- position: relative;
2604
- text-indent: 0;
2605
- vertical-align: middle;
2547
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2548
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2549
+ font-size: 14px;
2606
2550
  }
2607
2551
 
2608
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
2609
- margin-left: 12px;
2610
- margin-right: 0;
2552
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2553
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2554
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2555
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2556
+ font-size: 13px;
2611
2557
  }
2612
2558
 
2613
- .e-multiselect .e-input-group-icon.e-ddl-icon {
2614
- float: right;
2615
- margin-top: 6px;
2559
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2560
+ padding: 0 12px 0 8px;
2616
2561
  }
2617
2562
 
2618
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2619
- float: left;
2563
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2564
+ padding: 0;
2620
2565
  }
2621
2566
 
2622
- .e-multiselect .e-ddl-icon::before {
2623
- -webkit-transform: rotate(0deg);
2624
- transform: rotate(0deg);
2625
- -webkit-transition: -webkit-transform 300ms ease;
2626
- transition: -webkit-transform 300ms ease;
2627
- transition: transform 300ms ease;
2628
- transition: transform 300ms ease, -webkit-transform 300ms ease;
2567
+ .e-filled.e-float-input .e-multi-select-wrapper {
2568
+ padding: 11px 12px 0;
2629
2569
  }
2630
2570
 
2631
- .e-multiselect.e-icon-anim .e-ddl-icon::before {
2632
- -webkit-transform: rotate(180deg);
2633
- transform: rotate(180deg);
2634
- -webkit-transition: -webkit-transform 300ms ease;
2635
- transition: -webkit-transform 300ms ease;
2636
- transition: transform 300ms ease;
2637
- transition: transform 300ms ease, -webkit-transform 300ms ease;
2571
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2572
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2573
+ padding: 12px 12px 0 8px;
2638
2574
  }
2639
2575
 
2640
- .e-multiselect.e-checkbox .e-multi-select-wrapper,
2641
- .e-multiselect .e-multi-select-wrapper.e-down-icon {
2576
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2577
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2642
2578
  padding: 0;
2643
2579
  }
2644
2580
 
2645
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
2646
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
2647
- padding: 8px;
2581
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2582
+ min-height: 39px;
2583
+ padding-right: 10px;
2648
2584
  }
2649
2585
 
2650
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
2651
- padding-left: 8px;
2652
- padding-right: 8px;
2586
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
2587
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2588
+ min-height: 32px;
2653
2589
  }
2654
2590
 
2655
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2656
- padding: 0 8px;
2591
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
2592
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
2593
+ height: 22px;
2594
+ min-height: 22px;
2595
+ padding: 2px;
2657
2596
  }
2658
2597
 
2659
- .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2660
- line-height: 20px;
2661
- padding-left: 10px;
2598
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2599
+ height: 39px;
2662
2600
  }
2663
2601
 
2664
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2665
- .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2666
- opacity: 0.3;
2602
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
2603
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2604
+ height: 32px;
2667
2605
  }
2668
2606
 
2669
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2670
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2671
- opacity: 0.7;
2607
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
2608
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
2609
+ height: 22px;
2672
2610
  }
2673
2611
 
2674
- .e-multi-select-wrapper input[readonly=true] {
2675
- pointer-events: none;
2612
+ .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
2613
+ min-height: 28px;
2676
2614
  }
2677
2615
 
2678
- .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2679
- pointer-events: none;
2616
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
2617
+ font-size: 13px;
2618
+ line-height: 39px;
2680
2619
  }
2681
2620
 
2682
- ejs-multiselect {
2683
- display: block;
2621
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2622
+ font-size: 14px;
2623
+ line-height: 28px;
2684
2624
  }
2685
2625
 
2686
- .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2687
- .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2688
- line-height: 26px;
2626
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2627
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2628
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2629
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2630
+ font-size: 13px;
2631
+ line-height: 32px;
2689
2632
  }
2690
2633
 
2691
- .e-small .e-multi-select-wrapper .e-chips-close {
2692
- height: 14px;
2693
- width: 14px;
2634
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2635
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2636
+ line-height: 22px;
2694
2637
  }
2695
2638
 
2696
- .e-small .e-multi-select-wrapper {
2697
- min-height: 24px;
2639
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2640
+ height: 28px;
2698
2641
  }
2699
2642
 
2700
- .e-small .e-multi-select-wrapper input[type=text] {
2701
- height: 26px;
2702
- min-height: 26px;
2643
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2644
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2645
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
2646
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2647
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2648
+ height: 24px;
2703
2649
  }
2704
2650
 
2705
- .e-small .e-multi-select-wrapper .e-delim-values {
2706
- font-size: 12px;
2707
- line-height: 26px;
2651
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2652
+ height: 18px;
2708
2653
  }
2709
2654
 
2710
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2711
- .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2712
- margin-top: -2.5em;
2655
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2656
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2657
+ margin: 8px 8px 0 0;
2658
+ padding: 0 8px;
2713
2659
  }
2714
2660
 
2715
- .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2716
- .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2717
- margin-top: -1.8em;
2661
+ .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2662
+ .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2663
+ margin: 8px 0 0 8px;
2664
+ padding: 0 8px;
2718
2665
  }
2719
2666
 
2720
- .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2721
- background-size: 300px 33px;
2722
- min-height: 33px;
2667
+ .e-small .e-filled .e-multi-select-wrapper .e-chips,
2668
+ .e-small.e-filled .e-multi-select-wrapper .e-chips {
2669
+ height: 16px 16px;
2670
+ margin: 4px 4px 0 0;
2671
+ padding-right: 8px;
2723
2672
  }
2724
2673
 
2725
- .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2726
- color: inherit;
2727
- font-size: inherit;
2728
- min-height: 34px;
2729
- padding: 8px 12px 9px;
2674
+ .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2675
+ .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2676
+ margin: 4px 0 0 4px;
2730
2677
  }
2731
2678
 
2732
- .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2733
- padding: 8px 12px 9px;
2679
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
2680
+ height: 12px;
2681
+ width: 12px;
2734
2682
  }
2735
2683
 
2736
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
2737
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2738
- font-size: inherit;
2739
- min-height: 30px;
2740
- padding: 7px 10px;
2684
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
2685
+ font-size: 13px;
2686
+ padding: 0 8px 0 0;
2741
2687
  }
2742
2688
 
2743
- .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
2744
- .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2745
- padding: 7px 10px;
2689
+ .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2690
+ .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2691
+ font-size: 12px;
2746
2692
  }
2747
2693
 
2748
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2749
- min-height: 30px;
2750
- padding: 3px 38px 1px 0;
2694
+ .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2695
+ font-size: 12px;
2696
+ padding: 0 4px 0 0;
2751
2697
  }
2752
2698
 
2753
- .e-multiselect.e-outline .e-multi-select-wrapper {
2754
- min-height: 34px;
2755
- padding: 3px 38px 1px 0;
2699
+ .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2700
+ padding: 0 0 0 4px;
2756
2701
  }
2757
2702
 
2758
- .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2759
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2760
- padding-right: 0;
2703
+ .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
2704
+ .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
2705
+ font-size: 10px;
2761
2706
  }
2762
2707
 
2763
- .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2764
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2765
- .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2766
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2767
- .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2768
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2769
- .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2770
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2771
- .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2772
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2773
- padding-left: 0;
2708
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
2709
+ font-size: 13px;
2710
+ padding-right: 4px;
2774
2711
  }
2775
2712
 
2776
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
2777
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
2778
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
2779
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
2780
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2781
- padding: 3px 0 1px 38px;
2713
+ .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
2714
+ .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
2715
+ height: 38px;
2716
+ margin-top: -38px;
2717
+ right: 12px;
2718
+ top: 100%;
2719
+ width: 16px;
2782
2720
  }
2783
2721
 
2784
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2785
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2786
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2787
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2788
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2789
- padding-left: 0;
2722
+ .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2723
+ .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2724
+ .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
2725
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2726
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
2727
+ display: none;
2790
2728
  }
2791
2729
 
2792
- .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2793
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2794
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2795
- padding-right: 0;
2730
+ .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
2731
+ margin-right: 0;
2796
2732
  }
2797
2733
 
2798
- .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2799
- height: 34px;
2734
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2735
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2736
+ cursor: not-allowed;
2800
2737
  }
2801
2738
 
2802
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
2803
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
2804
- height: 30px;
2739
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2740
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2741
+ cursor: pointer;
2805
2742
  }
2806
2743
 
2807
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2808
- font-size: 14px;
2809
- line-height: 34px;
2810
- padding: 0 0 0 12px;
2744
+ .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
2745
+ bottom: 0;
2746
+ right: 0;
2747
+ cursor: nwse-resize;
2748
+ height: 15px;
2749
+ position: absolute;
2750
+ width: 15px;
2811
2751
  }
2812
2752
 
2813
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2814
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2815
- font-size: 13px;
2816
- line-height: 30px;
2817
- padding: 0 0 0 8px;
2753
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2754
+ padding: 1px 0;
2818
2755
  }
2819
2756
 
2820
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2821
- padding: 0 12px 0 0;
2757
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
2758
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2759
+ padding: 0;
2822
2760
  }
2823
2761
 
2824
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2825
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2826
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2827
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2828
- .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
2829
- .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
2830
- padding: 0 8px 0 0;
2762
+ .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2763
+ .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2764
+ padding: 0;
2831
2765
  }
2832
2766
 
2833
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2834
- height: 26px;
2835
- margin: 4px 0 4px 8px;
2836
- padding: 0 8px;
2767
+ .e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2768
+ padding: 0 8px 0 9px;
2837
2769
  }
2838
2770
 
2839
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2840
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2841
- margin: 4px 8px 4px 0;
2771
+ .e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2772
+ .e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2773
+ padding: 0 8px 0 9px;
2842
2774
  }
2843
2775
 
2844
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
2845
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2846
- height: 24px;
2847
- padding: 0 8px;
2776
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2777
+ color: #fff;
2848
2778
  }
2849
2779
 
2850
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2851
- padding: 0 8px 0 0;
2780
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
2781
+ background-color: #757575;
2852
2782
  }
2853
2783
 
2854
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2855
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2856
- padding: 0 0 0 8px;
2784
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2785
+ background-color: #757575;
2857
2786
  }
2858
2787
 
2859
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2788
+ .e-multiselect {
2789
+ -webkit-box-sizing: border-box;
2790
+ box-sizing: border-box;
2791
+ }
2792
+
2793
+ /* stylelint-disable property-no-vendor-prefix */
2794
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
2795
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
2796
+ color: rgba(0, 0, 0, 0.87);
2797
+ font-family: inherit;
2860
2798
  font-size: 13px;
2861
2799
  }
2862
2800
 
2863
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
2864
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
2865
- font-size: 12px;
2801
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2802
+ color: #fff;
2866
2803
  }
2867
2804
 
2868
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2869
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2870
- -webkit-box-align: normal;
2871
- -ms-flex-align: normal;
2872
- align-items: normal;
2805
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2806
+ color: #fff;
2873
2807
  }
2874
2808
 
2875
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2876
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2877
- font-size: 14px;
2809
+ .e-multi-select-wrapper .e-chips {
2810
+ background-color: #eee;
2811
+ border-radius: 16px;
2812
+ height: 24px;
2878
2813
  }
2879
2814
 
2880
- .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2881
- .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
2882
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2883
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
2884
- font-size: 13px;
2885
- }
2886
-
2887
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
2888
- padding: 0 12px 0 8px;
2815
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
2816
+ background-color: #eee;
2889
2817
  }
2890
2818
 
2891
- .e-multiselect.e-filled.e-input-group.e-control-wrapper {
2892
- padding: 0;
2819
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
2820
+ color: rgba(0, 0, 0, 0.87);
2893
2821
  }
2894
2822
 
2895
- .e-filled.e-float-input .e-multi-select-wrapper {
2896
- padding: 11px 12px 0;
2823
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
2824
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
2825
+ color: rgba(0, 0, 0, 0.54);
2826
+ font-size: 16px;
2897
2827
  }
2898
2828
 
2899
- .e-small.e-filled.e-float-input .e-multi-select-wrapper,
2900
- .e-small .e-filled.e-float-input .e-multi-select-wrapper {
2901
- padding: 12px 12px 0 8px;
2829
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2830
+ background-color: #3f51b5;
2831
+ border-radius: 2px;
2832
+ color: #fff;
2833
+ height: 40px;
2834
+ line-height: 40px;
2902
2835
  }
2903
2836
 
2904
- .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
2905
- .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
2906
- padding: 0;
2837
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2838
+ color: #fff;
2907
2839
  }
2908
2840
 
2909
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2910
- min-height: 39px;
2911
- padding-right: 10px;
2841
+ .e-multi-select-wrapper .e-chips.e-mob-chip {
2842
+ height: 28px;
2912
2843
  }
2913
2844
 
2914
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
2915
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
2916
- min-height: 32px;
2845
+ .e-popup.e-multi-select-list-wrapper {
2846
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2847
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2848
+ -webkit-box-sizing: content-box;
2849
+ box-sizing: content-box;
2850
+ overflow: initial;
2917
2851
  }
2918
2852
 
2919
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
2920
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
2921
- height: 22px;
2922
- min-height: 22px;
2923
- padding: 2px;
2853
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
2854
+ border-bottom: 1px solid transparent;
2855
+ border-left: 1px solid #e0e0e0;
2856
+ border-right: 1px solid #e0e0e0;
2857
+ border-top: 1px solid #fff;
2924
2858
  }
2925
2859
 
2926
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2927
- height: 39px;
2860
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
2861
+ background-color: transparent;
2862
+ border-color: transparent;
2863
+ color: rgba(0, 0, 0, 0.87);
2928
2864
  }
2929
2865
 
2930
- .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
2931
- .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
2932
- height: 32px;
2866
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
2867
+ background-color: transparent;
2868
+ border-color: transparent;
2869
+ color: rgba(0, 0, 0, 0.87);
2933
2870
  }
2934
2871
 
2935
- .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
2936
- .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
2937
- height: 22px;
2872
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
2873
+ color: rgba(0, 0, 0, 0.87);
2938
2874
  }
2939
2875
 
2940
- .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
2941
- min-height: 28px;
2876
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
2877
+ color: rgba(0, 0, 0, 0.87);
2942
2878
  }
2943
2879
 
2944
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
2945
- font-size: 13px;
2946
- line-height: 39px;
2880
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
2881
+ background-color: #eee;
2947
2882
  }
2948
2883
 
2949
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2950
- font-size: 14px;
2951
- line-height: 28px;
2884
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
2885
+ background-color: #eee;
2952
2886
  }
2953
2887
 
2954
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2955
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
2956
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2957
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2958
- font-size: 13px;
2959
- line-height: 32px;
2888
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
2889
+ border-bottom: 1px solid transparent;
2890
+ border-top: 1px solid transparent;
2960
2891
  }
2961
2892
 
2962
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
2963
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
2964
- line-height: 22px;
2893
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
2894
+ border-bottom: 1px solid transparent;
2965
2895
  }
2966
2896
 
2967
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2968
- height: 28px;
2897
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
2898
+ border-top: 1px solid transparent;
2969
2899
  }
2970
2900
 
2971
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2972
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2973
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
2974
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
2975
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2976
- height: 24px;
2901
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
2902
+ background-color: #e0e0e0;
2903
+ -webkit-box-shadow: none;
2904
+ box-shadow: none;
2905
+ color: #e3165b;
2906
+ border: 1px solid transparent;
2977
2907
  }
2978
2908
 
2979
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
2980
- height: 18px;
2909
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
2910
+ background-color: #e0e0e0;
2911
+ -webkit-box-shadow: none;
2912
+ box-shadow: none;
2913
+ color: #e3165b;
2914
+ border: 1px solid transparent;
2981
2915
  }
2982
2916
 
2983
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2984
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2985
- margin: 8px 8px 0 0;
2986
- padding: 0 8px;
2917
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
2918
+ border: 1px solid transparent;
2987
2919
  }
2988
2920
 
2989
- .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
2990
- .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
2991
- margin: 8px 0 0 8px;
2992
- padding: 0 8px;
2921
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
2922
+ border: 1px solid transparent;
2993
2923
  }
2994
2924
 
2995
- .e-small .e-filled .e-multi-select-wrapper .e-chips,
2996
- .e-small.e-filled .e-multi-select-wrapper .e-chips {
2997
- height: 16px 16px;
2998
- margin: 4px 4px 0 0;
2999
- padding-right: 8px;
2925
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2926
+ color: rgba(0, 0, 0, 0.42);
3000
2927
  }
3001
2928
 
3002
- .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
3003
- .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
3004
- margin: 4px 0 0 4px;
2929
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2930
+ color: rgba(0, 0, 0, 0.42);
3005
2931
  }
3006
2932
 
3007
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
3008
- height: 12px;
3009
- width: 12px;
2933
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2934
+ color: rgba(0, 0, 0, 0.42);
3010
2935
  }
3011
2936
 
3012
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
3013
- font-size: 13px;
3014
- padding: 0 8px 0 0;
2937
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2938
+ color: rgba(0, 0, 0, 0.42);
3015
2939
  }
3016
2940
 
3017
- .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
3018
- .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3019
- font-size: 12px;
2941
+ .e-ul.e-reorder {
2942
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
3020
2943
  }
3021
2944
 
3022
- .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3023
- font-size: 12px;
3024
- padding: 0 4px 0 0;
2945
+ .e-multi-select-list-wrapper .e-selectall-parent {
2946
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
3025
2947
  }
3026
2948
 
3027
- .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3028
- padding: 0 0 0 4px;
2949
+ .e-multi-select-wrapper .e-delim-values {
2950
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
2951
+ color: rgba(0, 0, 0, 0.87);
3029
2952
  }
3030
2953
 
3031
- .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
3032
- .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3033
- font-size: 10px;
2954
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2955
+ color: #000;
3034
2956
  }
3035
2957
 
3036
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
3037
- font-size: 13px;
3038
- padding-right: 4px;
2958
+ .e-small .e-multi-select-wrapper .e-chips {
2959
+ height: 20px;
3039
2960
  }
3040
2961
 
3041
- .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
3042
- .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
3043
- height: 38px;
3044
- margin-top: -38px;
3045
- right: 12px;
3046
- top: 100%;
3047
- width: 16px;
2962
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2963
+ font-size: 12px;
3048
2964
  }
3049
2965
 
3050
- .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3051
- .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3052
- .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3053
- .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
3054
- .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
3055
- display: none;
2966
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
2967
+ font-size: 14px;
3056
2968
  }
3057
2969
 
3058
- .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
3059
- margin-right: 0;
2970
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
2971
+ left: 6px;
3060
2972
  }
3061
2973
 
3062
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
3063
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
3064
- cursor: not-allowed;
2974
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2975
+ background-color: #e0e0e0;
3065
2976
  }
3066
2977
 
3067
- .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
3068
- .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
3069
- cursor: pointer;
2978
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
2979
+ background-color: rgb(206.15, 206.15, 206.15);
3070
2980
  }
3071
2981
 
3072
- .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
3073
- bottom: 0;
3074
- right: 0;
3075
- cursor: nwse-resize;
3076
- height: 15px;
3077
- position: absolute;
3078
- width: 15px;
2982
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
2983
+ background-color: rgb(213.8, 213.8, 213.8);
3079
2984
  }
3080
2985
 
3081
- .e-listbox-tool .e-moveup::before {
3082
- content: "\e651";
2986
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
2987
+ background-color: rgb(206.15, 206.15, 206.15);
3083
2988
  }
3084
2989
 
3085
- .e-listbox-tool .e-movedown::before {
3086
- content: "\e652";
2990
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
2991
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
2992
+ background-color: rgb(198.5, 198.5, 198.5);
3087
2993
  }
3088
2994
 
3089
- .e-listbox-tool .e-moveto::before {
3090
- content: "\e653";
2995
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
2996
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2997
+ background-color: rgb(198.5, 198.5, 198.5);
3091
2998
  }
3092
2999
 
3093
- .e-listbox-tool .e-movefrom::before {
3094
- content: "\e654";
3000
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
3001
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
3002
+ color: rgba(0, 0, 0, 0.87);
3095
3003
  }
3096
3004
 
3097
- .e-listbox-tool .e-moveallto::before {
3098
- content: "\e655";
3005
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
3006
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
3007
+ color: rgba(0, 0, 0, 0.87);
3099
3008
  }
3100
3009
 
3101
- .e-listbox-tool .e-moveallfrom::before {
3102
- content: "\e656";
3010
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3011
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3012
+ color: rgba(0, 0, 0, 0.54);
3103
3013
  }
3104
3014
 
3105
- .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3106
- .e-small .e-listbox-container.e-filter-list .e-list-parent {
3107
- height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3015
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
3016
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
3017
+ color: rgba(0, 0, 0, 0.87);
3108
3018
  }
3109
3019
 
3110
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3111
- height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3020
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
3021
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
3022
+ color: rgba(0, 0, 0, 0.54);
3112
3023
  }
3113
3024
 
3114
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3115
- height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3025
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
3026
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
3027
+ color: #fff;
3116
3028
  }
3117
3029
 
3118
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3119
- height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
3030
+ .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
3031
+ .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
3032
+ color: rgba(0, 0, 0, 0.87);
3120
3033
  }
3121
3034
 
3122
- .e-listbox-wrapper,
3123
- .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
3124
- .e-listboxtool-container.e-listbox-container .e-ul {
3125
- border: 1px solid #e0e0e0;
3035
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
3036
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
3037
+ color: rgba(0, 0, 0, 0.6);
3126
3038
  }
3127
3039
 
3128
- .e-listbox-wrapper,
3129
- .e-listbox-container,
3130
- .e-listboxtool-wrapper {
3131
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
3132
- font-size: 15px;
3133
- }
3134
- .e-listbox-wrapper .e-list-header,
3135
- .e-listbox-container .e-list-header,
3136
- .e-listboxtool-wrapper .e-list-header {
3137
- background-color: #fff;
3138
- border-color: rgba(0, 0, 0, 0.12);
3139
- color: rgba(0, 0, 0, 0.87);
3140
- font-size: 20px;
3040
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
3041
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
3042
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
3043
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
3044
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3045
+ color: rgba(0, 0, 0, 0.38);
3141
3046
  }
3142
3047
 
3143
- .e-listbox-wrapper.e-filter-list .e-list-parent,
3144
- .e-listbox-container.e-filter-list .e-list-parent,
3145
- .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3146
- height: calc(100% - 48px);
3048
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
3049
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
3050
+ color: rgba(0, 0, 0, 0.42);
3147
3051
  }
3148
3052
 
3149
- .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3150
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3151
- .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3152
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3053
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
3054
+ background-color: #f5f5f5;
3153
3055
  }
3154
3056
 
3155
- .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3156
- .e-listbox-container .e-selectall-parent + .e-list-parent,
3157
- .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3158
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3057
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
3058
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
3059
+ background-color: #3f51b5;
3060
+ border-radius: 4px;
3061
+ -webkit-box-sizing: border-box;
3062
+ box-sizing: border-box;
3063
+ color: #fff;
3064
+ height: 40px;
3065
+ line-height: 40px;
3066
+ margin-left: 0;
3067
+ margin-right: 0;
3068
+ width: 100%;
3159
3069
  }
3160
3070
 
3161
- .e-listbox-wrapper .e-list-item,
3162
- .e-listbox-container .e-list-item,
3163
- .e-listboxtool-wrapper .e-list-item {
3164
- background-color: #fff;
3165
- border-bottom: 0 solid transparent;
3166
- border-left: 0 solid transparent;
3167
- border-right: 0 solid transparent;
3168
- border-top: 0 solid transparent;
3169
- color: rgba(0, 0, 0, 0.87);
3071
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
3072
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
3073
+ width: 33px;
3170
3074
  }
3171
3075
 
3172
- .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),
3173
- .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
3174
- .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3175
- .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
3176
- .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
3177
- background-color: #eee;
3178
- border-color: transparent;
3179
- color: rgba(0, 0, 0, 0.87);
3076
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
3077
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
3078
+ color: #fff;
3180
3079
  }
3181
3080
 
3182
- .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
3183
- .e-listbox-container .e-list-item.e-selected.e-checklist,
3184
- .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
3185
- background-color: #fff;
3186
- color: rgba(0, 0, 0, 0.87);
3081
+ .e-listbox-tool .e-moveup::before {
3082
+ content: "\e651";
3187
3083
  }
3188
3084
 
3189
- .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,
3190
- .e-listbox-container .e-list-item.e-focused,
3191
- .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
3192
- .e-listbox-container .e-list-item.e-selected,
3193
- .e-listboxtool-wrapper .e-list-item.e-focused,
3194
- .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
3195
- .e-listboxtool-wrapper .e-list-item.e-selected {
3196
- background-color: #f5f5f5;
3197
- color: rgba(0, 0, 0, 0.87);
3085
+ .e-listbox-tool .e-movedown::before {
3086
+ content: "\e652";
3198
3087
  }
3199
3088
 
3200
- .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,
3201
- .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3202
- .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3203
- .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3204
- .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
3205
- background-color: #e3165b;
3206
- border-color: transparent;
3207
- color: #fff;
3089
+ .e-listbox-tool .e-moveto::before {
3090
+ content: "\e653";
3208
3091
  }
3209
3092
 
3210
- .e-listbox-wrapper .e-list-group-item,
3211
- .e-listbox-container .e-list-group-item,
3212
- .e-listboxtool-wrapper .e-list-group-item {
3213
- background-color: #fafafa;
3214
- border-color: rgba(0, 0, 0, 0.12);
3215
- color: rgba(0, 0, 0, 0.54);
3216
- font-size: 15px;
3093
+ .e-listbox-tool .e-movefrom::before {
3094
+ content: "\e654";
3217
3095
  }
3218
3096
 
3219
- .e-listbox-wrapper .e-selectall-parent,
3220
- .e-listbox-container .e-selectall-parent,
3221
- .e-listboxtool-wrapper .e-selectall-parent {
3222
- background-color: #fff;
3223
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
3224
- color: rgba(0, 0, 0, 0.87);
3097
+ .e-listbox-tool .e-moveallto::before {
3098
+ content: "\e655";
3225
3099
  }
3226
3100
 
3227
- .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
3228
- .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
3229
- .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
3230
- background-color: transparent;
3101
+ .e-listbox-tool .e-moveallfrom::before {
3102
+ content: "\e656";
3231
3103
  }
3232
3104
 
3233
- .e-listbox-wrapper.e-list-template .e-list-wrapper,
3234
- .e-listbox-container.e-list-template .e-list-wrapper,
3235
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
3236
- height: inherit;
3105
+ /* stylelint-disable property-no-vendor-prefix */
3106
+ .e-listbox-wrapper,
3107
+ .e-listbox-container,
3108
+ .e-listboxtool-wrapper {
3109
+ -webkit-overflow-scrolling: touch;
3110
+ -webkit-box-sizing: border-box;
3111
+ box-sizing: border-box;
3112
+ cursor: pointer;
3113
+ display: block;
3237
3114
  position: relative;
3115
+ -webkit-user-select: none;
3116
+ -moz-user-select: none;
3117
+ -ms-user-select: none;
3118
+ user-select: none;
3119
+ width: 100%;
3238
3120
  }
3239
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3240
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3241
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
3242
- padding: 0.2667em 1.0666em;
3243
- }
3244
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
3245
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
3246
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
3247
- padding: 1.0666em;
3121
+ .e-listbox-wrapper *,
3122
+ .e-listbox-container *,
3123
+ .e-listboxtool-wrapper * {
3124
+ -webkit-box-sizing: border-box;
3125
+ box-sizing: border-box;
3248
3126
  }
3249
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3250
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3251
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
3252
- color: rgba(0, 0, 0, 0.87);
3253
- display: block;
3254
- font-size: 15px;
3255
- font-weight: 500;
3256
- margin: 0;
3257
- overflow: hidden;
3258
- padding: 0.115em 0;
3259
- text-overflow: ellipsis;
3260
- white-space: nowrap;
3127
+ .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
3128
+ .e-listbox-container.e-listboxtool-container .e-list-wrap,
3129
+ .e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
3130
+ width: 86% !important; /* stylelint-disable-line declaration-no-important */
3261
3131
  }
3262
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3263
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3264
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
3265
- color: rgba(0, 0, 0, 0.54);
3266
- display: block;
3267
- font-size: 13px;
3268
- margin: 0;
3269
- padding: 0.115em 0;
3270
- word-wrap: break-word;
3132
+ .e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
3133
+ .e-listbox-container .e-list-wrap:focus-visible,
3134
+ .e-listbox-container:focus,
3135
+ .e-listboxtool-wrapper .e-list-wrap:focus-visible,
3136
+ .e-listboxtool-wrapper:focus {
3137
+ outline: none;
3271
3138
  }
3272
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3273
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3274
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
3275
- overflow: hidden;
3276
- text-overflow: ellipsis;
3277
- white-space: nowrap;
3139
+ .e-listbox-wrapper.e-disabled,
3140
+ .e-listbox-container.e-disabled,
3141
+ .e-listboxtool-wrapper.e-disabled {
3142
+ cursor: default;
3143
+ pointer-events: none;
3278
3144
  }
3279
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3280
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3281
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3282
- height: 2.6667em;
3283
- left: 1.0667em;
3284
- position: absolute;
3285
- width: 2.6667em;
3286
- left: 1.0667em;
3145
+ .e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
3146
+ .e-listbox-container:not(.e-list-template) .e-list-nrt,
3147
+ .e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
3148
+ text-align: center;
3287
3149
  }
3288
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3289
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3290
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3291
- padding-left: 4.8em;
3292
- padding-right: 1.0666em;
3150
+ .e-listbox-wrapper .e-list-parent,
3151
+ .e-listbox-container .e-list-parent,
3152
+ .e-listboxtool-wrapper .e-list-parent {
3153
+ height: 100%;
3154
+ min-height: 36px;
3293
3155
  }
3294
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3295
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3296
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3297
- padding-left: 1.0666em;
3298
- padding-right: 4.8em;
3299
- }
3300
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3301
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3302
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3303
- height: 2.6667em;
3304
- left: 1.0667em;
3305
- position: absolute;
3306
- width: 2.6667em;
3307
- right: 1.0667em;
3308
- }
3309
- .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,
3310
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3311
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3312
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3313
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3314
- top: 1.0666em;
3315
- }
3316
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3317
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3318
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3319
- font-size: 12px;
3320
- height: 1.6666em;
3321
- line-height: 1.8666em;
3322
- padding: 0;
3323
- position: absolute;
3324
- right: 1.33em;
3325
- top: 50%;
3326
- -webkit-transform: translateY(-50%);
3327
- transform: translateY(-50%);
3328
- width: 2.5em;
3329
- }
3330
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3331
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3332
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3333
- padding-left: 4.8em;
3334
- padding-right: 4.1333em;
3335
- }
3336
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3337
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3338
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3339
- padding-left: 1.0666em;
3340
- padding-right: 4.1333em;
3341
- }
3342
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3343
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3344
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
3345
- display: block;
3346
- margin: 0;
3347
- overflow: hidden;
3348
- padding: 0.72em 0;
3349
- text-overflow: ellipsis;
3350
- white-space: nowrap;
3351
- }
3352
- .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,
3353
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3354
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3355
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3356
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
3357
- color: rgba(0, 0, 0, 0.87);
3358
- }
3359
- .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,
3360
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
3361
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
3362
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
3363
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
3364
- color: rgba(0, 0, 0, 0.87);
3365
- }
3366
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3367
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3368
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3369
- left: inherit;
3370
- right: 1.0667em;
3371
- }
3372
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3373
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3374
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3375
- padding-left: 1.0666em;
3376
- padding-right: 4.8em;
3377
- }
3378
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3379
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3380
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3381
- padding-left: 4.8em;
3382
- padding-right: 1.0666em;
3383
- }
3384
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3385
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3386
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3387
- left: 1.0667em;
3388
- right: inherit;
3389
- }
3390
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3391
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3392
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3393
- left: 1.33em;
3394
- right: inherit;
3395
- }
3396
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3397
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3398
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3399
- padding-left: 4.1333em;
3400
- padding-right: 4.8em;
3401
- }
3402
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3403
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3404
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3405
- padding-left: 4.1333em;
3406
- padding-right: 1.0666em;
3407
- }
3408
-
3409
- .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 {
3410
- height: 100%;
3411
- }
3412
-
3413
- .e-listbox-container.e-filter-list .e-list-wrap {
3414
- height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
3415
- }
3416
-
3417
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3418
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3419
- }
3420
-
3421
- .e-listbox-container .e-selectall-parent + .e-list-wrap {
3422
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3423
- }
3424
-
3425
- /* stylelint-disable property-no-vendor-prefix */
3426
- .e-listbox-wrapper,
3427
- .e-listbox-container,
3428
- .e-listboxtool-wrapper {
3429
- -webkit-overflow-scrolling: touch;
3430
- -webkit-box-sizing: border-box;
3431
- box-sizing: border-box;
3432
- cursor: pointer;
3433
- display: block;
3434
- position: relative;
3435
- -webkit-user-select: none;
3436
- -moz-user-select: none;
3437
- -ms-user-select: none;
3438
- user-select: none;
3439
- width: 100%;
3440
- }
3441
- .e-listbox-wrapper *,
3442
- .e-listbox-container *,
3443
- .e-listboxtool-wrapper * {
3444
- -webkit-box-sizing: border-box;
3445
- box-sizing: border-box;
3446
- }
3447
- .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
3448
- .e-listbox-container.e-listboxtool-container .e-list-wrap,
3449
- .e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
3450
- width: 86% !important; /* stylelint-disable-line declaration-no-important */
3451
- }
3452
- .e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
3453
- .e-listbox-container .e-list-wrap:focus-visible,
3454
- .e-listbox-container:focus,
3455
- .e-listboxtool-wrapper .e-list-wrap:focus-visible,
3456
- .e-listboxtool-wrapper:focus {
3457
- outline: none;
3458
- }
3459
- .e-listbox-wrapper.e-disabled,
3460
- .e-listbox-container.e-disabled,
3461
- .e-listboxtool-wrapper.e-disabled {
3462
- cursor: default;
3463
- pointer-events: none;
3464
- }
3465
- .e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
3466
- .e-listbox-container:not(.e-list-template) .e-list-nrt,
3467
- .e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
3468
- text-align: center;
3469
- }
3470
- .e-listbox-wrapper .e-list-parent,
3471
- .e-listbox-container .e-list-parent,
3472
- .e-listboxtool-wrapper .e-list-parent {
3473
- height: 100%;
3474
- min-height: 36px;
3475
- }
3476
- .e-listbox-wrapper .e-list-item,
3477
- .e-listbox-container .e-list-item,
3478
- .e-listboxtool-wrapper .e-list-item {
3479
- border-bottom: 0 solid;
3480
- outline: none;
3156
+ .e-listbox-wrapper .e-list-item,
3157
+ .e-listbox-container .e-list-item,
3158
+ .e-listboxtool-wrapper .e-list-item {
3159
+ border-bottom: 0 solid;
3160
+ outline: none;
3481
3161
  }
3482
3162
  .e-listbox-wrapper .e-list-item.e-disabled,
3483
3163
  .e-listbox-container .e-list-item.e-disabled,
@@ -3878,4 +3558,324 @@ ejs-listbox {
3878
3558
  width: auto;
3879
3559
  height: auto;
3880
3560
  padding-bottom: 2px;
3561
+ }
3562
+
3563
+ .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3564
+ .e-small .e-listbox-container.e-filter-list .e-list-parent {
3565
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3566
+ }
3567
+
3568
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3569
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3570
+ }
3571
+
3572
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3573
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3574
+ }
3575
+
3576
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3577
+ height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
3578
+ }
3579
+
3580
+ .e-listbox-wrapper,
3581
+ .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
3582
+ .e-listboxtool-container.e-listbox-container .e-ul {
3583
+ border: 1px solid #e0e0e0;
3584
+ }
3585
+
3586
+ .e-listbox-wrapper,
3587
+ .e-listbox-container,
3588
+ .e-listboxtool-wrapper {
3589
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
3590
+ font-size: 15px;
3591
+ }
3592
+ .e-listbox-wrapper .e-list-header,
3593
+ .e-listbox-container .e-list-header,
3594
+ .e-listboxtool-wrapper .e-list-header {
3595
+ background-color: #fff;
3596
+ border-color: rgba(0, 0, 0, 0.12);
3597
+ color: rgba(0, 0, 0, 0.87);
3598
+ font-size: 20px;
3599
+ }
3600
+
3601
+ .e-listbox-wrapper.e-filter-list .e-list-parent,
3602
+ .e-listbox-container.e-filter-list .e-list-parent,
3603
+ .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3604
+ height: calc(100% - 48px);
3605
+ }
3606
+
3607
+ .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3608
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3609
+ .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3610
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3611
+ }
3612
+
3613
+ .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3614
+ .e-listbox-container .e-selectall-parent + .e-list-parent,
3615
+ .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3616
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3617
+ }
3618
+
3619
+ .e-listbox-wrapper .e-list-item,
3620
+ .e-listbox-container .e-list-item,
3621
+ .e-listboxtool-wrapper .e-list-item {
3622
+ background-color: #fff;
3623
+ border-bottom: 0 solid transparent;
3624
+ border-left: 0 solid transparent;
3625
+ border-right: 0 solid transparent;
3626
+ border-top: 0 solid transparent;
3627
+ color: rgba(0, 0, 0, 0.87);
3628
+ }
3629
+
3630
+ .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),
3631
+ .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
3632
+ .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
3633
+ .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
3634
+ .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
3635
+ background-color: #eee;
3636
+ border-color: transparent;
3637
+ color: rgba(0, 0, 0, 0.87);
3638
+ }
3639
+
3640
+ .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
3641
+ .e-listbox-container .e-list-item.e-selected.e-checklist,
3642
+ .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
3643
+ background-color: #fff;
3644
+ color: rgba(0, 0, 0, 0.87);
3645
+ }
3646
+
3647
+ .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,
3648
+ .e-listbox-container .e-list-item.e-focused,
3649
+ .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
3650
+ .e-listbox-container .e-list-item.e-selected,
3651
+ .e-listboxtool-wrapper .e-list-item.e-focused,
3652
+ .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
3653
+ .e-listboxtool-wrapper .e-list-item.e-selected {
3654
+ background-color: #f5f5f5;
3655
+ color: rgba(0, 0, 0, 0.87);
3656
+ }
3657
+
3658
+ .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,
3659
+ .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3660
+ .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
3661
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
3662
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
3663
+ background-color: #e3165b;
3664
+ border-color: transparent;
3665
+ color: #fff;
3666
+ }
3667
+
3668
+ .e-listbox-wrapper .e-list-group-item,
3669
+ .e-listbox-container .e-list-group-item,
3670
+ .e-listboxtool-wrapper .e-list-group-item {
3671
+ background-color: #fafafa;
3672
+ border-color: rgba(0, 0, 0, 0.12);
3673
+ color: rgba(0, 0, 0, 0.54);
3674
+ font-size: 15px;
3675
+ }
3676
+
3677
+ .e-listbox-wrapper .e-selectall-parent,
3678
+ .e-listbox-container .e-selectall-parent,
3679
+ .e-listboxtool-wrapper .e-selectall-parent {
3680
+ background-color: #fff;
3681
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
3682
+ color: rgba(0, 0, 0, 0.87);
3683
+ }
3684
+
3685
+ .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
3686
+ .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
3687
+ .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
3688
+ background-color: transparent;
3689
+ }
3690
+
3691
+ .e-listbox-wrapper.e-list-template .e-list-wrapper,
3692
+ .e-listbox-container.e-list-template .e-list-wrapper,
3693
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
3694
+ height: inherit;
3695
+ position: relative;
3696
+ }
3697
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3698
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
3699
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
3700
+ padding: 0.2667em 1.0666em;
3701
+ }
3702
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
3703
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
3704
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
3705
+ padding: 1.0666em;
3706
+ }
3707
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3708
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
3709
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
3710
+ color: rgba(0, 0, 0, 0.87);
3711
+ display: block;
3712
+ font-size: 15px;
3713
+ font-weight: 500;
3714
+ margin: 0;
3715
+ overflow: hidden;
3716
+ padding: 0.115em 0;
3717
+ text-overflow: ellipsis;
3718
+ white-space: nowrap;
3719
+ }
3720
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3721
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
3722
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
3723
+ color: rgba(0, 0, 0, 0.54);
3724
+ display: block;
3725
+ font-size: 13px;
3726
+ margin: 0;
3727
+ padding: 0.115em 0;
3728
+ word-wrap: break-word;
3729
+ }
3730
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3731
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
3732
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
3733
+ overflow: hidden;
3734
+ text-overflow: ellipsis;
3735
+ white-space: nowrap;
3736
+ }
3737
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3738
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3739
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3740
+ height: 2.6667em;
3741
+ left: 1.0667em;
3742
+ position: absolute;
3743
+ width: 2.6667em;
3744
+ left: 1.0667em;
3745
+ }
3746
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3747
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3748
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3749
+ padding-left: 4.8em;
3750
+ padding-right: 1.0666em;
3751
+ }
3752
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3753
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3754
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3755
+ padding-left: 1.0666em;
3756
+ padding-right: 4.8em;
3757
+ }
3758
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3759
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3760
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3761
+ height: 2.6667em;
3762
+ left: 1.0667em;
3763
+ position: absolute;
3764
+ width: 2.6667em;
3765
+ right: 1.0667em;
3766
+ }
3767
+ .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,
3768
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3769
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3770
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
3771
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3772
+ top: 1.0666em;
3773
+ }
3774
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3775
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3776
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3777
+ font-size: 12px;
3778
+ height: 1.6666em;
3779
+ line-height: 1.8666em;
3780
+ padding: 0;
3781
+ position: absolute;
3782
+ right: 1.33em;
3783
+ top: 50%;
3784
+ -webkit-transform: translateY(-50%);
3785
+ transform: translateY(-50%);
3786
+ width: 2.5em;
3787
+ }
3788
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3789
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3790
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3791
+ padding-left: 4.8em;
3792
+ padding-right: 4.1333em;
3793
+ }
3794
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3795
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3796
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3797
+ padding-left: 1.0666em;
3798
+ padding-right: 4.1333em;
3799
+ }
3800
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3801
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
3802
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
3803
+ display: block;
3804
+ margin: 0;
3805
+ overflow: hidden;
3806
+ padding: 0.72em 0;
3807
+ text-overflow: ellipsis;
3808
+ white-space: nowrap;
3809
+ }
3810
+ .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,
3811
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3812
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
3813
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
3814
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
3815
+ color: rgba(0, 0, 0, 0.87);
3816
+ }
3817
+ .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,
3818
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
3819
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
3820
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
3821
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
3822
+ color: rgba(0, 0, 0, 0.87);
3823
+ }
3824
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3825
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
3826
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
3827
+ left: inherit;
3828
+ right: 1.0667em;
3829
+ }
3830
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3831
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
3832
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
3833
+ padding-left: 1.0666em;
3834
+ padding-right: 4.8em;
3835
+ }
3836
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3837
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
3838
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
3839
+ padding-left: 4.8em;
3840
+ padding-right: 1.0666em;
3841
+ }
3842
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3843
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
3844
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
3845
+ left: 1.0667em;
3846
+ right: inherit;
3847
+ }
3848
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3849
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
3850
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
3851
+ left: 1.33em;
3852
+ right: inherit;
3853
+ }
3854
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3855
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
3856
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
3857
+ padding-left: 4.1333em;
3858
+ padding-right: 4.8em;
3859
+ }
3860
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3861
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
3862
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3863
+ padding-left: 4.1333em;
3864
+ padding-right: 1.0666em;
3865
+ }
3866
+
3867
+ .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 {
3868
+ height: 100%;
3869
+ }
3870
+
3871
+ .e-listbox-container.e-filter-list .e-list-wrap {
3872
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
3873
+ }
3874
+
3875
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3876
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3877
+ }
3878
+
3879
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3880
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3881
3881
  }