@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;
@@ -197,217 +327,87 @@
197
327
  padding: 0 12px 0 0;
198
328
  }
199
329
 
200
- .e-dropdownbase {
201
- display: block;
202
- height: 100%;
203
- min-height: 36px;
204
- position: relative;
205
- width: 100%;
330
+ .e-bigger .e-dropdownbase,
331
+ .e-dropdownbase.e-bigger {
332
+ min-height: 45px;
206
333
  }
207
- .e-dropdownbase .e-list-parent {
208
- margin: 0;
209
- padding: 0;
334
+ .e-bigger .e-dropdownbase .e-list-item,
335
+ .e-dropdownbase.e-bigger .e-list-item {
336
+ line-height: 48px;
337
+ text-indent: 16px;
210
338
  }
211
339
 
212
- .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
213
- cursor: default;
340
+ .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
341
+ .e-dropdownbase.e-bigger .e-list-group-item,
342
+ .e-dropdownbase.e-bigger .e-fixed-head {
343
+ line-height: 48px;
344
+ text-indent: 16px;
214
345
  }
215
346
 
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%;
347
+ .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
348
+ .e-dropdownbase.e-bigger .e-list-item .e-list-icon {
349
+ font-size: 20px;
224
350
  }
225
351
 
226
- .e-dropdownbase .e-list-item .e-list-icon {
227
- font-size: 16px;
228
- vertical-align: middle;
352
+ .e-bigger .e-dropdownbase.e-dd-group .e-list-item {
353
+ padding-left: 2em;
229
354
  }
230
355
 
231
- .e-dropdownbase .e-fixed-head {
232
- position: absolute;
233
- top: 0;
356
+ .e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
357
+ padding-left: 2em;
234
358
  }
235
359
 
236
- .e-dropdownbase.e-content {
237
- overflow: auto;
238
- position: relative;
360
+ .e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
361
+ .e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
362
+ .e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
363
+ .e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
364
+ .e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
365
+ padding-left: 16px;
366
+ padding-right: 0;
239
367
  }
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;
368
+ .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
246
369
  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;
370
+ padding-left: 16px;
258
371
  }
259
372
 
260
- .e-mention.e-popup .e-dropdownbase {
261
- min-height: 36px;
373
+ .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
374
+ .e-dropdownbase.e-bigger.e-small .e-list-group-item,
375
+ .e-dropdownbase.e-bigger.e-small .e-fixed-head {
376
+ font-size: 13px;
262
377
  }
263
378
 
264
- .e-mention .e-dropdownbase .e-list-item .e-highlight {
265
- display: inline;
266
- font-weight: bold;
267
- vertical-align: baseline;
379
+ .e-bigger.e-small .e-dropdownbase .e-list-item,
380
+ .e-dropdownbase.e-small.e-bigger .e-list-item {
381
+ color: #000;
382
+ line-height: 40px;
383
+ min-height: 40px;
384
+ text-indent: 16px;
268
385
  }
269
386
 
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;
387
+ .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
388
+ .e-dropdownbase.e-small.e-bigger .e-list-group-item,
389
+ .e-dropdownbase.e-small.e-bigger .e-fixed-head {
390
+ line-height: 40px;
391
+ min-height: 40px;
392
+ padding-left: 16px;
277
393
  }
278
394
 
279
- .e-mention.e-editable-element {
280
- border: 2px solid #e0e0e0;
281
- height: auto;
282
- min-height: 120px;
283
- width: 100%;
395
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
396
+ .e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
397
+ font-size: 18px;
284
398
  }
285
399
 
286
- .e-form-mirror-div {
287
- white-space: pre-wrap;
400
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
401
+ padding: 0 16px 0 0;
288
402
  }
289
403
 
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
- .e-dropdownbase .e-list-item .e-list-icon {
323
- padding: 0 16px 0 0;
324
- }
325
-
326
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
327
- padding: 0 12px 0 0;
328
- }
329
-
330
- .e-bigger .e-dropdownbase,
331
- .e-dropdownbase.e-bigger {
332
- min-height: 45px;
333
- }
334
- .e-bigger .e-dropdownbase .e-list-item,
335
- .e-dropdownbase.e-bigger .e-list-item {
336
- line-height: 48px;
337
- text-indent: 16px;
338
- }
339
-
340
- .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
341
- .e-dropdownbase.e-bigger .e-list-group-item,
342
- .e-dropdownbase.e-bigger .e-fixed-head {
343
- line-height: 48px;
344
- text-indent: 16px;
345
- }
346
-
347
- .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
348
- .e-dropdownbase.e-bigger .e-list-item .e-list-icon {
349
- font-size: 20px;
350
- }
351
-
352
- .e-bigger .e-dropdownbase.e-dd-group .e-list-item {
353
- padding-left: 2em;
354
- }
355
-
356
- .e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
357
- padding-left: 2em;
358
- }
359
-
360
- .e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
361
- .e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
362
- .e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
363
- .e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
364
- .e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
365
- padding-left: 16px;
366
- padding-right: 0;
367
- }
368
- .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
369
- font-size: 14px;
370
- padding-left: 16px;
371
- }
372
-
373
- .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
374
- .e-dropdownbase.e-bigger.e-small .e-list-group-item,
375
- .e-dropdownbase.e-bigger.e-small .e-fixed-head {
376
- font-size: 13px;
377
- }
378
-
379
- .e-bigger.e-small .e-dropdownbase .e-list-item,
380
- .e-dropdownbase.e-small.e-bigger .e-list-item {
381
- color: #000;
382
- line-height: 40px;
383
- min-height: 40px;
384
- text-indent: 16px;
385
- }
386
-
387
- .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
388
- .e-dropdownbase.e-small.e-bigger .e-list-group-item,
389
- .e-dropdownbase.e-small.e-bigger .e-fixed-head {
390
- line-height: 40px;
391
- min-height: 40px;
392
- padding-left: 16px;
393
- }
394
-
395
- .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
396
- .e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
397
- font-size: 18px;
398
- }
399
-
400
- .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
401
- padding: 0 16px 0 0;
402
- }
403
-
404
- /* stylelint-disable property-no-vendor-prefix */
405
- @-webkit-keyframes e-input-ripple {
406
- 100% {
407
- opacity: 0;
408
- -webkit-transform: scale(4);
409
- transform: scale(4);
410
- }
404
+ /* stylelint-disable property-no-vendor-prefix */
405
+ @-webkit-keyframes e-input-ripple {
406
+ 100% {
407
+ opacity: 0;
408
+ -webkit-transform: scale(4);
409
+ transform: scale(4);
410
+ }
411
411
  }
412
412
  @keyframes e-input-ripple {
413
413
  100% {
@@ -668,106 +668,6 @@
668
668
  padding: 4px 8px;
669
669
  }
670
670
 
671
- .e-popup {
672
- border-color: #e0e0e0;
673
- }
674
-
675
- .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
676
- .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
677
- color: #e3165b;
678
- }
679
-
680
- .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
681
- border-color: transparent;
682
- }
683
-
684
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
685
- -webkit-transform: rotate(0deg);
686
- transform: rotate(0deg);
687
- -webkit-transition: -webkit-transform 300ms ease;
688
- transition: -webkit-transform 300ms ease;
689
- transition: transform 300ms ease;
690
- transition: transform 300ms ease, -webkit-transform 300ms ease;
691
- }
692
-
693
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
694
- -webkit-transform: rotate(180deg);
695
- transform: rotate(180deg);
696
- -webkit-transition: -webkit-transform 300ms ease;
697
- transition: -webkit-transform 300ms ease;
698
- transition: transform 300ms ease;
699
- transition: transform 300ms ease, -webkit-transform 300ms ease;
700
- }
701
-
702
- .e-dropdownbase .e-list-item.e-active.e-hover {
703
- color: #e3165b;
704
- }
705
-
706
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
707
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
708
- .e-input-group:not(.e-disabled) .e-back-icon:active,
709
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
710
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
711
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
712
- background: transparent;
713
- }
714
-
715
- .e-input-group .e-ddl-icon:not(:active)::after {
716
- -webkit-animation: none;
717
- animation: none;
718
- }
719
-
720
- .e-ddl.e-popup {
721
- border: 0;
722
- -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);
723
- 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);
724
- margin-top: 2px;
725
- }
726
-
727
- .e-popup.e-ddl .e-dropdownbase {
728
- min-height: 26px;
729
- }
730
-
731
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
732
- margin: 6px 6px 5px;
733
- min-height: 12px;
734
- min-width: 12px;
735
- padding: 6px;
736
- }
737
-
738
- .e-input-group.e-ddl,
739
- .e-input-group.e-ddl .e-input,
740
- .e-input-group.e-ddl .e-ddl-icon {
741
- background: transparent;
742
- }
743
-
744
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
745
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
746
- border-bottom-width: 0;
747
- }
748
-
749
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
750
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
751
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
752
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
753
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
754
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
755
- margin: 0;
756
- }
757
-
758
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
759
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
760
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
761
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
762
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
763
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
764
- padding: 5px 5px 5px 12px;
765
- }
766
-
767
- .e-ddl.e-popup.e-outline .e-filter-parent {
768
- padding: 4px 8px;
769
- }
770
-
771
671
  .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
772
672
  width: 100%;
773
673
  border: 0 solid;
@@ -1083,40 +983,140 @@ ejs-dropdownlist {
1083
983
  padding: 4px 8px;
1084
984
  }
1085
985
 
1086
- .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
1087
- margin-left: -20px;
986
+ .e-popup {
987
+ border-color: #e0e0e0;
1088
988
  }
1089
989
 
1090
- .e-bigger .e-ddl.e-popup .e-list-item {
1091
- font-size: 14px;
1092
- }
1093
- .e-bigger .e-ddl.e-popup .e-list-group-item {
1094
- font-size: 14px;
1095
- }
1096
- .e-bigger .e-ddl.e-popup .e-input-group {
1097
- padding: 4px 0;
990
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
991
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
992
+ color: #e3165b;
1098
993
  }
1099
994
 
1100
- .e-bigger.e-ddl.e-popup .e-list-item {
1101
- font-size: 14px;
1102
- }
1103
- .e-bigger.e-ddl.e-popup .e-list-group-item {
1104
- font-size: 14px;
1105
- }
1106
- .e-bigger.e-ddl.e-popup .e-input-group {
1107
- padding: 4px 0;
995
+ .e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
996
+ border-color: transparent;
1108
997
  }
1109
998
 
1110
- .e-bigger.e-small .e-ddl.e-popup .e-list-item,
1111
- .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
1112
- font-size: 13px;
1113
- }
1114
- .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
1115
- .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
1116
- font-size: 13px;
999
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
1000
+ -webkit-transform: rotate(0deg);
1001
+ transform: rotate(0deg);
1002
+ -webkit-transition: -webkit-transform 300ms ease;
1003
+ transition: -webkit-transform 300ms ease;
1004
+ transition: transform 300ms ease;
1005
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
1117
1006
  }
1118
1007
 
1119
- .e-bigger.e-small.e-ddl.e-popup .e-list-item,
1008
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
1009
+ -webkit-transform: rotate(180deg);
1010
+ transform: rotate(180deg);
1011
+ -webkit-transition: -webkit-transform 300ms ease;
1012
+ transition: -webkit-transform 300ms ease;
1013
+ transition: transform 300ms ease;
1014
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
1015
+ }
1016
+
1017
+ .e-dropdownbase .e-list-item.e-active.e-hover {
1018
+ color: #e3165b;
1019
+ }
1020
+
1021
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
1022
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
1023
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
1024
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
1025
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
1026
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
1027
+ background: transparent;
1028
+ }
1029
+
1030
+ .e-input-group .e-ddl-icon:not(:active)::after {
1031
+ -webkit-animation: none;
1032
+ animation: none;
1033
+ }
1034
+
1035
+ .e-ddl.e-popup {
1036
+ border: 0;
1037
+ -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);
1038
+ 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);
1039
+ margin-top: 2px;
1040
+ }
1041
+
1042
+ .e-popup.e-ddl .e-dropdownbase {
1043
+ min-height: 26px;
1044
+ }
1045
+
1046
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
1047
+ margin: 6px 6px 5px;
1048
+ min-height: 12px;
1049
+ min-width: 12px;
1050
+ padding: 6px;
1051
+ }
1052
+
1053
+ .e-input-group.e-ddl,
1054
+ .e-input-group.e-ddl .e-input,
1055
+ .e-input-group.e-ddl .e-ddl-icon {
1056
+ background: transparent;
1057
+ }
1058
+
1059
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
1060
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
1061
+ border-bottom-width: 0;
1062
+ }
1063
+
1064
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
1065
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
1066
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
1067
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
1068
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
1069
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
1070
+ margin: 0;
1071
+ }
1072
+
1073
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
1074
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
1075
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
1076
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
1077
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
1078
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
1079
+ padding: 5px 5px 5px 12px;
1080
+ }
1081
+
1082
+ .e-ddl.e-popup.e-outline .e-filter-parent {
1083
+ padding: 4px 8px;
1084
+ }
1085
+
1086
+ .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
1087
+ margin-left: -20px;
1088
+ }
1089
+
1090
+ .e-bigger .e-ddl.e-popup .e-list-item {
1091
+ font-size: 14px;
1092
+ }
1093
+ .e-bigger .e-ddl.e-popup .e-list-group-item {
1094
+ font-size: 14px;
1095
+ }
1096
+ .e-bigger .e-ddl.e-popup .e-input-group {
1097
+ padding: 4px 0;
1098
+ }
1099
+
1100
+ .e-bigger.e-ddl.e-popup .e-list-item {
1101
+ font-size: 14px;
1102
+ }
1103
+ .e-bigger.e-ddl.e-popup .e-list-group-item {
1104
+ font-size: 14px;
1105
+ }
1106
+ .e-bigger.e-ddl.e-popup .e-input-group {
1107
+ padding: 4px 0;
1108
+ }
1109
+
1110
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
1111
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
1112
+ font-size: 13px;
1113
+ }
1114
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
1115
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
1116
+ font-size: 13px;
1117
+ }
1118
+
1119
+ .e-bigger.e-small.e-ddl.e-popup .e-list-item,
1120
1120
  .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
1121
1121
  font-size: 13px;
1122
1122
  }
@@ -1200,39 +1200,6 @@ ejs-dropdownlist {
1200
1200
  content: "\e7e9";
1201
1201
  }
1202
1202
 
1203
- /* stylelint-disable */
1204
- .e-ddt .e-chips {
1205
- background-color: #eee;
1206
- }
1207
- .e-ddt .e-chips .e-chips-close::before {
1208
- color: rgba(0, 0, 0, 0.54);
1209
- }
1210
- .e-ddt .e-chips > .e-chipcontent {
1211
- color: rgba(0, 0, 0, 0.87);
1212
- }
1213
- .e-ddt.e-filled .e-chips {
1214
- background-color: rgb(206.15, 206.15, 206.15);
1215
- }
1216
- .e-ddt .e-overflow .e-remain {
1217
- color: rgba(0, 0, 0, 0.54);
1218
- }
1219
- .e-ddt.e-popup {
1220
- background: #fff;
1221
- border-color: transparent;
1222
- }
1223
- .e-ddt.e-popup .e-popup-content.e-no-data {
1224
- color: #000;
1225
- }
1226
- .e-ddt.e-popup .e-selectall-parent {
1227
- border-bottom-color: rgba(0, 0, 0, 0.12);
1228
- }
1229
- .e-ddt.e-popup .e-selectall-parent:focus {
1230
- background: #f5f5f5;
1231
- }
1232
- .e-ddt.e-popup .e-selectall-parent .e-all-text {
1233
- color: rgba(0, 0, 0, 0.87);
1234
- }
1235
-
1236
1203
  /* stylelint-disable */
