@syncfusion/ej2-navigations 20.4.53 → 21.1.37

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 (252) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +213 -143
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +90 -25
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +94 -29
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +13 -12
  14. package/src/accordion/accordion-model.d.ts +4 -4
  15. package/src/accordion/accordion.d.ts +8 -4
  16. package/src/appbar/appbar-model.d.ts +9 -9
  17. package/src/appbar/appbar.d.ts +24 -21
  18. package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
  19. package/src/breadcrumb/breadcrumb.d.ts +32 -3
  20. package/src/breadcrumb/breadcrumb.js +32 -0
  21. package/src/carousel/carousel-model.d.ts +7 -7
  22. package/src/carousel/carousel.d.ts +24 -20
  23. package/src/carousel/carousel.js +25 -11
  24. package/src/common/menu-base.d.ts +13 -2
  25. package/src/menu/menu.d.ts +5 -1
  26. package/src/sidebar/sidebar.d.ts +26 -2
  27. package/src/sidebar/sidebar.js +1 -1
  28. package/src/tab/tab-model.d.ts +20 -20
  29. package/src/tab/tab.d.ts +38 -21
  30. package/src/tab/tab.js +22 -10
  31. package/src/toolbar/toolbar-model.d.ts +22 -16
  32. package/src/toolbar/toolbar.d.ts +48 -16
  33. package/src/toolbar/toolbar.js +10 -4
  34. package/src/treeview/treeview-model.d.ts +4 -4
  35. package/src/treeview/treeview.d.ts +32 -4
  36. package/src/treeview/treeview.js +3 -2
  37. package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
  38. package/styles/accordion/_bootstrap-definition.scss +0 -1
  39. package/styles/accordion/_bootstrap4-definition.scss +0 -1
  40. package/styles/accordion/_bootstrap5-definition.scss +6 -7
  41. package/styles/accordion/_fabric-dark-definition.scss +0 -1
  42. package/styles/accordion/_fabric-definition.scss +0 -1
  43. package/styles/accordion/_fluent-definition.scss +5 -6
  44. package/styles/accordion/_fusionnew-definition.scss +0 -1
  45. package/styles/accordion/_highcontrast-definition.scss +0 -1
  46. package/styles/accordion/_highcontrast-light-definition.scss +0 -1
  47. package/styles/accordion/_layout.scss +0 -1
  48. package/styles/accordion/_material-dark-definition.scss +0 -1
  49. package/styles/accordion/_material-definition.scss +0 -1
  50. package/styles/accordion/_tailwind-definition.scss +5 -6
  51. package/styles/accordion/bootstrap-dark.css +0 -1
  52. package/styles/accordion/bootstrap.css +0 -1
  53. package/styles/accordion/bootstrap4.css +0 -1
  54. package/styles/accordion/bootstrap5-dark.css +3 -4
  55. package/styles/accordion/bootstrap5.css +3 -4
  56. package/styles/accordion/fabric-dark.css +0 -1
  57. package/styles/accordion/fabric.css +0 -1
  58. package/styles/accordion/fluent-dark.css +3 -4
  59. package/styles/accordion/fluent.css +3 -4
  60. package/styles/accordion/highcontrast-light.css +0 -1
  61. package/styles/accordion/highcontrast.css +0 -1
  62. package/styles/accordion/material-dark.css +0 -1
  63. package/styles/accordion/material.css +0 -1
  64. package/styles/accordion/tailwind-dark.css +3 -4
  65. package/styles/accordion/tailwind.css +3 -4
  66. package/styles/appbar/_bootstrap5-definition.scss +2 -2
  67. package/styles/appbar/_fluent-definition.scss +2 -2
  68. package/styles/appbar/_layout.scss +3 -0
  69. package/styles/appbar/_tailwind-definition.scss +2 -2
  70. package/styles/appbar/bootstrap-dark.css +3 -0
  71. package/styles/appbar/bootstrap.css +3 -0
  72. package/styles/appbar/bootstrap4.css +3 -0
  73. package/styles/appbar/bootstrap5-dark.css +3 -0
  74. package/styles/appbar/bootstrap5.css +3 -0
  75. package/styles/appbar/fabric-dark.css +3 -0
  76. package/styles/appbar/fabric.css +3 -0
  77. package/styles/appbar/fluent-dark.css +3 -0
  78. package/styles/appbar/fluent.css +3 -0
  79. package/styles/appbar/highcontrast-light.css +3 -0
  80. package/styles/appbar/highcontrast.css +3 -0
  81. package/styles/appbar/material-dark.css +3 -0
  82. package/styles/appbar/material.css +3 -0
  83. package/styles/appbar/tailwind-dark.css +3 -0
  84. package/styles/appbar/tailwind.css +3 -0
  85. package/styles/bootstrap-dark.css +669 -938
  86. package/styles/bootstrap.css +658 -927
  87. package/styles/bootstrap4.css +724 -993
  88. package/styles/bootstrap5-dark.css +685 -954
  89. package/styles/bootstrap5.css +686 -955
  90. package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
  91. package/styles/breadcrumb/_fluent-definition.scss +2 -2
  92. package/styles/breadcrumb/_layout.scss +2 -2
  93. package/styles/breadcrumb/_tailwind-definition.scss +2 -2
  94. package/styles/breadcrumb/_theme.scss +18 -2
  95. package/styles/carousel/_layout.scss +7 -0
  96. package/styles/carousel/bootstrap-dark.css +4 -0
  97. package/styles/carousel/bootstrap.css +4 -0
  98. package/styles/carousel/bootstrap4.css +4 -0
  99. package/styles/carousel/bootstrap5-dark.css +4 -0
  100. package/styles/carousel/bootstrap5.css +4 -0
  101. package/styles/carousel/fabric-dark.css +4 -0
  102. package/styles/carousel/fabric.css +4 -0
  103. package/styles/carousel/fluent-dark.css +4 -0
  104. package/styles/carousel/fluent.css +4 -0
  105. package/styles/carousel/highcontrast-light.css +4 -0
  106. package/styles/carousel/highcontrast.css +4 -0
  107. package/styles/carousel/material-dark.css +4 -0
  108. package/styles/carousel/material.css +4 -0
  109. package/styles/carousel/tailwind-dark.css +4 -0
  110. package/styles/carousel/tailwind.css +4 -0
  111. package/styles/context-menu/_bootstrap5-definition.scss +3 -3
  112. package/styles/context-menu/_fluent-definition.scss +2 -2
  113. package/styles/context-menu/_tailwind-definition.scss +3 -3
  114. package/styles/fabric-dark.css +669 -938
  115. package/styles/fabric.css +669 -938
  116. package/styles/fluent-dark.css +677 -946
  117. package/styles/fluent.css +677 -946
  118. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
  119. package/styles/h-scroll/_bootstrap-definition.scss +0 -1
  120. package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
  121. package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
  122. package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
  123. package/styles/h-scroll/_fabric-definition.scss +0 -1
  124. package/styles/h-scroll/_fluent-definition.scss +0 -1
  125. package/styles/h-scroll/_fusionnew-definition.scss +0 -1
  126. package/styles/h-scroll/_highcontrast-definition.scss +0 -1
  127. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
  128. package/styles/h-scroll/_layout.scss +1 -0
  129. package/styles/h-scroll/_material-dark-definition.scss +0 -1
  130. package/styles/h-scroll/_material-definition.scss +0 -1
  131. package/styles/h-scroll/_tailwind-definition.scss +0 -1
  132. package/styles/h-scroll/_theme.scss +0 -1
  133. package/styles/h-scroll/bootstrap-dark.css +1 -1
  134. package/styles/h-scroll/bootstrap.css +1 -1
  135. package/styles/h-scroll/bootstrap4.css +1 -1
  136. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  137. package/styles/h-scroll/bootstrap5.css +1 -1
  138. package/styles/h-scroll/fabric-dark.css +1 -1
  139. package/styles/h-scroll/fabric.css +1 -1
  140. package/styles/h-scroll/fluent-dark.css +1 -1
  141. package/styles/h-scroll/fluent.css +1 -1
  142. package/styles/h-scroll/highcontrast-light.css +1 -1
  143. package/styles/h-scroll/highcontrast.css +1 -1
  144. package/styles/h-scroll/material-dark.css +1 -1
  145. package/styles/h-scroll/material.css +1 -1
  146. package/styles/h-scroll/tailwind-dark.css +1 -1
  147. package/styles/h-scroll/tailwind.css +1 -1
  148. package/styles/highcontrast-light.css +668 -937
  149. package/styles/highcontrast.css +675 -944
  150. package/styles/material-dark.css +669 -938
  151. package/styles/material.css +661 -930
  152. package/styles/menu/_bootstrap5-definition.scss +2 -2
  153. package/styles/menu/_layout.scss +1 -1
  154. package/styles/menu/_tailwind-definition.scss +2 -2
  155. package/styles/menu/_theme.scss +31 -15
  156. package/styles/menu/bootstrap-dark.css +7 -7
  157. package/styles/menu/bootstrap.css +7 -7
  158. package/styles/menu/bootstrap4.css +10 -10
  159. package/styles/menu/bootstrap5-dark.css +7 -7
  160. package/styles/menu/bootstrap5.css +7 -7
  161. package/styles/menu/fabric-dark.css +7 -7
  162. package/styles/menu/fabric.css +7 -7
  163. package/styles/menu/fluent-dark.css +7 -7
  164. package/styles/menu/fluent.css +7 -7
  165. package/styles/menu/highcontrast-light.css +7 -7
  166. package/styles/menu/highcontrast.css +7 -7
  167. package/styles/menu/icons/_material3.scss +12 -12
  168. package/styles/menu/material-dark.css +7 -7
  169. package/styles/menu/material.css +7 -7
  170. package/styles/menu/tailwind-dark.css +7 -7
  171. package/styles/menu/tailwind.css +7 -7
  172. package/styles/sidebar/_theme.scss +1 -1
  173. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  174. package/styles/tab/_bootstrap-definition.scss +0 -2
  175. package/styles/tab/_bootstrap4-definition.scss +1 -3
  176. package/styles/tab/_bootstrap5-definition.scss +12 -14
  177. package/styles/tab/_fabric-dark-definition.scss +0 -2
  178. package/styles/tab/_fabric-definition.scss +0 -2
  179. package/styles/tab/_fluent-definition.scss +4 -6
  180. package/styles/tab/_fusionnew-definition.scss +2 -4
  181. package/styles/tab/_highcontrast-definition.scss +0 -2
  182. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  183. package/styles/tab/_layout.scss +8 -6
  184. package/styles/tab/_material-dark-definition.scss +0 -2
  185. package/styles/tab/_material-definition.scss +0 -2
  186. package/styles/tab/_tailwind-definition.scss +3 -5
  187. package/styles/tab/_theme.scss +0 -1
  188. package/styles/tab/bootstrap-dark.css +5 -2
  189. package/styles/tab/bootstrap.css +5 -2
  190. package/styles/tab/bootstrap4.css +12 -9
  191. package/styles/tab/bootstrap5-dark.css +11 -8
  192. package/styles/tab/bootstrap5.css +11 -8
  193. package/styles/tab/fabric-dark.css +7 -4
  194. package/styles/tab/fabric.css +7 -4
  195. package/styles/tab/fluent-dark.css +8 -5
  196. package/styles/tab/fluent.css +8 -5
  197. package/styles/tab/highcontrast-light.css +10 -7
  198. package/styles/tab/highcontrast.css +10 -7
  199. package/styles/tab/material-dark.css +4 -1
  200. package/styles/tab/material.css +4 -1
  201. package/styles/tab/tailwind-dark.css +8 -5
  202. package/styles/tab/tailwind.css +8 -5
  203. package/styles/tailwind-dark.css +668 -937
  204. package/styles/tailwind.css +668 -937
  205. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  206. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  207. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  208. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  209. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  210. package/styles/toolbar/_fabric-definition.scss +15 -43
  211. package/styles/toolbar/_fluent-definition.scss +22 -50
  212. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  213. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  214. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  215. package/styles/toolbar/_layout.scss +684 -977
  216. package/styles/toolbar/_material-dark-definition.scss +19 -49
  217. package/styles/toolbar/_material-definition.scss +21 -49
  218. package/styles/toolbar/_tailwind-definition.scss +21 -49
  219. package/styles/toolbar/_theme.scss +205 -294
  220. package/styles/toolbar/bootstrap-dark.css +647 -925
  221. package/styles/toolbar/bootstrap.css +638 -916
  222. package/styles/toolbar/bootstrap4.css +657 -935
  223. package/styles/toolbar/bootstrap5-dark.css +658 -936
  224. package/styles/toolbar/bootstrap5.css +658 -936
  225. package/styles/toolbar/fabric-dark.css +645 -923
  226. package/styles/toolbar/fabric.css +651 -929
  227. package/styles/toolbar/fluent-dark.css +650 -928
  228. package/styles/toolbar/fluent.css +650 -928
  229. package/styles/toolbar/highcontrast-light.css +642 -920
  230. package/styles/toolbar/highcontrast.css +647 -925
  231. package/styles/toolbar/material-dark.css +649 -927
  232. package/styles/toolbar/material.css +646 -924
  233. package/styles/toolbar/tailwind-dark.css +647 -925
  234. package/styles/toolbar/tailwind.css +645 -923
  235. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  236. package/styles/treeview/_fluent-definition.scss +5 -5
  237. package/styles/treeview/_layout.scss +8 -4
  238. package/styles/treeview/_tailwind-definition.scss +5 -5
  239. package/styles/treeview/_theme.scss +6 -3
  240. package/styles/accordion/_material3-definition.scss +0 -181
  241. package/styles/appbar/_material3-definition.scss +0 -8
  242. package/styles/breadcrumb/_material3-definition.scss +0 -59
  243. package/styles/carousel/_material3-definition.scss +0 -22
  244. package/styles/context-menu/_material3-definition.scss +0 -52
  245. package/styles/h-scroll/_material3-definition.scss +0 -84
  246. package/styles/menu/_material3-definition.scss +0 -67
  247. package/styles/pager/_material3-definition.scss +0 -146
  248. package/styles/sidebar/_material3-definition.scss +0 -6
  249. package/styles/tab/_material3-definition.scss +0 -658
  250. package/styles/toolbar/_material3-definition.scss +0 -248
  251. package/styles/treeview/_material3-definition.scss +0 -120
  252. package/styles/v-scroll/_material3-definition.scss +0 -49
