@syncfusion/ej2-vue-navigations 20.1.48 → 20.1.56

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 (253) hide show
  1. package/CHANGELOG.md +74 -2
  2. package/README.md +17 -2
  3. package/carousel.d.ts +4 -0
  4. package/carousel.js +4 -0
  5. package/dist/ej2-vue-navigations.umd.min.js +11 -2
  6. package/dist/es6/ej2-vue-navigations.es2015.js +377 -92
  7. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-vue-navigations.es5.js +415 -109
  9. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-vue-navigations.min.js +2 -2
  11. package/package.json +11 -15
  12. package/src/accordion/accordion.component.d.ts +1 -1
  13. package/src/accordion/accordion.component.js +2 -1
  14. package/src/breadcrumb/breadcrumb.component.js +1 -0
  15. package/src/carousel/carousel.component.d.ts +43 -0
  16. package/src/carousel/carousel.component.js +203 -0
  17. package/src/carousel/index.d.ts +2 -0
  18. package/src/carousel/index.js +2 -0
  19. package/src/carousel/items.directive.d.ts +33 -0
  20. package/src/carousel/items.directive.js +110 -0
  21. package/src/index.d.ts +2 -0
  22. package/src/index.js +2 -0
  23. package/src/sidebar/sidebar.component.js +1 -0
  24. package/styles/accordion/bootstrap-dark.css +49 -152
  25. package/styles/accordion/bootstrap.css +49 -152
  26. package/styles/accordion/bootstrap4.css +52 -167
  27. package/styles/accordion/bootstrap5-dark.css +49 -149
  28. package/styles/accordion/bootstrap5.css +49 -149
  29. package/styles/accordion/fabric-dark.css +51 -150
  30. package/styles/accordion/fabric.css +51 -150
  31. package/styles/accordion/fluent-dark.css +314 -0
  32. package/styles/accordion/fluent-dark.scss +1 -0
  33. package/styles/accordion/fluent.css +314 -0
  34. package/styles/accordion/fluent.scss +1 -0
  35. package/styles/accordion/highcontrast-light.css +54 -175
  36. package/styles/accordion/highcontrast.css +54 -175
  37. package/styles/accordion/material-dark.css +50 -152
  38. package/styles/accordion/material.css +50 -152
  39. package/styles/accordion/tailwind-dark.css +52 -154
  40. package/styles/accordion/tailwind.css +52 -154
  41. package/styles/bootstrap-dark.css +527 -2037
  42. package/styles/bootstrap-dark.scss +1 -0
  43. package/styles/bootstrap.css +527 -2037
  44. package/styles/bootstrap.scss +1 -0
  45. package/styles/bootstrap4.css +533 -2100
  46. package/styles/bootstrap4.scss +1 -0
  47. package/styles/bootstrap5-dark.css +629 -2181
  48. package/styles/bootstrap5-dark.scss +1 -0
  49. package/styles/bootstrap5.css +629 -2181
  50. package/styles/bootstrap5.scss +1 -0
  51. package/styles/breadcrumb/bootstrap-dark.css +15 -89
  52. package/styles/breadcrumb/bootstrap.css +15 -89
  53. package/styles/breadcrumb/bootstrap4.css +15 -89
  54. package/styles/breadcrumb/bootstrap5-dark.css +17 -95
  55. package/styles/breadcrumb/bootstrap5.css +17 -95
  56. package/styles/breadcrumb/fabric-dark.css +15 -90
  57. package/styles/breadcrumb/fabric.css +15 -90
  58. package/styles/breadcrumb/fluent-dark.css +370 -0
  59. package/styles/breadcrumb/fluent-dark.scss +1 -0
  60. package/styles/breadcrumb/fluent.css +370 -0
  61. package/styles/breadcrumb/fluent.scss +1 -0
  62. package/styles/breadcrumb/highcontrast-light.css +15 -92
  63. package/styles/breadcrumb/highcontrast.css +15 -92
  64. package/styles/breadcrumb/material-dark.css +15 -84
  65. package/styles/breadcrumb/material.css +15 -84
  66. package/styles/breadcrumb/tailwind-dark.css +30 -97
  67. package/styles/breadcrumb/tailwind.css +29 -96
  68. package/styles/carousel/bootstrap-dark.css +217 -0
  69. package/styles/carousel/bootstrap-dark.scss +1 -0
  70. package/styles/carousel/bootstrap.css +217 -0
  71. package/styles/carousel/bootstrap.scss +1 -0
  72. package/styles/carousel/bootstrap4.css +217 -0
  73. package/styles/carousel/bootstrap4.scss +1 -0
  74. package/styles/carousel/bootstrap5-dark.css +217 -0
  75. package/styles/carousel/bootstrap5-dark.scss +1 -0
  76. package/styles/carousel/bootstrap5.css +217 -0
  77. package/styles/carousel/bootstrap5.scss +1 -0
  78. package/styles/carousel/fabric-dark.css +217 -0
  79. package/styles/carousel/fabric-dark.scss +1 -0
  80. package/styles/carousel/fabric.css +217 -0
  81. package/styles/carousel/fabric.scss +1 -0
  82. package/styles/carousel/fluent-dark.css +217 -0
  83. package/styles/carousel/fluent-dark.scss +1 -0
  84. package/styles/carousel/fluent.css +217 -0
  85. package/styles/carousel/fluent.scss +1 -0
  86. package/styles/carousel/highcontrast-light.css +217 -0
  87. package/styles/carousel/highcontrast-light.scss +1 -0
  88. package/styles/carousel/highcontrast.css +217 -0
  89. package/styles/carousel/highcontrast.scss +1 -0
  90. package/styles/carousel/material-dark.css +218 -0
  91. package/styles/carousel/material-dark.scss +1 -0
  92. package/styles/carousel/material.css +218 -0
  93. package/styles/carousel/material.scss +1 -0
  94. package/styles/carousel/tailwind-dark.css +218 -0
  95. package/styles/carousel/tailwind-dark.scss +1 -0
  96. package/styles/carousel/tailwind.css +218 -0
  97. package/styles/carousel/tailwind.scss +1 -0
  98. package/styles/context-menu/bootstrap-dark.css +10 -59
  99. package/styles/context-menu/bootstrap.css +10 -59
  100. package/styles/context-menu/bootstrap4.css +10 -59
  101. package/styles/context-menu/bootstrap5-dark.css +21 -67
  102. package/styles/context-menu/bootstrap5.css +21 -67
  103. package/styles/context-menu/fabric-dark.css +10 -59
  104. package/styles/context-menu/fabric.css +10 -59
  105. package/styles/context-menu/fluent-dark.css +334 -0
  106. package/styles/context-menu/fluent-dark.scss +1 -0
  107. package/styles/context-menu/fluent.css +334 -0
  108. package/styles/context-menu/fluent.scss +1 -0
  109. package/styles/context-menu/highcontrast-light.css +10 -59
  110. package/styles/context-menu/highcontrast.css +10 -59
  111. package/styles/context-menu/material-dark.css +10 -59
  112. package/styles/context-menu/material.css +10 -59
  113. package/styles/context-menu/tailwind-dark.css +13 -60
  114. package/styles/context-menu/tailwind.css +13 -60
  115. package/styles/fabric-dark.css +520 -2026
  116. package/styles/fabric-dark.scss +1 -0
  117. package/styles/fabric.css +520 -2026
  118. package/styles/fabric.scss +1 -0
  119. package/styles/fluent-dark.css +8507 -0
  120. package/styles/fluent-dark.scss +11 -0
  121. package/styles/fluent.css +8507 -0
  122. package/styles/fluent.scss +11 -0
  123. package/styles/h-scroll/bootstrap-dark.css +11 -68
  124. package/styles/h-scroll/bootstrap.css +11 -68
  125. package/styles/h-scroll/bootstrap4.css +11 -70
  126. package/styles/h-scroll/bootstrap5-dark.css +21 -79
  127. package/styles/h-scroll/bootstrap5.css +21 -79
  128. package/styles/h-scroll/fabric-dark.css +11 -68
  129. package/styles/h-scroll/fabric.css +11 -68
  130. package/styles/h-scroll/fluent-dark.css +269 -0
  131. package/styles/h-scroll/fluent-dark.scss +1 -0
  132. package/styles/h-scroll/fluent.css +269 -0
  133. package/styles/h-scroll/fluent.scss +1 -0
  134. package/styles/h-scroll/highcontrast-light.css +11 -71
  135. package/styles/h-scroll/highcontrast.css +11 -71
  136. package/styles/h-scroll/material-dark.css +14 -72
  137. package/styles/h-scroll/material.css +11 -69
  138. package/styles/h-scroll/tailwind-dark.css +11 -69
  139. package/styles/h-scroll/tailwind.css +11 -69
  140. package/styles/highcontrast-light.css +524 -2097
  141. package/styles/highcontrast-light.scss +1 -0
  142. package/styles/highcontrast.css +525 -2101
  143. package/styles/highcontrast.scss +1 -0
  144. package/styles/material-dark.css +529 -1999
  145. package/styles/material-dark.scss +1 -0
  146. package/styles/material.css +519 -1988
  147. package/styles/material.scss +1 -0
  148. package/styles/menu/bootstrap-dark.css +28 -203
  149. package/styles/menu/bootstrap.css +28 -203
  150. package/styles/menu/bootstrap4.css +29 -213
  151. package/styles/menu/bootstrap5-dark.css +50 -226
  152. package/styles/menu/bootstrap5.css +50 -226
  153. package/styles/menu/fabric-dark.css +28 -203
  154. package/styles/menu/fabric.css +28 -203
  155. package/styles/menu/fluent-dark.css +1084 -0
  156. package/styles/menu/fluent-dark.scss +1 -0
  157. package/styles/menu/fluent.css +1084 -0
  158. package/styles/menu/fluent.scss +1 -0
  159. package/styles/menu/highcontrast-light.css +28 -203
  160. package/styles/menu/highcontrast.css +28 -203
  161. package/styles/menu/material-dark.css +28 -205
  162. package/styles/menu/material.css +28 -205
  163. package/styles/menu/tailwind-dark.css +31 -206
  164. package/styles/menu/tailwind.css +31 -206
  165. package/styles/sidebar/bootstrap-dark.css +14 -25
  166. package/styles/sidebar/bootstrap.css +14 -25
  167. package/styles/sidebar/bootstrap4.css +14 -25
  168. package/styles/sidebar/bootstrap5-dark.css +12 -23
  169. package/styles/sidebar/bootstrap5.css +12 -23
  170. package/styles/sidebar/fabric-dark.css +14 -25
  171. package/styles/sidebar/fabric.css +14 -25
  172. package/styles/sidebar/fluent-dark.css +143 -0
  173. package/styles/sidebar/fluent-dark.scss +1 -0
  174. package/styles/sidebar/fluent.css +143 -0
  175. package/styles/sidebar/fluent.scss +1 -0
  176. package/styles/sidebar/highcontrast-light.css +14 -25
  177. package/styles/sidebar/highcontrast.css +14 -25
  178. package/styles/sidebar/material-dark.css +14 -25
  179. package/styles/sidebar/material.css +14 -25
  180. package/styles/sidebar/tailwind-dark.css +12 -23
  181. package/styles/sidebar/tailwind.css +12 -23
  182. package/styles/tab/bootstrap-dark.css +151 -964
  183. package/styles/tab/bootstrap.css +151 -964
  184. package/styles/tab/bootstrap4.css +151 -971
  185. package/styles/tab/bootstrap5-dark.css +173 -998
  186. package/styles/tab/bootstrap5.css +173 -998
  187. package/styles/tab/fabric-dark.css +142 -955
  188. package/styles/tab/fabric.css +142 -955
  189. package/styles/tab/fluent-dark.css +3588 -0
  190. package/styles/tab/fluent-dark.scss +1 -0
  191. package/styles/tab/fluent.css +3588 -0
  192. package/styles/tab/fluent.scss +1 -0
  193. package/styles/tab/highcontrast-light.css +143 -981
  194. package/styles/tab/highcontrast.css +144 -982
  195. package/styles/tab/material-dark.css +145 -917
  196. package/styles/tab/material.css +138 -910
  197. package/styles/tab/tailwind-dark.css +162 -934
  198. package/styles/tab/tailwind.css +162 -934
  199. package/styles/tailwind-dark.css +573 -2054
  200. package/styles/tailwind-dark.scss +1 -0
  201. package/styles/tailwind.css +572 -2053
  202. package/styles/tailwind.scss +1 -0
  203. package/styles/toolbar/bootstrap-dark.css +10 -245
  204. package/styles/toolbar/bootstrap.css +10 -245
  205. package/styles/toolbar/bootstrap4.css +11 -257
  206. package/styles/toolbar/bootstrap5-dark.css +41 -281
  207. package/styles/toolbar/bootstrap5.css +41 -281
  208. package/styles/toolbar/fabric-dark.css +10 -244
  209. package/styles/toolbar/fabric.css +10 -244
  210. package/styles/toolbar/fluent-dark.css +1128 -0
  211. package/styles/toolbar/fluent-dark.scss +1 -0
  212. package/styles/toolbar/fluent.css +1128 -0
  213. package/styles/toolbar/fluent.scss +1 -0
  214. package/styles/toolbar/highcontrast-light.css +10 -256
  215. package/styles/toolbar/highcontrast.css +10 -256
  216. package/styles/toolbar/material-dark.css +10 -247
  217. package/styles/toolbar/material.css +10 -247
  218. package/styles/toolbar/tailwind-dark.css +14 -248
  219. package/styles/toolbar/tailwind.css +14 -248
  220. package/styles/treeview/bootstrap-dark.css +23 -191
  221. package/styles/treeview/bootstrap.css +23 -191
  222. package/styles/treeview/bootstrap4.css +24 -208
  223. package/styles/treeview/bootstrap5-dark.css +28 -221
  224. package/styles/treeview/bootstrap5.css +28 -221
  225. package/styles/treeview/fabric-dark.css +23 -191
  226. package/styles/treeview/fabric.css +23 -191
  227. package/styles/treeview/fluent-dark.css +846 -0
  228. package/styles/treeview/fluent-dark.scss +1 -0
  229. package/styles/treeview/fluent.css +846 -0
  230. package/styles/treeview/fluent.scss +1 -0
  231. package/styles/treeview/highcontrast-light.css +23 -191
  232. package/styles/treeview/highcontrast.css +23 -194
  233. package/styles/treeview/material-dark.css +23 -192
  234. package/styles/treeview/material.css +23 -191
  235. package/styles/treeview/tailwind-dark.css +31 -222
  236. package/styles/treeview/tailwind.css +31 -222
  237. package/styles/v-scroll/bootstrap-dark.css +7 -50
  238. package/styles/v-scroll/bootstrap.css +7 -50
  239. package/styles/v-scroll/bootstrap4.css +7 -50
  240. package/styles/v-scroll/bootstrap5-dark.css +7 -50
  241. package/styles/v-scroll/bootstrap5.css +7 -50
  242. package/styles/v-scroll/fabric-dark.css +7 -50
  243. package/styles/v-scroll/fabric.css +7 -50
  244. package/styles/v-scroll/fluent-dark.css +204 -0
  245. package/styles/v-scroll/fluent-dark.scss +1 -0
  246. package/styles/v-scroll/fluent.css +204 -0
  247. package/styles/v-scroll/fluent.scss +1 -0
  248. package/styles/v-scroll/highcontrast-light.css +7 -53
  249. package/styles/v-scroll/highcontrast.css +7 -53
  250. package/styles/v-scroll/material-dark.css +7 -51
  251. package/styles/v-scroll/material.css +7 -51
  252. package/styles/v-scroll/tailwind-dark.css +7 -50
  253. package/styles/v-scroll/tailwind.css +7 -50