1237
1204
  .e-ddt {
1238
1205
  cursor: pointer;
@@ -1683,6 +1650,39 @@ ejs-dropdownlist {
1683
1650
  display: none;
1684
1651
  }
1685
1652
 
1653
+ /* stylelint-disable */
1654
+ .e-ddt .e-chips {
1655
+ background-color: #eee;
1656
+ }
1657
+ .e-ddt .e-chips .e-chips-close::before {
1658
+ color: rgba(0, 0, 0, 0.54);
1659
+ }
1660
+ .e-ddt .e-chips > .e-chipcontent {
1661
+ color: rgba(0, 0, 0, 0.87);
1662
+ }
1663
+ .e-ddt.e-filled .e-chips {
1664
+ background-color: rgb(206.15, 206.15, 206.15);
1665
+ }
1666
+ .e-ddt .e-overflow .e-remain {
1667
+ color: rgba(0, 0, 0, 0.54);
1668
+ }
1669
+ .e-ddt.e-popup {
1670
+ background: #fff;
1671
+ border-color: transparent;
1672
+ }
1673
+ .e-ddt.e-popup .e-popup-content.e-no-data {
1674
+ color: #000;
1675
+ }
1676
+ .e-ddt.e-popup .e-selectall-parent {
1677
+ border-bottom-color: rgba(0, 0, 0, 0.12);
1678
+ }
1679
+ .e-ddt.e-popup .e-selectall-parent:focus {
1680
+ background: #f5f5f5;
1681
+ }
1682
+ .e-ddt.e-popup .e-selectall-parent .e-all-text {
1683
+ color: rgba(0, 0, 0, 0.87);
1684
+ }
1685
+
1686
1686
  /* stylelint-disable */
1687
1687
  .e-bigger .e-ddt .e-chips,
1688
1688
  .e-ddt.e-bigger .e-chips {
@@ -2250,6 +2250,14 @@ ejs-dropdownlist {
2250
2250
  content: "\eb05";
2251
2251
  }
2252
2252
 
2253
+ .e-dropdownbase .e-list-item .e-list-icon {
2254
+ padding: 0 16px 0 0;
2255
+ }
2256
+
2257
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
2258
+ padding: 0 12px 0 0;
2259
+ }
2260
+
2253
2261
  .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2254
2262
  padding: 1px 0;
2255
2263
  }
@@ -2273,1347 +2281,1339 @@ ejs-dropdownlist {
2273
2281
  padding: 0 8px 0 9px;
2274
2282
  }
2275
2283
 
2276
- .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2277
- color: #fff;
2284
+ .e-multi-select-wrapper {
2285
+ -webkit-box-sizing: border-box;
2286
+ box-sizing: border-box;
2287
+ cursor: text;
2288
+ line-height: normal;
2289
+ min-height: 30px;
2290
+ padding: 0 32px 0 0;
2291
+ position: relative;
2292
+ -webkit-user-select: none;
2293
+ -moz-user-select: none;
2294
+ -ms-user-select: none;
2295
+ user-select: none;
2296
+ width: 100%;
2278
2297
  }
2279
-
2280
- .e-multi-select-wrapper .e-chips.e-chip-selected {
2281
- background-color: #757575;
2298
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2299
+ height: 27px;
2300
+ vertical-align: middle;
2282
2301
  }
2283
-
2284
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2285
- background-color: #757575;
2302
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
2303
+ height: 100%;
2304
+ min-height: 100%;
2286
2305
  }
2287
-
2288
- .e-multiselect {
2306
+ .e-multi-select-wrapper .e-delim-view {
2307
+ white-space: nowrap;
2308
+ }
2309
+ .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 {
2289
2310
  -webkit-box-sizing: border-box;
2290
2311
  box-sizing: border-box;
2312
+ display: inline-block;
2313
+ overflow: hidden;
2314
+ text-overflow: ellipsis;
2291
2315
  }
2292
-
2293
- /* stylelint-disable property-no-vendor-prefix */
2294
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
2295
- -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
2296
- color: rgba(0, 0, 0, 0.87);
2297
- font-family: inherit;
2298
- font-size: 13px;
2299
- }
2300
-
2301
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2316
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2302
2317
  color: #fff;
2318
+ font-size: 16px;
2319
+ left: 12px;
2320
+ top: 0;
2303
2321
  }
2304
-
2305
- .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2322
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2323
+ background-color: #3f51b5;
2306
2324
  color: #fff;
2325
+ padding: 12px 4px 11px 0;
2307
2326
  }
2308
-
2309
- .e-multi-select-wrapper .e-chips {
2310
- background-color: #eee;
2311
- border-radius: 16px;
2312
- height: 24px;
2327
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
2328
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2329
+ width: 0;
2313
2330
  }
2314
-
2315
- .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
2316
- background-color: #eee;
2331
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
2332
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
2333
+ height: 1px;
2334
+ min-height: 1px;
2317
2335
  }
2318
-
2319
- .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
2320
- color: rgba(0, 0, 0, 0.87);
2336
+ .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
2337
+ max-width: 100%;
2321
2338
  }
2322
2339
 
2323
- .e-multi-select-wrapper .e-chips .e-chips-close::before {
2324
- -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
2325
- color: rgba(0, 0, 0, 0.54);
2326
- font-size: 16px;
2340
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
2341
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
2342
+ display: -webkit-box;
2343
+ display: -ms-flexbox;
2344
+ display: flex;
2345
+ float: left;
2346
+ width: auto;
2327
2347
  }
2328
-
2329
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2330
- background-color: #3f51b5;
2331
- border-radius: 2px;
2332
- color: #fff;
2333
- height: 40px;
2334
- line-height: 40px;
2348
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2349
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2350
+ display: -webkit-inline-box;
2351
+ display: -ms-inline-flexbox;
2352
+ display: inline-flex;
2353
+ float: none;
2335
2354
  }
2336
-
2337
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2338
- color: #fff;
2355
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
2356
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2357
+ width: 0;
2339
2358
  }
2340
-
2341
- .e-multi-select-wrapper .e-chips.e-mob-chip {
2342
- height: 28px;
2359
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2360
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2361
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
2362
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2363
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2364
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
2365
+ display: none;
2343
2366
  }
2344
-
2345
- .e-popup.e-multi-select-list-wrapper {
2346
- -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);
2347
- 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);
2348
- -webkit-box-sizing: content-box;
2349
- box-sizing: content-box;
2350
- overflow: initial;
2367
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
2368
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
2369
+ padding: 0 48px 0 0;
2351
2370
  }
2352
-
2353
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
2354
- border-bottom: 1px solid transparent;
2355
- border-left: 1px solid #e0e0e0;
2356
- border-right: 1px solid #e0e0e0;
2357
- border-top: 1px solid #fff;
2371
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
2372
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
2373
+ -webkit-box-align: center;
2374
+ -ms-flex-align: center;
2375
+ align-items: center;
2376
+ display: inline;
2377
+ max-width: 100%;
2378
+ word-break: break-word;
2358
2379
  }
2359
-
2360
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
2361
- background-color: transparent;
2362
- border-color: transparent;
2363
- color: rgba(0, 0, 0, 0.87);
2380
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2381
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2382
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
2383
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2384
+ -webkit-box-align: center;
2385
+ -ms-flex-align: center;
2386
+ align-items: center;
2387
+ cursor: pointer;
2388
+ display: none;
2389
+ -webkit-box-orient: horizontal;
2390
+ -webkit-box-direction: normal;
2391
+ -ms-flex-direction: row;
2392
+ flex-direction: row;
2393
+ margin-top: -2.5em;
2394
+ outline: 0;
2395
+ padding: 0;
2396
+ position: absolute;
2397
+ right: 5px;
2398
+ top: 100%;
2364
2399
  }
2365
-
2366
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
2367
- background-color: transparent;
2368
- border-color: transparent;
2369
- color: rgba(0, 0, 0, 0.87);
2400
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2401
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2402
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2403
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2404
+ display: -webkit-box;
2405
+ display: -ms-flexbox;
2406
+ display: flex;
2370
2407
  }
2371
-
2372
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
2373
- color: rgba(0, 0, 0, 0.87);
2408
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2409
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2410
+ margin-right: 0;
2411
+ margin-top: -2.1em;
2412
+ right: 0;
2374
2413
  }
2375
-
2376
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
2377
- color: rgba(0, 0, 0, 0.87);
2414
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
2415
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
2416
+ top: -1px;
2378
2417
  }
2379
-
2380
- .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
2381
- background-color: #eee;
2418
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2419
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
2420
+ font-size: 10px;
2421
+ height: 24px;
2422
+ width: 24px;
2382
2423
  }
2383
2424
 
2384
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
2385
- background-color: #eee;
2425
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
2426
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
2427
+ float: right;
2386
2428
  }
2387
-
2388
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
2389
- border-bottom: 1px solid transparent;
2390
- border-top: 1px solid transparent;
2429
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2430
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2431
+ float: none;
2391
2432
  }
2392
-
2393
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
2394
- border-bottom: 1px solid transparent;
2433
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
2434
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
2435
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
2436
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
2437
+ left: 0;
2438
+ right: auto;
2395
2439
  }
2396
-
2397
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
2398
- border-top: 1px solid transparent;
2440
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
2441
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
2442
+ padding: 0 0 0 48px;
2399
2443
  }
2400
2444
 
2401
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
2402
- background-color: #e0e0e0;
2403
- -webkit-box-shadow: none;
2404
- box-shadow: none;
2405
- color: #e3165b;
2406
- border: 1px solid transparent;
2445
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
2446
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
2447
+ opacity: 0.7;
2448
+ pointer-events: none;
2407
2449
  }
2408
2450
 
2409
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
2410
- background-color: #e0e0e0;
2411
- -webkit-box-shadow: none;
2412
- box-shadow: none;
2413
- color: #e3165b;
2414
- border: 1px solid transparent;
2451
+ .e-multiselect.e-input-group,
2452
+ .e-multiselect.e-float-input {
2453
+ word-wrap: initial;
2415
2454
  }
2416
2455
 
2417
- .e-popup.e-multi-select-list-wrapper .e-list-item {
2418
- border: 1px solid transparent;
2456
+ .e-multiselect.e-input-group .e-searcher .e-label-top,
2457
+ .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
2458
+ top: 15px;
2419
2459
  }
2420
2460
 
2421
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
2422
- border: 1px solid transparent;
2461
+ .e-multi-select-wrapper.e-close-icon-hide {
2462
+ padding-right: 0;
2423
2463
  }
2424
2464
 
2425
- .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2426
- color: rgba(0, 0, 0, 0.42);
2465
+ .e-multi-select-wrapper .e-chips-collection {
2466
+ cursor: default;
2467
+ display: block;
2427
2468
  }
2428
2469
 
2429
- .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2430
- color: rgba(0, 0, 0, 0.42);
2470
+ .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
2471
+ margin-right: 30px;
2431
2472
  }
2432
2473
 
2433
- .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2434
- color: rgba(0, 0, 0, 0.42);
2474
+ .e-multi-select-wrapper .e-multi-hidden {
2475
+ border: 0;
2476
+ height: 0;
2477
+ position: absolute;
2478
+ visibility: hidden;
2479
+ width: 0;
2435
2480
  }
2436
2481
 
2437
- .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2438
- color: rgba(0, 0, 0, 0.42);
2482
+ .e-multi-select-wrapper .e-chips {
2483
+ -webkit-box-align: center;
2484
+ -ms-flex-align: center;
2485
+ align-items: center;
2486
+ display: -webkit-inline-box;
2487
+ display: -ms-inline-flexbox;
2488
+ display: inline-flex;
2489
+ float: left;
2490
+ margin: 0 8px 6px 0;
2491
+ max-width: 100%;
2492
+ overflow: hidden;
2493
+ padding: 0 4px 0 8px;
2494
+ text-overflow: ellipsis;
2495
+ white-space: nowrap;
2439
2496
  }
2440
2497
 
2441
- .e-ul.e-reorder {
2442
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
2498
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
2499
+ max-width: 100%;
2500
+ overflow: hidden;
2501
+ padding: 0 4px 0 0;
2502
+ text-indent: 0;
2503
+ text-overflow: ellipsis;
2504
+ white-space: nowrap;
2443
2505
  }
2444
2506
 
2445
- .e-multi-select-list-wrapper .e-selectall-parent {
2446
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
2507
+ .e-multi-select-wrapper.e-delimiter .e-searcher {
2508
+ display: inline-block;
2509
+ float: none;
2447
2510
  }
2448
2511
 
2449
- .e-multi-select-wrapper .e-delim-values {
2450
- -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
2451
- color: rgba(0, 0, 0, 0.87);
2512
+ .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2513
+ padding: 8px 4px 8px 0;
2452
2514
  }
2453
2515
 
2454
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2455
- color: #000;
2516
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2517
+ padding: 8px 0 8px 4px;
2456
2518
  }
2457
2519
 
2458
- .e-small .e-multi-select-wrapper .e-chips {
2459
- height: 20px;
2520
+ .e-multi-select-wrapper .e-chips-close {
2521
+ -ms-flex-item-align: center;
2522
+ align-self: center;
2523
+ display: -webkit-box;
2524
+ display: -ms-flexbox;
2525
+ display: flex;
2526
+ float: right;
2527
+ font-family: "e-icons";
2528
+ height: 16px;
2529
+ margin: 0 0 0;
2530
+ width: 16px;
2460
2531
  }
2461
2532
 
2462
- .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2463
- font-size: 12px;
2533
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
2534
+ margin: 0 0 0;
2464
2535
  }
2465
2536
 
2466
- .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
2467
- font-size: 14px;
2537
+ .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
2538
+ margin: 3px 0 0;
2468
2539
  }
2469
2540
 
2470
- .e-small .e-multi-select-wrapper .e-close-hooker::before {
2471
- left: 6px;
2541
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2542
+ cursor: default;
2543
+ font-size: 10px;
2544
+ height: 24px;
2545
+ margin-top: -2.5em;
2546
+ position: absolute;
2547
+ right: 5px;
2548
+ width: 24px;
2549
+ top: 100%;
2472
2550
  }
2473
2551
 
2474
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
2475
- background-color: #e0e0e0;
2552
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2553
+ .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2554
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2555
+ right: 22px;
2476
2556
  }
2477
2557
 
2478
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
2479
- background-color: rgb(206.15, 206.15, 206.15);
2558
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2559
+ left: 22px;
2560
+ right: auto;
2480
2561
  }
2481
2562
 
2482
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
2483
- background-color: rgb(213.8, 213.8, 213.8);
2563
+ .e-multi-select-wrapper input[type=text] {
2564
+ background: none;
2565
+ border: 0;
2566
+ font-family: inherit;
2567
+ font-size: 13px;
2568
+ font-weight: normal;
2569
+ height: 28px;
2570
+ min-height: 28px;
2571
+ outline: none;
2572
+ padding: 4px 0 4px 0;
2573
+ text-indent: 0;
2484
2574
  }
2485
2575
 
2486
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
2487
- background-color: rgb(206.15, 206.15, 206.15);
2576
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2577
+ background: none;
2578
+ border: 0;
2579
+ color: inherit;
2580
+ font-family: inherit;
2581
+ font-size: 14px;
2582
+ font-weight: normal;
2583
+ height: 28px;
2584
+ min-height: 28px;
2585
+ outline: none;
2586
+ padding: 0;
2587
+ text-indent: 0;
2488
2588
  }
2489
2589
 
2490
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
2491
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
2492
- background-color: rgb(198.5, 198.5, 198.5);
2590
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2591
+ padding: 5px;
2493
2592
  }
2494
2593
 
2495
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
2496
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
2497
- background-color: rgb(198.5, 198.5, 198.5);
2594
+ /* stylelint-disable property-no-vendor-prefix */
2595
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
2596
+ display: none;
2498
2597
  }
2499
2598
 
2500
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
2501
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
2502
- color: rgba(0, 0, 0, 0.87);
2599
+ .e-multi-select-wrapper .e-searcher {
2600
+ display: block;
2601
+ float: left;
2602
+ width: auto;
2503
2603
  }
2504
2604
 
2505
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
2506
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
2507
- color: rgba(0, 0, 0, 0.87);
2605
+ .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2606
+ width: calc(100% - 32px);
2508
2607
  }
2509
2608
 
2510
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2511
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2512
- color: rgba(0, 0, 0, 0.54);
2609
+ .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2610
+ .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2611
+ width: calc(100% - 30px);
2513
2612
  }
2514
2613
 
2515
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
2516
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
2517
- color: rgba(0, 0, 0, 0.87);
2614
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2615
+ width: calc(100% - 32px);
2518
2616
  }
2519
2617
 
2520
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
2521
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2522
- color: rgba(0, 0, 0, 0.54);
2618
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2619
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2620
+ width: calc(100% - 30px);
2523
2621
  }
2524
2622
 
2525
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
2526
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2527
- color: #fff;
2623
+ .e-multi-select-wrapper .e-delim-values {
2624
+ font-family: inherit;
2625
+ font-size: 14px;
2626
+ line-height: 28px;
2627
+ max-width: 100%;
2628
+ padding-left: 0;
2629
+ padding-right: 6px;
2630
+ vertical-align: middle;
2528
2631
  }
2529
2632
 
2530
- .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
2531
- .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
2532
- color: rgba(0, 0, 0, 0.87);
2633
+ .e-multi-select-list-wrapper .e-hide-listitem,
2634
+ .e-multi-select-list-wrapper .e-hide-group-header {
2635
+ display: none;
2533
2636
  }
2534
2637
 
