@syncfusion/ej2-navigations 20.4.53 → 21.1.35

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 +14 -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 +89 -24
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +93 -28
  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 +2 -1
  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 +3 -0
  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
@@ -818,6 +818,7 @@
818
818
  }
819
819
  .e-hscroll > * {
820
820
  height: inherit;
821
+ line-height: normal;
821
822
  }
822
823
  .e-hscroll .e-hscroll-content {
823
824
  display: inline-block;
@@ -919,7 +920,6 @@
919
920
  }
920
921
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
921
922
  background: rgba(0, 0, 0, 0.12);
922
- border: 0;
923
923
  color: #000;
924
924
  }
925
925
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
@@ -1239,92 +1239,130 @@
1239
1239
  height: 56px;
1240
1240
  min-height: 56px;
1241
1241
  }
1242
- .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
1243
- .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
1244
- font-size: 14px;
1245
- }
1246
- .e-bigger .e-toolbar .e-tbar-btn .e-icons,
1247
- .e-toolbar.e-bigger .e-tbar-btn .e-icons {
1248
- font-size: 14px;
1242
+ .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1243
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1244
+ .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1245
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1246
+ margin-left: 3px;
1249
1247
  }
1250
- .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
1251
- .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
1252
- font-size: 14px;
1248
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1249
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1250
+ margin-right: 3px;
1253
1251
  }
1254
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1255
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1256
- border-bottom: 0;
1257
- border-bottom-left-radius: 0;
1258
- border-bottom-right-radius: 0;
1252
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1253
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1254
+ margin-right: 3px;
1259
1255
  }
1260
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1261
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1262
- border-top: 0;
1263
- border-top-left-radius: 0;
1264
- border-top-right-radius: 0;
1256
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1257
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1258
+ margin-left: 24px;
1259
+ margin-right: 24px;
1265
1260
  }
1266
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
1267
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1261
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1262
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1268
1263
  margin: 0;
1269
1264
  }
1270
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
1271
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1272
- margin: 0;
1273
- margin-left: 3px;
1265
+ .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,
1266
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1267
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1268
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1269
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1270
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1271
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1272
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1273
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1274
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1275
+ padding: 0 6px;
1274
1276
  }
1275
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
1276
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1277
- margin: 0;
1277
+ .e-bigger .e-toolbar .e-toolbar-item,
1278
+ .e-toolbar.e-bigger .e-toolbar-item {
1279
+ min-height: 56px;
1278
1280
  }
1279
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1280
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1281
- margin-left: 3px;
1282
- margin-right: initial;
1281
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1282
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1283
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
1284
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1285
+ min-height: 0;
1286
+ min-width: 0;
1287
+ padding: 0 6px;
1288
+ line-height: 35px;
1283
1289
  }
1284
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1285
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1286
- margin: 0;
1290
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1291
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1292
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1293
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1294
+ padding: 0 2.5px 0 2.5px;
1295
+ font-size: 14px;
1287
1296
  }
1288
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1289
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1290
- margin-left: 3px;
1291
- margin-right: 0;
1297
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1298
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
1299
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1300
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
1301
+ font-size: 14px;
1292
1302
  }
1293
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1294
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1295
- margin: 0;
1303
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1304
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
1305
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1306
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
1307
+ font-size: 14px;
1308
+ line-height: 34px;
1296
1309
  }
1297
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1298
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1299
- margin-left: 0;
1310
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1311
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
1312
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1313
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
1314
+ padding: 0;
1300
1315
  }
1301
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
1302
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1303
- margin-left: 3px;
1316
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1317
+ .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,
1318
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1319
+ .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 {
1320
+ padding: 0;
1304
1321
  }
1305
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1306
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1307
- margin-left: 0;
1308
- margin-right: 3px;
1322
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1323
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1324
+ min-width: 48px;
1325
+ padding: 5px;
1326
+ }
1327
+ .e-bigger .e-toolbar .e-toolbar-item.e-separator,
1328
+ .e-toolbar.e-bigger .e-toolbar-item.e-separator {
1329
+ height: calc(100% - 20px);
1330
+ margin: 10px 5px;
1331
+ min-height: 36px;
1332
+ }
1333
+ .e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1334
+ .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,
1335
+ .e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1336
+ .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 {
1337
+ padding: 0;
1309
1338
  }
1310
1339
  .e-bigger .e-toolbar .e-hor-nav,
1311
1340
  .e-toolbar.e-bigger .e-hor-nav {
1312
1341
  min-height: 56px;
1313
1342
  min-width: 40px;
1314
1343
  }
1315
- .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1316
- .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
1317
- line-height: 35px;
1344
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1345
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1346
+ margin-left: 0;
1318
1347
  }
1319
- .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1320
- .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1321
- line-height: 34px;
1322
- min-height: 34px;
1323
- min-width: 27px;
1348
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1349
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1350
+ margin-right: 0;
1324
1351
  }
1325
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
1326
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1327
- line-height: inherit;
1352
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
1353
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
1354
+ min-height: 38px;
1355
+ }
1356
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
1357
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
1358
+ height: auto;
1359
+ margin: 5px 10px;
1360
+ min-height: auto;
1361
+ }
1362
+ .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1363
+ .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1364
+ min-height: 40px;
1365
+ min-width: 50px;
1328
1366
  }
1329
1367
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
1330
1368
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
@@ -1334,147 +1372,25 @@
1334
1372
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1335
1373
  min-width: 48px;
1336
1374
  padding: 0;
1337
- }
1338
- .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
1339
- .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1340
- min-width: 27px;
1341
- font-size: 14px;
1375
+ min-height: 30px;
1342
1376
  }
1343
1377
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
1344
1378
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1345
1379
  min-height: 30px;
1346
1380
  padding: 0 16px;
1347
- line-height: 35px;
1381
+ min-width: 100%;
1348
1382
  }
1349
1383
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1350
1384
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1351
1385
  margin-left: 0;
1352
1386
  padding: 0;
1387
+ font-size: 14px;
1353
1388
  }
1354
1389
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1355
1390
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1356
1391
  padding: 0;
1357
1392
  font-size: 14px;
1358
1393
  }