@@ -1,11 +1,10 @@
1
1
  /*! toolbar icons */
2
2
  .e-toolbar .e-popup-down-icon::before {
3
- content: '\e916';
3
+ content: "\e916";
4
4
  line-height: normal;
5
5
  }
6
-
7
6
  .e-toolbar .e-popup-up-icon::before {
8
- content: '\e910';
7
+ content: "\e910";
9
8
  line-height: normal;
10
9
  }
11
10
 
@@ -15,226 +14,186 @@
15
14
  height: 50px;
16
15
  min-height: 50px;
17
16
  }
18
-
19
17
  .e-bigger .e-toolbar .e-tbar-btn .e-icons,
20
18
  .e-toolbar.e-bigger .e-tbar-btn .e-icons {
21
19
  font-size: 14px;
22
20
  }
23
-
24
21
  .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
25
22
  .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
26
23
  border-bottom: 0;
27
24
  border-bottom-left-radius: 0;
28
25
  border-bottom-right-radius: 0;
29
26
  }
30
-
31
27
  .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
32
28
  .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
33
29
  border-top: 0;
34
30
  border-top-left-radius: 0;
35
31
  border-top-right-radius: 0;
36
32
  }
37
-
38
33
  .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
39
34
  .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
40
35
  margin: 0;