2535
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
2536
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
2537
- color: rgba(0, 0, 0, 0.6);
2638
+ .e-multi-select-wrapper .e-delim-values .e-remain {
2639
+ color: rgba(0, 0, 0, 0.54);
2640
+ cursor: pointer;
2641
+ display: inline-block;
2642
+ font-size: 13px;
2643
+ padding-left: 16px;
2538
2644
  }
2539
2645
 
2540
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
2541
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
2542
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
2543
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
2544
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2545
- color: rgba(0, 0, 0, 0.38);
2646
+ .e-multiselect.e-disabled .e-multi-select-wrapper,
2647
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2648
+ cursor: not-allowed;
2546
2649
  }
2547
2650
 
2548
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2549
- -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
2550
- color: rgba(0, 0, 0, 0.42);
2651
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2652
+ height: 40px;
2653
+ left: 0;
2654
+ margin: 0 0 0 0;
2655
+ margin-left: auto;
2656
+ position: relative;
2657
+ top: 0;
2658
+ width: 40px;
2551
2659
  }
2552
2660
 
2553
- .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
2554
- background-color: #f5f5f5;
2661
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2662
+ -ms-flex-item-align: center;
2663
+ align-self: center;
2664
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2665
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2666
+ display: -webkit-inline-box;
2667
+ display: -ms-inline-flexbox;
2668
+ display: inline-flex;
2669
+ padding: 0 0 0 16px;
2670
+ width: 92%;
2555
2671
  }
2556
2672
 
2557
- .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
2558
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2559
- background-color: #3f51b5;
2560
- border-radius: 4px;
2561
- -webkit-box-sizing: border-box;
2562
- box-sizing: border-box;
2563
- color: #fff;
2564
- height: 40px;
2565
- line-height: 40px;
2566
- margin-left: 0;
2567
- margin-right: 0;
2568
- width: 100%;
2673
+ .e-multi-select-wrapper .e-ddl-disable-icon::before {
2674
+ content: "";
2569
2675
  }
2570
2676
 
2571
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
2572
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2573
- width: 33px;
2677
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
2678
+ float: none;
2574
2679
  }
2575
2680
 
2576
- .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
2577
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2578
- color: #fff;
2681
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
2682
+ padding-left: 0;
2579
2683
  }
2580
-
2581
- .e-dropdownbase .e-list-item .e-list-icon {
2582
- padding: 0 16px 0 0;
2684
+ .e-multiselect.e-rtl .e-multi-select-wrapper {
2685
+ padding: 0 2px 0 32px;
2583
2686
  }
2584
-
2585
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
2586
- padding: 0 12px 0 0;
2687
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2688
+ left: -12px;
2689
+ }
2690
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2691
+ margin: 0;
2692
+ margin-right: auto;
2693
+ }
2694
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
2695
+ float: right;
2696
+ }
2697
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
2698
+ float: right;
2699
+ margin: 0 0 8px 8px;
2700
+ padding: 0 8px 0 4px;
2701
+ }
2702
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
2703
+ padding: 5px 4px;
2704
+ }
2705
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
2706
+ float: left;
2707
+ }
2708
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
2709
+ left: 0;
2710
+ }
2711
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
2712
+ padding: 0 4px 0 8px;
2713
+ }
2714
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
2715
+ padding: 8px 4px;
2716
+ }
2717
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2718
+ padding: 0 8px 0 4px;
2719
+ }
2720
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2721
+ padding: 12px 4px;
2722
+ }
2723
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2724
+ left: 22px;
2725
+ position: absolute;
2726
+ right: auto;
2727
+ }
2728
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
2729
+ left: -4px;
2730
+ }
2731
+ .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
2732
+ padding-right: 16px;
2587
2733
  }
2588
2734
 
2589
- .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2590
- padding: 1px 0;
2735
+ .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
2736
+ left: 19px;
2591
2737
  }
2592
2738
 
2593
- .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
2594
- .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2595
- padding: 0;
2739
+ .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
2740
+ left: -7px;
2596
2741
  }
2597
2742
 
2598
- .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2599
- .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2600
- padding: 0;
2743
+ .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
2744
+ bottom: 1px;
2745
+ margin-right: 10px;
2746
+ position: relative;
2747
+ text-indent: 0;
2748
+ vertical-align: middle;
2601
2749
  }
2602
2750
 
2603
- .e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
2604
- padding: 0 8px 0 9px;
2751
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
2752
+ padding-left: 14px;
2605
2753
  }
2606
2754
 
2607
- .e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
2608
- .e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
2609
- padding: 0 8px 0 9px;
2755
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
2756
+ padding-right: 25px;
2610
2757
  }
2611
2758
 
2612
- .e-multi-select-wrapper {
2613
- -webkit-box-sizing: border-box;
2614
- box-sizing: border-box;
2615
- cursor: text;
2616
- line-height: normal;
2617
- min-height: 30px;
2618
- padding: 0 32px 0 0;
2759
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
2760
+ bottom: 1px;
2761
+ margin-right: 10px;
2619
2762
  position: relative;
2620
- -webkit-user-select: none;
2621
- -moz-user-select: none;
2622
- -ms-user-select: none;
2623
- user-select: none;
2624
- width: 100%;
2625
- }
2626
- .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2627
- height: 27px;
2763
+ text-indent: 0;
2628
2764
  vertical-align: middle;
2629
2765
  }
2630
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
2631
- height: 100%;
2632
- min-height: 100%;
2766
+
2767
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
2768
+ margin-left: 12px;
2769
+ margin-right: 0;
2633
2770
  }
2634
- .e-multi-select-wrapper .e-delim-view {
2635
- white-space: nowrap;
2771
+
2772
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
2773
+ margin-left: 12px;
2774
+ margin-right: 0;
2636
2775
  }
2637
- .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 {
2638
- -webkit-box-sizing: border-box;
2639
- box-sizing: border-box;
2640
- display: inline-block;
2776
+
2777
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
2778
+ padding-right: 0;
2779
+ }
2780
+
2781
+ .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
2782
+ padding-right: 15px;
2783
+ }
2784
+
2785
+ .e-multi-select-list-wrapper .e-selectall-parent {
2786
+ cursor: pointer;
2787
+ display: block;
2788
+ line-height: 36px;
2641
2789
  overflow: hidden;
2642
2790
  text-overflow: ellipsis;
2791
+ padding-right: 16px;
2792
+ position: relative;
2793
+ text-indent: 17px;
2794
+ white-space: nowrap;
2795
+ width: 100%;
2643
2796
  }
2644
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
2645
- color: #fff;
2646
- font-size: 16px;
2647
- left: 12px;
2648
- top: 0;
2797
+
2798
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
2799
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
2800
+ padding-left: 16px;
2801
+ padding-right: 15px;
2649
2802
  }
2650
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2651
- background-color: #3f51b5;
2652
- color: #fff;
2653
- padding: 12px 4px 11px 0;
2803
+
2804
+ .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
2805
+ color: rgba(0, 0, 0, 0.87);
2806
+ font-family: inherit;
2807
+ font-size: 14px;
2654
2808
  }
2655
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
2656
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2657
- width: 0;
2809
+
2810
+ .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
2811
+ bottom: 1px;
2812
+ margin-right: 10px;
2813
+ position: relative;
2814
+ text-indent: 0;
2815
+ vertical-align: middle;
2658
2816
  }
2659
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
2660
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
2661
- height: 1px;
2662
- min-height: 1px;
2817
+
2818
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
2819
+ margin-left: 12px;
2820
+ margin-right: 0;
2663
2821
  }
2664
- .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
2665
- max-width: 100%;
2822
+
2823
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
2824
+ float: right;
2825
+ margin-top: 6px;
2666
2826
  }
2667
2827
 
2668
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
2669
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
2670
- display: -webkit-box;
2671
- display: -ms-flexbox;
2672
- display: flex;
2828
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
2673
2829
  float: left;
2674
- width: auto;
2675
- }
2676
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2677
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2678
- display: -webkit-inline-box;
2679
- display: -ms-inline-flexbox;
2680
- display: inline-flex;
2681
- float: none;
2682
- }
2683
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
2684
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
2685
- width: 0;
2686
- }
2687
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2688
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2689
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
2690
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
2691
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
2692
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
2693
- display: none;
2694
2830
  }
2695
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
2696
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
2697
- padding: 0 48px 0 0;
2831
+
2832
+ .e-multiselect .e-ddl-icon::before {
2833
+ -webkit-transform: rotate(0deg);
2834
+ transform: rotate(0deg);
2835
+ -webkit-transition: -webkit-transform 300ms ease;
2836
+ transition: -webkit-transform 300ms ease;
2837
+ transition: transform 300ms ease;
2838
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
2698
2839
  }
2699
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
2700
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
2701
- -webkit-box-align: center;
2702
- -ms-flex-align: center;
2703
- align-items: center;
2704
- display: inline;
2705
- max-width: 100%;
2706
- word-break: break-word;
2840
+
2841
+ .e-multiselect.e-icon-anim .e-ddl-icon::before {
2842
+ -webkit-transform: rotate(180deg);
2843
+ transform: rotate(180deg);
2844
+ -webkit-transition: -webkit-transform 300ms ease;
2845
+ transition: -webkit-transform 300ms ease;
2846
+ transition: transform 300ms ease;
2847
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
2707
2848
  }
2708
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2709
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2710
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
2711
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2712
- -webkit-box-align: center;
2713
- -ms-flex-align: center;
2714
- align-items: center;
2715
- cursor: pointer;
2716
- display: none;
2717
- -webkit-box-orient: horizontal;
2718
- -webkit-box-direction: normal;
2719
- -ms-flex-direction: row;
2720
- flex-direction: row;
2721
- margin-top: -2.5em;
2722
- outline: 0;
2849
+
2850
+ .e-multiselect.e-checkbox .e-multi-select-wrapper,
2851
+ .e-multiselect .e-multi-select-wrapper.e-down-icon {
2723
2852
  padding: 0;
2724
- position: absolute;
2725
- right: 5px;
2726
- top: 100%;
2727
- }
2728
- .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2729
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2730
- .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
2731
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2732
- display: -webkit-box;
2733
- display: -ms-flexbox;
2734
- display: flex;
2735
- }
2736
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2737
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2738
- margin-right: 0;
2739
- margin-top: -2.1em;
2740
- right: 0;
2741
2853
  }
2742
- .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
2743
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
2744
- top: -1px;
2745
- }
2746
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
2747
- .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
2748
- font-size: 10px;
2749
- height: 24px;
2750
- width: 24px;
2854
+
2855
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
2856
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
2857
+ padding: 8px;
2751
2858
  }
2752
2859
 
2753
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
2754
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
2755
- float: right;
2860
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
2861
+ padding-left: 8px;
2862
+ padding-right: 8px;
2756
2863
  }
2757
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
2758
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
2759
- float: none;
2864
+
2865
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
2866
+ padding: 0 8px;
2760
2867
  }
2761
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
2762
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
2763
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
2764
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
2765
- left: 0;
2766
- right: auto;
2868
+
2869
+ .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
2870
+ line-height: 20px;
2871
+ padding-left: 10px;
2767
2872
  }
2768
- .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
2769
- .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
2770
- padding: 0 0 0 48px;
2873
+
2874
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
2875
+ .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
2876
+ opacity: 0.3;
2771
2877
  }
2772
2878
 
2773
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
2774
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
2879
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
2880
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
2775
2881
  opacity: 0.7;
2776
- pointer-events: none;
2777
2882
  }
2778
2883
 
2779
- .e-multiselect.e-input-group,
2780
- .e-multiselect.e-float-input {
2781
- word-wrap: initial;
2884
+ .e-multi-select-wrapper input[readonly=true] {
2885
+ pointer-events: none;
2782
2886
  }
2783
2887
 
2784
- .e-multiselect.e-input-group .e-searcher .e-label-top,
2785
- .e-multiselect.e-input-group .e-multi-searcher .e-label-top {
2786
- top: 15px;
2888
+ .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
2889
+ pointer-events: none;
2787
2890
  }
2788
2891
 
2789
- .e-multi-select-wrapper.e-close-icon-hide {
2790
- padding-right: 0;
2892
+ ejs-multiselect {
2893
+ display: block;
2791
2894
  }
2792
2895
 
2793
- .e-multi-select-wrapper .e-chips-collection {
2794
- cursor: default;
2795
- display: block;
2896
+ .e-small.e-multi-select-list-wrapper .e-selectall-parent,
2897
+ .e-small .e-multi-select-list-wrapper .e-selectall-parent {
2898
+ line-height: 26px;
2796
2899
  }
2797
2900
 
2798
- .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
2799
- margin-right: 30px;
2901
+ .e-small .e-multi-select-wrapper .e-chips-close {
2902
+ height: 14px;
2903
+ width: 14px;
2800
2904
  }
2801
2905
 
2802
- .e-multi-select-wrapper .e-multi-hidden {
2803
- border: 0;
2804
- height: 0;
2805
- position: absolute;
2806
- visibility: hidden;
2807
- width: 0;
2906
+ .e-small .e-multi-select-wrapper {
2907
+ min-height: 24px;
2808
2908
  }
2809
2909
 
2810
- .e-multi-select-wrapper .e-chips {
2811
- -webkit-box-align: center;
2812
- -ms-flex-align: center;
2813
- align-items: center;
2814
- display: -webkit-inline-box;
2815
- display: -ms-inline-flexbox;
2816
- display: inline-flex;
2817
- float: left;
2818
- margin: 0 8px 6px 0;
2819
- max-width: 100%;
2820
- overflow: hidden;
2821
- padding: 0 4px 0 8px;
2822
- text-overflow: ellipsis;
2823
- white-space: nowrap;
2910
+ .e-small .e-multi-select-wrapper input[type=text] {
2911
+ height: 26px;
2912
+ min-height: 26px;
2824
2913
  }
2825
2914
 
2826
- .e-multi-select-wrapper .e-chips > .e-chipcontent {
2827
- max-width: 100%;
2828
- overflow: hidden;
2829
- padding: 0 4px 0 0;
2830
- text-indent: 0;
2831
- text-overflow: ellipsis;
2832
- white-space: nowrap;
2915
+ .e-small .e-multi-select-wrapper .e-delim-values {
2916
+ font-size: 12px;
2917
+ line-height: 26px;
2833
2918
  }
2834
2919
 
2835
- .e-multi-select-wrapper.e-delimiter .e-searcher {
2836
- display: inline-block;
2837
- float: none;
2920
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2921
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2922
+ margin-top: -2.5em;
2838
2923
  }
2839
2924
 
2840
- .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2841
- padding: 8px 4px 8px 0;
2925
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2926
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2927
+ margin-top: -1.8em;
2842
2928
  }
2843
2929
 
2844
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
2845
- padding: 8px 0 8px 4px;
2930
+ .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
2931
+ background-size: 300px 33px;
2932
+ min-height: 33px;
2846
2933
  }
2847
2934
 
2848
- .e-multi-select-wrapper .e-chips-close {
2849
- -ms-flex-item-align: center;
2850
- align-self: center;
2851
- display: -webkit-box;
2852
- display: -ms-flexbox;
2853
- display: flex;
2854
- float: right;
2855
- font-family: "e-icons";
2856
- height: 16px;
2857
- margin: 0 0 0;
2858
- width: 16px;
2935
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2936
+ color: inherit;
2937
+ font-size: inherit;
2938
+ min-height: 34px;
2939
+ padding: 8px 12px 9px;
2859
2940
  }
2860
2941
 
2861
- .e-rtl .e-multi-select-wrapper .e-chips-close {
2862
- margin: 0 0 0;
2942
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2943
+ padding: 8px 12px 9px;
2863
2944
  }
2864
2945
 
2865
- .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
2866
- margin: 3px 0 0;
2946
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
2947
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
2948
+ font-size: inherit;
2949
+ min-height: 30px;
2950
+ padding: 7px 10px;
2867
2951
  }
2868
2952
 
2869
- .e-multi-select-wrapper .e-chips-close.e-close-hooker {
2870
- cursor: default;
2871
- font-size: 10px;
2872
- height: 24px;
2873
- margin-top: -2.5em;
2874
- position: absolute;
2875
- right: 5px;
2876
- width: 24px;
2877
- top: 100%;
2953
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
2954
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
2955
+ padding: 7px 10px;
2878
2956
  }
2879
2957
 
2880
- .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2881
- .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
2882
- .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2883
- right: 22px;
2958
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2959
+ min-height: 30px;
2960
+ padding: 3px 38px 1px 0;
2884
2961
  }
2885
2962
 
2886
- .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
2887
- left: 22px;
2888
- right: auto;
2963
+ .e-multiselect.e-outline .e-multi-select-wrapper {
2964
+ min-height: 34px;
2965
+ padding: 3px 38px 1px 0;
2889
2966
  }
2890
2967
 
2891
- .e-multi-select-wrapper input[type=text] {
2892
- background: none;
2893
- border: 0;
2894
- font-family: inherit;
2895
- font-size: 13px;
2896
- font-weight: normal;
2897
- height: 28px;
2898
- min-height: 28px;
2899
- outline: none;
2900
- padding: 4px 0 4px 0;
2901
- text-indent: 0;
2968
+ .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2969
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2970
+ padding-right: 0;
2902
2971
  }
2903
2972
 
2904
- .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2905
- background: none;
2906
- border: 0;
2907
- color: inherit;
2908
- font-family: inherit;
2909
- font-size: 14px;
2910
- font-weight: normal;
2911
- height: 28px;
2912
- min-height: 28px;
2913
- outline: none;
2914
- padding: 0;
2915
- text-indent: 0;
2973
+ .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2974
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2975
+ .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2976
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2977
+ .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2978
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2979
+ .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2980
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
2981
+ .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
2982
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
2983
+ padding-left: 0;
2916
2984
  }
2917
2985
 
2918
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
2919
- padding: 5px;
2986
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
2987
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
2988
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
2989
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
2990
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
2991
+ padding: 3px 0 1px 38px;
2920
2992
  }