@@ -808,6 +808,7 @@
808
808
  }
809
809
  .e-hscroll > * {
810
810
  height: inherit;
811
+ line-height: normal;
811
812
  }
812
813
  .e-hscroll .e-hscroll-content {
813
814
  display: inline-block;
@@ -909,7 +910,6 @@
909
910
  }
910
911
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
911
912
  background: #e6e6e6;
912
- border: 0;
913
913
  color: #333;
914
914
  }
915
915
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
@@ -1169,92 +1169,130 @@
1169
1169
  height: 50px;
1170
1170
  min-height: 50px;
1171
1171
  }
1172
- .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
1173
- .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
1174
- font-size: 14px;
1175
- }
1176
- .e-bigger .e-toolbar .e-tbar-btn .e-icons,
1177
- .e-toolbar.e-bigger .e-tbar-btn .e-icons {
1178
- font-size: 14px;
1172
+ .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1173
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1174
+ .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1175
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1176
+ margin-left: 3px;
1179
1177
  }
1180
- .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
1181
- .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
1182
- font-size: 16px;
1178
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1179
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1180
+ margin-right: 3px;
1183
1181
  }
1184
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1185
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1186
- border-bottom: 0;
1187
- border-bottom-left-radius: 0;
1188
- border-bottom-right-radius: 0;
1182
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1183
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1184
+ margin-right: 3px;
1189
1185
  }
1190
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1191
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1192
- border-top: 0;
1193
- border-top-left-radius: 0;
1194
- border-top-right-radius: 0;
1186
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1187
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1188
+ margin-left: 15px;
1189
+ margin-right: 15px;
1195
1190
  }
1196
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
1197
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1191
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1192
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1198
1193
  margin: 0;
1199
1194
  }
1200
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
1201
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1202
- margin: 0;
1203
- margin-left: 3px;
1195
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1196
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1197
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1198
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1199
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1200
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1201
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1202
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1203
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1204
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1205
+ padding: 0 6px;
1204
1206
  }
1205
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
1206
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1207
- margin: 0;
1207
+ .e-bigger .e-toolbar .e-toolbar-item,
1208
+ .e-toolbar.e-bigger .e-toolbar-item {
1209
+ min-height: 49px;
1208
1210
  }
1209
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1210
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1211
- margin-left: 3px;
1212
- margin-right: initial;
1211
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1212
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1213
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
1214
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1215
+ min-height: 34px;
1216
+ min-width: 0;
1217
+ padding: 1px 7px;
1218
+ line-height: 34px;
1213
1219
  }
1214
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1215
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1216
- margin: 0;
1220
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1221
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1222
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1223
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1224
+ padding: 0 12px 0 6px;
1225
+ font-size: 14px;
1217
1226
  }
1218
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1219
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1220
- margin-left: 3px;
1221
- margin-right: 0;
1227
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1228
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
1229
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1230
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
1231
+ font-size: 14px;
1222
1232
  }