41
36
  }
42
-
43
37
  .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
44
38
  .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
45
39
  margin: 0;
46
40
  margin-left: 3px;
47
41
  }
48
-
49
42
  .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
50
43
  .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
51
44
  margin: 0;
52
45
  }
53
-
54
46
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
55
47
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
56
48
  margin-left: 3px;
57
49
  margin-right: initial;
58
50
  }
59
-
60
51
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
61
52
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
62
53
  margin: 0;
63
54
  }
64
-
65
55
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
66
56
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
67
57
  margin-left: 3px;
68
58
  margin-right: 0;
69
59
  }
70
-
71
60
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
72
61
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
73
62
  margin: 0;
74
63
  }
75
-
76
64
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
77
65
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
78
66
  margin-left: 0;
79
67
  }
80
-
81
68
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
82
69
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
83
70
  margin-left: 3px;
84
71
  }
85
-
86
72
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
87
73
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
88
74
  margin-left: 0;
89
75
  margin-right: 3px;
90
76
  }
91
-
92
77
  .e-bigger .e-toolbar .e-hor-nav,
93
78
  .e-toolbar.e-bigger .e-hor-nav {
94
79
  min-height: 49px;
95
80
  min-width: 50px;
96
81
  }
97
-
98
82
  .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
99
83
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
100
84
  line-height: 35px;