1359
- .e-bigger .e-toolbar .e-toolbar-items,
1360
- .e-toolbar.e-bigger .e-toolbar-items {
1361
- min-height: 56px;
1362
- }
1363
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1364
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1365
- margin-left: 24px;
1366
- margin-right: 24px;
1367
- white-space: normal;
1368
- }
1369
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1370
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1371
- margin: 0;
1372
- }
1373
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1374
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
1375
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1376
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1377
- display: none;
1378
- }
1379
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
1380
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1381
- display: -ms-inline-flexbox;
1382
- display: inline-flex;
1383
- }
1384
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
1385
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1386
- margin-left: 0;
1387
- }
1388
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
1389
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1390
- margin-right: 0;
1391
- }
1392
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1393
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1394
- margin-right: 3px;
1395
- }
1396
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1397
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1398
- margin: 0;
1399
- }
1400
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1401
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1402
- margin-right: 3px;
1403
- }
1404
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1405
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1406
- margin: 0;
1407
- }
1408
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1409
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1410
- margin-left: 3px;
1411
- }
1412
- .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1413
- .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1414
- margin-left: 3px;
1415
- }
1416
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
1417
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
1418
- min-height: 56px;
1419
- }
1420
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
1421
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1422
- min-width: 48px;
1423
- padding: 5px;
1424
- }
1425
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
1426
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
1427
- height: calc(100% - 20px);
1428
- margin: 10px 5px;
1429
- min-height: 36px;
1430
- }
1431
- .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,
1432
- .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,
1433
- .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,
1434
- .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 {
1435
- padding: 0;
1436
- }
1437
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1438
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1439
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1440
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1441
- height: calc(100% - 11px);
1442
- margin: 5.5px 0;
1443
- min-height: 0;
1444
- min-width: 0;
1445
- padding: 0 6px;
1446
- line-height: 35px;
1447
- }
1448
- .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,
1449
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1450
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1451
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1452
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1453
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1454
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1455
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1456
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1457
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1458
- padding: 0 6px;
1459
- }
1460
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1461
- .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,
1462
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1463
- .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 {
1464
- padding: 0;
1465
- }
1466
- .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,
1467
- .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,
1468
- .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,
1469
- .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 {
1470
- padding: 0;
1471
- }
1472
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1473
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1474
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1475
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1476
- padding: 0 2.5px 0 2.5px;
1477
- }
1478
1394
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1479
1395
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1480
1396
  min-height: 56px;
@@ -1483,68 +1399,24 @@
1483
1399
  padding-right: 3px;
1484
1400
  padding-top: 0;
1485
1401
  }
1486
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
1487
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1488
- display: none;
1489
- }
1490
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
1491
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1492
- display: inline;
1493
- }
1494
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
1495
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1496
- width: inherit;
1497
- }
1498
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1499
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1500
- box-shadow: none;
1501
- display: inline;
1502
- white-space: normal;
1503
- }
1504
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1505
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1506
- margin: 0;
1507
- min-width: 48px;
1508
- padding: 5px;
1509
- }
1510
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
1511
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1512
- display: none;
1513
- }
1514
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1515
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1516
- display: -ms-inline-flexbox;
1517
- display: inline-flex;
1518
- }
1519
1402
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1520
1403
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1521
- -ms-flex-line-pack: center;
1522
- align-content: center;
1523
- -ms-flex-align: center;
1524
- align-items: center;
1525
- cursor: pointer;
1526
- display: -ms-inline-flexbox;
1527
- display: inline-flex;
1528
1404
  min-height: 56px;
1529
- vertical-align: middle;
1530
- width: auto;
1531
- }
1532
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1533
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1534
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1535
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1536
- padding: 0 2.5px 0 2.5px;
1537
1405
  }
1538
1406
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1539
1407
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1540
1408
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1541
1409
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1542
- height: calc(100% - 11px);
1543
- margin: 5.5px 0;
1544
1410
  min-height: 0;
1545
1411
  min-width: 0;
1546
1412
  padding: 0 6px;
1547
1413
  }
1414
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1415
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1416
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1417
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1418
+ padding: 0 2.5px 0 2.5px;
1419
+ }
1548
1420
  .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,
1549
1421
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1550
1422
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
@@ -1557,9 +1429,10 @@
1557
1429
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1558
1430
  padding: 0 6px;
1559
1431
  }
1560
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1561
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1562
- line-height: 35px;
1432
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1433
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1434
+ min-width: 48px;
1435
+ padding: 5px;
1563
1436
  }
1564
1437
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1565
1438
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
@@ -1567,47 +1440,56 @@
1567
1440
  margin: 10px 5px;
1568
1441
  min-height: 36px;
1569
1442
  }
1570
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1571
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1572
- line-height: 34px;
1573
- min-height: 34px;
1574
- min-width: 27px;
1443
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1444
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1445
+ border-bottom: 0;
1446
+ border-bottom-left-radius: 0;
1447
+ border-bottom-right-radius: 0;
1575
1448
  }
1576
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
1577
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
1578
- left: 0;
1579
- right: auto;
1449
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1450
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1451
+ border-top: 0;
1452
+ border-top-left-radius: 0;
1453
+ border-top-right-radius: 0;
1580
1454
  }
1581
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1582
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1583
- padding-right: 3px;
1455
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1456
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1457
+ padding: 0;
1584
1458
  }
1585
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
1586
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1587
- min-height: 38px;
1459
+ .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,
1460
+ .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 {
1461
+ padding: 0;
1588
1462
  }
1589
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
1590
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1591
- height: auto;
1592
- margin: 5px 10px;
1593
- min-height: auto;
1463
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1464
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1465
+ padding: 0 2.5px 0 2.5px;
1594
1466
  }
1595
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1596
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1597
- margin: 5.5px auto;
1467
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1468
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1469
+ margin-left: 3px;
1470
+ margin-right: initial;
1598
1471
  }
1599
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1600
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1601
- margin-left: 0;
1472
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1473
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1474
+ margin: 0;
1602
1475
  }
1603
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1604
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1476
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1477
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1478
+ margin: 0;
1479
+ }
1480
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1481
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1482
+ margin-left: 3px;
1605
1483
  margin-right: 0;
1606
1484
  }
1607
- .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1608
- .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1609
- min-height: 40px;
1610
- min-width: 50px;
1485
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1486
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1487
+ margin-left: 0;
1488
+ margin-right: 3px;
1489
+ }
1490
+ .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1491
+ .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1492
+ padding-right: 3px;
1611
1493
  }
1612
1494
 
1613
1495
  .e-toolbar {
@@ -1620,76 +1502,102 @@
1620
1502
  -ms-user-select: none;
1621
1503
  user-select: none;
1622
1504
  white-space: nowrap;
1505
+ overflow: hidden;
1623
1506
  }
1624
1507
  .e-toolbar .e-blazor-toolbar-items {
1625
1508
  position: absolute;
1626
1509
  top: -9999px;
1627
1510
  visibility: hidden;
1628
1511
  }
1629
- .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1630
- left: 0;
1631
- right: auto;
1512
+ .e-toolbar.e-control[class*=e-toolbar] {
1513
+ box-sizing: content-box;
1632
1514
  }
1633
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1634
- padding-right: 3px;
1635
- margin-left: 0;
1515
+ .e-toolbar.e-corner {
1516
+ border-radius: 0;
1636
1517
  }
1637
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1638
- padding-left: 0;
1518
+ .e-toolbar.e-hidden {
1519
+ display: none;
1639
1520
  }
1640
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1521
+ .e-toolbar .e-toolbar-items {
1522
+ border-radius: 0 0 0 0;
1523
+ display: -ms-inline-flexbox;
1524
+ display: inline-flex;
1525
+ height: 100%;
1526
+ vertical-align: middle;
1527
+ -ms-flex-align: center;
1528
+ align-items: center;
1529
+ }
1530
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1531
+ margin-bottom: 1px;
1532
+ margin-left: 18px;
1533
+ margin-right: 18px;
1534
+ white-space: normal;
1535
+ -ms-flex-wrap: wrap;
1536
+ flex-wrap: wrap;
1537
+ }
1538
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1539
+ margin: 0;
1540
+ }
1541
+ .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 {
1641
1542
  display: none;
1642
1543
  }
1643
- .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
1644
- border-bottom: 0;
1645
- border-bottom-left-radius: 0;
1646
- border-bottom-right-radius: 0;
1544
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1545
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1546
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1547
+ display: inline;
1647
1548
  }