2921
2993
 
2922
- /* stylelint-disable property-no-vendor-prefix */
2923
- .e-multi-select-wrapper input[type=text]::-ms-clear {
2924
- display: none;
2994
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2995
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2996
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2997
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
2998
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
2999
+ padding-left: 0;
2925
3000
  }
2926
3001
 
2927
- .e-multi-select-wrapper .e-searcher {
2928
- display: block;
2929
- float: left;
2930
- width: auto;
3002
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3003
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3004
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
3005
+ padding-right: 0;
2931
3006
  }
2932
3007
 
2933
- .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2934
- width: calc(100% - 32px);
3008
+ .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
3009
+ height: 34px;
2935
3010
  }
2936
3011
 
2937
- .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2938
- .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2939
- width: calc(100% - 30px);
3012
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
3013
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
3014
+ height: 30px;
2940
3015
  }
2941
3016
 
2942
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2943
- width: calc(100% - 32px);
3017
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3018
+ font-size: 14px;
3019
+ line-height: 34px;
3020
+ padding: 0 0 0 12px;
2944
3021
  }
2945
3022
 
2946
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
2947
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
2948
- width: calc(100% - 30px);
3023
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3024
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3025
+ font-size: 13px;
3026
+ line-height: 30px;
3027
+ padding: 0 0 0 8px;
2949
3028
  }
2950
3029
 
2951
- .e-multi-select-wrapper .e-delim-values {
2952
- font-family: inherit;
2953
- font-size: 14px;
2954
- line-height: 28px;
2955
- max-width: 100%;
2956
- padding-left: 0;
2957
- padding-right: 6px;
2958
- vertical-align: middle;
3030
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3031
+ padding: 0 12px 0 0;
2959
3032
  }
2960
3033
 
2961
- .e-multi-select-list-wrapper .e-hide-listitem,
2962
- .e-multi-select-list-wrapper .e-hide-group-header {
2963
- display: none;
3034
+ .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3035
+ .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3036
+ .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3037
+ .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3038
+ .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3039
+ .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3040
+ padding: 0 8px 0 0;
2964
3041
  }
2965
3042
 
2966
- .e-multi-select-wrapper .e-delim-values .e-remain {
2967
- color: rgba(0, 0, 0, 0.54);
2968
- cursor: pointer;
2969
- display: inline-block;
2970
- font-size: 13px;
2971
- padding-left: 16px;
3043
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
3044
+ height: 26px;
3045
+ margin: 4px 0 4px 8px;
3046
+ padding: 0 8px;
2972
3047
  }
2973
3048
 
2974
- .e-multiselect.e-disabled .e-multi-select-wrapper,
2975
- .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
2976
- cursor: not-allowed;
3049
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
3050
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
3051
+ margin: 4px 8px 4px 0;
2977
3052
  }
2978
3053
 
2979
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
2980
- height: 40px;
2981
- left: 0;
2982
- margin: 0 0 0 0;
2983
- margin-left: auto;
2984
- position: relative;
2985
- top: 0;
2986
- width: 40px;
3054
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
3055
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
3056
+ height: 24px;
3057
+ padding: 0 8px;
2987
3058
  }
2988
3059
 
2989
- .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
2990
- -ms-flex-item-align: center;
2991
- align-self: center;
2992
- -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2993
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
2994
- display: -webkit-inline-box;
2995
- display: -ms-inline-flexbox;
2996
- display: inline-flex;
2997
- padding: 0 0 0 16px;
2998
- width: 92%;
3060
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3061
+ padding: 0 8px 0 0;
2999
3062
  }
3000
3063
 
3001
- .e-multi-select-wrapper .e-ddl-disable-icon::before {
3002
- content: "";
3064
+ .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
3065
+ .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3066
+ padding: 0 0 0 8px;
3003
3067
  }
3004
3068
 
3005
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
3006
- float: none;
3069
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3070
+ font-size: 13px;
3007
3071
  }
3008
3072
 
3009
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
3010
- padding-left: 0;
3011
- }
3012
- .e-multiselect.e-rtl .e-multi-select-wrapper {
3013
- padding: 0 2px 0 32px;
3014
- }
3015
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
3016
- left: -12px;
3017
- }
3018
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
3019
- margin: 0;
3020
- margin-right: auto;
3021
- }
3022
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
3023
- float: right;
3024
- }
3025
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
3026
- float: right;
3027
- margin: 0 0 8px 8px;
3028
- padding: 0 8px 0 4px;
3029
- }
3030
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
3031
- padding: 5px 4px;
3032
- }
3033
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
3034
- float: left;
3035
- }
3036
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
3037
- left: 0;
3038
- }
3039
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
3040
- padding: 0 4px 0 8px;
3041
- }
3042
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
3043
- padding: 8px 4px;
3044
- }
3045
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
3046
- padding: 0 8px 0 4px;
3047
- }
3048
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
3049
- padding: 12px 4px;
3050
- }
3051
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3052
- left: 22px;
3053
- position: absolute;
3054
- right: auto;
3055
- }
3056
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
3057
- left: -4px;
3058
- }
3059
- .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
3060
- padding-right: 16px;
3073
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
3074
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3075
+ font-size: 12px;
3061
3076
  }
3062
3077
 
3063
- .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
3064
- left: 19px;
3078
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3079
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
3080
+ -webkit-box-align: normal;
3081
+ -ms-flex-align: normal;
3082
+ align-items: normal;
3065
3083
  }
3066
3084
 
3067
- .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
3068
- left: -7px;
3085
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
3086
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
3087
+ font-size: 14px;
3069
3088
  }
3070
3089
 
3071
- .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
3072
- bottom: 1px;
3073
- margin-right: 10px;
3074
- position: relative;
3075
- text-indent: 0;
3076
- vertical-align: middle;
3090
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
3091
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
3092
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
3093
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
3094
+ font-size: 13px;
3077
3095
  }
3078
3096
 
3079
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
3080
- padding-left: 14px;
3097
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
3098
+ padding: 0 12px 0 8px;
3081
3099
  }
3082
3100
 
3083
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
3084
- padding-right: 25px;
3101
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper {
3102
+ padding: 0;
3085
3103
  }
3086
3104
 
3087
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
3088
- bottom: 1px;
3089
- margin-right: 10px;
3090
- position: relative;
3091
- text-indent: 0;
3092
- vertical-align: middle;
3105
+ .e-filled.e-float-input .e-multi-select-wrapper {
3106
+ padding: 11px 12px 0;
3093
3107
  }
3094
3108
 
3095
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
3096
- margin-left: 12px;
3097
- margin-right: 0;
3109
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
3110
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
3111
+ padding: 12px 12px 0 8px;
3098
3112
  }
3099
3113
 
3100
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
3101
- margin-left: 12px;
3102
- margin-right: 0;
3114
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
3115
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
3116
+ padding: 0;
3103
3117
  }
3104
3118
 
3105
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
3106
- padding-right: 0;
3119
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
3120
+ min-height: 39px;
3121
+ padding-right: 10px;
3107
3122
  }
3108
3123
 
3109
- .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
3110
- padding-right: 15px;
3124
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
3125
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
3126
+ min-height: 32px;
3111
3127
  }
3112
3128
 
3113
- .e-multi-select-list-wrapper .e-selectall-parent {
3114
- cursor: pointer;
3115
- display: block;
3116
- line-height: 36px;
3117
- overflow: hidden;
3118
- text-overflow: ellipsis;
3119
- padding-right: 16px;
3120
- position: relative;
3121
- text-indent: 17px;
3122
- white-space: nowrap;
3123
- width: 100%;
3129
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
3130
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
3131
+ height: 22px;
3132
+ min-height: 22px;
3133
+ padding: 2px;
3124
3134
  }
3125
3135
 
3126
- .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
3127
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
3128
- padding-left: 16px;
3129
- padding-right: 15px;
3136
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
3137
+ height: 39px;
3130
3138
  }
3131
3139
 
3132
- .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
3133
- color: rgba(0, 0, 0, 0.87);
3134
- font-family: inherit;
3135
- font-size: 14px;
3140
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
3141
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
3142
+ height: 32px;
3136
3143
  }
3137
3144
 
3138
- .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
3139
- bottom: 1px;
3140
- margin-right: 10px;
3141
- position: relative;
3142
- text-indent: 0;
3143
- vertical-align: middle;
3145
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
3146
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
3147
+ height: 22px;
3144
3148
  }
3145
3149
 
3146
- .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
3147
- margin-left: 12px;
3148
- margin-right: 0;
3150
+ .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
3151
+ min-height: 28px;
3149
3152
  }
3150
3153
 
3151
- .e-multiselect .e-input-group-icon.e-ddl-icon {
3152
- float: right;
3153
- margin-top: 6px;
3154
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
3155
+ font-size: 13px;
3156
+ line-height: 39px;
3154
3157
  }
3155
3158
 
3156
- .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
3157
- float: left;
3159
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
3160
+ font-size: 14px;
3161
+ line-height: 28px;
3158
3162
  }
3159
3163
 
3160
- .e-multiselect .e-ddl-icon::before {
3161
- -webkit-transform: rotate(0deg);
3162
- transform: rotate(0deg);
3163
- -webkit-transition: -webkit-transform 300ms ease;
3164
- transition: -webkit-transform 300ms ease;
3165
- transition: transform 300ms ease;
3166
- transition: transform 300ms ease, -webkit-transform 300ms ease;
3164
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
3165
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
3166
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
3167
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
3168
+ font-size: 13px;
3169
+ line-height: 32px;
3167
3170
  }
3168
3171
 
3169
- .e-multiselect.e-icon-anim .e-ddl-icon::before {
3170
- -webkit-transform: rotate(180deg);
3171
- transform: rotate(180deg);
3172
- -webkit-transition: -webkit-transform 300ms ease;
3173
- transition: -webkit-transform 300ms ease;
3174
- transition: transform 300ms ease;
3175
- transition: transform 300ms ease, -webkit-transform 300ms ease;
3172
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
3173
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
3174
+ line-height: 22px;
3176
3175
  }
3177
3176
 
3178
- .e-multiselect.e-checkbox .e-multi-select-wrapper,
3179
- .e-multiselect .e-multi-select-wrapper.e-down-icon {
3180
- padding: 0;
3177
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3178
+ height: 28px;
3181
3179
  }
3182
3180
 
3183
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
3184
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
3185
- padding: 8px;
3181
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
3182
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
3183
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
3184
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
3185
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3186
+ height: 24px;
3186
3187
  }
3187
3188
 
3188
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
3189
- padding-left: 8px;
3190
- padding-right: 8px;
3189
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
3190
+ height: 18px;
3191
3191
  }
3192
3192
 
3193
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
3193
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
3194
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3195
+ margin: 8px 8px 0 0;
3194
3196
  padding: 0 8px;
3195
3197
  }
3196
3198
 
3197
- .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
3198
- line-height: 20px;
3199
- padding-left: 10px;
3199
+ .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
3200
+ .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3201
+ margin: 8px 0 0 8px;
3202
+ padding: 0 8px;
3200
3203
  }
3201
3204
 
3202
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
3203
- .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
3204
- opacity: 0.3;
3205
+ .e-small .e-filled .e-multi-select-wrapper .e-chips,
3206
+ .e-small.e-filled .e-multi-select-wrapper .e-chips {
3207
+ height: 16px 16px;
3208
+ margin: 4px 4px 0 0;
3209
+ padding-right: 8px;
3205
3210
  }
3206
3211
 
3207
- .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
3208
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
3209
- opacity: 0.7;
3212
+ .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
3213
+ .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
3214
+ margin: 4px 0 0 4px;
3210
3215
  }
3211
3216
 
3212
- .e-multi-select-wrapper input[readonly=true] {
3213
- pointer-events: none;
3217
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
3218
+ height: 12px;
3219
+ width: 12px;
3214
3220
  }
3215
3221
 
3216
- .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
3217
- pointer-events: none;
3222
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
3223
+ font-size: 13px;
3224
+ padding: 0 8px 0 0;
3218
3225
  }
3219
3226
 
3220
- ejs-multiselect {
3221
- display: block;
3227
+ .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
3228
+ .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3229
+ font-size: 12px;
3222
3230
  }
3223
3231
 
3224
- .e-small.e-multi-select-list-wrapper .e-selectall-parent,
3225
- .e-small .e-multi-select-list-wrapper .e-selectall-parent {
3226
- line-height: 26px;
3232
+ .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3233
+ font-size: 12px;
3234
+ padding: 0 4px 0 0;
3227
3235
  }
3228
3236
 
3229
- .e-small .e-multi-select-wrapper .e-chips-close {
3230
- height: 14px;
3231
- width: 14px;
3237
+ .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3238
+ padding: 0 0 0 4px;
3232
3239
  }
3233
3240
 
3234
- .e-small .e-multi-select-wrapper {
3235
- min-height: 24px;
3241
+ .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
3242
+ .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3243
+ font-size: 10px;
3236
3244
  }
3237
3245
 
3238
- .e-small .e-multi-select-wrapper input[type=text] {
3239
- height: 26px;
3240
- min-height: 26px;
3246
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
3247
+ font-size: 13px;
3248
+ padding-right: 4px;
3241
3249
  }
3242
3250
 
3243
- .e-small .e-multi-select-wrapper .e-delim-values {
3244
- font-size: 12px;
3245
- line-height: 26px;
3251
+ .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
3252
+ .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
3253
+ height: 38px;
3254
+ margin-top: -38px;
3255
+ right: 12px;
3256
+ top: 100%;
3257
+ width: 16px;
3246
3258
  }
3247
3259
 
3248
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3249
- .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
3250
- margin-top: -2.5em;
3260
+ .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3261
+ .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3262
+ .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3263
+ .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
3264
+ .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 {
3265
+ display: none;
3251
3266
  }
3252
3267
 
3253
- .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
3254
- .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
3255
- margin-top: -1.8em;
3268
+ .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
3269
+ margin-right: 0;
3256
3270
  }
3257
3271
 
3258
- .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
3259
- background-size: 300px 33px;
3260
- min-height: 33px;
3272
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
3273
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
3274
+ cursor: not-allowed;
3261
3275
  }
3262
3276
 
3263
- .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
3264
- color: inherit;
3265
- font-size: inherit;
3266
- min-height: 34px;
3267
- padding: 8px 12px 9px;
3277
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
3278
+ .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 {
3279
+ cursor: pointer;
3268
3280
  }
3269
3281
 
3270
- .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
3271
- padding: 8px 12px 9px;
3282
+ .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
3283
+ bottom: 0;
3284
+ right: 0;
3285
+ cursor: nwse-resize;
3286
+ height: 15px;
3287
+ position: absolute;
3288
+ width: 15px;
3272
3289
  }
3273
3290
 
3274
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
3275
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
3276
- font-size: inherit;
3277
- min-height: 30px;
3278
- padding: 7px 10px;
3291
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
3292
+ padding: 1px 0;
3279
3293
  }
3280
3294
 
3281
- .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
3282
- .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
3283
- padding: 7px 10px;
3295
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
3296
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
3297
+ padding: 0;
3284
3298
  }
3285
3299
 
3286
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
3287
- min-height: 30px;
3288
- padding: 3px 38px 1px 0;
3300
+ .e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
3301
+ .e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
3302
+ padding: 0;
3289
3303
  }
3290
3304
 
3291
- .e-multiselect.e-outline .e-multi-select-wrapper {
3292
- min-height: 34px;
3293
- padding: 3px 38px 1px 0;
3305
+ .e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
3306
+ padding: 0 8px 0 9px;
3294
3307
  }
3295
3308
 