101
85
  }
102
-
103
86
  .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
104
87
  .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
105
88
  line-height: 35px;
106
89
  min-height: 34px;
107
90
  min-width: 25px;
108
91
  }
109
-
110
92
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
111
93
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
112
94
  line-height: inherit;
113
95
  }
114
-
115
96
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
116
97
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
117
98
  min-width: 48px;
118
99
  padding: 0;
119
100
  }
120
-
121
101
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
122
102
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
123
103
  min-width: 25px;
124
104
  }
125
-
126
105
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
127
106
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
128
107
  min-height: 45px;
129
108
  padding: 0 4px;
130
109
  }
131
-
132
110
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
133
111
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
134
112
  margin-left: 0;
135
113
  padding: 0 12.5px;
136
114
  }
137
-
138
115
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
139
116
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
140
117
  padding: 0 12.5px;
141
118
  }
142
-
143
119
  .e-bigger .e-toolbar .e-toolbar-items,
144
120
  .e-toolbar.e-bigger .e-toolbar-items {
145
121
  min-height: 49px;
146
122
  }
147
-
148
123
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
149
124
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
150
125
  margin-left: 12.5px;
151
126
  margin-right: 12.5px;
152
127
  white-space: normal;
153
128
  }
154
-
155
129
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
156
130
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
157
131
  margin: 1.5px 0;
158
132
  }
159
-
160
133
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
161
134
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
162
135
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
163
136
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
164
137
  display: none;
165
138
  }
166
-
167
139
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
168
140
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
169
141
  display: -ms-inline-flexbox;
170
142
  display: inline-flex;
171
143
  }
172
-
173
144
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
174
145
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
175
146
  margin-left: 0;
176
147
  }
177
-
178
148
  .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
179
149
  .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
180
150
  margin-right: 0;
181
151
  }
182
-
183
152
  .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
184
153
  .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
185
154
  margin-right: 3px;
186
155
  }
187
-
188
156
  .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
189
157
  .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
190
158
  margin: 0;
191
159
  }
192
-
193
160
  .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
194
161
  .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
195
162
  margin-right: 3px;
196
163
  }
197
-
198
164
  .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
199
165
  .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
200
166
  margin: 0;
201
167
  }
202
-
203
168
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
204
169
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
205
170
  margin-left: 3px;
206
171
  }
207
-
208
172
  .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
209
173
  .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
210
174
  margin-left: 3px;
211
175
  }
212
-
213
176
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
214
177
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
215
178
  min-height: 49px;
216
179
  }
217
-
218
180
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
219
181
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
220
182
  min-width: 49px;
221
183
  padding: 0 1.5px;
222
184
  }
223
-
224
185
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
225
186
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
226
187
  height: 30px;
227
188
  margin: 6px 6px;
228
189
  min-height: 36px;
229
190
  }
230
-
231
191
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
232
192
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
233
193
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
234
194
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
235
195
  padding: 0;
236
196
  }
237
-
238
197
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
239
198
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
240
199
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
@@ -245,28 +204,24 @@
245
204
  min-width: 50px;
246
205
  padding: 0;
247
206
  }
248
-
249
207
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
250
208
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
251
209
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
252
210
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
253
211
  padding: 0 0 0 15px;
254
212
  }
255
-
256
213
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
257
214
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
258
215
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
259
216
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
260
217
  padding: 0 12px 0 0;
261
218
  }
262
-
263
219
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
264
220
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
265
221
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
266
222
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
267
223
  padding: 0 15px 0 10px;
268
224
  }
269
-
270
225
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
271
226
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
272
227
  min-height: 50px;
@@ -276,47 +231,39 @@
276
231
  padding-top: 0;
277
232
  margin-left: -1px;
278
233
  }
279
-
280
234
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
281
235
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
282
236
  display: none;
283
237
  }
284
-
285
238
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
286
239
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
287
240
  display: inline;
288
241
  }
289
-
290
242
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
291
243
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
292
244
  width: inherit;
293
245
  }
294
-
295
246
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
296
247
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
297
248
  box-shadow: none;
298
249
  display: inline;
299
250
  white-space: normal;
300
251
  }
301
-
302
252
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
303
253
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
304
254
  margin: 1.5px 0;
305
255
  min-width: 49px;
306
256
  padding: 0 1.5px;
307
257
  }
308
-
309
258
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
310
259
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
311
260
  display: none;
312
261
  }
313
-
314
262
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
315
263
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
316
264
  display: -ms-inline-flexbox;
317
265
  display: inline-flex;
318
266
  }
319
-
320
267
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
321
268
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
322
269
  -ms-flex-line-pack: center;
@@ -330,14 +277,12 @@
330
277
  vertical-align: middle;
331
278
  width: auto;
332
279
  }
333
-
334
280
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
335
281
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
336
282
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
337
283
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
338
284
  padding: 0 15px 0 10px;
339
285
  }
340
-
341
286
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
342
287
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
343
288
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
@@ -348,65 +293,54 @@
348
293
  min-width: 50px;
349
294
  padding: 0;
350
295
  }
351
-
352
296
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
353
297
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
354
298
  line-height: 35px;
355
299
  }
356
-
357
300
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
358
301
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
359
302
  height: 30px;
360
303
  margin: 6px 6px;
361
304
  min-height: 36px;
362
305
  }
363
-
364
306
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
365
307
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
366
308
  line-height: 35px;
367
309
  min-height: 34px;
368
310
  min-width: 25px;
369
311
  }
370
-
371
312
  .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
372
313
  .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
373
314
  left: 0;
374
315
  right: auto;
375
316
  }
376
-
377
317
  .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
378
318
  .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
379
319
  padding-right: 3px;
380
320
  margin-left: 0;
381
321
  }
382
-
383
322
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
384
323
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
385
324
  min-height: 38px;
386
325
  }
387
-
388
326
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
389
327
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
390
328
  height: auto;