1648
- .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1549
+ .e-toolbar .e-toolbar-items.e-tbar-pos {
1550
+ display: block;
1551
+ }
1552
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1553
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1554
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1649
1555
  display: table;
1556
+ height: 100%;
1557
+ top: 0;
1650
1558
  }
1651
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1652
- border-top: 0;
1653
- border-top-left-radius: 0;
1654
- border-top-right-radius: 0;
1655
- min-height: 42px;
1656
- padding-bottom: 0;
1657
- padding-left: 3px;
1658
- padding-right: 3px;
1659
- padding-top: 0;
1660
- margin-left: -1px;
1559
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1560
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1561
+ position: absolute;
1661
1562
  }
1662
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
1663
- display: none;
1563
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1564
+ right: 0;
1664
1565
  }
1665
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1666
- display: none;
1566
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1567
+ left: 0;
1667
1568
  }
1668
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1669
- display: inline;
1569
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1570
+ margin: 0 auto;
1670
1571
  }
1671
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1672
- width: inherit;
1572
+ .e-toolbar .e-toolbar-items .e-toolbar-left,
1573
+ .e-toolbar .e-toolbar-items .e-toolbar-center,
1574
+ .e-toolbar .e-toolbar-items .e-toolbar-right {
1575
+ display: inline-block;
1673
1576
  }
1674
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1675
- box-shadow: none;
1676
- display: inline;
1677
- white-space: normal;
1577
+ .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 {
1578
+ margin-left: 3px;
1678
1579
  }
1679
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1580
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
1581
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
1582
+ margin-right: 3px;
1583
+ }
1584
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1585
+ -ms-touch-action: pan-y pinch-zoom;
1586
+ touch-action: pan-y pinch-zoom;
1587
+ }
1588
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1589
+ margin-right: 3px;
1590
+ }
1591
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1680
1592
  margin: 0;
1681
- height: 100%;
1682
- min-width: 34px;
1683
- padding: 3.5px;
1684
1593
  }
1685
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1686
- display: none;
1594
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1595
+ margin: 0;
1687
1596
  }
1688
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1689
- display: -ms-inline-flexbox;
1690
- display: inline-flex;
1597
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1598
+ margin-right: 3px;
1691
1599
  }
1692
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1600
+ .e-toolbar .e-toolbar-item {
1693
1601
  -ms-flex-line-pack: center;
1694
1602
  align-content: center;
1695
1603
  -ms-flex-align: center;
@@ -1701,240 +1609,142 @@
1701
1609
  vertical-align: middle;
1702
1610
  width: auto;
1703
1611
  }
1704
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1705
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1706
- padding: 0 2px 0 2px;
1707
- }
1708
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1709
- display: inline-block;
1710
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
1711
- font-size: 14px;
1712
- line-height: inherit;
1612
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1613
+ display: -ms-flexbox;
1614
+ display: flex;
1615
+ -ms-flex-align: center;
1616
+ align-items: center;
1713
1617
  vertical-align: middle;
1714
- width: auto;
1715
- }
1716
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1717
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1718
- height: calc(100% - 10px);
1618
+ -ms-flex-pack: center;
1619
+ justify-content: center;
1719
1620
  margin: 4px 0;
1720
1621
  min-height: 0;
1721
1622
  min-width: 0;
1722
1623
  padding: 0 1.5px;
1723
- }
1724
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1725
- line-height: 25px;
1726
- }
1727
- .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 {
1728
- padding: 0 1.5px;
1729
- }
1730
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1731
- margin: 7.5px 3px;
1732
- min-height: 25px;
1733
- min-width: 1px;
1734
- vertical-align: middle;
1735
- }
1736
- .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) {
1624
+ border-radius: 2px;
1737
1625
  line-height: 25px;
1738
- min-height: 25px;
1739
- min-width: 24px;
1740
- padding: 0;
1741
- font-size: 14px;
1742
- }
1743
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1744
- display: -ms-inline-flexbox;
1745
- display: inline-flex;
1746
- }
1747
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1748
- height: auto;
1749
- }
1750
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1751
- font-size: 14px;
1752
- vertical-align: middle;
1753
- }
1754
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1626
+ border: none;
1755
1627
  cursor: pointer;
1756
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
1757
1628
  font-size: 14px;
1758
1629
  font-weight: 400;
1759
1630
  overflow: hidden;
1760
- padding: 0 1.5px;
1761
1631
  text-align: center;
1762
1632
  text-decoration: none;
1763
1633
  text-transform: none;
1764
1634
  }
1765
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
1766
- display: inline-block;
1635
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1636
+ padding: 0;
1767
1637
  }
1768
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
1769
- -ms-flex-item-align: center;
1770
- -ms-grid-row-align: center;
1771
- align-self: center;
1772
- text-overflow: ellipsis;
1638
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1639
+ padding: 0;
1773
1640
  }
1774
- .e-toolbar.e-control[class*=e-toolbar] {
1775
- box-sizing: content-box;
1641
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1642
+ margin: 0;
1643
+ min-width: 24px;
1644
+ width: auto;
1645
+ font-size: 14px;
1646
+ line-height: 25px;
1776
1647
  }
1777
- .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1778
- display: none;
1648
+ .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 {
1649
+ padding: 0 1.5px;
1779
1650
  }
1780
- .e-toolbar .e-tbar-btn-text,
1781
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1782
- display: inline-block;
1783
- padding: 0 2px 0 2px;
1651
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1652
+ outline: 0;
1784
1653
  }
1785
- .e-toolbar.e-hidden,
1786
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
1787
- display: none;
1654
+ .e-toolbar .e-toolbar-item .e-tbar-btn div {
1655
+ vertical-align: middle;
1788
1656
  }
1789
- .e-toolbar.e-corner {
1790
- border-radius: 0;
1657
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1658
+ font-size: 14px;
1659
+ padding: 0 2px 0 2px;
1791
1660
  }
1792
- .e-toolbar .e-toolbar-pop {
1793
- border-radius: 0;
1794
- overflow: hidden;
1795
- padding: 0;
1796
- position: absolute;
1661
+ .e-toolbar .e-toolbar-item:not(.e-separator) {
1662
+ height: inherit;
1663
+ min-width: 34px;
1664
+ padding: 3.5px;
1797
1665
  }
1798
- .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1799
- margin: 0;
1800
- width: auto;
1666
+ .e-toolbar .e-toolbar-item.e-separator {
1667
+ margin: 7.5px 3px;
1668
+ min-height: 27px;
1669
+ min-width: 1px;
1670
+ height: calc(100% - 15px);
1801
1671
  }
1802
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1672
+ .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 {
1803
1673
  display: none;
1804
1674
  }
1805
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1806
- -ms-flex-align: center;
1807
- align-items: center;
1808
- display: -ms-inline-flexbox;
1809
- display: inline-flex;
1810
- -ms-flex-pack: start;
1811
- justify-content: flex-start;
1812
- min-height: 24px;
1813
- padding: 0 16px;
1814
- border: none;
1815
- border-radius: 2px;
1816
- margin: 0;
1817
- }
1818
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1819
- margin: 0;
1675
+ .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1820
1676
  padding: 0;
1821
- width: auto;
1822
1677
  }