1223
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1224
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1225
- margin: 0;
1233
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1234
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
1235
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1236
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
1237
+ font-size: 16px;
1238
+ line-height: 34px;
1226
1239
  }
1227
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1228
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1229
- margin-left: 0;
1240
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1241
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
1242
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1243
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
1244
+ padding: 0 0 0 12px;
1230
1245
  }
1231
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
1232
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1233
- margin-left: 3px;
1246
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1247
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1248
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1249
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1250
+ padding: 0 12px 0 0;
1234
1251
  }
1235
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1236
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1237
- margin-left: 0;
1238
- margin-right: 3px;
1252
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1253
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1254
+ min-width: 0;
1255
+ padding: 2.5px 5px;
1256
+ }
1257
+ .e-bigger .e-toolbar .e-toolbar-item.e-separator,
1258
+ .e-toolbar.e-bigger .e-toolbar-item.e-separator {
1259
+ height: calc(100% - 12px);
1260
+ margin: 6px 6px;
1261
+ min-height: 36px;
1262
+ }
1263
+ .e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1264
+ .e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
1265
+ .e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1266
+ .e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
1267
+ padding: 0;
1239
1268
  }
1240
1269
  .e-bigger .e-toolbar .e-hor-nav,
1241
1270
  .e-toolbar.e-bigger .e-hor-nav {
1242
1271
  min-height: 49px;
1243
1272
  min-width: 38px;
1244
1273
  }
1245
- .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1246
- .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
1247
- line-height: 35px;
1274
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1275
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1276
+ margin-left: 0;
1248
1277
  }
1249
- .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1250
- .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1251
- line-height: 34px;
1252
- min-height: 34px;
1253
- min-width: 24px;
1278
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1279
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1280
+ margin-right: 0;
1254
1281
  }
1255
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
1256
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1257
- line-height: inherit;
1282
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
1283
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
1284
+ min-height: 38px;
1285
+ }
1286
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
1287
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
1288
+ height: auto;
1289
+ margin: 6px;
1290
+ min-height: auto;
1291
+ }
1292
+ .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1293
+ .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1294
+ min-height: 40px;
1295
+ min-width: 50px;
1258
1296
  }
1259
1297
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
1260
1298
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
@@ -1264,147 +1302,25 @@
1264
1302
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1265
1303
  min-width: 48px;
1266
1304
  padding: 0;
1267
- }
1268
- .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
1269
- .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1270
- min-width: 24px;
1271
- font-size: 16px;
1305
+ min-height: 40px;
1272
1306
  }
1273
1307
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
1274
1308
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1275
1309
  min-height: 40px;
1276
1310
  padding: 0 4px;
1277
- line-height: 34px;
1311
+ min-width: 100%;
1278
1312
  }
1279
1313
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1280
1314
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1281
1315
  margin-left: 0;
1282
1316
  padding: 0 12px 0 15px;
1317
+ font-size: 16px;
1283
1318
  }
1284
1319
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1285
1320
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1286
1321
  padding: 0 12px 0 15px;
1287
1322
  font-size: 14px;
1288
1323
  }
1289
- .e-bigger .e-toolbar .e-toolbar-items,
1290
- .e-toolbar.e-bigger .e-toolbar-items {
1291
- min-height: 49px;
1292
- }
1293
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1294
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1295
- margin-left: 15px;
1296
- margin-right: 15px;
1297
- white-space: normal;
1298
- }
1299
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1300
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1301
- margin: 0;
1302
- }
1303
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1304
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
1305
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1306
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1307
- display: none;
1308
- }
1309
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
1310
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1311
- display: -ms-inline-flexbox;
1312
- display: inline-flex;
1313
- }
1314
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
1315
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1316
- margin-left: 0;
1317
- }
1318
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
1319
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1320
- margin-right: 0;
1321
- }
1322
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1323
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1324
- margin-right: 3px;
1325
- }
1326
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1327
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1328
- margin: 0;
1329
- }
1330
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1331
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1332
- margin-right: 3px;
1333
- }
1334
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1335
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1336
- margin: 0;
1337
- }
1338
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1339
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1340
- margin-left: 3px;
1341
- }
1342
- .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1343
- .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1344
- margin-left: 3px;
1345
- }
1346
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
1347
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
1348
- min-height: 49px;
1349
- }
1350
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
1351
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1352
- min-width: 0;
1353
- padding: 2.5px 5px;
1354
- }
1355
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
1356
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
1357
- height: calc(100% - 12px);
1358
- margin: 6px 6px;
1359
- min-height: 36px;
1360
- }
1361
- .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,
1362
- .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,
1363
- .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,
1364
- .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 {
1365
- padding: 0;
1366
- }
1367
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1368
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1369
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1370
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1371
- height: calc(100% - 6px);
1372
- margin: 2px 0;
1373
- min-height: 34px;
1374
- min-width: 0;
1375
- padding: 1px 7px;
1376
- line-height: 34px;
1377
- }
1378
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1379
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1380
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1381
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1382
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1383
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1384
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1385
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1386
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1387
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1388
- padding: 0 6px;
1389
- }
1390
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1391
- .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,
1392
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1393
- .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 {
1394
- padding: 0 0 0 12px;
1395
- }
1396
- .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,
1397
- .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,
1398
- .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,
1399
- .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 {
1400
- padding: 0 12px 0 0;
1401
- }
1402
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1403
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1404
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1405
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1406
- padding: 0 12px 0 6px;
1407
- }
1408
1324
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1409
1325
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1410
1326
  min-height: 50px;
@@ -1413,68 +1329,24 @@
1413
1329
  padding-right: 3px;
1414
1330
  padding-top: 0;
1415
1331
  }
1416
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
1417
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1418
- display: none;
1419
- }
1420
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
1421
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1422
- display: inline;
1423
- }
1424
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
1425
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1426
- width: inherit;
1427
- }
1428
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1429
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1430
- box-shadow: none;
1431
- display: inline;
1432
- white-space: normal;
1433
- }
1434
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1435
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1436
- margin: 0;
1437
- min-width: 0;
1438
- padding: 2.5px 5px;
1439
- }
1440
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
1441
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1442
- display: none;
1443
- }
1444
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1445
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1446
- display: -ms-inline-flexbox;
1447
- display: inline-flex;
1448
- }
1449
1332
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1450
1333
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1451
- -ms-flex-line-pack: center;
1452
- align-content: center;
1453
- -ms-flex-align: center;
1454
- align-items: center;
1455
- cursor: pointer;
1456
- display: -ms-inline-flexbox;
1457
- display: inline-flex;
1458
1334
  min-height: 49px;
1459
- vertical-align: middle;
1460
- width: auto;
1461
- }
1462
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1463
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1464
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1465
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1466
- padding: 0 12px 0 6px;
1467
1335
  }
1468
1336
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1469
1337
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1470
1338
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1471
1339
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1472
- height: calc(100% - 6px);
1473
- margin: 2px 0;
1474
1340
  min-height: 34px;
1475
1341
  min-width: 0;
1476
1342
  padding: 1px 7px;
1477
1343
  }
1344
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1345
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1346
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1347
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1348
+ padding: 0 12px 0 6px;
1349
+ }
1478
1350
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
1479
1351
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1480
1352
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
@@ -1487,9 +1359,10 @@
1487
1359
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1488
1360
  padding: 0 6px;
1489
1361
  }
1490
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1491
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1492
- line-height: 35px;
1362
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1363
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1364
+ min-width: 0;
1365
+ padding: 2.5px 5px;
1493
1366
  }
1494
1367
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1495
1368
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
@@ -1497,47 +1370,56 @@
1497
1370
  margin: 6px 6px;
1498
1371
  min-height: 36px;
1499
1372
  }
1500
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1501
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1502
- line-height: 34px;
1503
- min-height: 34px;
1504
- min-width: 24px;
1373
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1374
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1375
+ border-bottom: 0;
1376
+ border-bottom-left-radius: 0;
1377
+ border-bottom-right-radius: 0;
1505
1378
  }
1506
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
1507
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
1508
- left: 0;
1509
- right: auto;
1379
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1380
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1381
+ border-top: 0;
1382
+ border-top-left-radius: 0;
1383
+ border-top-right-radius: 0;
1510
1384
  }
1511
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1512
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1513
- padding-right: 3px;
1385
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1386
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1387
+ padding: 0 12px 0 0;
1514
1388
  }
1515
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
1516
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1517
- min-height: 38px;
1389
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right,
1390
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1391
+ padding: 0 0 0 12px;
1518
1392
  }
1519
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
1520
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1521
- height: auto;
1522
- margin: 6px;
1523
- min-height: auto;
1393
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1394
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1395
+ padding: 0 6px 0 12px;
1524
1396
  }