391
329
  margin: 5px 10px;
392
330
  min-height: auto;
393
331
  }
394
-
395
332
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
396
333
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
397
334
  margin: 0;
398
335
  }
399
-
400
336
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
401
337
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
402
338
  margin-left: 0;
403
339
  }
404
-
405
340
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
406
341
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
407
342
  margin-right: 0;
408
343
  }
409
-
410
344
  .e-bigger .e-toolbar.e-vertical .e-hor-nav,
411
345
  .e-toolbar.e-bigger.e-vertical .e-hor-nav {
412
346
  min-height: 40px;
@@ -426,41 +360,33 @@
426
360
  user-select: none;
427
361
  white-space: nowrap;
428
362
  }
429
-
430
363
  .e-toolbar .e-blazor-toolbar-items {
431
364
  position: absolute;
432
365
  top: -9999px;
433
366
  visibility: hidden;
434
367
  }
435
-
436
368
  .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
437
369
  left: 0;
438
370
  right: auto;
439
371
  }
440
-
441
372
  .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
442
373
  padding-right: 3px;
443
374
  margin-left: 0;
444
375
  }
445
-
446
376
  .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
447
377
  padding-left: 0;
448
378
  }
449
-
450
379
  .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
451
380
  display: none;
452
381
  }
453
-
454
382
  .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
455
383
  border-bottom: 0;
456
384
  border-bottom-left-radius: 0;
457
385
  border-bottom-right-radius: 0;
458
386
  }
459
-
460
387
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
461
388
  display: table;
462
389
  }
463
-
464
390
  .e-toolbar.e-extended-toolbar .e-toolbar-extended {
465
391
  border-top: 0;
466
392
  border-top-left-radius: 0;
@@ -472,45 +398,36 @@
472
398
  padding-top: 0;
473
399
  margin-left: -1px;
474
400
  }
475
-
476
401
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
477
402
  display: none;
478
403
  }
479
-
480
404
  .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
481
405
  display: none;
482
406
  }
483
-
484
407
  .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
485
408
  display: inline;
486
409
  }
487
-
488
410
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
489
411
  width: inherit;
490
412
  }
491
-
492
413
  .e-toolbar.e-extended-toolbar .e-toolbar-extended {
493
414
  box-shadow: none;
494
415
  display: inline;
495
416
  white-space: normal;
496
417
  }
497
-
498
418
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
499
419
  margin: 1px 0;
500
420
  height: 100%;
501
421
  min-width: 34px;
502
422
  padding: 0 1px;
503
423
  }
504
-
505
424
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
506
425
  display: none;
507
426
  }
508
-
509
427
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
510
428
  display: -ms-inline-flexbox;
511
429
  display: inline-flex;
512
430
  }
513
-
514
431
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
515
432
  -ms-flex-line-pack: center;
516
433
  align-content: center;
@@ -523,12 +440,10 @@
523
440
  vertical-align: middle;
524
441
  width: auto;
525
442
  }
526
-
527
443
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
528
444
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
529
445
  padding: 0 12px 0 8px;
530
446
  }
531
-
532
447
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
533
448
  display: inline-block;
534
449
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
@@ -537,7 +452,6 @@
537
452
  vertical-align: middle;
538
453
  width: auto;
539
454
  }
540
-
541
455
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
542
456
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
543
457
  height: inherit;
@@ -546,39 +460,32 @@
546
460
  min-width: 40px;
547
461
  padding: 0;
548
462
  }
549
-
550
463
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
551
464
  line-height: 25px;
552
465
  }
553
-
554
466
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
555
467
  margin: 7.5px 3px;
556
468
  min-height: 25px;
557
469
  min-width: 1px;
558
470
  vertical-align: middle;
559
471
  }
560
-
561
472
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
562
473
  line-height: 25px;
563
474
  min-height: 25px;
564
475
  min-width: 20px;
565
476
  padding: 0;
566
477
  }
567
-
568
478
  .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
569
479
  display: -ms-inline-flexbox;
570
480
  display: inline-flex;
571
481
  }
572
-
573
482
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
574
483
  height: auto;
575
484
  }
576
-
577
485
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
578
486
  font-size: 14px;
579
487
  vertical-align: middle;
580
488
  }
581
-
582
489
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
583
490
  cursor: pointer;
584
491
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
@@ -590,57 +497,46 @@
590
497
  text-decoration: none;
591
498
  text-transform: none;
592
499
  }
593
-
594
500
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
595
501
  display: inline-block;
596
502
  }
597
-
598
503
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
599
504
  -ms-flex-item-align: center;
600
505
  -ms-grid-row-align: center;
601
506
  align-self: center;
602
507
  text-overflow: ellipsis;
603
508
  }
604
-
605
- .e-toolbar.e-control[class*='e-toolbar'] {
509
+ .e-toolbar.e-control[class*=e-toolbar] {
606
510
  box-sizing: content-box;
607
511
  }
608
-
609
512
  .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
610
513
  display: none;
611
514
  }
612
-
613
515
  .e-toolbar .e-tbar-btn-text,
614
516
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
615
517
  display: inline-block;
616
518
  padding: 0 12px 0 8px;
617
519
  }
618
-
619
520
  .e-toolbar.e-hidden,
620
521
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
621
522
  display: none;
622
523
  }
623
-
624
524
  .e-toolbar.e-corner {
625
525
  border-radius: 0;
626
526
  }
627
-
628
527
  .e-toolbar .e-toolbar-pop {
629
528
  border-radius: 4px;
630
529
  overflow: hidden;
631
530
  padding: 0;
632
531
  position: absolute;
633
532
  }
634
-
635
533
  .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
636
534
  margin: 0;
637
535
  width: auto;
638
536
  }
639
-
640
537
  .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
641
538
  display: none;
642
539
  }
643
-
644
540
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
645
541
  -ms-flex-align: center;
646
542
  align-items: center;
@@ -651,34 +547,27 @@
651
547
  min-height: 36px;
652
548
  padding: 0 4px;
653
549
  }
654
-
655
550
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
656
551
  margin: 0;
657
552
  padding: 0 10px;