1823
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1824
- padding: 0;
1678
+ .e-toolbar .e-toolbar-item > * {
1679
+ text-overflow: ellipsis;
1825
1680
  }
1826
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1827
- min-width: 24px;
1681
+ .e-toolbar .e-toolbar-item.e-hidden {
1682
+ display: none;
1828
1683
  }
1829
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1830
- min-width: 34px;
1831
- padding: 0;
1832
- }
1833
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
1834
- text-align: center;
1835
- }
1836
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1837
- min-width: 100%;
1684
+ .e-toolbar .e-toolbar-item input[type=checkbox] {
1685
+ height: auto;
1838
1686
  }
1839
- .e-toolbar .e-toolbar-pop .e-toolbar-item {
1840
- -ms-flex-line-pack: center;
1841
- align-content: center;
1842
- -ms-flex-align: center;
1843
- align-items: center;
1687
+ .e-toolbar.e-vertical {
1844
1688
  display: -ms-flexbox;
1845
1689
  display: flex;
1846
- height: 36px;
1847
- -ms-flex-pack: center;
1848
- justify-content: center;
1849
- }
1850
- .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1851
- height: 100%;
1852
- min-width: 100%;
1853
- text-overflow: ellipsis;
1854
- }
1855
- .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1856
- display: none;
1857
- }
1858
- .e-toolbar .e-toolbar-pop .e-toolpopup {
1859
- text-align: center;
1860
- }
1861
- .e-toolbar .e-toolbar-popup {
1862
- text-align: center;
1863
- }
1864
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1865
- margin: 0;
1866
- }
1867
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1868
- margin: 0;
1869
- margin-left: 3px;
1870
- }
1871
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1872
- margin: 0;
1873
- }
1874
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1875
- margin-left: 3px;
1876
- margin-right: initial;
1877
- }
1878
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1879
- margin: 0;
1690
+ -ms-flex-direction: column;
1691
+ flex-direction: column;
1880
1692
  }
1881
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1882
- margin-right: 3px;
1693
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
1694
+ -ms-touch-action: pan-x pinch-zoom;
1695
+ touch-action: pan-x pinch-zoom;
1883
1696
  }
1884
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1885
- margin: 0;
1697
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1698
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1699
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1700
+ height: auto;
1886
1701
  }
1887
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1702
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1888
1703
  left: auto;
1889
- right: 0;
1890
- }
1891
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1892
- left: 0;
1893
1704
  right: auto;
1705
+ top: 0;
1894
1706
  }
1895
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1896
- margin-left: 0;
1897
- }
1898
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1899
- margin-left: 3px;
1900
- }
1901
- .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1902
- margin-left: 0;
1903
- margin-right: 3px;
1904
- }
1905
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
1906
- margin-left: 0;
1707
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1708
+ bottom: 0;
1709
+ left: auto;
1710
+ right: auto;
1907
1711
  }
1908
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
1712
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1909
1713
  margin-left: 0;
1910
- margin-right: 3px;
1911
- }
1912
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
1913
- margin-right: 0;
1914
- }
1915
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
1916
- margin-left: 3px;
1917
- margin-right: 0;
1918
1714
  }
1919
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
1715
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1920
1716
  margin-right: 0;
1921
1717
  }
1922
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
1923
- margin-left: 3px;
1924
- margin-right: 0;
1718
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
1719
+ display: -ms-flexbox;
1720
+ display: flex;
1721
+ height: auto;
1925
1722
  }
1926
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1927
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1928
- margin-right: 0;
1723
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1724
+ min-width: 33px;
1929
1725
  }
1930
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1931
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1932
- margin-right: 3px;
1726
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1727
+ height: auto;
1728
+ margin: 3px 7.5px;
1729
+ min-height: auto;
1933
1730
  }
1934
- .e-toolbar.e-rtl .e-hor-nav {
1731
+ .e-toolbar.e-vertical .e-hor-nav {
1732
+ bottom: 0;
1733
+ height: auto;
1935
1734
  left: 0;
1735
+ min-height: 40px;
1736
+ min-width: 50px;
1936
1737
  right: auto;
1937
- border-radius: 0 0 0 0;
1738
+ top: auto;
1739
+ width: auto;
1740
+ }
1741
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
1742
+ bottom: 0;
1743
+ top: auto;
1744
+ }
1745
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
1746
+ bottom: auto;
1747
+ top: 0;
1938
1748
  }
1939
1749
  .e-toolbar .e-hor-nav {
1940
1750
  -ms-flex-align: center;
@@ -1957,551 +1767,373 @@
1957
1767
  .e-toolbar .e-popup-down-icon.e-icons,
1958
1768
  .e-toolbar .e-popup-up-icon.e-icons {
1959
1769
  color: rgba(0, 0, 0, 0.54);
1960
- display: table-cell;
1770
+ display: -ms-flexbox;
1771
+ display: flex;
1961
1772
  text-align: center;
1962
1773
  vertical-align: middle;
1774
+ -ms-flex-align: center;
1775
+ align-items: center;
1776
+ -ms-flex-pack: center;
1777
+ justify-content: center;
1963
1778
  width: 100%;
1964
1779
  font-size: 12px;
1965
1780
  }
1966
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1967
- line-height: 25px;
1968
- }
1969
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1970
- line-height: 25px;
1971
- min-height: 25px;
1972
- }
1973
- .e-toolbar .e-toolbar-items {
1974
- border-radius: 0 0 0 0;
1975
- display: inline-block;
1976
- height: 100%;
1977
- min-height: 42px;
1978
- vertical-align: middle;
1979
- }
1980
- .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1981
- margin-bottom: 1px;
1982
- margin-left: 18px;
1983
- margin-right: 18px;
1984
- white-space: normal;
1985
- }
1986
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1987
- margin: 0;
1781
+ .e-toolbar.e-toolpop {
1782
+ overflow: visible;
1988
1783
  }
1989
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1990
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1784
+ .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1991
1785
  display: none;
1992
1786
  }
1993
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1994
- display: -ms-inline-flexbox;
1995
- display: inline-flex;
1996
- }
1997
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1998
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1999
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
2000
- display: inline;
2001
- }
2002
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
2003
- margin-left: 0;
2004
- }
2005
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
2006
- margin-right: 0;
2007
- }
2008
- .e-toolbar .e-toolbar-items.e-tbar-pos {
2009
- display: block;
2010
- }
2011
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2012
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2013
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2014
- display: table;
2015
- height: 100%;
2016
- top: 0;
2017
- }
2018
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
2019
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1787
+ .e-toolbar .e-toolbar-pop {
1788
+ border-radius: 0;
1789
+ overflow: hidden;
1790
+ padding: 0;
2020
1791
  position: absolute;
2021
1792
  }
2022
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2023
- right: 0;
2024
- }
2025
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2026
- left: 0;
2027
- line-height: 35px;
2028
- }
2029
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
2030
- margin: 0 auto;
2031
- }
2032
- .e-toolbar .e-toolbar-items .e-toolbar-left,
2033
- .e-toolbar .e-toolbar-items .e-toolbar-center,
2034
- .e-toolbar .e-toolbar-items .e-toolbar-right {
2035
- display: inline-block;
2036
- }
2037
- .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
2038
- margin-left: 3px;
2039
- }
2040
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2041
- margin-left: 3px;
2042
- }
2043
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
2044
- margin-left: 0;
1793
+ .e-toolbar .e-toolbar-pop .e-toolbar-item {
1794
+ display: -ms-flexbox;
1795
+ display: flex;
1796
+ height: 36px;
1797
+ -ms-flex-pack: center;
1798
+ justify-content: center;
1799
+ min-height: 25px;
2045
1800
  }