3296
- .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
3297
- .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
3298
- padding-right: 0;
3309
+ .e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
3310
+ .e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
3311
+ padding: 0 8px 0 9px;
3299
3312
  }
3300
3313
 
3301
- .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
3302
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
3303
- .e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
3304
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
3305
- .e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
3306
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
3307
- .e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
3308
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
3309
- .e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
3310
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
3311
- padding-left: 0;
3314
+ .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
3315
+ color: #fff;
3312
3316
  }
3313
3317
 
3314
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
3315
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
3316
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
3317
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
3318
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
3319
- padding: 3px 0 1px 38px;
3318
+ .e-multi-select-wrapper .e-chips.e-chip-selected {
3319
+ background-color: #757575;
3320
3320
  }
3321
3321
 
3322
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3323
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3324
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3325
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3326
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
3327
- padding-left: 0;
3322
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
3323
+ background-color: #757575;
3328
3324
  }
3329
3325
 
3330
- .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3331
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
3332
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
3333
- padding-right: 0;
3326
+ .e-multiselect {
3327
+ -webkit-box-sizing: border-box;
3328
+ box-sizing: border-box;
3334
3329
  }
3335
3330
 
3336
- .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
3337
- height: 34px;
3331
+ /* stylelint-disable property-no-vendor-prefix */
3332
+ .e-multi-select-wrapper .e-chips > .e-chipcontent {
3333
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
3334
+ color: rgba(0, 0, 0, 0.87);
3335
+ font-family: inherit;
3336
+ font-size: 13px;
3338
3337
  }
3339
3338
 
3340
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
3341
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
3342
- height: 30px;
3339
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
3340
+ color: #fff;
3343
3341
  }
3344
3342
 
3345
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3346
- font-size: 14px;
3347
- line-height: 34px;
3348
- padding: 0 0 0 12px;
3343
+ .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
3344
+ color: #fff;
3349
3345
  }
3350
3346
 
3351
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3352
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3353
- font-size: 13px;
3354
- line-height: 30px;
3355
- padding: 0 0 0 8px;
3347
+ .e-multi-select-wrapper .e-chips {
3348
+ background-color: #eee;
3349
+ border-radius: 16px;
3350
+ height: 24px;
3356
3351
  }
3357
3352
 
3358
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3359
- padding: 0 12px 0 0;
3353
+ .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
3354
+ background-color: #eee;
3360
3355
  }
3361
3356
 
3362
- .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3363
- .e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3364
- .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3365
- .e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3366
- .e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
3367
- .e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
3368
- padding: 0 8px 0 0;
3357
+ .e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
3358
+ color: rgba(0, 0, 0, 0.87);
3369
3359
  }
3370
3360
 
3371
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
3372
- height: 26px;
3373
- margin: 4px 0 4px 8px;
3374
- padding: 0 8px;
3361
+ .e-multi-select-wrapper .e-chips .e-chips-close::before {
3362
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
3363
+ color: rgba(0, 0, 0, 0.54);
3364
+ font-size: 16px;
3375
3365
  }
3376
3366
 
3377
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
3378
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
3379
- margin: 4px 8px 4px 0;
3367
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
3368
+ background-color: #3f51b5;
3369
+ border-radius: 2px;
3370
+ color: #fff;
3371
+ height: 40px;
3372
+ line-height: 40px;
3380
3373
  }
3381
3374
 
3382
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
3383
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
3384
- height: 24px;
3385
- padding: 0 8px;
3375
+ .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
3376
+ color: #fff;
3386
3377
  }
3387
3378
 
3388
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3389
- padding: 0 8px 0 0;
3379
+ .e-multi-select-wrapper .e-chips.e-mob-chip {
3380
+ height: 28px;
3390
3381
  }
3391
3382
 
3392
- .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
3393
- .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3394
- padding: 0 0 0 8px;
3383
+ .e-popup.e-multi-select-list-wrapper {
3384
+ -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);
3385
+ 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);
3386
+ -webkit-box-sizing: content-box;
3387
+ box-sizing: content-box;
3388
+ overflow: initial;
3395
3389
  }
3396
3390
 
3397
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3398
- font-size: 13px;
3391
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
3392
+ border-bottom: 1px solid transparent;
3393
+ border-left: 1px solid #e0e0e0;
3394
+ border-right: 1px solid #e0e0e0;
3395
+ border-top: 1px solid #fff;
3399
3396
  }
3400
3397
 
3401
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent,
3402
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent {
3403
- font-size: 12px;
3398
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
3399
+ background-color: transparent;
3400
+ border-color: transparent;
3401
+ color: rgba(0, 0, 0, 0.87);
3404
3402
  }
3405
3403
 
3406
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3407
- .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
3408
- -webkit-box-align: normal;
3409
- -ms-flex-align: normal;
3410
- align-items: normal;
3404
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
3405
+ background-color: transparent;
3406
+ border-color: transparent;
3407
+ color: rgba(0, 0, 0, 0.87);
3411
3408
  }
3412
3409
 
3413
- .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
3414
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
3415
- font-size: 14px;
3410
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
3411
+ color: rgba(0, 0, 0, 0.87);
3416
3412
  }
3417
3413
 
3418
- .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
3419
- .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
3420
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
3421
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
3422
- font-size: 13px;
3414
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
3415
+ color: rgba(0, 0, 0, 0.87);
3423
3416
  }
3424
3417
 
3425
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
3426
- padding: 0 12px 0 8px;
3418
+ .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
3419
+ background-color: #eee;
3427
3420
  }
3428
3421
 
3429
- .e-multiselect.e-filled.e-input-group.e-control-wrapper {
3430
- padding: 0;
3422
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
3423
+ background-color: #eee;
3431
3424
  }
3432
3425
 
3433
- .e-filled.e-float-input .e-multi-select-wrapper {
3434
- padding: 11px 12px 0;
3435
- }
3426
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
3427
+ border-bottom: 1px solid transparent;
3428
+ border-top: 1px solid transparent;
3429
+ }
3436
3430
 
3437
- .e-small.e-filled.e-float-input .e-multi-select-wrapper,
3438
- .e-small .e-filled.e-float-input .e-multi-select-wrapper {
3439
- padding: 12px 12px 0 8px;
3431
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
3432
+ border-bottom: 1px solid transparent;
3440
3433
  }
3441
3434
 
3442
- .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
3443
- .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
3444
- padding: 0;
3435
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
3436
+ border-top: 1px solid transparent;
3445
3437
  }
3446
3438
 
3447
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
3448
- min-height: 39px;
3449
- padding-right: 10px;
3439
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
3440
+ background-color: #e0e0e0;
3441
+ -webkit-box-shadow: none;
3442
+ box-shadow: none;
3443
+ color: #e3165b;
3444
+ border: 1px solid transparent;
3450
3445
  }
3451
3446
 
3452
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
3453
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
3454
- min-height: 32px;
3447
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
3448
+ background-color: #e0e0e0;
3449
+ -webkit-box-shadow: none;
3450
+ box-shadow: none;
3451
+ color: #e3165b;
3452
+ border: 1px solid transparent;
3455
3453
  }
3456
3454
 
3457
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
3458
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
3459
- height: 22px;
3460
- min-height: 22px;
3461
- padding: 2px;
3455
+ .e-popup.e-multi-select-list-wrapper .e-list-item {
3456
+ border: 1px solid transparent;
3462
3457
  }
3463
3458
 
3464
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
3465
- height: 39px;
3459
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
3460
+ border: 1px solid transparent;
3466
3461
  }
3467
3462
 
3468
- .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
3469
- .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
3470
- height: 32px;
3463
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
3464
+ color: rgba(0, 0, 0, 0.42);
3471
3465
  }
3472
3466
 
3473
- .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
3474
- .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
3475
- height: 22px;
3467
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
3468
+ color: rgba(0, 0, 0, 0.42);
3476
3469
  }
3477
3470
 
3478
- .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
3479
- min-height: 28px;
3471
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
3472
+ color: rgba(0, 0, 0, 0.42);
3480
3473
  }
3481
3474
 
3482
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
3483
- font-size: 13px;
3484
- line-height: 39px;
3475
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
3476
+ color: rgba(0, 0, 0, 0.42);
3485
3477
  }
3486
3478
 
3487
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
3488
- font-size: 14px;
3489
- line-height: 28px;
3479
+ .e-ul.e-reorder {
3480
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
3490
3481
  }
3491
3482
 
3492
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
3493
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
3494
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
3495
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
3496
- font-size: 13px;
3497
- line-height: 32px;
3483
+ .e-multi-select-list-wrapper .e-selectall-parent {
3484
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
3498
3485
  }
3499
3486
 
3500
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
3501
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
3502
- line-height: 22px;
3487
+ .e-multi-select-wrapper .e-delim-values {
3488
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
3489
+ color: rgba(0, 0, 0, 0.87);
3503
3490
  }
3504
3491
 
3505
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3506
- height: 28px;
3492
+ .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3493
+ color: #000;
3507
3494
  }
3508
3495
 
3509
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
3510
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
3511
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
3512
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
3513
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3514
- height: 24px;
3496
+ .e-small .e-multi-select-wrapper .e-chips {
3497
+ height: 20px;
3515
3498
  }
3516
3499
 
3517
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
3518
- height: 18px;
3500
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
3501
+ font-size: 12px;
3519
3502
  }
3520
3503
 
3521
- .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
3522
- .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3523
- margin: 8px 8px 0 0;
3524
- padding: 0 8px;
3504
+ .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
3505
+ font-size: 14px;
3525
3506
  }
3526
3507
 
3527
- .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
3528
- .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
3529
- margin: 8px 0 0 8px;
3530
- padding: 0 8px;
3508
+ .e-small .e-multi-select-wrapper .e-close-hooker::before {
3509
+ left: 6px;
3531
3510
  }
3532
3511
 
3533
- .e-small .e-filled .e-multi-select-wrapper .e-chips,
3534
- .e-small.e-filled .e-multi-select-wrapper .e-chips {
3535
- height: 16px 16px;
3536
- margin: 4px 4px 0 0;
3537
- padding-right: 8px;
3512
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
3513
+ background-color: #e0e0e0;
3538
3514
  }
3539
3515
 
3540
- .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
3541
- .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
3542
- margin: 4px 0 0 4px;
3516
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
3517
+ background-color: rgb(206.15, 206.15, 206.15);
3543
3518
  }
3544
3519
 
3545
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
3546
- height: 12px;
3547
- width: 12px;
3520
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
3521
+ background-color: rgb(213.8, 213.8, 213.8);
3548
3522
  }
3549
3523
 
3550
- .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
3551
- font-size: 13px;
3552
- padding: 0 8px 0 0;
3524
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
3525
+ background-color: rgb(206.15, 206.15, 206.15);
3553
3526
  }
3554
3527
 
3555
- .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
3556
- .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3557
- font-size: 12px;
3528
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
3529
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
3530
+ background-color: rgb(198.5, 198.5, 198.5);
3558
3531
  }
3559
3532
 
3560
- .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3561
- font-size: 12px;
3562
- padding: 0 4px 0 0;
3533
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
3534
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
3535
+ background-color: rgb(198.5, 198.5, 198.5);
3563
3536
  }
3564
3537
 
3565
- .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3566
- padding: 0 0 0 4px;
3538
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
3539
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
3540
+ color: rgba(0, 0, 0, 0.87);
3567
3541
  }
3568
3542
 
3569
- .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
3570
- .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
3571
- font-size: 10px;
3543
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
3544
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
3545
+ color: rgba(0, 0, 0, 0.87);
3572
3546
  }
3573
3547
 
3574
- .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
3575
- font-size: 13px;
3576
- padding-right: 4px;
3548
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
3549
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3550
+ color: rgba(0, 0, 0, 0.54);
3577
3551
  }
3578
3552
 
3579
- .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
3580
- .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
3581
- height: 38px;
3582
- margin-top: -38px;
3583
- right: 12px;
3584
- top: 100%;
3585
- width: 16px;
3553
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
3554
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
3555
+ color: rgba(0, 0, 0, 0.87);
3586
3556
  }
3587
3557
 
3588
- .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3589
- .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3590
- .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
3591
- .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
3592
- .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 {
3593
- display: none;
3558
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
3559
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
3560
+ color: rgba(0, 0, 0, 0.54);
3594
3561
  }
3595
3562
 
3596
- .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
3597
- margin-right: 0;
3563
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
3564
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
3565
+ color: #fff;
3598
3566
  }
3599
3567
 
3600
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
3601
- .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
3602
- cursor: not-allowed;
3568
+ .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
3569
+ .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
3570
+ color: rgba(0, 0, 0, 0.87);
3603
3571
  }
3604
3572
 
3605
- .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
3606
- .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 {
3607
- cursor: pointer;
3573
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
3574
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
3575
+ color: rgba(0, 0, 0, 0.6);
3608
3576
  }
3609
3577
 
3610
- .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
3611
- bottom: 0;
3612
- right: 0;
3613
- cursor: nwse-resize;
3614
- height: 15px;
3615
- position: absolute;
3616
- width: 15px;
3578
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
3579
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
3580
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
3581
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
3582
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
3583
+ color: rgba(0, 0, 0, 0.38);
3584
+ }
3585
+
3586
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
3587
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
3588
+ color: rgba(0, 0, 0, 0.42);
3589
+ }
3590
+
3591
+ .e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
3592
+ background-color: #f5f5f5;
3593
+ }
3594
+
3595
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
3596
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
3597
+ background-color: #3f51b5;
3598
+ border-radius: 4px;
3599
+ -webkit-box-sizing: border-box;
3600
+ box-sizing: border-box;
3601
+ color: #fff;
3602
+ height: 40px;
3603
+ line-height: 40px;
3604
+ margin-left: 0;
3605
+ margin-right: 0;
3606
+ width: 100%;
3607
+ }
3608
+
3609
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
3610
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
3611
+ width: 33px;
3612
+ }
3613
+
3614
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
3615
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
3616
+ color: #fff;
3617
3617
  }
3618
3618
 
3619
3619
  .e-dropdownbase .e-list-item .e-list-icon {
@@ -4602,782 +4602,782 @@ ejs-multiselect {
4602
4602
  content: "\e656";
4603
4603
  }
4604
4604
 
4605
- .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
4606
- .e-small .e-listbox-container.e-filter-list .e-list-parent {
4607
- height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
4608
- }
4609
-
4610
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4611
- height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4612
- }
4613
-
4614
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4615
- height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4616
- }
4617
-
4618
- .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
4619
- height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
4620
- }
4621
-
4622
- .e-listbox-wrapper,
4623
- .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
4624
- .e-listboxtool-container.e-listbox-container .e-ul {
4625
- border: 1px solid #e0e0e0;
4626
- }
4627
-
4605
+ /* stylelint-disable property-no-vendor-prefix */
4628
4606
  .e-listbox-wrapper,
4629
4607
  .e-listbox-container,
4630
4608
  .e-listboxtool-wrapper {
4631
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
4632
- font-size: 15px;
4609
+ -webkit-overflow-scrolling: touch;
4610
+ -webkit-box-sizing: border-box;
4611
+ box-sizing: border-box;
4612
+ cursor: pointer;
4613
+ display: block;
4614
+ position: relative;
4615
+ -webkit-user-select: none;
4616
+ -moz-user-select: none;
4617
+ -ms-user-select: none;
4618
+ user-select: none;
4619
+ width: 100%;
4633
4620
  }
4634
- .e-listbox-wrapper .e-list-header,
4635
- .e-listbox-container .e-list-header,
4636
- .e-listboxtool-wrapper .e-list-header {
4637
- background-color: #fff;
4638
- border-color: rgba(0, 0, 0, 0.12);
4639
- color: rgba(0, 0, 0, 0.87);
4640
- font-size: 20px;
4621
+ .e-listbox-wrapper *,
4622
+ .e-listbox-container *,
4623
+ .e-listboxtool-wrapper * {
4624
+ -webkit-box-sizing: border-box;
4625
+ box-sizing: border-box;
4641
4626
  }
4642
-
4643
- .e-listbox-wrapper.e-filter-list .e-list-parent,
4644
- .e-listbox-container.e-filter-list .e-list-parent,
4645
- .e-listboxtool-wrapper.e-filter-list .e-list-parent {
4646
- height: calc(100% - 48px);
4627
+ .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
4628
+ .e-listbox-container.e-listboxtool-container .e-list-wrap,
4629
+ .e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
4630
+ width: 86% !important; /* stylelint-disable-line declaration-no-important */
4647
4631
  }
4648
-
4649
- .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
4650
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
4651
- .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
4652
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4632
+ .e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
4633
+ .e-listbox-container .e-list-wrap:focus-visible,
4634
+ .e-listbox-container:focus,
4635
+ .e-listboxtool-wrapper .e-list-wrap:focus-visible,
4636
+ .e-listboxtool-wrapper:focus {
4637
+ outline: none;
4653
4638
  }
4654
-
4655
- .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
4656
- .e-listbox-container .e-selectall-parent + .e-list-parent,
4657
- .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
4658
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4639
+ .e-listbox-wrapper.e-disabled,
4640
+ .e-listbox-container.e-disabled,
4641
+ .e-listboxtool-wrapper.e-disabled {
4642
+ cursor: default;
4643
+ pointer-events: none;
4644
+ }
4645
+ .e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
4646
+ .e-listbox-container:not(.e-list-template) .e-list-nrt,
4647
+ .e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
4648
+ text-align: center;
4649
+ }
4650
+ .e-listbox-wrapper .e-list-parent,
4651
+ .e-listbox-container .e-list-parent,
4652
+ .e-listboxtool-wrapper .e-list-parent {
4653
+ height: 100%;
4654
+ min-height: 36px;
4659
4655
  }