658
553
  width: auto;
659
554
  }
660
-
661
555
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
662
556
  padding: 0 10px;
663
557
  }
664
-
665
558
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
666
559
  min-width: 20px;
667
560
  }
668
-
669
561
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
670
562
  min-width: 34px;
671
563
  padding: 0;
672
564
  }
673
-
674
565
  .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
675
566
  text-align: center;
676
567
  }
677
-
678
568
  .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
679
569
  min-width: 100%;
680
570
  }
681
-
682
571
  .e-toolbar .e-toolbar-pop .e-toolbar-item {
683
572
  -ms-flex-line-pack: center;
684
573
  align-content: center;
@@ -690,121 +579,95 @@
690
579
  -ms-flex-pack: center;
691
580
  justify-content: center;
692
581
  }
693
-
694
582
  .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
695
583
  height: 100%;
696
584
  min-width: 100%;
697
585
  text-overflow: ellipsis;
698
586
  }
699
-
700
587
  .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
701
588
  display: none;
702
589
  }
703
-
704
590
  .e-toolbar .e-toolbar-pop .e-toolpopup {
705
591
  text-align: center;
706
592
  }
707
-
708
593
  .e-toolbar .e-toolbar-popup {
709
594
  text-align: center;
710
595
  }
711
-
712
596
  .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
713
597
  margin: 0;
714
598
  }
715
-
716
599
  .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
717
600
  margin: 0;
718
601
  margin-left: 3px;
719
602
  }
720
-
721
603
  .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
722
604
  margin: 0;
723
605
  }
724
-
725
606
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
726
607
  margin-left: 3px;
727
608
  margin-right: initial;
728
609
  }
729
-
730
610
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
731
611
  margin: 0;
732
612
  }
733
-
734
613
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
735
614
  margin-right: 3px;
736
615
  }
737
-
738
616
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
739
617
  margin: 0;
740
618
  }
741
-
742
619
  .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
743
620
  left: auto;
744
621
  right: 0;
745
622
  }
746
-
747
623
  .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
748
624
  left: 0;
749
625
  right: auto;
750
626
  }
751
-
752
627
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
753
628
  margin-left: 0;
754
629
  }
755
-
756
630
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
757
631
  margin-left: 3px;
758
632
  }
759
-
760
633
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
761
634
  margin-left: 0;
762
635
  margin-right: 3px;
763
636
  }
764
-
765
637
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
766
638
  margin-left: 0;
767
639
  }
768
-
769
640
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
770
641
  margin-left: 0;
771
642
  margin-right: 3px;
772
643
  }
773
-
774
644
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
775
645
  margin-right: 0;
776
646
  }
777
-
778
647
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
779
648
  margin-left: 3px;
780
649
  margin-right: 0;
781
650
  }
782
-
783
651
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
784
652
  margin-right: 0;
785
653
  }
786
-
787
654
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
788
655
  margin-left: 3px;
789
656
  margin-right: 0;
790
657
  }
791
-
792
658
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
793
659
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
794
660
  margin-right: 0;
795
661
  }
796
-
797
662
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
798
663
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
799
664
  margin-right: 3px;
800
665
  }
801
-
802
666
  .e-toolbar.e-rtl .e-hor-nav {
803
667
  left: 0;
804
668
  right: auto;
805
669
  border-radius: 4px 0 0 4px;
806
670
  }
807
-
808
671
  .e-toolbar .e-hor-nav {
809
672
  -ms-flex-align: center;
810
673
  align-items: center;
@@ -820,11 +683,9 @@
820
683
  top: 0;
821
684
  width: 40px;
822
685
  }
823
-
824
686
  .e-toolbar .e-hor-nav.e-ie-align {
825
687
  display: table;
826
688
  }
827
-
828
689
  .e-toolbar .e-popup-down-icon.e-icons,
829
690
  .e-toolbar .e-popup-up-icon.e-icons {
830
691
  color: #dadada;
@@ -833,16 +694,13 @@
833
694
  vertical-align: middle;
834
695
  width: 100%;
835
696
  }
836
-
837
697
  .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
838
698
  line-height: 25px;
839
699
  }
840
-
841
700
  .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
842
701
  line-height: 25px;
843
702
  min-height: 25px;
844
703
  }
845
-
846
704
  .e-toolbar .e-toolbar-items {
847
705
  border-radius: 4px 0 0 4px;
848
706
  display: inline-block;
@@ -850,46 +708,37 @@
850
708
  min-height: 39px;
851
709
  vertical-align: middle;
852
710
  }
853
-
854
711
  .e-toolbar .e-toolbar-items.e-toolbar-multirow {
855
712
  margin-bottom: 1px;
856
713
  margin-left: 10px;
857
714
  margin-right: 10px;
858
715
  white-space: normal;
859
716
  }
860
-
861
717
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
862
718
  margin: 1px 0;
863
719
  }
864
-
865
720
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
866
721
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
867
722
  display: none;
868
723
  }
869
-
870
724
  .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
871
725
  display: -ms-inline-flexbox;
872
726
  display: inline-flex;
873
727
  }
874
-
875
728
  .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
876
729
  .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
877
730
  .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
878
731
  display: inline;
879
732
  }
880
-
881
733
  .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
882
734
  margin-left: 0;
883
735
  }
884
-
885
736
  .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
886
737
  margin-right: 0;
887
738
  }
888
-
889
739
  .e-toolbar .e-toolbar-items.e-tbar-pos {
890
740
  display: block;
891
741
  }
892
-
893
742
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
894
743
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
895
744
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
@@ -897,88 +746,68 @@
897
746
  height: 100%;
898
747
  top: 0;
899
748
  }
900
-
901
749
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
902
750
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
903
751
  position: absolute;
904
752
  }
905
-
906
753
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
907
754
  right: 0;
908
755
  }
909
-
910
756
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
911
757
  left: 0;
912
758
  line-height: 35px;
913
759
  }
914
-
915
760
  .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
916
761
  margin: 0 auto;
917
762
  }
918
-
919
763
  .e-toolbar .e-toolbar-items .e-toolbar-left,
920
764
  .e-toolbar .e-toolbar-items .e-toolbar-center,