2046
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
2047
- margin-right: 0;
1801
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1802
+ display: none;
2048
1803
  }
2049
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
2050
- margin-left: 3px;
1804
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1805
+ min-height: 25px;
1806
+ min-width: 100%;
1807
+ padding: 0 16px;
1808
+ border: none;
1809
+ border-radius: 2px;
1810
+ -ms-flex-pack: start;
1811
+ justify-content: flex-start;
2051
1812
  }
2052
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
2053
- margin-right: 0;
1813
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1814
+ margin: 0;
1815
+ padding: 0;
1816
+ width: auto;
2054
1817
  }
2055
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
2056
- margin-right: 3px;
1818
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1819
+ padding: 0;
2057
1820
  }
2058
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
2059
- margin-left: 0;
1821
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1822
+ min-width: 34px;
1823
+ padding: 0;
2060
1824
  }
2061
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
2062
- margin-right: 3px;
1825
+ .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1826
+ height: 100%;
1827
+ min-width: 100%;
1828
+ text-overflow: ellipsis;
2063
1829
  }
2064
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
2065
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
2066
- margin-right: 3px;
1830
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1831
+ min-width: 100%;
2067
1832
  }
2068
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
2069
- -ms-touch-action: pan-y pinch-zoom;
2070
- touch-action: pan-y pinch-zoom;
1833
+ .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1834
+ display: none;
2071
1835
  }
2072
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
2073
- margin-right: 3px;
1836
+ .e-toolbar .e-toolbar-pop .e-toolbar-popup,
1837
+ .e-toolbar .e-toolbar-pop .e-toolpopup {
1838
+ text-align: center;
2074
1839
  }
2075
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
2076
- margin: 0;
1840
+ .e-toolbar.e-extended-toolbar {
1841
+ overflow: visible;
2077
1842
  }
2078
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
2079
- margin-right: 3px;
1843
+ .e-toolbar.e-extended-toolbar.e-tbar-extended {
1844
+ border-bottom: 0;
1845
+ border-bottom-left-radius: 0;
1846
+ border-bottom-right-radius: 0;
2080
1847
  }
2081
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
2082
- margin: 0;
1848
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1849
+ border-top: 0;
1850
+ border-top-left-radius: 0;
1851
+ border-top-right-radius: 0;
1852
+ min-height: 42px;
1853
+ padding-bottom: 0;
1854
+ padding-left: 3px;
1855
+ padding-right: 3px;
1856
+ padding-top: 0;
1857
+ margin-left: -1px;
1858
+ box-shadow: none;
1859
+ display: inline;
1860
+ white-space: normal;
2083
1861
  }
2084
- .e-toolbar .e-toolbar-items .e-toolbar-item {
2085
- -ms-flex-line-pack: center;
2086
- align-content: center;
2087
- -ms-flex-align: center;
2088
- align-items: center;
2089
- cursor: pointer;
1862
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
2090
1863
  display: -ms-inline-flexbox;
2091
1864
  display: inline-flex;
2092
1865
  min-height: 42px;
2093
- vertical-align: middle;
2094
- width: auto;
2095
- }
2096
- .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2097
- height: inherit;
2098
- min-width: 34px;
2099
- padding: 3.5px;
2100
1866
  }
2101
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2102
- margin: 7.5px 3px;
2103
- min-height: 27px;
2104
- min-width: 1px;
2105
- }
2106
- .e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
2107
- height: auto;
2108
- }
2109
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2110
- padding: 0;
2111
- }
2112
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2113
- height: calc(100% - 10px);
2114
- margin: 4px 0;
1867
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1868
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
2115
1869
  min-height: 0;
2116
1870
  min-width: 0;
2117
1871
  padding: 0 1.5px;
2118
- border-radius: 2px;
2119
- line-height: 25px;
2120
1872
  }
2121
- .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 {
2122
- padding: 0 1.5px;
1873
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1874
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1875
+ padding: 0 2px 0 2px;
1876
+ font-size: 14px;
2123
1877
  }
2124
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2125
- outline: 0;
1878
+ .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),
1879
+ .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) {
1880
+ display: -ms-flexbox;
1881
+ display: flex;
1882
+ -ms-flex-align: center;
1883
+ align-items: center;
1884
+ vertical-align: middle;
1885
+ -ms-flex-pack: center;
1886
+ justify-content: center;
1887
+ padding: 0;
1888
+ font-size: 14px;
2126
1889
  }
2127
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1890
+ .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),
1891
+ .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) {
2128
1892
  padding: 0;
2129
1893
  }
2130
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1894
+ .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),
1895
+ .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) {
2131
1896
  padding: 0;
2132
1897
  }
2133
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
2134
- margin: 0;
2135
- min-width: 24px;
2136
- width: auto;
2137
- padding-bottom: 0;
1898
+ .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,
1899
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1900
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1901
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1902
+ padding: 0 1.5px;
2138
1903
  }
2139
- .e-toolbar .e-toolbar-items .e-toolbar-item > * {
2140
- -ms-flex-item-align: center;
2141
- -ms-grid-row-align: center;
2142
- align-self: center;
2143
- text-overflow: ellipsis;
1904
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1905
+ min-width: 34px;
1906
+ padding: 3.5px;
2144
1907
  }
2145
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2146
- height: calc(100% - 15px);
2147
- vertical-align: middle;
1908
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1909
+ min-height: 25px;
2148
1910
  }
2149
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
1911
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
2150
1912
  display: none;
2151
1913
  }
2152
- .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 {
1914
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
2153
1915
  display: none;
2154
1916
  }
2155
- .e-toolbar .e-tbar-btn > :first-child {
2156
- display: inline-block;
1917
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1918
+ display: none;
2157
1919
  }
2158
- .e-toolbar .e-tbar-btn {
2159
- border: none;
1920
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1921
+ display: inline;
1922
+ }
1923
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
1924
+ width: inherit;
1925
+ }
1926
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2160
1927
  cursor: pointer;
2161
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
2162
1928
  font-size: 14px;
2163
- font-weight: 400;
2164
1929
  overflow: hidden;
2165
1930
  padding: 0 1.5px;
2166
- text-align: center;
2167
- text-decoration: none;
2168
- text-transform: none;
2169
1931
  }
2170
- .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
1932
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
2171
1933
  font-size: 14px;
2172
- vertical-align: middle;
2173
- }
2174
- .e-toolbar .e-tbar-btn div {
2175
- vertical-align: middle;
2176
1934
  }
2177
- .e-toolbar .e-tbar-btn .e-tbar-btn-text {
2178
- display: inline-block;
2179
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
2180
- font-size: 14px;
2181
- line-height: inherit;
2182
- vertical-align: middle;
2183
- width: auto;
2184
- }
2185
- .e-toolbar.e-vertical {
2186
- display: -ms-flexbox;
2187
- display: flex;
2188
- -ms-flex-direction: column;
2189
- flex-direction: column;
1935
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1936
+ height: auto;
2190
1937
  }