4660
-
4661
4656
  .e-listbox-wrapper .e-list-item,
4662
4657
  .e-listbox-container .e-list-item,
4663
4658
  .e-listboxtool-wrapper .e-list-item {
4664
- background-color: #fff;
4665
- border-bottom: 0 solid transparent;
4666
- border-left: 0 solid transparent;
4667
- border-right: 0 solid transparent;
4668
- border-top: 0 solid transparent;
4669
- color: rgba(0, 0, 0, 0.87);
4659
+ border-bottom: 0 solid;
4660
+ outline: none;
4670
4661
  }
4671
-
4672
- .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),
4673
- .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
4674
- .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
4675
- .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
4676
- .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
4677
- background-color: #eee;
4678
- border-color: transparent;
4679
- color: rgba(0, 0, 0, 0.87);
4662
+ .e-listbox-wrapper .e-list-item.e-disabled,
4663
+ .e-listbox-container .e-list-item.e-disabled,
4664
+ .e-listboxtool-wrapper .e-list-item.e-disabled {
4665
+ pointer-events: none;
4680
4666
  }
4681
-
4682
- .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
4683
- .e-listbox-container .e-list-item.e-selected.e-checklist,
4684
- .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
4685
- background-color: #fff;
4686
- color: rgba(0, 0, 0, 0.87);
4667
+ .e-listbox-wrapper .e-disable,
4668
+ .e-listbox-container .e-disable,
4669
+ .e-listboxtool-wrapper .e-disable {
4670
+ opacity: 0.7;
4687
4671
  }
4688
-
4689
- .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,
4690
- .e-listbox-container .e-list-item.e-focused,
4691
- .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
4692
- .e-listbox-container .e-list-item.e-selected,
4693
- .e-listboxtool-wrapper .e-list-item.e-focused,
4694
- .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
4695
- .e-listboxtool-wrapper .e-list-item.e-selected {
4696
- background-color: #f5f5f5;
4697
- color: rgba(0, 0, 0, 0.87);
4672
+ .e-listbox-wrapper .e-list-parent,
4673
+ .e-listbox-container .e-list-parent,
4674
+ .e-listboxtool-wrapper .e-list-parent {
4675
+ margin: 0;
4676
+ padding: 0;
4698
4677
  }
4699
-
4700
- .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,
4701
- .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
4702
- .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
4703
- .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
4704
- .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
4705
- background-color: #e3165b;
4706
- border-color: transparent;
4707
- color: #fff;
4678
+ .e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
4679
+ .e-listbox-container .e-list-header .e-text.header,
4680
+ .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
4681
+ .e-listboxtool-wrapper .e-list-header .e-text.header,
4682
+ .e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
4683
+ display: none;
4684
+ }
4685
+ .e-listbox-wrapper .e-icon-back,
4686
+ .e-listbox-container .e-icon-back,
4687
+ .e-listboxtool-wrapper .e-icon-back {
4688
+ margin-top: 2px;
4689
+ }
4690
+ .e-listbox-wrapper .e-list-header,
4691
+ .e-listbox-container .e-list-header,
4692
+ .e-listboxtool-wrapper .e-list-header {
4693
+ -webkit-box-align: center;
4694
+ -ms-flex-align: center;
4695
+ align-items: center;
4696
+ border-bottom: 1px solid;
4697
+ display: -webkit-box;
4698
+ display: -ms-flexbox;
4699
+ display: flex;
4700
+ font-weight: bold;
4701
+ height: 48px;
4702
+ padding: 0 16px;
4703
+ }
4704
+ .e-listbox-wrapper .e-has-header > .e-view,
4705
+ .e-listbox-container .e-has-header > .e-view,
4706
+ .e-listboxtool-wrapper .e-has-header > .e-view {
4707
+ top: 45px;
4708
+ }
4709
+ .e-listbox-wrapper .e-but-back,
4710
+ .e-listbox-container .e-but-back,
4711
+ .e-listboxtool-wrapper .e-but-back {
4712
+ cursor: pointer;
4713
+ padding-right: 30px;
4714
+ }
4715
+ .e-listbox-wrapper .e-list-group-item:first-child,
4716
+ .e-listbox-container .e-list-group-item:first-child,
4717
+ .e-listboxtool-wrapper .e-list-group-item:first-child {
4718
+ border: 0;
4719
+ border-bottom: 0 solid transparent;
4708
4720
  }
4709
-
4710
4721
  .e-listbox-wrapper .e-list-group-item,
4711
4722
  .e-listbox-container .e-list-group-item,
4712
4723
  .e-listboxtool-wrapper .e-list-group-item {
4713
- background-color: #fafafa;
4714
- border-color: rgba(0, 0, 0, 0.12);
4715
- color: rgba(0, 0, 0, 0.54);
4716
- font-size: 15px;
4717
- }
4718
-
4719
- .e-listbox-wrapper .e-selectall-parent,
4720
- .e-listbox-container .e-selectall-parent,
4721
- .e-listboxtool-wrapper .e-selectall-parent {
4722
- background-color: #fff;
4723
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
4724
- color: rgba(0, 0, 0, 0.87);
4724
+ border-bottom: 0 solid transparent;
4725
+ border-top: 1px solid;
4726
+ font-weight: 600;
4727
+ height: 36px;
4728
+ line-height: 16px;
4729
+ padding: 11px 16px;
4725
4730
  }
4726
-
4727
- .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
4728
- .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
4729
- .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
4730
- background-color: transparent;
4731
+ .e-listbox-wrapper .e-icon-collapsible,
4732
+ .e-listbox-container .e-icon-collapsible,
4733
+ .e-listboxtool-wrapper .e-icon-collapsible {
4734
+ cursor: pointer;
4735
+ font-size: 12px;
4736
+ position: absolute;
4737
+ right: 0%;
4738
+ top: 50%;
4739
+ -webkit-transform: translateY(-50%);
4740
+ transform: translateY(-50%);
4731
4741
  }
4732
-
4733
- .e-listbox-wrapper.e-list-template .e-list-wrapper,
4734
- .e-listbox-container.e-list-template .e-list-wrapper,
4735
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
4736
- height: inherit;
4742
+ .e-listbox-wrapper .e-text-content,
4743
+ .e-listbox-container .e-text-content,
4744
+ .e-listboxtool-wrapper .e-text-content {
4745
+ height: 100%;
4737
4746
  position: relative;
4747
+ vertical-align: middle;
4738
4748
  }
4739
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
4740
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
4741
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
4742
- padding: 0.2667em 1.0666em;
4749
+ .e-listbox-wrapper .e-text-content *,
4750
+ .e-listbox-container .e-text-content *,
4751
+ .e-listboxtool-wrapper .e-text-content * {
4752
+ display: inline-block;
4753
+ vertical-align: middle;
4743
4754
  }
4744
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
4745
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
4746
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
4747
- padding: 1.0666em;
4755
+ .e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
4756
+ .e-listbox-container .e-text-content.e-checkbox .e-list-text,
4757
+ .e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
4758
+ width: calc(100% - 40px);
4748
4759
  }
4749
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
4750
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
4751
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
4752
- color: rgba(0, 0, 0, 0.87);
4753
- display: block;
4754
- font-size: 15px;
4755
- font-weight: 500;
4756
- margin: 0;
4757
- overflow: hidden;
4758
- padding: 0.115em 0;
4759
- text-overflow: ellipsis;
4760
- white-space: nowrap;
4760
+ .e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
4761
+ .e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
4762
+ .e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
4763
+ width: calc(100% - 90px);
4761
4764
  }
4762
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
4763
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
4764
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
4765
- color: rgba(0, 0, 0, 0.54);
4766
- display: block;
4767
- font-size: 13px;
4768
- margin: 0;
4769
- padding: 0.115em 0;
4770
- word-wrap: break-word;
4765
+ .e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
4766
+ .e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
4767
+ .e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
4768
+ width: calc(100% - 80px);
4771
4769
  }
4772
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
4773
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
4774
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
4770
+ .e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
4771
+ .e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
4772
+ .e-listboxtool-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
4773
+ width: calc(100% - 92px);
4774
+ }
4775
+ .e-listbox-wrapper .e-checkbox .e-checkbox-left,
4776
+ .e-listbox-container .e-checkbox .e-checkbox-left,
4777
+ .e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
4778
+ margin: -2px 10px 0 0;
4779
+ }
4780
+ .e-listbox-wrapper .e-checkbox .e-checkbox-right,
4781
+ .e-listbox-container .e-checkbox .e-checkbox-right,
4782
+ .e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
4783
+ margin: -2px 0 0 10px;
4784
+ }
4785
+ .e-listbox-wrapper .e-list-text,
4786
+ .e-listbox-container .e-list-text,
4787
+ .e-listboxtool-wrapper .e-list-text {
4788
+ cursor: pointer;
4789
+ display: inline-block;
4775
4790
  overflow: hidden;
4776
4791
  text-overflow: ellipsis;
4792
+ vertical-align: top;
4777
4793
  white-space: nowrap;
4794
+ width: 100%;
4778
4795
  }
4779
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
4780
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
4781
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
4782
- height: 2.6667em;
4783
- left: 1.0667em;
4784
- position: absolute;
4785
- width: 2.6667em;
4786
- left: 1.0667em;
4796
+ .e-listbox-wrapper .e-list-icon + .e-list-text, .e-listbox-wrapper .e-icon-wrapper .e-list-text, .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
4797
+ .e-listbox-container .e-list-icon + .e-list-text,
4798
+ .e-listbox-container .e-icon-wrapper .e-list-text,
4799
+ .e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
4800
+ .e-listboxtool-wrapper .e-list-icon + .e-list-text,
4801
+ .e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
4802
+ .e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
4803
+ width: calc(100% - 60px);
4787
4804
  }
4788
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
4789
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
4790
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
4791
- padding-left: 4.8em;
4792
- padding-right: 1.0666em;
4805
+ .e-listbox-wrapper .e-list-icon,
4806
+ .e-listbox-container .e-list-icon,
4807
+ .e-listboxtool-wrapper .e-list-icon {
4808
+ height: 30px;
4809
+ margin-right: 16px;
4810
+ width: 30px;
4793
4811
  }
4794
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
4795
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
4796
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
4797
- padding-left: 1.0666em;
4798
- padding-right: 4.8em;
4812
+ .e-listbox-wrapper .e-content,
4813
+ .e-listbox-container .e-content,
4814
+ .e-listboxtool-wrapper .e-content {
4815
+ overflow: hidden;
4816
+ position: relative;
4799
4817
  }
4800
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
4801
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
4802
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
4803
- height: 2.6667em;
4804
- left: 1.0667em;
4805
- position: absolute;
4806
- width: 2.6667em;
4807
- right: 1.0667em;
4818
+ .e-listbox-wrapper .e-list-header .e-text,
4819
+ .e-listbox-container .e-list-header .e-text,
4820
+ .e-listboxtool-wrapper .e-list-header .e-text {
4821
+ cursor: pointer;
4822
+ text-indent: 0;
4808
4823
  }
4809
- .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,
4810
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
4811
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
4812
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
4813
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
4814
- top: 1.0666em;
4824
+ .e-listbox-wrapper .e-text .e-headertext,
4825
+ .e-listbox-container .e-text .e-headertext,
4826
+ .e-listboxtool-wrapper .e-text .e-headertext {
4827
+ display: inline-block;
4828
+ line-height: inherit;
4815
4829
  }
4816
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
4817
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
4818
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
4819
- font-size: 12px;
4820
- height: 1.6666em;
4821
- line-height: 1.8666em;
4822
- padding: 0;
4823
- position: absolute;
4824
- right: 1.33em;
4825
- top: 50%;
4826
- -webkit-transform: translateY(-50%);
4827
- transform: translateY(-50%);
4828
- width: 2.5em;
4830
+ .e-listbox-wrapper.e-rtl,
4831
+ .e-listbox-container.e-rtl,
4832
+ .e-listboxtool-wrapper.e-rtl {
4833
+ direction: rtl;
4829
4834
  }
4830
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
4831
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
4832
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
4833
- padding-left: 4.8em;
4834
- padding-right: 4.1333em;
4835
+ .e-listbox-wrapper.e-rtl .e-list-icon,
4836
+ .e-listbox-container.e-rtl .e-list-icon,
4837
+ .e-listboxtool-wrapper.e-rtl .e-list-icon {
4838
+ margin-left: 16px;
4839
+ margin-right: 0;
4835
4840
  }
4836
- .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
4837
- .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
4838
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
4839
- padding-left: 1.0666em;
4840
- padding-right: 4.1333em;
4841
+ .e-listbox-wrapper.e-rtl .e-icon-collapsible,
4842
+ .e-listbox-container.e-rtl .e-icon-collapsible,
4843
+ .e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
4844
+ left: 0%;
4845
+ right: initial;
4846
+ top: 50%;
4847
+ -webkit-transform: translateY(-50%) rotate(180deg);
4848
+ transform: translateY(-50%) rotate(180deg);
4841
4849
  }
4842
- .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
4843
- .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
4844
- .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
4845
- display: block;
4846
- margin: 0;
4847
- overflow: hidden;
4848
- padding: 0.72em 0;
4849
- text-overflow: ellipsis;
4850
- white-space: nowrap;
4850
+ .e-listbox-wrapper.e-rtl .e-list-header .e-text,
4851
+ .e-listbox-container.e-rtl .e-list-header .e-text,
4852
+ .e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
4853
+ cursor: pointer;
4851
4854
  }
4852
- .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,
4853
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
4854
- .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
4855
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
4856
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
4857
- color: rgba(0, 0, 0, 0.87);
4855
+ .e-listbox-wrapper.e-rtl .e-but-back,
4856
+ .e-listbox-container.e-rtl .e-but-back,
4857
+ .e-listboxtool-wrapper.e-rtl .e-but-back {
4858
+ -webkit-transform: rotate(180deg);
4859
+ transform: rotate(180deg);
4858
4860
  }
4859
- .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,
4860
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
4861
- .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
4862
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
4863
- .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
4864
- color: rgba(0, 0, 0, 0.87);
4861
+ .e-listbox-wrapper.e-rtl .e-icon-back,
4862
+ .e-listbox-container.e-rtl .e-icon-back,
4863
+ .e-listboxtool-wrapper.e-rtl .e-icon-back {
4864
+ margin-top: -2px;
4865
4865
  }
4866
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
4867
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
4868
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
4869
- left: inherit;
4870
- right: 1.0667em;
4866
+ .e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
4867
+ .e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
4868
+ .e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
4869
+ .e-listbox-container.e-rtl .e-checkbox-wrapper,
4870
+ .e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
4871
+ .e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
4872
+ margin: -2px 0 0 10px;
4871
4873
  }
4872
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
4873
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
4874
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
4875
- padding-left: 1.0666em;
4876
- padding-right: 4.8em;
4874
+ .e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
4875
+ .e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
4876
+ .e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
4877
+ margin: -2px 10px 0 0;
4877
4878
  }
4878
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
4879
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
4880
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
4881
- padding-left: 4.8em;
4882
- padding-right: 1.0666em;
4879
+ .e-listbox-wrapper .e-checkbox-wrapper,
4880
+ .e-listbox-container .e-checkbox-wrapper,
4881
+ .e-listboxtool-wrapper .e-checkbox-wrapper {
4882
+ margin: -2px 10px 0 0;
4883
+ text-indent: 0;
4884
+ vertical-align: middle;
4883
4885
  }
4884
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
4885
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
4886
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
4887
- left: 1.0667em;
4888
- right: inherit;
4886
+ .e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
4887
+ .e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
4888
+ .e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
4889
+ position: absolute;
4890
+ right: 0;
4891
+ top: 30%;
4889
4892
  }