921
765
  .e-toolbar .e-toolbar-items .e-toolbar-right {
922
766
  display: inline-block;
923
767
  }
924
-
925
768
  .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
926
769
  margin-left: 3px;
927
770
  }
928
-
929
771
  .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
930
772
  margin-left: 3px;
931
773
  }
932
-
933
774
  .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
934
775
  margin-left: 0;
935
776
  }
936
-
937
777
  .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
938
778
  margin-right: 0;
939
779
  }
940
-
941
780
  .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
942
781
  margin-left: 3px;
943
782
  }
944
-
945
783
  .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
946
784
  margin-right: 0;
947
785
  }
948
-
949
786
  .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
950
787
  margin-right: 3px;
951
788
  }
952
-
953
789
  .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
954
790
  margin-left: 0;
955
791
  }
956
-
957
792
  .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
958
793
  margin-right: 3px;
959
794
  }
960
-
961
795
  .e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
962
796
  .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
963
797
  margin-right: 3px;
964
798
  }
965
-
966
799
  .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
967
800
  margin-right: 3px;
968
801
  }
969
-
970
802
  .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
971
803
  margin: 0;
972
804
  }
973
-
974
805
  .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
975
806
  margin-right: 3px;
976
807
  }
977
-
978
808
  .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
979
809
  margin: 0;
980
810
  }
981
-
982
811
  .e-toolbar .e-toolbar-items .e-toolbar-item {
983
812
  -ms-flex-line-pack: center;
984
813
  align-content: center;
@@ -991,27 +820,22 @@
991
820
  vertical-align: middle;
992
821
  width: auto;
993
822
  }
994
-
995
823
  .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
996
824
  height: inherit;
997
825
  min-width: 34px;
998
826
  padding: 0 1px;
999
827
  }
1000
-
1001
828
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
1002
829
  margin: 7.5px 3px;
1003
830
  min-height: 27px;
1004
831
  min-width: 1px;
1005
832
  }
1006
-
1007
- .e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] {
833
+ .e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
1008
834
  height: auto;
1009
835
  }
1010
-
1011
836
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1012
837
  padding: 0;
1013
838
  }
1014
-
1015
839
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1016
840
  height: inherit;
1017
841
  margin: 0;
@@ -1019,49 +843,39 @@
1019
843
  min-width: 40px;
1020
844
  padding: 0;
1021
845
  }
1022
-
1023
846
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
1024
847
  outline: none;
1025
848
  }
1026
-
1027
849
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1028
850
  padding: 0 0 0 12px;
1029
851
  }
1030
-
1031
852
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1032
853
  padding: 0 15px 0 0;
1033
854
  }
1034
-
1035
855
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1036
856
  margin: 0;
1037
857
  min-width: 20px;
1038
858
  width: auto;
1039
859
  }
1040
-
1041
860
  .e-toolbar .e-toolbar-items .e-toolbar-item > * {
1042
861
  -ms-flex-item-align: center;
1043
862
  -ms-grid-row-align: center;
1044
863
  align-self: center;
1045
864
  text-overflow: ellipsis;
1046
865
  }
1047
-
1048
866
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
1049
867
  height: calc(100% - 15px);
1050
868
  vertical-align: middle;
1051
869
  }
1052
-
1053
870
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
1054
871
  display: none;
1055
872
  }
1056
-
1057
873
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type {
1058
874
  display: none;
1059
875
  }
1060
-
1061
876
  .e-toolbar .e-tbar-btn > :first-child {
1062
877
  display: inline-block;
1063
878
  }
1064
-
1065
879
  .e-toolbar .e-tbar-btn {
1066
880
  border: none;
1067
881
  cursor: pointer;
@@ -1074,16 +888,13 @@
1074
888
  text-decoration: none;
1075
889
  text-transform: none;
1076
890
  }
1077
-
1078
891
  .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
1079
892
  font-size: 16px;
1080
893
  vertical-align: middle;
1081
894
  }
1082
-
1083
895
  .e-toolbar .e-tbar-btn div {
1084
896
  vertical-align: middle;
1085
897
  }
1086
-
1087
898
  .e-toolbar .e-tbar-btn .e-tbar-btn-text {
1088
899
  display: inline-block;
1089
900
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
@@ -1092,70 +903,57 @@
1092
903
  vertical-align: middle;
1093
904
  width: auto;
1094
905
  }
1095
-
1096
906
  .e-toolbar.e-vertical {
1097
907
  display: -ms-flexbox;
1098
908
  display: flex;
1099
909
  -ms-flex-direction: column;
1100
910
  flex-direction: column;
1101
911
  }
1102
-
1103
912
  .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
1104
913
  bottom: 0;
1105
914
  top: auto;
1106
915
  }
1107
-
1108
916
  .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
1109
917
  bottom: auto;
1110
918
  top: 0;
1111
919
  }
1112
-
1113
920
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1114
921
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1115
922
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1116
923
  height: auto;
1117
924
  }
1118
-
1119
925
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1120
926
  left: auto;
1121
927
  right: auto;
1122
928
  top: 0;
1123
929
  }
1124
-
1125
930
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1126
931
  bottom: 0;
1127
932
  left: auto;
1128
933
  right: auto;
1129
934
  }
1130
-
1131
935
  .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1132
936
  margin-left: 0;
1133
937
  }
1134
-
1135
938
  .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1136
939
  margin-right: 0;
1137
940
  }
1138
-
1139
941
  .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
1140
942
  display: -ms-flexbox;
1141
943
  display: flex;
1142
944
  height: auto;
1143
945
  }
1144
-
1145
946
  .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1146
947
  min-width: 33px;
1147
948
  }
1148
-
1149
949
  .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1150
950
  height: auto;
1151
951
  margin: 3px 7.5px;
1152
952
  min-height: auto;
1153
953
  }
1154
-
1155
954
  .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1156
955
  margin: 0;
1157
956
  }
1158
-
1159
957
  .e-toolbar.e-vertical .e-hor-nav {
1160
958
  bottom: 0;
1161
959
  height: auto;
@@ -1174,58 +972,47 @@
1174
972
  border: 1px solid #414040;
1175
973
  box-shadow: none;
1176
974
  }