2191
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
2192
- bottom: 0;
2193
- top: auto;
1938
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
1939
+ -ms-flex-item-align: center;
1940
+ -ms-grid-row-align: center;
1941
+ align-self: center;
1942
+ text-overflow: ellipsis;
2194
1943
  }
2195
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
2196
- bottom: auto;
2197
- top: 0;
1944
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1945
+ display: none;
2198
1946
  }
2199
- .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
2200
- -ms-touch-action: pan-x pinch-zoom;
2201
- touch-action: pan-x pinch-zoom;
1947
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1948
+ display: -ms-inline-flexbox;
1949
+ display: inline-flex;
2202
1950
  }
2203
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2204
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2205
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2206
- height: auto;
1951
+ .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1952
+ display: table;
2207
1953
  }
2208
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2209
- left: auto;
2210
- right: auto;
2211
- top: 0;
1954
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1955
+ padding: 0;
2212
1956
  }
2213
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2214
- bottom: 0;
2215
- left: auto;
2216
- right: auto;
1957
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1958
+ padding: 0;
2217
1959
  }
2218
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2219
- margin-left: 0;
1960
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1961
+ padding: 0 2px 0 2px;
2220
1962
  }
2221
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2222
- margin-right: 0;
1963
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1964
+ margin-left: 3px;
1965
+ margin-right: initial;
2223
1966
  }
2224
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
2225
- display: -ms-flexbox;
2226
- display: flex;
2227
- height: auto;
1967
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1968
+ margin: 0;
2228
1969
  }
2229
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2230
- min-width: 33px;
1970
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1971
+ margin: 0;
2231
1972
  }
2232
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2233
- height: auto;
2234
- margin: 3px 7.5px;
2235
- min-height: auto;
1973
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1974
+ margin-right: 3px;
2236
1975
  }
2237
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2238
- margin: 4px auto;
1976
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1977
+ left: auto;
1978
+ right: 0;
2239
1979
  }
2240
- .e-toolbar.e-vertical .e-hor-nav {
2241
- bottom: 0;
2242
- height: auto;
1980
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2243
1981
  left: 0;
2244
- min-height: 40px;
2245
- min-width: 50px;
2246
1982
  right: auto;
2247
- top: auto;
2248
- width: auto;
2249
- }
2250
-
2251
- /*! toolbar theme */
2252
- /* stylelint-disable property-no-vendor-prefix */
2253
- .e-toolbar {
2254
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2255
- background: #fafafa;
2256
- border: 1px none rgba(0, 0, 0, 0.12);
2257
- box-shadow: none;
2258
- }
2259
- .e-toolbar.e-vertical .e-hor-nav {
2260
- border: solid rgba(0, 0, 0, 0.12);
2261
- border-width: 1px 0 0 0;
2262
- }
2263
- .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2264
- border: solid rgba(0, 0, 0, 0.12);
2265
- border-width: 0 0 1px 0;
2266
- }
2267
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2268
- border-width: 0 0 0.5px 0;
2269
- }
2270
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2271
- background: #fafafa;
2272
- }
2273
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2274
- border: solid rgba(0, 0, 0, 0.12);
2275
- border-width: 0 0.5px 0 0;
2276
- }
2277
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2278
- color: rgba(0, 0, 0, 0.54);
2279
- }
2280
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2281
- background: #fafafa;
2282
- box-shadow: none;
2283
- color: rgba(0, 0, 0, 0.87);
2284
- border: none;
2285
- }
2286
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
2287
- color: rgba(0, 0, 0, 0.87);
2288
1983
  }
2289
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2290
- background: rgba(0, 0, 0, 0.12);
2291
- border-radius: 0;
2292
- color: rgba(0, 0, 0, 0.87);
2293
- border-color: rgba(0, 0, 0, 0.12);
2294
- border-style: solid;
2295
- border-width: 0;
2296
- box-shadow: none;
1984
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1985
+ margin-left: 0;
2297
1986
  }
2298
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2299
- color: rgba(0, 0, 0, 0.54);
1987
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1988
+ margin-left: 3px;
2300
1989
  }
2301
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2302
- color: rgba(0, 0, 0, 0.87);
1990
+ .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1991
+ margin-left: 0;
1992
+ margin-right: 3px;
2303
1993
  }
2304
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2305
- background: rgba(0, 0, 0, 0.12);
2306
- border-radius: 0;
2307
- color: rgba(0, 0, 0, 0.87);
2308
- border-color: rgba(0, 0, 0, 0.12);
2309
- border-style: solid;
2310
- border-width: 0;
1994
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1995
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1996
+ margin-right: 0;
2311
1997
  }
2312
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2313
- color: rgba(0, 0, 0, 0.54);
1998
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1999
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
2000
+ margin-right: 3px;
2314
2001
  }
2315
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2316
- color: rgba(0, 0, 0, 0.87);
2002
+ .e-toolbar.e-rtl .e-hor-nav {
2003
+ left: 0;
2004
+ right: auto;
2005
+ border-radius: 0 0 0 0;
2317
2006
  }
2318
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2319
- color: rgba(0, 0, 0, 0.54);
2007
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
2008
+ margin: 0;
2320
2009
  }
2321
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2322
- color: rgba(0, 0, 0, 0.87);
2010
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
2011
+ margin: 0;
2323
2012
  }
2324
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2325
- background: #bdbdbd;
2326
- border-radius: 0;
2327
- box-shadow: none;
2328
- color: rgba(0, 0, 0, 0.87);
2329
- border-color: #bdbdbd;
2330
- border-style: solid;
2331
- border-width: 0;
2013
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
2014
+ margin: 0;
2015
+ margin-left: 3px;
2332
2016
  }
2333
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
2334
- color: rgba(0, 0, 0, 0.54);
2017
+ .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
2018
+ left: 0;
2019
+ right: auto;
2335
2020
  }
2336
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2337
- color: rgba(0, 0, 0, 0.87);
2021
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
2022
+ padding-right: 3px;
2023
+ margin-left: 0;
2338
2024
  }
2339
- .e-toolbar .e-tbar-btn.e-btn .e-icons {
2340
- color: rgba(0, 0, 0, 0.54);
2025
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
2026
+ padding-left: 0;
2341
2027
  }
2342
- .e-toolbar .e-toolbar-pop {
2028
+
2029
+ /*! toolbar theme */
2030
+ /* stylelint-disable property-no-vendor-prefix */
2031
+ .e-toolbar {
2032
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2343
2033
  background: #fafafa;
2344
2034
  border: 1px none rgba(0, 0, 0, 0.12);
2345
- box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
2035
+ box-shadow: none;
2346
2036
  }
2347
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2037
+ .e-toolbar .e-toolbar-items {
2348
2038
  background: #fafafa;
2349
2039
  }
2350
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2351
- background: rgba(0, 0, 0, 0.12);
2040
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
2041
+ background: #fafafa;
2352
2042
  box-shadow: none;
2353
2043
  color: rgba(0, 0, 0, 0.87);
2354
- border-color: rgba(0, 0, 0, 0.12);
2355
- border-style: solid;
2356
- border-width: 0;
2044
+ border: none;
2357
2045
  }
2358
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
2046
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2359
2047
  color: rgba(0, 0, 0, 0.54);