1525
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1526
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1527
- margin: 2px auto;
1397
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1398
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1399
+ margin-left: 3px;
1400
+ margin-right: initial;
1528
1401
  }
1529
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1530
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1531
- margin-left: 0;
1402
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1403
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1404
+ margin: 0;
1532
1405
  }
1533
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1534
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1406
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1407
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1408
+ margin: 0;
1409
+ }
1410
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1411
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1412
+ margin-left: 3px;
1535
1413
  margin-right: 0;
1536
1414
  }
1537
- .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1538
- .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1539
- min-height: 40px;
1540
- min-width: 50px;
1415
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1416
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1417
+ margin-left: 0;
1418
+ margin-right: 3px;
1419
+ }
1420
+ .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1421
+ .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1422
+ padding-right: 3px;
1541
1423
  }
1542
1424
 
1543
1425
  .e-toolbar {
@@ -1550,76 +1432,102 @@
1550
1432
  -ms-user-select: none;
1551
1433
  user-select: none;
1552
1434
  white-space: nowrap;
1435
+ overflow: hidden;
1553
1436
  }
1554
1437
  .e-toolbar .e-blazor-toolbar-items {
1555
1438
  position: absolute;
1556
1439
  top: -9999px;
1557
1440
  visibility: hidden;
1558
1441
  }
1559
- .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1560
- left: 0;
1561
- right: auto;
1442
+ .e-toolbar.e-control[class*=e-toolbar] {
1443
+ box-sizing: content-box;
1562
1444
  }
1563
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1564
- padding-right: 3px;
1565
- margin-left: 0;
1445
+ .e-toolbar.e-corner {
1446
+ border-radius: 0;
1566
1447
  }
1567
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1568
- padding-left: 0;
1448
+ .e-toolbar.e-hidden {
1449
+ display: none;
1569
1450
  }
1570
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1451
+ .e-toolbar .e-toolbar-items {
1452
+ border-radius: 4px 0 0 4px;
1453
+ display: -ms-inline-flexbox;
1454
+ display: inline-flex;
1455
+ height: 100%;
1456
+ vertical-align: middle;
1457
+ -ms-flex-align: center;
1458
+ align-items: center;
1459
+ }
1460
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1461
+ margin-bottom: 1px;
1462
+ margin-left: 15px;
1463
+ margin-right: 15px;
1464
+ white-space: normal;
1465
+ -ms-flex-wrap: wrap;
1466
+ flex-wrap: wrap;
1467
+ }
1468
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1469
+ margin: 0;
1470
+ }
1471
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1571
1472
  display: none;
1572
1473
  }
1573
- .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
1574
- border-bottom: 0;
1575
- border-bottom-left-radius: 0;
1576
- border-bottom-right-radius: 0;
1474
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1475
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1476
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1477
+ display: inline;
1577
1478
  }
1578
- .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1479
+ .e-toolbar .e-toolbar-items.e-tbar-pos {
1480
+ display: block;
1481
+ }
1482
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1483
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1484
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1579
1485
  display: table;
1486
+ height: 100%;
1487
+ top: 0;
1580
1488
  }
1581
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1582
- border-top: 0;
1583
- border-top-left-radius: 0;
1584
- border-top-right-radius: 0;
1585
- min-height: 40px;
1586
- padding-bottom: 0;
1587
- padding-left: 3px;
1588
- padding-right: 3px;
1589
- padding-top: 0;
1590
- margin-left: -1px;
1489
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1490
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1491
+ position: absolute;
1591
1492
  }
1592
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
1593
- display: none;
1493
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1494
+ right: 0;
1594
1495
  }
1595
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1596
- display: none;
1496
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1497
+ left: 0;
1597
1498
  }
1598
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1599
- display: inline;
1499
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1500
+ margin: 0 auto;
1600
1501
  }
1601
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1602
- width: inherit;
1502
+ .e-toolbar .e-toolbar-items .e-toolbar-left,
1503
+ .e-toolbar .e-toolbar-items .e-toolbar-center,
1504
+ .e-toolbar .e-toolbar-items .e-toolbar-right {
1505
+ display: inline-block;
1603
1506
  }
1604
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1605
- box-shadow: none;
1606
- display: inline;
1607
- white-space: normal;
1507
+ .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
1508
+ margin-left: 3px;
1608
1509
  }
1609
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1510
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
1511
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
1512
+ margin-right: 3px;
1513
+ }
1514
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1515
+ -ms-touch-action: pan-y pinch-zoom;
1516
+ touch-action: pan-y pinch-zoom;
1517
+ }
1518
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1519
+ margin-right: 3px;
1520
+ }
1521
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1610
1522
  margin: 0;
1611
- height: 100%;
1612
- min-width: 30px;
1613
- padding: 4px 2.5px;
1614
1523
  }
1615
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1616
- display: none;
1524
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1525
+ margin: 0;
1617
1526
  }
1618
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1619
- display: -ms-inline-flexbox;
1620
- display: inline-flex;
1527
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1528
+ margin-right: 3px;
1621
1529
  }
1622
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1530
+ .e-toolbar .e-toolbar-item {
1623
1531
  -ms-flex-line-pack: center;
1624
1532
  align-content: center;
1625
1533
  -ms-flex-align: center;
@@ -1631,240 +1539,142 @@
1631
1539
  vertical-align: middle;
1632
1540
  width: auto;
1633
1541
  }
1634
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1635
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1636
- padding: 0 12px 0 6px;
1637
- }
1638
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1639
- display: inline-block;
1640
- font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
1641
- font-size: 14px;
1642
- line-height: inherit;
1542
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1543
+ display: -ms-flexbox;
1544
+ display: flex;
1545
+ -ms-flex-align: center;
1546
+ align-items: center;
1643
1547
  vertical-align: middle;
1644
- width: auto;
1645
- }
1646
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1647
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1648
- height: calc(100% - 10px);
1548
+ -ms-flex-pack: center;
1549
+ justify-content: center;
1649
1550
  margin: 0;
1650
1551
  min-height: 32px;
1651
1552
  min-width: 0;
1652
1553
  padding: 1px 2.5px;
1653
- }
1654
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1655
- line-height: 25px;
1656
- }
1657
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
1658
- padding: 0 1.5px;
1659
- }
1660
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1661
- margin: 5.5px 6px;
1662
- min-height: 25px;
1663
- min-width: 1px;
1664
- vertical-align: middle;
1665
- }
1666
- .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) {
1667
- line-height: 25px;
1668
- min-height: 25px;
1669
- min-width: 27px;
1670
- padding: 0;
1671
- font-size: 14px;
1672
- }
1673
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1674
- display: -ms-inline-flexbox;
1675
- display: inline-flex;
1676
- }
1677
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1678
- height: auto;
1679
- }
1680
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1681
- font-size: 14px;
1682
- vertical-align: middle;
1683
- }
1684
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1554
+ border-radius: 4px;
1555
+ line-height: 27px;
1556
+ border: none;
1685
1557
  cursor: pointer;
1686
- font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
1687
1558
  font-size: 16px;
1688
1559
  font-weight: 400;
1689
1560
  overflow: hidden;
1690
- padding: 1px 2.5px;
1691
1561
  text-align: center;
1692
1562
  text-decoration: none;
1693
1563
  text-transform: none;
1694
1564
  }
1695
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
1696
- display: inline-block;
1565
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1566
+ padding: 0 0 0 12px;
1697
1567
  }
1698
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
1699
- -ms-flex-item-align: center;
1700
- -ms-grid-row-align: center;
1701
- align-self: center;
1702
- text-overflow: ellipsis;
1568
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1569
+ padding: 0 12px 0 0;
1703
1570
  }
1704
- .e-toolbar.e-control[class*=e-toolbar] {
1705
- box-sizing: content-box;
1571
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1572
+ margin: 0;
1573
+ min-width: 27px;
1574
+ width: auto;
1575
+ font-size: 16px;
1576
+ line-height: 25px;
1706
1577
  }
1707
- .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1708
- display: none;
1578
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
1579
+ padding: 0 1.5px;
1709
1580
  }
1710
- .e-toolbar .e-tbar-btn-text,
1711
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1712
- display: inline-block;
1713
- padding: 0 12px 0 6px;
1581
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1582
+ outline: 0;
1714
1583
  }
1715
- .e-toolbar.e-hidden,
1716
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
1717
- display: none;
1584
+ .e-toolbar .e-toolbar-item .e-tbar-btn div {
1585
+ vertical-align: middle;
1718
1586
  }
1719
- .e-toolbar.e-corner {
1720
- border-radius: 0;
1587
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1588
+ font-size: 14px;
1589
+ padding: 0 12px 0 6px;
1721
1590
  }