4890
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
4891
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
4892
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
4893
- left: 1.33em;
4894
- right: inherit;
4893
+ .e-listbox-wrapper .e-input-group,
4894
+ .e-listbox-container .e-input-group,
4895
+ .e-listboxtool-wrapper .e-input-group {
4896
+ padding: 4px 8px;
4895
4897
  }
4896
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
4897
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
4898
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
4899
- padding-left: 4.1333em;
4900
- padding-right: 4.8em;
4898
+ .e-listbox-wrapper .e-input-focus,
4899
+ .e-listbox-container .e-input-focus,
4900
+ .e-listboxtool-wrapper .e-input-focus {
4901
+ padding: 4px 4px 4px 8px;
4901
4902
  }
4902
- .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
4903
- .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
4904
- .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
4905
- padding-left: 4.1333em;
4906
- padding-right: 1.0666em;
4903
+ .e-listbox-wrapper .e-hidden-select,
4904
+ .e-listbox-container .e-hidden-select,
4905
+ .e-listboxtool-wrapper .e-hidden-select {
4906
+ height: 1px;
4907
+ opacity: 0;
4908
+ position: absolute;
4909
+ width: 100%;
4907
4910
  }
4908
-
4909
- .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 {
4910
- height: 100%;
4911
+ .e-listbox-wrapper .e-placeholder,
4912
+ .e-listbox-container .e-placeholder,
4913
+ .e-listboxtool-wrapper .e-placeholder {
4914
+ background-color: #e3165b;
4915
+ display: block;
4916
+ height: 1px;
4911
4917
  }
4912
4918
 
4913
- .e-listbox-container.e-filter-list .e-list-wrap {
4914
- height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
4919
+ ejs-listbox {
4920
+ display: block;
4915
4921
  }
4916
4922
 
4917
- .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
4918
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4919
- }
4920
-
4921
- .e-listbox-container .e-selectall-parent + .e-list-wrap {
4922
- height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4923
+ .e-listbox-wrapper:not(.e-listbox-container),
4924
+ .e-listbox-wrapper.e-filter-list .e-list-parent {
4925
+ overflow: auto;
4923
4926
  }
4924
4927
 
4925
- /* stylelint-disable property-no-vendor-prefix */
4926
- .e-listbox-wrapper,
4927
- .e-listbox-container,
4928
- .e-listboxtool-wrapper {
4929
- -webkit-overflow-scrolling: touch;
4930
- -webkit-box-sizing: border-box;
4931
- box-sizing: border-box;
4932
- cursor: pointer;
4933
- display: block;
4934
- position: relative;
4935
- -webkit-user-select: none;
4936
- -moz-user-select: none;
4937
- -ms-user-select: none;
4938
- user-select: none;
4939
- width: 100%;
4940
- }
4941
- .e-listbox-wrapper *,
4942
- .e-listbox-container *,
4943
- .e-listboxtool-wrapper * {
4944
- -webkit-box-sizing: border-box;
4945
- box-sizing: border-box;
4946
- }
4947
- .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
4948
- .e-listbox-container.e-listboxtool-container .e-list-wrap,
4949
- .e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
4950
- width: 86% !important; /* stylelint-disable-line declaration-no-important */
4951
- }
4952
- .e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
4953
- .e-listbox-container .e-list-wrap:focus-visible,
4954
- .e-listbox-container:focus,
4955
- .e-listboxtool-wrapper .e-list-wrap:focus-visible,
4956
- .e-listboxtool-wrapper:focus {
4957
- outline: none;
4958
- }
4959
- .e-listbox-wrapper.e-disabled,
4960
- .e-listbox-container.e-disabled,
4961
- .e-listboxtool-wrapper.e-disabled {
4962
- cursor: default;
4963
- pointer-events: none;
4964
- }
4965
- .e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
4966
- .e-listbox-container:not(.e-list-template) .e-list-nrt,
4967
- .e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
4968
- text-align: center;
4969
- }
4970
- .e-listbox-wrapper .e-list-parent,
4971
- .e-listbox-container .e-list-parent,
4972
- .e-listboxtool-wrapper .e-list-parent {
4973
- height: 100%;
4974
- min-height: 36px;
4975
- }
4976
- .e-listbox-wrapper .e-list-item,
4977
- .e-listbox-container .e-list-item,
4978
- .e-listboxtool-wrapper .e-list-item {
4979
- border-bottom: 0 solid;
4980
- outline: none;
4981
- }
4982
- .e-listbox-wrapper .e-list-item.e-disabled,
4983
- .e-listbox-container .e-list-item.e-disabled,
4984
- .e-listboxtool-wrapper .e-list-item.e-disabled {
4985
- pointer-events: none;
4928
+ .e-listbox-wrapper.e-sortableclone,
4929
+ .e-listbox-container.e-sortableclone,
4930
+ .e-listboxtool-wrapper.e-sortableclone {
4931
+ border-width: 0;
4932
+ overflow: visible;
4986
4933
  }
4987
- .e-listbox-wrapper .e-disable,
4988
- .e-listbox-container .e-disable,
4989
- .e-listboxtool-wrapper .e-disable {
4990
- opacity: 0.7;
4934
+ .e-listbox-wrapper.e-sortableclone .e-list-item,
4935
+ .e-listbox-container.e-sortableclone .e-list-item,
4936
+ .e-listboxtool-wrapper.e-sortableclone .e-list-item {
4937
+ list-style-type: none;
4938
+ height: 38px !important; /* stylelint-disable-line declaration-no-important */
4991
4939
  }
4992
- .e-listbox-wrapper .e-list-parent,
4993
- .e-listbox-container .e-list-parent,
4994
- .e-listboxtool-wrapper .e-list-parent {
4995
- margin: 0;
4996
- padding: 0;
4940
+ .e-listbox-wrapper.e-sortableclone .e-ripple,
4941
+ .e-listbox-container.e-sortableclone .e-ripple,
4942
+ .e-listboxtool-wrapper.e-sortableclone .e-ripple {
4943
+ overflow: visible;
4997
4944
  }
4998
- .e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
4999
- .e-listbox-container .e-list-header .e-text.header,
5000
- .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
5001
- .e-listboxtool-wrapper .e-list-header .e-text.header,
5002
- .e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
4945
+ .e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
4946
+ .e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
4947
+ .e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
5003
4948
  display: none;
5004
4949
  }
5005
- .e-listbox-wrapper .e-icon-back,
5006
- .e-listbox-container .e-icon-back,
5007
- .e-listboxtool-wrapper .e-icon-back {
5008
- margin-top: 2px;
5009
- }
5010
- .e-listbox-wrapper .e-list-header,
5011
- .e-listbox-container .e-list-header,
5012
- .e-listboxtool-wrapper .e-list-header {
4950
+ .e-listbox-wrapper.e-sortableclone .e-list-badge,
4951
+ .e-listbox-container.e-sortableclone .e-list-badge,
4952
+ .e-listboxtool-wrapper.e-sortableclone .e-list-badge {
5013
4953
  -webkit-box-align: center;
5014
4954
  -ms-flex-align: center;
5015
4955
  align-items: center;
5016
- border-bottom: 1px solid;
4956
+ background-color: #e3165b;
4957
+ border: 1px solid #fff;
4958
+ border-radius: 50%;
4959
+ color: #fff;
5017
4960
  display: -webkit-box;
5018
4961
  display: -ms-flexbox;
5019
4962
  display: flex;
5020
- font-weight: bold;
5021
- height: 48px;
5022
- padding: 0 16px;
4963
+ font-size: 12px;
4964
+ height: 22px;
4965
+ -webkit-box-pack: center;
4966
+ -ms-flex-pack: center;
4967
+ justify-content: center;
4968
+ position: absolute;
4969
+ right: -10px;
4970
+ top: -10px;
4971
+ width: 22px;
5023
4972
  }
5024
- .e-listbox-wrapper .e-has-header > .e-view,
5025
- .e-listbox-container .e-has-header > .e-view,
5026
- .e-listboxtool-wrapper .e-has-header > .e-view {
5027
- top: 45px;
4973
+
4974
+ .e-listboxtool-wrapper.e-sortableclone {
4975
+ display: block;
5028
4976
  }
5029
- .e-listbox-wrapper .e-but-back,
5030
- .e-listbox-container .e-but-back,
5031
- .e-listboxtool-wrapper .e-but-back {
4977
+
4978
+ .e-listboxtool-wrapper,
4979
+ .e-listboxtool-container {
5032
4980
  cursor: pointer;
5033
- padding-right: 30px;
5034
- }
5035
- .e-listbox-wrapper .e-list-group-item:first-child,
5036
- .e-listbox-container .e-list-group-item:first-child,
5037
- .e-listboxtool-wrapper .e-list-group-item:first-child {
5038
- border: 0;
5039
- border-bottom: 0 solid transparent;
4981
+ display: -webkit-box;
4982
+ display: -ms-flexbox;
4983
+ display: flex;
5040
4984
  }
5041
- .e-listbox-wrapper .e-list-group-item,
5042
- .e-listbox-container .e-list-group-item,
5043
- .e-listboxtool-wrapper .e-list-group-item {
5044
- border-bottom: 0 solid transparent;
5045
- border-top: 1px solid;
5046
- font-weight: 600;
5047
- height: 36px;
5048
- line-height: 16px;
5049
- padding: 11px 16px;
4985
+ .e-listboxtool-wrapper *,
4986
+ .e-listboxtool-container * {
4987
+ -webkit-box-sizing: border-box;
4988
+ box-sizing: border-box;
5050
4989
  }
5051
- .e-listbox-wrapper .e-icon-collapsible,
5052
- .e-listbox-container .e-icon-collapsible,
5053
- .e-listboxtool-wrapper .e-icon-collapsible {
5054
- cursor: pointer;
5055
- font-size: 12px;
5056
- position: absolute;
5057
- right: 0%;
5058
- top: 50%;
5059
- -webkit-transform: translateY(-50%);
5060
- transform: translateY(-50%);
4990
+ .e-listboxtool-wrapper.e-disabled,
4991
+ .e-listboxtool-container.e-disabled {
4992
+ cursor: default;
4993
+ pointer-events: none;
5061
4994
  }
5062
- .e-listbox-wrapper .e-text-content,
5063
- .e-listbox-container .e-text-content,
5064
- .e-listboxtool-wrapper .e-text-content {
5065
- height: 100%;
5066
- position: relative;
5067
- vertical-align: middle;
4995
+ .e-listboxtool-wrapper .e-listbox-wrapper,
4996
+ .e-listboxtool-wrapper .e-list-wrap,
4997
+ .e-listboxtool-container .e-listbox-wrapper,
4998
+ .e-listboxtool-container .e-list-wrap {
4999
+ -webkit-box-flex: 1;
5000
+ -ms-flex: 1;
5001
+ flex: 1;
5068
5002
  }
5069
- .e-listbox-wrapper .e-text-content *,
5070
- .e-listbox-container .e-text-content *,
5071
- .e-listboxtool-wrapper .e-text-content * {
5072
- display: inline-block;
5073
- vertical-align: middle;
5003
+ .e-listboxtool-wrapper.e-right .e-listbox-tool,
5004
+ .e-listboxtool-container.e-right .e-listbox-tool {
5005
+ margin-left: 15px;
5074
5006
  }
5075
- .e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
5076
- .e-listbox-container .e-text-content.e-checkbox .e-list-text,
5077
- .e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
5078
- width: calc(100% - 40px);
5007
+ .e-listboxtool-wrapper.e-left .e-listbox-tool,
5008
+ .e-listboxtool-container.e-left .e-listbox-tool {
5009
+ margin-right: 15px;
5079
5010
  }
5080
- .e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
5081
- .e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
5082
- .e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
5083
- width: calc(100% - 90px);
5011
+ .e-listboxtool-wrapper .e-listbox-tool,
5012
+ .e-listboxtool-container .e-listbox-tool {
5013
+ border: 1px solid #e0e0e0;
5014
+ overflow: auto;
5015
+ padding: 8px;
5084
5016
  }
5085
- .e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
5086
- .e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
5087
- .e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
5088
- width: calc(100% - 80px);
5017
+ .e-listboxtool-wrapper .e-listbox-tool .e-btn,
5018
+ .e-listboxtool-container .e-listbox-tool .e-btn {
5019
+ display: list-item;
5020
+ list-style-type: none;
5021
+ margin-bottom: 10px;
5089
5022
  }
5090
- .e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
5091
- .e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
5092
- .e-listboxtool-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
5093
- width: calc(100% - 92px);
5023
+ .e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
5024
+ .e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
5025
+ position: absolute;
5026
+ right: 0;
5027
+ top: 30%;
5094
5028
  }
5095
- .e-listbox-wrapper .e-checkbox .e-checkbox-left,
5096
- .e-listbox-container .e-checkbox .e-checkbox-left,
5097
- .e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
5098
- margin: -2px 10px 0 0;
5029
+
5030
+ .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
5031
+ .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
5032
+ margin-right: 15px;
5099
5033
  }
5100
- .e-listbox-wrapper .e-checkbox .e-checkbox-right,
5101
- .e-listbox-container .e-checkbox .e-checkbox-right,
5102
- .e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
5103
- margin: -2px 0 0 10px;
5034
+ .e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
5035
+ .e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
5036
+ margin-left: 15px;
5104
5037
  }
5105
- .e-listbox-wrapper .e-list-text,
5106
- .e-listbox-container .e-list-text,
5107
- .e-listboxtool-wrapper .e-list-text {
5108
- cursor: pointer;
5109
- display: inline-block;
5110
- overflow: hidden;
5111
- text-overflow: ellipsis;
5112
- vertical-align: top;
5113
- white-space: nowrap;
5114
- width: 100%;
5115
- }
5116
- .e-listbox-wrapper .e-list-icon + .e-list-text, .e-listbox-wrapper .e-icon-wrapper .e-list-text, .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
5117
- .e-listbox-container .e-list-icon + .e-list-text,
5118
- .e-listbox-container .e-icon-wrapper .e-list-text,
5119
- .e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
5120
- .e-listboxtool-wrapper .e-list-icon + .e-list-text,
5121
- .e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
5122
- .e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
5123
- width: calc(100% - 60px);
5038
+
5039
+ .e-listbox-wrapper:not(.e-list-template) .e-list-item,
5040
+ .e-listbox-wrapper .e-list-nrt,
5041
+ .e-listbox-wrapper .e-selectall-parent,
5042
+ .e-listbox-container:not(.e-list-template) .e-list-item,
5043
+ .e-listbox-container .e-list-nrt,
5044
+ .e-listbox-container .e-selectall-parent,
5045
+ .e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
5046
+ .e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
5047
+ .e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
5048
+ height: 36px;
5049
+ line-height: 1;
5050
+ padding: 11px 16px;
5051
+ position: relative;
5124
5052
  }
5125
5053
  .e-listbox-wrapper .e-list-icon,
5126
5054
  .e-listbox-container .e-list-icon,
5127
- .e-listboxtool-wrapper .e-list-icon {
5128
- height: 30px;
5129
- margin-right: 16px;
5130
- width: 30px;
5055
+ .e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
5056
+ display: inline;
5057
+ vertical-align: middle;
5058
+ width: auto;
5059
+ height: auto;
5060
+ padding-bottom: 2px;
5131
5061
  }
5132
- .e-listbox-wrapper .e-content,
5133
- .e-listbox-container .e-content,
5134
- .e-listboxtool-wrapper .e-content {
5135
- overflow: hidden;
5136
- position: relative;
5062
+
5063
+ .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
5064
+ .e-small .e-listbox-container.e-filter-list .e-list-parent {
5065
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
5137
5066
  }
5138
- .e-listbox-wrapper .e-list-header .e-text,
5139
- .e-listbox-container .e-list-header .e-text,
5140
- .e-listboxtool-wrapper .e-list-header .e-text {
5141
- cursor: pointer;
5142
- text-indent: 0;
5067
+
5068
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
5069
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
5143
5070
  }
5144
- .e-listbox-wrapper .e-text .e-headertext,
5145
- .e-listbox-container .e-text .e-headertext,
5146
- .e-listboxtool-wrapper .e-text .e-headertext {
5147
- display: inline-block;
5148
- line-height: inherit;
5071
+
5072
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
5073
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
5149
5074
  }
5150
- .e-listbox-wrapper.e-rtl,
5151
- .e-listbox-container.e-rtl,
5152
- .e-listboxtool-wrapper.e-rtl {
5153
- direction: rtl;
5075
+
5076
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
5077
+ height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
5154
5078
  }
5155
- .e-listbox-wrapper.e-rtl .e-list-icon,
5156
- .e-listbox-container.e-rtl .e-list-icon,
5157
- .e-listboxtool-wrapper.e-rtl .e-list-icon {
5158
- margin-left: 16px;
5159
- margin-right: 0;
5079
+
5080
+ .e-listbox-wrapper,
5081
+ .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
5082
+ .e-listboxtool-container.e-listbox-container .e-ul {
5083
+ border: 1px solid #e0e0e0;
5160
5084
  }
5161
- .e-listbox-wrapper.e-rtl .e-icon-collapsible,
5162
- .e-listbox-container.e-rtl .e-icon-collapsible,
5163
- .e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
5164
- left: 0%;
5165
- right: initial;
5166
- top: 50%;
5167
- -webkit-transform: translateY(-50%) rotate(180deg);
5168
- transform: translateY(-50%) rotate(180deg);
5085
+
5086
+ .e-listbox-wrapper,
5087
+ .e-listbox-container,
5088
+ .e-listboxtool-wrapper {
5089
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
5090
+ font-size: 15px;
5169
5091
  }
5170
- .e-listbox-wrapper.e-rtl .e-list-header .e-text,
5171
- .e-listbox-container.e-rtl .e-list-header .e-text,
5172
- .e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
5173
- cursor: pointer;
5092
+ .e-listbox-wrapper .e-list-header,
5093
+ .e-listbox-container .e-list-header,
5094
+ .e-listboxtool-wrapper .e-list-header {
5095
+ background-color: #fff;
5096
+ border-color: rgba(0, 0, 0, 0.12);
5097
+ color: rgba(0, 0, 0, 0.87);
5098
+ font-size: 20px;
5174
5099
  }
5175
- .e-listbox-wrapper.e-rtl .e-but-back,
5176
- .e-listbox-container.e-rtl .e-but-back,
5177
- .e-listboxtool-wrapper.e-rtl .e-but-back {
5178
- -webkit-transform: rotate(180deg);
5179
- transform: rotate(180deg);
5100
+
5101
+ .e-listbox-wrapper.e-filter-list .e-list-parent,
5102
+ .e-listbox-container.e-filter-list .e-list-parent,
5103
+ .e-listboxtool-wrapper.e-filter-list .e-list-parent {
5104
+ height: calc(100% - 48px);
5180
5105
  }
5181
- .e-listbox-wrapper.e-rtl .e-icon-back,
5182
- .e-listbox-container.e-rtl .e-icon-back,
5183
- .e-listboxtool-wrapper.e-rtl .e-icon-back {
5184
- margin-top: -2px;
5106
+
5107
+ .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
5108
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
5109
+ .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
5110
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5185
5111
  }
5186
- .e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
5187
- .e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
5188
- .e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
5189
- .e-listbox-container.e-rtl .e-checkbox-wrapper,
5190
- .e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
5191
- .e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
5192
- margin: -2px 0 0 10px;
5112
+
5113
+ .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
5114
+ .e-listbox-container .e-selectall-parent + .e-list-parent,
5115
+ .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
5116
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5193
5117
  }
5194
- .e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
5195
- .e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
5196
- .e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
5197
- margin: -2px 10px 0 0;
5118
+
5119
+ .e-listbox-wrapper .e-list-item,
5120
+ .e-listbox-container .e-list-item,
5121
+ .e-listboxtool-wrapper .e-list-item {
5122
+ background-color: #fff;
5123
+ border-bottom: 0 solid transparent;
5124
+ border-left: 0 solid transparent;
5125
+ border-right: 0 solid transparent;
5126
+ border-top: 0 solid transparent;
5127
+ color: rgba(0, 0, 0, 0.87);
5198
5128
  }
5199
- .e-listbox-wrapper .e-checkbox-wrapper,
5200
- .e-listbox-container .e-checkbox-wrapper,
5201
- .e-listboxtool-wrapper .e-checkbox-wrapper {
5202
- margin: -2px 10px 0 0;
5203
- text-indent: 0;
5204
- vertical-align: middle;
5129
+
5130
+ .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),
5131
+ .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
5132
+ .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
5133
+ .e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
5134
+ .e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
5135
+ background-color: #eee;
5136
+ border-color: transparent;
5137
+ color: rgba(0, 0, 0, 0.87);
5205
5138
  }
5206
- .e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
5207
- .e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
5208
- .e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
5209
- position: absolute;
5210
- right: 0;
5211
- top: 30%;
5139
+
5140
+ .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
5141
+ .e-listbox-container .e-list-item.e-selected.e-checklist,
5142
+ .e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
5143
+ background-color: #fff;
5144
+ color: rgba(0, 0, 0, 0.87);
5212
5145
  }
5213
- .e-listbox-wrapper .e-input-group,
5214
- .e-listbox-container .e-input-group,
5215
- .e-listboxtool-wrapper .e-input-group {
5216
- padding: 4px 8px;
5146
+
5147
+ .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,
5148
+ .e-listbox-container .e-list-item.e-focused,
5149
+ .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
5150
+ .e-listbox-container .e-list-item.e-selected,
5151
+ .e-listboxtool-wrapper .e-list-item.e-focused,
5152
+ .e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
5153
+ .e-listboxtool-wrapper .e-list-item.e-selected {
5154
+ background-color: #f5f5f5;
5155
+ color: rgba(0, 0, 0, 0.87);
5217
5156
  }
5218
- .e-listbox-wrapper .e-input-focus,
5219
- .e-listbox-container .e-input-focus,
5220
- .e-listboxtool-wrapper .e-input-focus {
5221
- padding: 4px 4px 4px 8px;
5157
+
5158
+ .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,
5159
+ .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
5160
+ .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
5161
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
5162
+ .e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
5163
+ background-color: #e3165b;
5164
+ border-color: transparent;
5165
+ color: #fff;
5222
5166
  }
5223
- .e-listbox-wrapper .e-hidden-select,
5224
- .e-listbox-container .e-hidden-select,
5225
- .e-listboxtool-wrapper .e-hidden-select {
5226
- height: 1px;
5227
- opacity: 0;
5228
- position: absolute;
5229
- width: 100%;
5167
+
5168
+ .e-listbox-wrapper .e-list-group-item,
5169
+ .e-listbox-container .e-list-group-item,
5170
+ .e-listboxtool-wrapper .e-list-group-item {
5171
+ background-color: #fafafa;
5172
+ border-color: rgba(0, 0, 0, 0.12);
5173
+ color: rgba(0, 0, 0, 0.54);
5174
+ font-size: 15px;
5230
5175
  }
5231
- .e-listbox-wrapper .e-placeholder,
5232
- .e-listbox-container .e-placeholder,
5233
- .e-listboxtool-wrapper .e-placeholder {
5234
- background-color: #e3165b;
5176
+
5177
+ .e-listbox-wrapper .e-selectall-parent,
5178
+ .e-listbox-container .e-selectall-parent,
5179
+ .e-listboxtool-wrapper .e-selectall-parent {
5180
+ background-color: #fff;
5181
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
5182
+ color: rgba(0, 0, 0, 0.87);
5183
+ }
5184
+
5185
+ .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
5186
+ .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
5187
+ .e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
5188
+ background-color: transparent;
5189
+ }
5190
+
5191
+ .e-listbox-wrapper.e-list-template .e-list-wrapper,
5192
+ .e-listbox-container.e-list-template .e-list-wrapper,
5193
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper {
5194
+ height: inherit;
5195
+ position: relative;
5196
+ }
5197
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
5198
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
5199
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
5200
+ padding: 0.2667em 1.0666em;
5201
+ }
5202
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
5203
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
5204
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
5205
+ padding: 1.0666em;
5206
+ }
5207
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
5208
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
5209
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
5210
+ color: rgba(0, 0, 0, 0.87);
5235
5211
  display: block;
5236
- height: 1px;
5212
+ font-size: 15px;
5213
+ font-weight: 500;
5214
+ margin: 0;
5215
+ overflow: hidden;
5216
+ padding: 0.115em 0;
5217
+ text-overflow: ellipsis;
5218
+ white-space: nowrap;
5237
5219
  }
5238
-
5239
- ejs-listbox {
5220
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
5221
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
5222
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
5223
+ color: rgba(0, 0, 0, 0.54);
5240
5224
  display: block;
5225
+ font-size: 13px;
5226
+ margin: 0;
5227
+ padding: 0.115em 0;
5228
+ word-wrap: break-word;
5241
5229
  }
5242
-
5243
- .e-listbox-wrapper:not(.e-listbox-container),
5244
- .e-listbox-wrapper.e-filter-list .e-list-parent {
5245
- overflow: auto;
5230
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
5231
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
5232
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
5233
+ overflow: hidden;
5234
+ text-overflow: ellipsis;
5235
+ white-space: nowrap;
5246
5236
  }
5247
-
5248
- .e-listbox-wrapper.e-sortableclone,
5249
- .e-listbox-container.e-sortableclone,
5250
- .e-listboxtool-wrapper.e-sortableclone {
5251
- border-width: 0;
5252
- overflow: visible;
5237
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
5238
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
5239
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
5240
+ height: 2.6667em;
5241
+ left: 1.0667em;
5242
+ position: absolute;
5243
+ width: 2.6667em;
5244
+ left: 1.0667em;
5253
5245
  }
5254
- .e-listbox-wrapper.e-sortableclone .e-list-item,
5255
- .e-listbox-container.e-sortableclone .e-list-item,
5256
- .e-listboxtool-wrapper.e-sortableclone .e-list-item {
5257
- list-style-type: none;
5258
- height: 38px !important; /* stylelint-disable-line declaration-no-important */
5246
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
5247
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
5248
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
5249
+ padding-left: 4.8em;
5250
+ padding-right: 1.0666em;
5259
5251
  }
5260
- .e-listbox-wrapper.e-sortableclone .e-ripple,
5261
- .e-listbox-container.e-sortableclone .e-ripple,
5262
- .e-listboxtool-wrapper.e-sortableclone .e-ripple {
5263
- overflow: visible;
5252
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
5253
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
5254
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
5255
+ padding-left: 1.0666em;
5256
+ padding-right: 4.8em;
5264
5257
  }
5265
- .e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
5266
- .e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
5267
- .e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
5268
- display: none;
5258
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
5259
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
5260
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
5261
+ height: 2.6667em;
5262
+ left: 1.0667em;
5263
+ position: absolute;
5264
+ width: 2.6667em;
5265
+ right: 1.0667em;
5269
5266
  }
5270
- .e-listbox-wrapper.e-sortableclone .e-list-badge,
5271
- .e-listbox-container.e-sortableclone .e-list-badge,
5272
- .e-listboxtool-wrapper.e-sortableclone .e-list-badge {
5273
- -webkit-box-align: center;
5274
- -ms-flex-align: center;
5275
- align-items: center;
5276
- background-color: #e3165b;
5277
- border: 1px solid #fff;
5278
- border-radius: 50%;
5279
- color: #fff;
5280
- display: -webkit-box;
5281
- display: -ms-flexbox;
5282
- display: flex;
5267
+ .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,
5268
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
5269
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
5270
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
5271
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
5272
+ top: 1.0666em;
5273
+ }
5274
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
5275
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
5276
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
5283
5277
  font-size: 12px;
5284
- height: 22px;
5285
- -webkit-box-pack: center;
5286
- -ms-flex-pack: center;
5287
- justify-content: center;
5278
+ height: 1.6666em;
5279
+ line-height: 1.8666em;
5280
+ padding: 0;
5288
5281
  position: absolute;
5289
- right: -10px;
5290
- top: -10px;
5291
- width: 22px;
5282
+ right: 1.33em;
5283
+ top: 50%;
5284
+ -webkit-transform: translateY(-50%);
5285
+ transform: translateY(-50%);
5286
+ width: 2.5em;
5292
5287
  }
5293
-
5294
- .e-listboxtool-wrapper.e-sortableclone {
5288
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
5289
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
5290
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
5291
+ padding-left: 4.8em;
5292
+ padding-right: 4.1333em;
5293
+ }
5294
+ .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
5295
+ .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
5296
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
5297
+ padding-left: 1.0666em;
5298
+ padding-right: 4.1333em;
5299
+ }
5300
+ .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
5301
+ .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
5302
+ .e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
5295
5303
  display: block;
5304
+ margin: 0;
5305
+ overflow: hidden;
5306
+ padding: 0.72em 0;
5307
+ text-overflow: ellipsis;
5308
+ white-space: nowrap;
5296
5309
  }