2360
2048
  }
2361
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2049
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
2362
2050
  color: rgba(0, 0, 0, 0.87);
2363
2051
  }
2364
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2365
- background: #bdbdbd;
2052
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
2053
+ background: rgba(0, 0, 0, 0.2088);
2366
2054
  box-shadow: none;
2367
- color: rgba(0, 0, 0, 0.87);
2368
- border-color: #bdbdbd;
2369
- border-style: solid;
2370
- border-width: 0;
2371
- }
2372
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
2373
- color: rgba(0, 0, 0, 0.54);
2374
2055
  }
2375
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2056
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2376
2057
  color: rgba(0, 0, 0, 0.87);
2377
2058
  }
2378
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2379
- background: rgba(0, 0, 0, 0.12);
2059
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2380
2060
  box-shadow: none;
2061
+ }
2062
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2063
+ background: rgba(0, 0, 0, 0.12);
2064
+ border-radius: 2px;
2381
2065
  color: rgba(0, 0, 0, 0.87);
2382
2066
  border-color: rgba(0, 0, 0, 0.12);
2383
2067
  border-style: solid;
2384
2068
  border-width: 0;
2069
+ box-shadow: none;
2385
2070
  }
2386
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
2071
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2387
2072
  color: rgba(0, 0, 0, 0.54);
2388
2073
  }
2389
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2074
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2390
2075
  color: rgba(0, 0, 0, 0.87);
2391
2076
  }
2392
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2393
- outline: 0;
2394
- }
2395
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2396
- background: transparent;
2397
- }
2398
- .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2399
- background: #fafafa;
2400
- }
2401
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2402
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2077
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
2403
2078
  background: rgba(0, 0, 0, 0.12);
2404
- box-shadow: none;
2405
2079
  border-color: rgba(0, 0, 0, 0.12);
2406
2080
  border-style: solid;
2407
2081
  border-width: 0;
2082
+ border-radius: 2px;
2083
+ color: rgba(0, 0, 0, 0.87);
2408
2084
  }
2409
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2410
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2411
- border-color: rgba(0, 0, 0, 0.12);
2412
- border-style: solid;
2413
- border-width: 0;
2085
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
2086
+ color: rgba(0, 0, 0, 0.54);
2414
2087
  }
2415
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2416
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2088
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2417
2089
  color: rgba(0, 0, 0, 0.87);
2418
2090
  }
2419
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2420
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2421
- color: rgba(0, 0, 0, 0.87);
2091
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2092
+ color: rgba(0, 0, 0, 0.54);
2422
2093
  }
2423
- .e-toolbar .e-tbar-btn {
2424
- background: #fafafa;
2425
- box-shadow: none;
2094
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2426
2095
  color: rgba(0, 0, 0, 0.87);
2427
- border: none;
2428
2096
  }
2429
- .e-toolbar .e-tbar-btn:focus {
2430
- background: rgba(0, 0, 0, 0.12);
2431
- border-radius: 0;
2432
- color: rgba(0, 0, 0, 0.87);
2433
- border-color: rgba(0, 0, 0, 0.12);
2097
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active {
2098
+ background: #bdbdbd;
2099
+ border-color: #bdbdbd;
2434
2100
  border-style: solid;
2435
2101
  border-width: 0;
2102
+ border-radius: 2px;
2436
2103
  box-shadow: none;
2104
+ color: rgba(0, 0, 0, 0.87);
2437
2105
  }
2438
- .e-toolbar .e-tbar-btn:focus .e-icons {
2106
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
2439
2107
  color: rgba(0, 0, 0, 0.54);
2440
2108
  }
2441
- .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
2442
- color: rgba(0, 0, 0, 0.87);
2443
- }
2444
- .e-toolbar .e-tbar-btn:hover {
2445
- background: rgba(0, 0, 0, 0.12);
2446
- border-color: rgba(0, 0, 0, 0.12);
2447
- border-style: solid;
2448
- border-width: 0;
2449
- border-radius: 0;
2109
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2450
2110
  color: rgba(0, 0, 0, 0.87);
2451
2111
  }
2452
- .e-toolbar .e-toolbar-items {
2453
- background: #fafafa;
2112
+ .e-toolbar .e-toolbar-item.e-separator {
2113
+ border: solid rgba(0, 0, 0, 0.12);
2114
+ border-width: 0 0.5px 0 0;
2454
2115
  }
2455
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
2116
+ .e-toolbar .e-toolbar-item.e-overlay {
2456
2117
  background: #fafafa;
2457
2118
  opacity: 0.5;
2119
+ color: rgba(0, 0, 0, 0.26);
2458
2120
  }
2459
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
2121
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2460
2122
  color: rgba(0, 0, 0, 0.38);
2461
2123
  }
2462
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
2124
+ .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2463
2125
  color: rgba(0, 0, 0, 0.26);
2464
2126
  }
2465
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2466
- color: rgba(0, 0, 0, 0.87);
2467
- }
2468
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2469
- color: rgba(0, 0, 0, 0.87);
2470
- }
2471
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2472
- box-shadow: none;
2473
- }
2474
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
2475
- color: rgba(0, 0, 0, 0.54);
2476
- }
2477
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2478
- color: rgba(0, 0, 0, 0.87);
2479
- }
2480
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2481
- color: rgba(0, 0, 0, 0.54);
2482
- }
2483
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2484
- color: rgba(0, 0, 0, 0.87);
2485
- }
2486
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
2487
- color: rgba(0, 0, 0, 0.54);
2488
- }
2489
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2490
- color: rgba(0, 0, 0, 0.87);
2491
- }
2492
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2127
+ .e-toolbar.e-vertical .e-hor-nav {
2493
2128
  border: solid rgba(0, 0, 0, 0.12);
2494
- border-width: 0 0.5px 0 0;
2129
+ border-width: 1px 0 0 0;
2495
2130
  }
2496
- .e-toolbar.e-rtl .e-hor-nav {
2497
- background: #fafafa;
2131
+ .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2498
2132
  border: solid rgba(0, 0, 0, 0.12);
2499
- border-left: 0;
2500
- border-width: 0 1px 0 0;
2133
+ border-width: 0 0 1px 0;
2501
2134
  }
2502
- .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2503
- background: rgba(0, 0, 0, 0.12);
2504
- color: rgba(0, 0, 0, 0.87);
2135
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2136
+ border-width: 0 0 0.5px 0;
2505
2137
  }
2506
2138
  .e-toolbar .e-hor-nav {
2507
2139
  background: #fafafa;
@@ -2566,19 +2198,109 @@
2566
2198
  .e-toolbar .e-hor-nav:focus .e-icons {
2567
2199
  color: rgba(0, 0, 0, 0.54);
2568
2200
  }
2569
- .e-toolbar .e-tbar-btn:active {
2201
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2202
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2203
+ background: rgba(0, 0, 0, 0.12);
2204
+ box-shadow: none;
2205
+ border-color: rgba(0, 0, 0, 0.12);
2206
+ border-style: solid;
2207
+ border-width: 0;
2208
+ }
2209
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2210
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2211
+ border-color: rgba(0, 0, 0, 0.12);
2212
+ border-style: solid;
2213
+ border-width: 0;
2214
+ }
2215
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2216
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2217
+ color: rgba(0, 0, 0, 0.87);
2218
+ }
2219
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2220
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2221
+ color: rgba(0, 0, 0, 0.87);
2222
+ }
2223
+ .e-toolbar .e-toolbar-pop {
2224
+ background: #fafafa;
2225
+ border: 1px none rgba(0, 0, 0, 0.12);
2226
+ box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
2227
+ }
2228
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2229
+ background: #fafafa;
2230
+ }
2231
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2232
+ background: rgba(0, 0, 0, 0.12);
2233
+ box-shadow: none;
2234
+ border-color: rgba(0, 0, 0, 0.12);
2235
+ border-style: solid;
2236
+ border-width: 0;
2237
+ }
2238
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2570
2239
  background: #bdbdbd;