1722
- .e-toolbar .e-toolbar-pop {
1723
- border-radius: 4px;
1724
- overflow: hidden;
1725
- padding: 5px 0;
1726
- position: absolute;
1591
+ .e-toolbar .e-toolbar-item:not(.e-separator) {
1592
+ height: inherit;
1593
+ min-width: 30px;
1594
+ padding: 4px 2.5px;
1727
1595
  }
1728
- .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1729
- margin: 0;
1730
- width: auto;
1596
+ .e-toolbar .e-toolbar-item.e-separator {
1597
+ margin: 5.5px 6px;
1598
+ min-height: 27px;
1599
+ min-width: 1px;
1600
+ height: calc(100% - 15px);
1731
1601
  }
1732
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1602
+ .e-toolbar .e-toolbar-item.e-separator + .e-separator, .e-toolbar .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-item.e-separator:first-of-type {
1733
1603
  display: none;
1734
1604
  }
1735
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1736
- -ms-flex-align: center;
1737
- align-items: center;
1738
- display: -ms-inline-flexbox;
1739
- display: inline-flex;
1740
- -ms-flex-pack: start;
1741
- justify-content: flex-start;
1742
- min-height: 40px;
1743
- padding: 0 4px;
1744
- border: 0;
1745
- border-radius: 0;
1746
- margin: 0;
1605
+ .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1606
+ padding: 0;
1747
1607
  }
1748
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1749
- margin: 0;
1750
- padding: 0 12px 0 15px;
1751
- width: auto;
1608
+ .e-toolbar .e-toolbar-item > * {
1609
+ text-overflow: ellipsis;
1752
1610
  }
1753
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1754
- padding: 0 12px 0 15px;
1611
+ .e-toolbar .e-toolbar-item.e-hidden {
1612
+ display: none;
1755
1613
  }
1756
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1757
- min-width: 27px;
1758
- }
1759
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1760
- min-width: 34px;
1761
- padding: 0;
1762
- }
1763
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
1764
- text-align: center;
1765
- }
1766
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1767
- min-width: 100%;
1614
+ .e-toolbar .e-toolbar-item input[type=checkbox] {
1615
+ height: auto;
1768
1616
  }
1769
- .e-toolbar .e-toolbar-pop .e-toolbar-item {
1770
- -ms-flex-line-pack: center;
1771
- align-content: center;
1772
- -ms-flex-align: center;
1773
- align-items: center;
1617
+ .e-toolbar.e-vertical {
1774
1618
  display: -ms-flexbox;
1775
1619
  display: flex;
1776
- height: auto;
1777
- -ms-flex-pack: center;
1778
- justify-content: center;
1779
- }
1780
- .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1781
- height: 100%;
1782
- min-width: 100%;
1783
- text-overflow: ellipsis;
1784
- }
1785
- .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1786
- display: none;
1787
- }
1788
- .e-toolbar .e-toolbar-pop .e-toolpopup {
1789
- text-align: center;
1790
- }
1791
- .e-toolbar .e-toolbar-popup {
1792
- text-align: center;
1793
- }
1794
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1795
- margin: 0;
1796
- }
1797
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1798
- margin: 0;
1799
- margin-left: 3px;
1800
- }
1801
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1802
- margin: 0;
1803
- }
1804
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1805
- margin-left: 3px;
1806
- margin-right: initial;
1807
- }
1808
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1809
- margin: 0;
1620
+ -ms-flex-direction: column;
1621
+ flex-direction: column;
1810
1622
  }
1811
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1812
- margin-right: 3px;
1623
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
1624
+ -ms-touch-action: pan-x pinch-zoom;
1625
+ touch-action: pan-x pinch-zoom;
1813
1626
  }
1814
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1815
- margin: 0;
1627
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1628
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1629
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1630
+ height: auto;
1816
1631
  }
1817
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1632
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1818
1633
  left: auto;
1819
- right: 0;
1820
- }
1821
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1822
- left: 0;
1823
1634
  right: auto;
1635
+ top: 0;
1824
1636
  }
1825
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1826
- margin-left: 0;
1827
- }
1828
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1829
- margin-left: 3px;
1830
- }
1831
- .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1832
- margin-left: 0;
1833
- margin-right: 3px;
1834
- }
1835
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
1836
- margin-left: 0;
1637
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1638
+ bottom: 0;
1639
+ left: auto;
1640
+ right: auto;
1837
1641
  }
1838
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
1642
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1839
1643
  margin-left: 0;
1840
- margin-right: 3px;
1841
1644
  }
1842
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
1843
- margin-right: 0;
1844
- }
1845
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
1846
- margin-left: 3px;
1847
- margin-right: 0;
1848
- }
1849
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
1645
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1850
1646
  margin-right: 0;
1851
1647
  }
1852
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
1853
- margin-left: 3px;
1854
- margin-right: 0;
1648
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
1649
+ display: -ms-flexbox;
1650
+ display: flex;
1651
+ height: auto;
1855
1652
  }
1856
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1857
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1858
- margin-right: 0;
1653
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1654
+ min-width: 33px;
1859
1655
  }
1860
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1861
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1862
- margin-right: 3px;
1656
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1657
+ height: auto;
1658
+ margin: 6px 5.5px;
1659
+ min-height: auto;
1863
1660
  }
1864
- .e-toolbar.e-rtl .e-hor-nav {
1661
+ .e-toolbar.e-vertical .e-hor-nav {
1662
+ bottom: 0;
1663
+ height: auto;
1865
1664
  left: 0;
1665
+ min-height: 40px;
1666
+ min-width: 50px;
1866
1667
  right: auto;
1867
- border-radius: 4px 0 0 4px;
1668
+ top: auto;
1669
+ width: auto;
1670
+ }
1671
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
1672
+ bottom: 0;
1673
+ top: auto;
1674
+ }
1675
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
1676
+ bottom: auto;
1677
+ top: 0;
1868
1678
  }
1869
1679
  .e-toolbar .e-hor-nav {
1870
1680
  -ms-flex-align: center;
@@ -1887,476 +1697,299 @@
1887
1697
  .e-toolbar .e-popup-down-icon.e-icons,
1888
1698
  .e-toolbar .e-popup-up-icon.e-icons {
1889
1699
  color: #333;
1890
- display: table-cell;
1700
+ display: -ms-flexbox;
1701
+ display: flex;
1891
1702
  text-align: center;
1892
1703
  vertical-align: middle;
1704
+ -ms-flex-align: center;
1705
+ align-items: center;
1706
+ -ms-flex-pack: center;
1707
+ justify-content: center;
1893
1708
  width: 100%;
1894
1709
  font-size: 12px;
1895
1710
  }
1896
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1897
- line-height: 25px;
1898
- }
1899
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1900
- line-height: 25px;
1901
- min-height: 25px;
1902
- }
1903
- .e-toolbar .e-toolbar-items {
1904
- border-radius: 4px 0 0 4px;
1905
- display: inline-block;
1906
- height: 100%;
1907
- min-height: 39px;
1908
- vertical-align: middle;
1909
- }
1910
- .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1911
- margin-bottom: 1px;
1912
- margin-left: 15px;
1913
- margin-right: 15px;
1914
- white-space: normal;
1915
- }
1916
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1917
- margin: 0;
1711
+ .e-toolbar.e-toolpop {
1712
+ overflow: visible;
1918
1713
  }
1919
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1920
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1714
+ .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1921
1715
  display: none;
1922
1716
  }
1923
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1924
- display: -ms-inline-flexbox;
1925
- display: inline-flex;
1926
- }
1927
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1928
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1929
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1930
- display: inline;
1931
- }
1932
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1933
- margin-left: 0;
1934
- }
1935
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1936
- margin-right: 0;
1937
- }
1938
- .e-toolbar .e-toolbar-items.e-tbar-pos {
1939
- display: block;
1940
- }
1941
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1942
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1943
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1944
- display: table;
1945
- height: 100%;
1946
- top: 0;
1947
- }
1948
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1949
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1717
+ .e-toolbar .e-toolbar-pop {
1718
+ border-radius: 4px;
1719
+ overflow: hidden;
1720
+ padding: 5px 0;
1950
1721
  position: absolute;
1951
1722
  }
1952
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1953
- right: 0;
1954
- }
1955
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1956
- left: 0;
1957
- line-height: 35px;
1958
- }
1959
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1960
- margin: 0 auto;
1961
- }
1962
- .e-toolbar .e-toolbar-items .e-toolbar-left,
1963
- .e-toolbar .e-toolbar-items .e-toolbar-center,
1964
- .e-toolbar .e-toolbar-items .e-toolbar-right {
1965
- display: inline-block;
1966
- }
1967
- .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1968
- margin-left: 3px;
1969
- }
1970
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1971
- margin-left: 3px;
1972
- }
1973
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
1974
- margin-left: 0;
1723
+ .e-toolbar .e-toolbar-pop .e-toolbar-item {
1724
+ display: -ms-flexbox;
1725
+ display: flex;
1726
+ height: auto;
1727
+ -ms-flex-pack: center;
1728
+ justify-content: center;
1729
+ min-height: 40px;
1975
1730
  }