5297
-
5298
- .e-listboxtool-wrapper,
5299
- .e-listboxtool-container {
5300
- cursor: pointer;
5301
- display: -webkit-box;
5302
- display: -ms-flexbox;
5303
- display: flex;
5310
+ .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,
5311
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
5312
+ .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
5313
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
5314
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
5315
+ color: rgba(0, 0, 0, 0.87);
5304
5316
  }
5305
- .e-listboxtool-wrapper *,
5306
- .e-listboxtool-container * {
5307
- -webkit-box-sizing: border-box;
5308
- box-sizing: border-box;
5317
+ .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,
5318
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
5319
+ .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
5320
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
5321
+ .e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
5322
+ color: rgba(0, 0, 0, 0.87);
5309
5323
  }
5310
- .e-listboxtool-wrapper.e-disabled,
5311
- .e-listboxtool-container.e-disabled {
5312
- cursor: default;
5313
- pointer-events: none;
5324
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
5325
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
5326
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
5327
+ left: inherit;
5328
+ right: 1.0667em;
5314
5329
  }
5315
- .e-listboxtool-wrapper .e-listbox-wrapper,
5316
- .e-listboxtool-wrapper .e-list-wrap,
5317
- .e-listboxtool-container .e-listbox-wrapper,
5318
- .e-listboxtool-container .e-list-wrap {
5319
- -webkit-box-flex: 1;
5320
- -ms-flex: 1;
5321
- flex: 1;
5330
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
5331
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
5332
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
5333
+ padding-left: 1.0666em;
5334
+ padding-right: 4.8em;
5322
5335
  }
5323
- .e-listboxtool-wrapper.e-right .e-listbox-tool,
5324
- .e-listboxtool-container.e-right .e-listbox-tool {
5325
- margin-left: 15px;
5336
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
5337
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
5338
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
5339
+ padding-left: 4.8em;
5340
+ padding-right: 1.0666em;
5326
5341
  }
5327
- .e-listboxtool-wrapper.e-left .e-listbox-tool,
5328
- .e-listboxtool-container.e-left .e-listbox-tool {
5329
- margin-right: 15px;
5342
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
5343
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
5344
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
5345
+ left: 1.0667em;
5346
+ right: inherit;
5330
5347
  }
5331
- .e-listboxtool-wrapper .e-listbox-tool,
5332
- .e-listboxtool-container .e-listbox-tool {
5333
- border: 1px solid #e0e0e0;
5334
- overflow: auto;
5335
- padding: 8px;
5348
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
5349
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
5350
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
5351
+ left: 1.33em;
5352
+ right: inherit;
5336
5353
  }
5337
- .e-listboxtool-wrapper .e-listbox-tool .e-btn,
5338
- .e-listboxtool-container .e-listbox-tool .e-btn {
5339
- display: list-item;
5340
- list-style-type: none;
5341
- margin-bottom: 10px;
5354
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
5355
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
5356
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
5357
+ padding-left: 4.1333em;
5358
+ padding-right: 4.8em;
5342
5359
  }
5343
- .e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
5344
- .e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
5345
- position: absolute;
5346
- right: 0;
5347
- top: 30%;
5360
+ .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
5361
+ .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
5362
+ .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
5363
+ padding-left: 4.1333em;
5364
+ padding-right: 1.0666em;
5348
5365
  }
5349
5366
 
5350
- .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
5351
- .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
5352
- margin-right: 15px;
5367
+ .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 {
5368
+ height: 100%;
5353
5369
  }
5354
- .e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
5355
- .e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
5356
- margin-left: 15px;
5370
+
5371
+ .e-listbox-container.e-filter-list .e-list-wrap {
5372
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
5357
5373
  }
5358
5374
 
5359
- .e-listbox-wrapper:not(.e-list-template) .e-list-item,
5360
- .e-listbox-wrapper .e-list-nrt,
5361
- .e-listbox-wrapper .e-selectall-parent,
5362
- .e-listbox-container:not(.e-list-template) .e-list-item,
5363
- .e-listbox-container .e-list-nrt,
5364
- .e-listbox-container .e-selectall-parent,
5365
- .e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
5366
- .e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
5367
- .e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
5368
- height: 36px;
5369
- line-height: 1;
5370
- padding: 11px 16px;
5371
- position: relative;
5375
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
5376
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5372
5377
  }
5373
- .e-listbox-wrapper .e-list-icon,
5374
- .e-listbox-container .e-list-icon,
5375
- .e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
5376
- display: inline;
5377
- vertical-align: middle;
5378
- width: auto;
5379
- height: auto;
5380
- padding-bottom: 2px;
5378
+
5379
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
5380
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5381
5381
  }
5382
5382
 
5383
5383
  .e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,