2240
+ box-shadow: none;
2571
2241
  border-color: #bdbdbd;
2572
2242
  border-style: solid;
2573
2243
  border-width: 0;
2574
- border-radius: 0;
2244
+ }
2245
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2246
+ background: rgba(0, 0, 0, 0.12);
2575
2247
  box-shadow: none;
2576
- color: rgba(0, 0, 0, 0.87);
2248
+ border-color: rgba(0, 0, 0, 0.12);
2249
+ border-style: solid;
2250
+ border-width: 0;
2577
2251
  }
2578
- .e-toolbar .e-tbar-btn:active .e-icons {
2579
- color: rgba(0, 0, 0, 0.54);
2252
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2253
+ outline: 0;
2254
+ }
2255
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2256
+ background: transparent;
2257
+ }
2258
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2259
+ background: #fafafa;
2260
+ box-shadow: none;
2261
+ border: none;
2262
+ }
2263
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2264
+ background: rgba(0, 0, 0, 0.12);
2265
+ border-radius: 2px;
2266
+ border-color: rgba(0, 0, 0, 0.12);
2267
+ border-style: solid;
2268
+ border-width: 0;
2269
+ box-shadow: none;
2270
+ }
2271
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2272
+ background: rgba(0, 0, 0, 0.12);
2273
+ border-radius: 2px;
2274
+ border-color: rgba(0, 0, 0, 0.12);
2275
+ border-style: solid;
2276
+ border-width: 0;
2277
+ }
2278
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2279
+ background: #bdbdbd;
2280
+ border-radius: 2px;
2281
+ box-shadow: none;
2282
+ border-color: #bdbdbd;
2283
+ border-style: solid;
2284
+ border-width: 0;
2285
+ }
2286
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2287
+ border: solid rgba(0, 0, 0, 0.12);
2288
+ border-width: 0 0.5px 0 0;
2289
+ }
2290
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2291
+ background: #fafafa;
2580
2292
  }
2581
- .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2293
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2294
+ background: #fafafa;
2295
+ }
2296
+ .e-toolbar.e-rtl .e-hor-nav {
2297
+ background: #fafafa;
2298
+ border: solid rgba(0, 0, 0, 0.12);
2299
+ border-left: 0;
2300
+ border-width: 0 1px 0 0;
2301
+ }
2302
+ .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2303
+ background: rgba(0, 0, 0, 0.12);
2582
2304
  color: rgba(0, 0, 0, 0.87);
2583
2305
  }
2584
2306
 
@@ -2746,7 +2468,6 @@
2746
2468
  text-decoration: none;
2747
2469
  text-overflow: ellipsis;
2748
2470
  white-space: nowrap;
2749
- margin-bottom: 0;
2750
2471
  }
2751
2472
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
2752
2473
  display: inline-block;
@@ -3180,6 +2901,10 @@
3180
2901
  transform: translateX(calc(-100% / var(--carousel-items-count) * (var(--carousel-items-current))));
3181
2902
  transition: transform 0.6s ease-in-out;
3182
2903
  }
2904
+ .e-carousel.e-blazor-carousel.e-partial.e-rtl .e-carousel-items {
2905
+ transform: translateX(calc(100% / var(--carousel-items-count) * (var(--carousel-items-current))));
2906
+ transition: transform 0.6s ease-in-out;
2907
+ }
3183
2908
  .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item {
3184
2909
  backface-visibility: hidden;
3185
2910
  display: none;
@@ -5692,6 +5417,10 @@
5692
5417
  }
5693
5418
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
5694
5419
  height: inherit;
5420
+ -ms-flex-direction: column;
5421
+ flex-direction: column;
5422
+ -ms-flex-align: normal;
5423
+ align-items: normal;
5695
5424
  }
5696
5425
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
5697
5426
  padding: 16px 0;
@@ -7795,7 +7524,6 @@
7795
7524
  background: inherit;
7796
7525
  color: #000;
7797
7526
  font-size: 12px;
7798
- line-height: 18px;
7799
7527
  }
7800
7528
 
7801
7529
  .e-tab-clone-element {
@@ -9626,11 +9354,11 @@ ejs-sidebar {
9626
9354
  /*! menu theme */
9627
9355
  .e-menu-wrapper,
9628
9356
  .e-menu-container {
9629
- background-color: #fafafa;
9357
+ background: #fafafa;
9630
9358
  }
9631
9359
  .e-menu-wrapper .e-menu,
9632
9360
  .e-menu-container .e-menu {
9633
- background-color: inherit;
9361
+ background: inherit;
9634
9362
  color: rgba(0, 0, 0, 0.87);
9635
9363
  }
9636
9364
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -9662,7 +9390,7 @@ ejs-sidebar {
9662
9390
  color: initial;
9663
9391
  outline: 0 solid rgba(0, 0, 0, 0.12);
9664
9392
  outline-offset: 0;
9665
- background-color: #eee;
9393
+ background: #eee;
9666
9394
  }
9667
9395
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
9668
9396
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -9677,7 +9405,7 @@ ejs-sidebar {
9677
9405
  color: rgba(0, 0, 0, 0.87);
9678
9406
  outline: 0 solid #e0e0e0;
9679
9407
  outline-offset: 0;
9680
- background-color: #e0e0e0;
9408
+ background: #e0e0e0;
9681
9409
  }
9682
9410
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
9683
9411
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -9711,7 +9439,7 @@ ejs-sidebar {
9711
9439
 
9712
9440
  .e-menu-wrapper .e-ul,
9713
9441
  .e-menu-container .e-ul {
9714
- background-color: inherit;
9442
+ background: inherit;
9715
9443
  color: rgba(0, 0, 0, 0.87);
9716
9444
  }
9717
9445
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -9739,11 +9467,11 @@ ejs-sidebar {
9739
9467
 
9740
9468
  .e-menu-wrapper.e-menu-popup,
9741
9469
  .e-menu-container.e-menu-popup {
9742
- background-color: #fff;
9470
+ background: #fff;
9743
9471
  }
9744
9472
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
9745
9473
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
9746
- background-color: inherit;
9474
+ background: inherit;
9747
9475
  }
9748
9476
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
9749
9477
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -10262,6 +9990,9 @@ ejs-sidebar {
10262
9990
  .e-appbar.e-horizontal-bottom.e-sticky {
10263
9991
  position: fixed;
10264
9992
  top: auto;
9993
+ max-width: inherit;
9994
+ left: auto;
9995
+ right: auto;
10265
9996
  }
10266
9997
  .e-appbar .e-appbar-separator {
10267
9998
  height: 32px;