1976
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
1977
- margin-right: 0;
1731
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1732
+ display: none;
1978
1733
  }
1979
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
1980
- margin-left: 3px;
1734
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1735
+ min-height: 40px;
1736
+ min-width: 100%;
1737
+ padding: 0 4px;
1738
+ border: 0;
1739
+ border-radius: 0;
1740
+ -ms-flex-pack: start;
1741
+ justify-content: flex-start;
1981
1742
  }
1982
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
1983
- margin-right: 0;
1743
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1744
+ margin: 0;
1745
+ padding: 0 12px 0 15px;
1746
+ width: auto;
1984
1747
  }
1985
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
1986
- margin-right: 3px;
1748
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1749
+ padding: 0 12px 0 15px;
1987
1750
  }
1988
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
1989
- margin-left: 0;
1751
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1752
+ min-width: 34px;
1753
+ padding: 0;
1990
1754
  }
1991
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
1992
- margin-right: 3px;
1755
+ .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1756
+ height: 100%;
1757
+ min-width: 100%;
1758
+ text-overflow: ellipsis;
1993
1759
  }
1994
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
1995
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1996
- margin-right: 3px;
1760
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1761
+ min-width: 100%;
1997
1762
  }
1998
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1999
- -ms-touch-action: pan-y pinch-zoom;
2000
- touch-action: pan-y pinch-zoom;
1763
+ .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1764
+ display: none;
2001
1765
  }
2002
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
2003
- margin-right: 3px;
1766
+ .e-toolbar .e-toolbar-pop .e-toolbar-popup,
1767
+ .e-toolbar .e-toolbar-pop .e-toolpopup {
1768
+ text-align: center;
2004
1769
  }
2005
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
2006
- margin: 0;
1770
+ .e-toolbar.e-extended-toolbar {
1771
+ overflow: visible;
2007
1772
  }
2008
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
2009
- margin-right: 3px;
1773
+ .e-toolbar.e-extended-toolbar.e-tbar-extended {
1774
+ border-bottom: 0;
1775
+ border-bottom-left-radius: 0;
1776
+ border-bottom-right-radius: 0;
2010
1777
  }
2011
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
2012
- margin: 0;
1778
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1779
+ border-top: 0;
1780
+ border-top-left-radius: 0;
1781
+ border-top-right-radius: 0;
1782
+ min-height: 40px;
1783
+ padding-bottom: 0;
1784
+ padding-left: 3px;
1785
+ padding-right: 3px;
1786
+ padding-top: 0;
1787
+ margin-left: -1px;
1788
+ box-shadow: none;
1789
+ display: inline;
1790
+ white-space: normal;
2013
1791
  }
2014
- .e-toolbar .e-toolbar-items .e-toolbar-item {
2015
- -ms-flex-line-pack: center;
2016
- align-content: center;
2017
- -ms-flex-align: center;
2018
- align-items: center;
2019
- cursor: pointer;
1792
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
2020
1793
  display: -ms-inline-flexbox;
2021
1794
  display: inline-flex;
2022
1795
  min-height: 0;
2023
- vertical-align: middle;
2024
- width: auto;
2025
- }
2026
- .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2027
- height: inherit;
2028
- min-width: 30px;
2029
- padding: 4px 2.5px;
2030
- }
2031
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2032
- margin: 5.5px 6px;
2033
- min-height: 27px;
2034
- min-width: 1px;
2035
- }
2036
- .e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
2037
- height: auto;
2038
1796
  }
2039
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2040
- padding: 0;
2041
- }
2042
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2043
- height: calc(100% - 10px);
2044
- margin: 0;
1797
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1798
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
2045
1799
  min-height: 32px;
2046
1800
  min-width: 0;
2047
1801
  padding: 1px 2.5px;
2048
- border-radius: 4px;
2049
- line-height: 27px;
2050
1802
  }
2051
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
2052
- padding: 0 1.5px;
1803
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1804
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1805
+ padding: 0 12px 0 6px;
1806
+ font-size: 14px;
2053
1807
  }
2054
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2055
- outline: 0;
1808
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop),
1809
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon:not(.e-toolbar-pop) {
1810
+ display: -ms-flexbox;
1811
+ display: flex;
1812
+ -ms-flex-align: center;
1813
+ align-items: center;
1814
+ vertical-align: middle;
1815
+ -ms-flex-pack: center;
1816
+ justify-content: center;
1817
+ padding: 0;
1818
+ font-size: 14px;
2056
1819
  }
2057
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1820
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop),
1821
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop) {
2058
1822
  padding: 0 0 0 12px;
2059
1823
  }
2060
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1824
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop),
1825
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop) {
2061
1826
  padding: 0 12px 0 0;
2062
1827
  }
2063
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
2064
- margin: 0;
2065
- min-width: 27px;
2066
- width: auto;
2067
- padding-bottom: 0;
1828
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
1829
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1830
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1831
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1832
+ padding: 0 1.5px;
2068
1833
  }
2069
- .e-toolbar .e-toolbar-items .e-toolbar-item > * {
2070
- -ms-flex-item-align: center;
2071
- -ms-grid-row-align: center;
2072
- align-self: center;
2073
- text-overflow: ellipsis;
1834
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1835
+ min-width: 30px;
1836
+ padding: 4px 2.5px;
2074
1837
  }
2075
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2076
- height: calc(100% - 15px);
2077
- vertical-align: middle;
1838
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1839
+ min-height: 25px;
2078
1840
  }
2079
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
1841
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
2080
1842
  display: none;
2081
1843
  }
2082
- .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 {
1844
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
2083
1845
  display: none;
2084
1846
  }
2085
- .e-toolbar .e-tbar-btn > :first-child {
2086
- display: inline-block;
1847
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1848
+ display: none;
2087
1849
  }
2088
- .e-toolbar .e-tbar-btn {
2089
- border: none;
1850
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1851
+ display: inline;
1852
+ }
1853
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
1854
+ width: inherit;
1855
+ }
1856
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2090
1857
  cursor: pointer;
2091
- font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
2092
1858
  font-size: 16px;
2093
- font-weight: 400;
2094
1859
  overflow: hidden;
2095
1860
  padding: 1px 2.5px;
2096
- text-align: center;
2097
- text-decoration: none;
2098
- text-transform: none;
2099
- }
2100
- .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
2101
- font-size: 16px;
2102
- vertical-align: middle;
2103
- }
2104
- .e-toolbar .e-tbar-btn div {
2105
- vertical-align: middle;
2106
1861
  }
2107
- .e-toolbar .e-tbar-btn .e-tbar-btn-text {
2108
- display: inline-block;
2109
- font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
1862
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
2110
1863
  font-size: 14px;
2111
- line-height: inherit;
2112
- vertical-align: middle;
2113
- width: auto;
2114
1864
  }
2115
- .e-toolbar.e-vertical {
2116
- display: -ms-flexbox;
2117
- display: flex;
2118
- -ms-flex-direction: column;
2119
- flex-direction: column;
1865
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1866
+ height: auto;
2120
1867
  }
2121
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
2122
- bottom: 0;
2123
- top: auto;
1868
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
1869
+ -ms-flex-item-align: center;
1870
+ -ms-grid-row-align: center;
1871
+ align-self: center;
1872
+ text-overflow: ellipsis;
2124
1873
  }
2125
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
2126
- bottom: auto;
2127
- top: 0;
1874
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1875
+ display: none;
2128
1876
  }
2129
- .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
2130
- -ms-touch-action: pan-x pinch-zoom;
2131
- touch-action: pan-x pinch-zoom;
1877
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1878
+ display: -ms-inline-flexbox;
1879
+ display: inline-flex;
2132
1880
  }
2133
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2134
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2135
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2136
- height: auto;
1881
+ .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1882
+ display: table;
2137
1883
  }
2138
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2139
- left: auto;
2140
- right: auto;
2141
- top: 0;
1884
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1885
+ padding: 0 12px 0 0;
2142
1886
  }
2143
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2144
- bottom: 0;
2145
- left: auto;
2146
- right: auto;
1887
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1888
+ padding: 0 0 0 12px;
2147
1889
  }
2148
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2149
- margin-left: 0;
1890
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1891
+ padding: 0 6px 0 12px;
2150
1892
  }