1177
-
1178
975
  .e-toolbar.e-vertical .e-hor-nav {
1179
976
  border: solid #414040;
1180
977
  border-width: 1px 0 0 0;
1181
978
  }
1182
-
1183
979
  .e-toolbar.e-vertical.e-rtl .e-hor-nav {
1184
980
  border: solid #414040;
1185
981
  border-width: 0 0 1px 0;
1186
982
  }
1187
-
1188
983
  .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1189
984
  border-width: 0 0 1px 0;
1190
985
  }
1191
-
1192
986
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
1193
987
  background: #333232;
1194
988
  }
1195
-
1196
989
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1197
990
  border: solid #514f4f;
1198
991
  border-width: 0 1px 0 0;
1199
992
  }
1200
-
1201
993
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
1202
994
  color: #dadada;
1203
995
  }
1204
-
1205
996
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1206
997
  background: #333232;
1207
998
  box-shadow: none;
1208
999
  color: #dadada;
1209
1000
  }
1210
-
1211
1001
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1212
1002
  color: #dadada;
1213
1003
  }
1214
-
1215
1004
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1216
1005
  background: #414040;
1217
1006
  border-color: #414040;
1218
1007
  border-radius: 0;
1219
1008
  color: #dadada;
1220
1009
  }
1221
-
1222
1010
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1223
1011
  background: #414040;
1224
1012
  border-color: #414040;
1225
1013
  border-radius: 0;
1226
1014
  color: #dadada;
1227
1015
  }
1228
-
1229
1016
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1230
1017
  background: #514f4f;
1231
1018
  border-color: #514f4f;
@@ -1233,25 +1020,23 @@
1233
1020
  box-shadow: none;
1234
1021
  color: #000;
1235
1022
  }
1236
-
1237
1023
  .e-toolbar .e-tbar-btn.e-btn .e-icons {
1238
1024
  color: #dadada;
1239
1025
  }
1240
-
1241
1026
  .e-toolbar .e-toolbar-pop {
1242
1027
  background: #333232;
1243
1028
  border: 1px solid #414040;
1244
1029
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
1245
1030
  }
1246
-
1247
1031
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
1248
1032
  outline: none;
1249
1033
  }
1250
-
1034
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1035
+ background: transparent;
1036
+ }
1251
1037
  .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1252
1038
  background: #333232;
1253
1039
  }
1254
-
1255
1040
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1256
1041
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1257
1042
  background: #514f4f;
@@ -1259,106 +1044,87 @@
1259
1044
  box-shadow: none;
1260
1045
  border-left: 1px solid #514f4f;
1261
1046
  }
1262
-
1263
1047
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
1264
1048
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
1265
1049
  color: #fff;
1266
1050
  }
1267
-
1268
1051
  .e-toolbar .e-tbar-btn {
1269
1052
  background: #333232;
1270
1053
  box-shadow: none;
1271
1054
  color: #dadada;
1272
1055
  }
1273
-
1274
1056
  .e-toolbar .e-tbar-btn:focus {
1275
1057
  background: #414040;
1276
1058
  border-color: #414040;
1277
1059
  border-radius: 0;
1278
1060
  color: #dadada;
1279
1061
  }
1280
-
1281
1062
  .e-toolbar .e-tbar-btn:hover {
1282
1063
  background: #414040;
1283
1064
  border-color: #414040;
1284
1065
  border-radius: 0;
1285
1066
  color: #dadada;
1286
1067
  }
1287
-
1288
1068
  .e-toolbar .e-toolbar-items {
1289
1069
  background: #333232;
1290
1070
  }
1291
-
1292
1071
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
1293
1072
  background: #333232;
1294
1073
  }
1295
-
1296
1074
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
1297
1075
  color: rgba(218, 218, 218, 0.4);
1298
1076
  }
1299
-
1300
1077
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
1301
1078
  color: rgba(218, 218, 218, 0.4);
1302
1079
  }
1303
-
1304
1080
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1305
1081
  color: #dadada;
1306
1082
  }
1307
-
1308
1083
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
1309
1084
  border: solid #514f4f;
1310
1085
  border-width: 0 1px 0 0;
1311
1086
  }
1312
-
1313
1087
  .e-toolbar.e-rtl .e-hor-nav {
1314
1088
  background: #333232;
1315
1089
  border: solid #414040;
1316
1090
  border-left: 0;
1317
1091
  border-width: 0 1px 0 0;
1318
1092
  }
1319
-
1320
1093
  .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
1321
1094
  background: #414040;
1322
1095
  color: #dadada;
1323
1096
  }
1324
-
1325
1097
  .e-toolbar .e-hor-nav {
1326
1098
  background: #333232;
1327
1099
  border: solid #414040;
1328
1100
  border-width: 0 0 0 1px;
1329
1101
  }
1330
-
1331
1102
  .e-toolbar .e-hor-nav::after {
1332
- content: '';
1103
+ content: "";
1333
1104
  }
1334
-
1335
1105
  .e-toolbar .e-hor-nav:active {
1336
1106
  border: 0;
1337
1107
  box-shadow: none;
1338
1108
  color: #dadada;
1339
1109
  }
1340
-
1341
1110
  .e-toolbar .e-hor-nav:active::after {
1342
- content: '';
1111
+ content: "";
1343
1112
  }
1344
-
1345
1113
  .e-toolbar .e-hor-nav:hover {
1346
1114
  background: #414040;
1347
1115
  border-left: 0;
1348
1116
  color: #dadada;
1349
1117
  }
1350
-
1351
1118
  .e-toolbar .e-hor-nav:focus {
1352
1119
  background: #414040;
1353
1120
  border-left: 0;
1354
1121
  border-color: #414040;
1355
1122
  color: #dadada;
1356
1123
  }
1357
-
1358
1124
  .e-toolbar .e-tbar-btn:active {
1359
1125
  background: #514f4f;
1360
1126
  border-color: #514f4f;
1361
1127
  border-radius: 0;
1362
1128
  box-shadow: none;
1363
1129
  color: #000;
1364
- }
1130
+ }