2151
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2152
- margin-right: 0;
1893
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1894
+ margin-left: 3px;
1895
+ margin-right: initial;
2153
1896
  }
2154
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
2155
- display: -ms-flexbox;
2156
- display: flex;
2157
- height: auto;
1897
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1898
+ margin: 0;
2158
1899
  }
2159
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2160
- min-width: 33px;
1900
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1901
+ margin: 0;
2161
1902
  }
2162
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2163
- height: auto;
2164
- margin: 6px 5.5px;
2165
- min-height: auto;
1903
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1904
+ margin-right: 3px;
2166
1905
  }
2167
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2168
- margin: 0;
1906
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1907
+ left: auto;
1908
+ right: 0;
2169
1909
  }
2170
- .e-toolbar.e-vertical .e-hor-nav {
2171
- bottom: 0;
2172
- height: auto;
1910
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2173
1911
  left: 0;
2174
- min-height: 40px;
2175
- min-width: 50px;
2176
1912
  right: auto;
2177
- top: auto;
2178
- width: auto;
2179
- }
2180
-
2181
- /*! toolbar theme */
2182
- /* stylelint-disable property-no-vendor-prefix */
2183
- .e-toolbar {
2184
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2185
- background: #f8f8f8;
2186
- border: 1px solid #ccc;
2187
- box-shadow: none;
2188
- }
2189
- .e-toolbar.e-vertical .e-hor-nav {
2190
- border: solid #ccc;
2191
- border-width: 1px 0 0 0;
2192
- }
2193
- .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2194
- border: solid #ccc;
2195
- border-width: 0 0 1px 0;
2196
- }
2197
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2198
- border-width: 0 0 1px 0;
2199
- }
2200
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2201
- background: #f8f8f8;
2202
- }
2203
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2204
- border: solid #ccc;
2205
- border-width: 0 1px 0 0;
2206
- }
2207
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2208
- color: #333;
2209
- }
2210
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2211
- background: #f8f8f8;
2212
- box-shadow: none;
2213
- color: #333;
2214
- border: 0;
2215
- }
2216
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
2217
- color: #333;
2218
1913
  }
2219
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2220
- background: #e6e6e6;
2221
- border-radius: 4px;
2222
- color: #333;
2223
- border-color: #8c8c8c;
2224
- border-style: solid;
2225
- border-width: 1px;
2226
- box-shadow: none;
1914
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1915
+ margin-left: 0;
2227
1916
  }
2228
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2229
- color: #333;
1917
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1918
+ margin-left: 3px;
2230
1919
  }
2231
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2232
- color: #333;
1920
+ .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1921
+ margin-left: 0;
1922
+ margin-right: 3px;
2233
1923
  }
2234
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2235
- background: #e6e6e6;
2236
- border-radius: 4px;
2237
- color: #333;
2238
- border-color: #adadad;
2239
- border-style: solid;
2240
- border-width: 1px;
1924
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1925
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1926
+ margin-right: 0;
2241
1927
  }
2242
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2243
- color: #333;
1928
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1929
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1930
+ margin-right: 3px;
2244
1931
  }
2245
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2246
- color: #333;
1932
+ .e-toolbar.e-rtl .e-hor-nav {
1933
+ left: 0;
1934
+ right: auto;
1935
+ border-radius: 4px 0 0 4px;
2247
1936
  }
2248
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2249
- color: #333;
1937
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1938
+ margin: 0;
2250
1939
  }
2251
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2252
- color: #333;
1940
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1941
+ margin: 0;
2253
1942
  }
2254
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2255
- background: #e6e6e6;
2256
- border-radius: 4px;
2257
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2258
- color: #333;
2259
- border-color: #adadad;
2260
- border-style: solid;
2261
- border-width: 0 0 0 1px;
1943
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1944
+ margin: 0;
1945
+ margin-left: 3px;
2262
1946
  }
2263
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
2264
- color: #333;
1947
+ .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1948
+ left: 0;
1949
+ right: auto;
2265
1950
  }
2266
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2267
- color: #333;
1951
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1952
+ padding-right: 3px;
1953
+ margin-left: 0;
2268
1954
  }
2269
- .e-toolbar .e-tbar-btn.e-btn .e-icons {
2270
- color: #333;
1955
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1956
+ padding-left: 0;
2271
1957
  }
2272
- .e-toolbar .e-toolbar-pop {
1958
+
1959
+ /*! toolbar theme */
1960
+ /* stylelint-disable property-no-vendor-prefix */
1961
+ .e-toolbar {
1962
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2273
1963
  background: #f8f8f8;
2274
1964
  border: 1px solid #ccc;
2275
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1965
+ box-shadow: none;
2276
1966
  }
2277
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
1967
+ .e-toolbar .e-toolbar-items {
2278
1968
  background: #f8f8f8;
2279
1969
  }
2280
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2281
- background: #e6e6e6;
1970
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1971
+ background: #f8f8f8;
2282
1972
  box-shadow: none;
2283
1973
  color: #333;
2284
- border-color: #adadad;
2285
- border-style: solid;
2286
- border-width: 0;
1974
+ border: none;
2287
1975
  }
2288
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
1976
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2289
1977
  color: #333;
2290
1978
  }
2291
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1979
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
2292
1980
  color: #333;
2293
1981
  }
2294
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
1982
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
2295
1983
  background: #e6e6e6;
2296
1984
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2297
- color: #333;
2298
- border-color: #adadad;
2299
- border-style: solid;
2300
- border-width: 0;
2301
- }
2302
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
2303
- color: #333;
2304
- }
2305
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2306
- color: #333;
2307
- }
2308
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2309
- background: #e6e6e6;
2310
- box-shadow: none;
2311
- color: #333;
2312
- border-color: #8c8c8c;
2313
- border-style: solid;
2314
- border-width: 0;
2315
- }
2316
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
2317
- color: #333;
2318
1985
  }
2319
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1986
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2320
1987
  color: #333;
2321
1988
  }
2322
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2323
- outline: 0;
2324
- }
2325
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2326
- background: transparent;
2327
- }
2328
- .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2329
- background: #f8f8f8;
2330
- }
2331
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2332
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2333
- background: #d4d4d4;
1989
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2334
1990
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2335
- border-color: #d4d4d4;
2336
- border-style: solid;
2337
- border-width: 0;
2338
- }
2339
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2340
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2341
- border-color: #d4d4d4;
2342
- border-style: solid;
2343
- border-width: 0;
2344
- }
2345
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2346
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2347
- color: #333;
2348
- }
2349
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2350
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2351
- color: #333;
2352
- }
2353
- .e-toolbar .e-tbar-btn {
2354
- background: #f8f8f8;
2355
- box-shadow: none;
2356
- color: #333;
2357
- border: none;
2358
1991
  }
2359
- .e-toolbar .e-tbar-btn:focus {
1992
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2360
1993
  background: #e6e6e6;
2361
1994
  border-radius: 4px;
2362
1995
  color: #333;
@@ -2365,13 +1998,13 @@
2365
1998
  border-width: 1px;
2366
1999
  box-shadow: none;
2367
2000
  }
2368
- .e-toolbar .e-tbar-btn:focus .e-icons {
2001
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2369
2002
  color: #333;
2370
2003
  }
2371
- .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
2004
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2372
2005
  color: #333;
2373
2006
  }
2374
- .e-toolbar .e-tbar-btn:hover {
2007
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
2375
2008
  background: #e6e6e6;
2376
2009
  border-color: #adadad;
2377
2010
  border-style: solid;
@@ -2379,59 +2012,58 @@
2379
2012
  border-radius: 4px;
2380
2013
  color: #333;
2381
2014
  }
2382
- .e-toolbar .e-toolbar-items {
2383
- background: #f8f8f8;
2384
- }
2385
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
2386
- background: #f8f8f8;
2387
- opacity: 0.5;
2388
- }
2389
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
2015
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
2390
2016
  color: #333;
2391
2017
  }
2392
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
2018
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2393
2019
  color: #333;
2394
2020
  }
2395
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2021
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2396
2022
  color: #333;
2397
2023
  }
2398
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2024
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2399
2025
  color: #333;
2400
2026
  }
2401
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2027
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active {
2028
+ background: #e6e6e6;
2029
+ border-color: #adadad;
2030
+ border-style: solid;
2031
+ border-width: 1px;
2032
+ border-radius: 4px;
2402
2033
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2403
- }
2404
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
2405
2034
  color: #333;
2406
2035
  }
2407
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2036
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
2408
2037
  color: #333;
2409
2038
  }
2410
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2039
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2411
2040
  color: #333;
2412
2041
  }
2413
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2042
+ .e-toolbar .e-toolbar-item.e-separator {
2043
+ border: solid #ccc;
2044
+ border-width: 0 1px 0 0;
2045
+ }
2046
+ .e-toolbar .e-toolbar-item.e-overlay {
2047
+ background: #f8f8f8;
2048
+ opacity: 0.5;
2414
2049
  color: #333;
2415
2050
  }
2416
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
2051
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2417
2052
  color: #333;
2418
2053
  }
2419
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2054
+ .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2420
2055
  color: #333;
2421
2056
  }
2422
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2057
+ .e-toolbar.e-vertical .e-hor-nav {
2423
2058
  border: solid #ccc;
2424
- border-width: 0 1px 0 0;
2059
+ border-width: 1px 0 0 0;
2425
2060
  }
2426
- .e-toolbar.e-rtl .e-hor-nav {
2427
- background: #f8f8f8;
2061
+ .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2428
2062
  border: solid #ccc;
2429
- border-left: 0;
2430
- border-width: 0 1px 0 0;
2063
+ border-width: 0 0 1px 0;
2431
2064
  }
2432
- .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2433
- background: #e6e6e6;
2434
- color: #333;
2065
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2066
+ border-width: 0 0 1px 0;
2435
2067
  }
2436
2068
  .e-toolbar .e-hor-nav {
2437
2069
  background: #f8f8f8;
@@ -2485,19 +2117,109 @@
2485
2117
  .e-toolbar .e-hor-nav:focus .e-icons {
2486
2118
  color: #333;
2487
2119
  }
2488
- .e-toolbar .e-tbar-btn:active {
2120
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2121
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2122
+ background: #d4d4d4;
2123
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2124
+ border-color: #d4d4d4;
2125
+ border-style: solid;
2126
+ border-width: 0;
2127
+ }
2128
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2129
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2130
+ border-color: #d4d4d4;
2131
+ border-style: solid;
2132
+ border-width: 0;
2133
+ }
2134
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2135
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2136
+ color: #333;
2137
+ }
2138
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2139
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2140
+ color: #333;
2141
+ }
2142
+ .e-toolbar .e-toolbar-pop {
2143
+ background: #f8f8f8;
2144
+ border: 1px solid #ccc;
2145
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2146
+ }
2147
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2148
+ background: #f8f8f8;
2149
+ }
2150
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2489
2151
  background: #e6e6e6;
2152
+ box-shadow: none;
2490
2153
  border-color: #adadad;
2491
2154
  border-style: solid;
2492
- border-width: 0 0 0 1px;
2155
+ border-width: 0;
2156
+ }
2157
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2158
+ background: #e6e6e6;
2159
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2160
+ border-color: #adadad;
2161
+ border-style: solid;
2162
+ border-width: 0;
2163
+ }
2164
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2165
+ background: #e6e6e6;
2166
+ box-shadow: none;
2167
+ border-color: #8c8c8c;
2168
+ border-style: solid;
2169
+ border-width: 0;
2170
+ }
2171
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2172
+ outline: 0;
2173
+ }
2174
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2175
+ background: transparent;
2176
+ }
2177
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2178
+ background: #f8f8f8;
2179
+ box-shadow: none;
2180
+ border: 0;
2181
+ }
2182
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2183
+ background: #e6e6e6;
2184
+ border-radius: 4px;
2185
+ border-color: #8c8c8c;
2186
+ border-style: solid;
2187
+ border-width: 1px;
2188
+ box-shadow: none;
2189
+ }
2190
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2191
+ background: #e6e6e6;
2192
+ border-radius: 4px;
2193
+ border-color: #adadad;
2194
+ border-style: solid;
2195
+ border-width: 1px;
2196
+ }
2197
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2198
+ background: #e6e6e6;
2493
2199
  border-radius: 4px;
2494
2200
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2495
- color: #333;
2201
+ border-color: #adadad;
2202
+ border-style: solid;
2203
+ border-width: 1px;
2496
2204
  }
2497
- .e-toolbar .e-tbar-btn:active .e-icons {
2498
- color: #333;
2205
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2206
+ border: solid #ccc;
2207
+ border-width: 0 1px 0 0;
2208
+ }
2209
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2210
+ background: #f8f8f8;
2211
+ }
2212
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2213
+ background: #f8f8f8;
2214
+ }
2215
+ .e-toolbar.e-rtl .e-hor-nav {
2216
+ background: #f8f8f8;
2217
+ border: solid #ccc;
2218
+ border-left: 0;
2219
+ border-width: 0 1px 0 0;
2499
2220
  }
2500
- .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2221
+ .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2222
+ background: #e6e6e6;
2501
2223
  color: #333;
2502
2224
  }
2503
2225
 
@@ -2665,7 +2387,6 @@
2665
2387
  text-decoration: none;
2666
2388
  text-overflow: ellipsis;
2667
2389
  white-space: nowrap;
2668
- margin-bottom: 0;
2669
2390
  }
2670
2391
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
2671
2392
  display: inline-block;
@@ -3099,6 +2820,10 @@
3099
2820
  transform: translateX(calc(-100% / var(--carousel-items-count) * (var(--carousel-items-current))));
3100
2821
  transition: transform 0.6s ease-in-out;
3101
2822
  }
2823
+ .e-carousel.e-blazor-carousel.e-partial.e-rtl .e-carousel-items {
2824
+ transform: translateX(calc(100% / var(--carousel-items-count) * (var(--carousel-items-current))));
2825
+ transition: transform 0.6s ease-in-out;
2826
+ }
3102
2827
  .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item {
3103
2828
  backface-visibility: hidden;
3104
2829
  display: none;
@@ -4146,7 +3871,7 @@
4146
3871
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
4147
3872
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
4148
3873
  line-height: 42px;
4149
- top: 0.5px;
3874
+ top: 0;
4150
3875
  }
4151
3876
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
4152
3877
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
@@ -5570,6 +5295,10 @@
5570
5295
  }
5571
5296
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
5572
5297
  height: inherit;
5298
+ -ms-flex-direction: column;
5299
+ flex-direction: column;
5300
+ -ms-flex-align: normal;
5301
+ align-items: normal;
5573
5302
  }
5574
5303
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
5575
5304
  padding: 16px 0;
@@ -7673,7 +7402,6 @@
7673
7402
  background: inherit;
7674
7403
  color: #000;
7675
7404
  font-size: 12px;
7676
- line-height: 18px;
7677
7405
  }
7678
7406
 
7679
7407
  .e-tab-clone-element {
@@ -9480,11 +9208,11 @@ ejs-sidebar {
9480
9208
  /*! menu theme */
9481
9209
  .e-menu-wrapper,
9482
9210
  .e-menu-container {
9483
- background-color: #f8f8f8;
9211
+ background: #f8f8f8;
9484
9212
  }
9485
9213
  .e-menu-wrapper .e-menu,
9486
9214
  .e-menu-container .e-menu {
9487
- background-color: inherit;
9215
+ background: inherit;
9488
9216
  color: #333;
9489
9217
  }
9490
9218
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -9516,7 +9244,7 @@ ejs-sidebar {
9516
9244
  color: initial;
9517
9245
  outline: 0 solid #ccc;
9518
9246
  outline-offset: 0;
9519
- background-color: #e6e6e6;
9247
+ background: #e6e6e6;
9520
9248
  }
9521
9249
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
9522
9250
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -9531,7 +9259,7 @@ ejs-sidebar {
9531
9259
  color: #333;
9532
9260
  outline: 0 solid #ddd;
9533
9261
  outline-offset: 0;
9534
- background-color: #ddd;
9262
+ background: #ddd;
9535
9263
  }
9536
9264
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
9537
9265
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -9565,7 +9293,7 @@ ejs-sidebar {
9565
9293
 
9566
9294
  .e-menu-wrapper .e-ul,
9567
9295
  .e-menu-container .e-ul {
9568
- background-color: inherit;
9296
+ background: inherit;
9569
9297
  color: #333;
9570
9298
  }
9571
9299
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -9593,11 +9321,11 @@ ejs-sidebar {
9593
9321
 
9594
9322
  .e-menu-wrapper.e-menu-popup,
9595
9323
  .e-menu-container.e-menu-popup {
9596
- background-color: #fff;
9324
+ background: #fff;
9597
9325
  }
9598
9326
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
9599
9327
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
9600
- background-color: inherit;
9328
+ background: inherit;
9601
9329
  }
9602
9330
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
9603
9331
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -10133,6 +9861,9 @@ ejs-sidebar {
10133
9861
  .e-appbar.e-horizontal-bottom.e-sticky {
10134
9862
  position: fixed;
10135
9863
  top: auto;
9864
+ max-width: inherit;
9865
+ left: auto;
9866
+ right: auto;
10136
9867
  }
10137
9868
  .e-appbar .e-appbar-separator {
10138
9869
  height: 32px;