@syncfusion/ej2-navigations 20.4.52 → 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 (257) hide show
  1. package/CHANGELOG.md +32 -4
  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 +128 -34
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +127 -33
  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 +32 -5
  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 +26 -11
  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/pager/_bootstrap5-definition.scss +1 -1
  173. package/styles/pager/_fusionnew-definition.scss +1 -1
  174. package/styles/sidebar/_theme.scss +1 -1
  175. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  176. package/styles/tab/_bootstrap-definition.scss +0 -2
  177. package/styles/tab/_bootstrap4-definition.scss +1 -3
  178. package/styles/tab/_bootstrap5-definition.scss +12 -14
  179. package/styles/tab/_fabric-dark-definition.scss +0 -2
  180. package/styles/tab/_fabric-definition.scss +0 -2
  181. package/styles/tab/_fluent-definition.scss +4 -6
  182. package/styles/tab/_fusionnew-definition.scss +2 -4
  183. package/styles/tab/_highcontrast-definition.scss +0 -2
  184. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  185. package/styles/tab/_layout.scss +8 -6
  186. package/styles/tab/_material-dark-definition.scss +0 -2
  187. package/styles/tab/_material-definition.scss +0 -2
  188. package/styles/tab/_tailwind-definition.scss +3 -5
  189. package/styles/tab/_theme.scss +0 -1
  190. package/styles/tab/bootstrap-dark.css +5 -2
  191. package/styles/tab/bootstrap.css +5 -2
  192. package/styles/tab/bootstrap4.css +12 -9
  193. package/styles/tab/bootstrap5-dark.css +11 -8
  194. package/styles/tab/bootstrap5.css +11 -8
  195. package/styles/tab/fabric-dark.css +7 -4
  196. package/styles/tab/fabric.css +7 -4
  197. package/styles/tab/fluent-dark.css +8 -5
  198. package/styles/tab/fluent.css +8 -5
  199. package/styles/tab/highcontrast-light.css +10 -7
  200. package/styles/tab/highcontrast.css +10 -7
  201. package/styles/tab/material-dark.css +4 -1
  202. package/styles/tab/material.css +4 -1
  203. package/styles/tab/tailwind-dark.css +8 -5
  204. package/styles/tab/tailwind.css +8 -5
  205. package/styles/tailwind-dark.css +668 -937
  206. package/styles/tailwind.css +668 -937
  207. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  208. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  209. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  210. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  211. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  212. package/styles/toolbar/_fabric-definition.scss +15 -43
  213. package/styles/toolbar/_fluent-definition.scss +22 -50
  214. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  215. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  216. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  217. package/styles/toolbar/_layout.scss +684 -977
  218. package/styles/toolbar/_material-dark-definition.scss +19 -49
  219. package/styles/toolbar/_material-definition.scss +21 -49
  220. package/styles/toolbar/_tailwind-definition.scss +21 -49
  221. package/styles/toolbar/_theme.scss +205 -294
  222. package/styles/toolbar/bootstrap-dark.css +647 -925
  223. package/styles/toolbar/bootstrap.css +638 -916
  224. package/styles/toolbar/bootstrap4.css +657 -935
  225. package/styles/toolbar/bootstrap5-dark.css +658 -936
  226. package/styles/toolbar/bootstrap5.css +658 -936
  227. package/styles/toolbar/fabric-dark.css +645 -923
  228. package/styles/toolbar/fabric.css +651 -929
  229. package/styles/toolbar/fluent-dark.css +650 -928
  230. package/styles/toolbar/fluent.css +650 -928
  231. package/styles/toolbar/highcontrast-light.css +642 -920
  232. package/styles/toolbar/highcontrast.css +647 -925
  233. package/styles/toolbar/material-dark.css +649 -927
  234. package/styles/toolbar/material.css +646 -924
  235. package/styles/toolbar/tailwind-dark.css +647 -925
  236. package/styles/toolbar/tailwind.css +645 -923
  237. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  238. package/styles/treeview/_fluent-definition.scss +5 -5
  239. package/styles/treeview/_layout.scss +8 -4
  240. package/styles/treeview/_tailwind-definition.scss +5 -5
  241. package/styles/treeview/_theme.scss +3 -0
  242. package/GitLeaksReport.json +0 -1
  243. package/gitleaks-ci/gitleaks +0 -0
  244. package/gitleaks-ci.tar.gz +0 -0
  245. package/styles/accordion/_material3-definition.scss +0 -181
  246. package/styles/appbar/_material3-definition.scss +0 -8
  247. package/styles/breadcrumb/_material3-definition.scss +0 -59
  248. package/styles/carousel/_material3-definition.scss +0 -22
  249. package/styles/context-menu/_material3-definition.scss +0 -52
  250. package/styles/h-scroll/_material3-definition.scss +0 -84
  251. package/styles/menu/_material3-definition.scss +0 -67
  252. package/styles/pager/_material3-definition.scss +0 -146
  253. package/styles/sidebar/_material3-definition.scss +0 -6
  254. package/styles/tab/_material3-definition.scss +0 -658
  255. package/styles/toolbar/_material3-definition.scss +0 -248
  256. package/styles/treeview/_material3-definition.scss +0 -120
  257. package/styles/v-scroll/_material3-definition.scss +0 -49
@@ -956,6 +956,7 @@
956
956
  }
957
957
  .e-hscroll > * {
958
958
  height: inherit;
959
+ line-height: normal;
959
960
  }
960
961
  .e-hscroll .e-hscroll-content {
961
962
  display: inline-block;
@@ -1057,7 +1058,6 @@
1057
1058
  }
1058
1059
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
1059
1060
  background: #e5e7eb;
1060
- border: 0;
1061
1061
  color: #6b7280;
1062
1062
  }
1063
1063
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
@@ -1338,92 +1338,130 @@
1338
1338
  height: 48px;
1339
1339
  min-height: 48px;
1340
1340
  }
1341
- .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
1342
- .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
1343
- font-size: 16px;
1344
- }
1345
- .e-bigger .e-toolbar .e-tbar-btn .e-icons,
1346
- .e-toolbar.e-bigger .e-tbar-btn .e-icons {
1347
- font-size: 20px;
1341
+ .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1342
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1343
+ .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1344
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1345
+ margin-left: 10px;
1348
1346
  }
1349
- .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
1350
- .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
1351
- font-size: 18px;
1347
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1348
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1349
+ margin-right: 10px;
1352
1350
  }
1353
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1354
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1355
- border-bottom: 0;
1356
- border-bottom-left-radius: 0;
1357
- border-bottom-right-radius: 0;
1351
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1352
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1353
+ margin-right: 10px;
1358
1354
  }
1359
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1360
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1361
- border-top: 0;
1362
- border-top-left-radius: 0;
1363
- border-top-right-radius: 0;
1355
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1356
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1357
+ margin-left: 12.5px;
1358
+ margin-right: 12.5px;
1364
1359
  }
1365
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
1366
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1360
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1361
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1367
1362
  margin: 0;
1368
1363
  }
1369
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
1370
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1371
- margin: 0;
1372
- margin-left: 8px;
1364
+ .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,
1365
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1366
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1367
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1368
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1369
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1370
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1371
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1372
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1373
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1374
+ padding: 0 8px;
1373
1375
  }
1374
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
1375
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1376
- margin: 0;
1376
+ .e-bigger .e-toolbar .e-toolbar-item,
1377
+ .e-toolbar.e-bigger .e-toolbar-item {
1378
+ min-height: 48px;
1377
1379
  }
1378
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1379
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1380
- margin-left: 10px;
1381
- margin-right: initial;
1380
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1381
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1382
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
1383
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1384
+ min-height: 38px;
1385
+ min-width: 38px;
1386
+ padding: 0 8px;
1387
+ line-height: 24px;
1382
1388
  }
1383
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1384
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1385
- margin: 0;
1389
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1390
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1391
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1392
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1393
+ padding: 4px;
1394
+ font-size: 16px;
1386
1395
  }
1387
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1388
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1389
- margin-left: 10px;
1390
- margin-right: 0;
1396
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1397
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
1398
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1399
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
1400
+ font-size: 20px;
1391
1401
  }
1392
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1393
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1394
- margin: 0;
1402
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1403
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
1404
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1405
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
1406
+ font-size: 18px;
1407
+ line-height: 18px;
1395
1408
  }
1396
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1397
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1398
- margin-left: 0;
1409
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1410
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
1411
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1412
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
1413
+ padding: 4px 6px;
1399
1414
  }
1400
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
1401
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1402
- margin-left: 8px;
1415
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1416
+ .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,
1417
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1418
+ .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 {
1419
+ padding: 4px 6px;
1403
1420
  }
1404
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1405
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1406
- margin-left: 0;
1407
- margin-right: 10px;
1421
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1422
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1423
+ min-width: 49px;
1424
+ padding: 5px 6px;
1425
+ }
1426
+ .e-bigger .e-toolbar .e-toolbar-item.e-separator,
1427
+ .e-toolbar.e-bigger .e-toolbar-item.e-separator {
1428
+ height: 30px;
1429
+ margin: 8px 6px;
1430
+ min-height: 30px;
1431
+ }
1432
+ .e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1433
+ .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,
1434
+ .e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1435
+ .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 {
1436
+ padding: 0;
1408
1437
  }
1409
1438
  .e-bigger .e-toolbar .e-hor-nav,
1410
1439
  .e-toolbar.e-bigger .e-hor-nav {
1411
1440
  min-height: 48px;
1412
1441
  min-width: 36px;
1413
1442
  }
1414
- .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1415
- .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
1416
- line-height: 24px;
1443
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1444
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1445
+ margin-left: 0;
1417
1446
  }
1418
- .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1419
- .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1420
- line-height: 18px;
1421
- min-height: 18px;
1422
- min-width: 13px;
1447
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1448
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1449
+ margin-right: 0;
1423
1450
  }
1424
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
1425
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1426
- line-height: inherit;
1451
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
1452
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
1453
+ min-height: 38px;
1454
+ }
1455
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
1456
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
1457
+ height: auto;
1458
+ margin: 5px 10px;
1459
+ min-height: auto;
1460
+ }
1461
+ .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1462
+ .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1463
+ min-height: 40px;
1464
+ min-width: 50px;
1427
1465
  }
1428
1466
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
1429
1467
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
@@ -1433,147 +1471,25 @@
1433
1471
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1434
1472
  min-width: 48px;
1435
1473
  padding: 0;
1436
- }
1437
- .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
1438
- .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1439
- min-width: 13px;
1440
- font-size: 16px;
1474
+ min-height: 48px;
1441
1475
  }
1442
1476
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
1443
1477
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1444
1478
  min-height: 48px;
1445
1479
  padding: 8px 18px;
1446
- line-height: 24px;
1480
+ min-width: 100%;
1447
1481
  }
1448
1482
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1449
1483
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1450
1484
  margin-left: 0;
1451
1485
  padding: 0 6px 0 0;
1486
+ font-size: 16px;
1452
1487
  }
1453
1488
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1454
1489
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1455
1490
  padding: 0 0 0 6px;
1456
1491
  font-size: 16px;
1457
1492
  }
1458
- .e-bigger .e-toolbar .e-toolbar-items,
1459
- .e-toolbar.e-bigger .e-toolbar-items {
1460
- min-height: 48px;
1461
- }
1462
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1463
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1464
- margin-left: 12.5px;
1465
- margin-right: 12.5px;
1466
- white-space: normal;
1467
- }
1468
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1469
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1470
- margin: 0;
1471
- }
1472
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1473
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
1474
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1475
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1476
- display: none;
1477
- }
1478
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
1479
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1480
- display: -ms-inline-flexbox;
1481
- display: inline-flex;
1482
- }
1483
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
1484
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1485
- margin-left: 0;
1486
- }
1487
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
1488
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1489
- margin-right: 0;
1490
- }
1491
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1492
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1493
- margin-right: 10px;
1494
- }
1495
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1496
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1497
- margin: 0;
1498
- }
1499
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1500
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1501
- margin-right: 10px;
1502
- }
1503
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1504
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1505
- margin: 0;
1506
- }
1507
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1508
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1509
- margin-left: 10px;
1510
- }
1511
- .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1512
- .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1513
- margin-left: 10px;
1514
- }
1515
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
1516
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
1517
- min-height: 48px;
1518
- }
1519
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
1520
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1521
- min-width: 49px;
1522
- padding: 5px 6px;
1523
- }
1524
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
1525
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
1526
- height: 30px;
1527
- margin: 8px 6px;
1528
- min-height: 30px;
1529
- }
1530
- .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,
1531
- .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,
1532
- .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,
1533
- .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 {
1534
- padding: 0;
1535
- }
1536
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1537
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1538
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1539
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1540
- height: calc(100% - 11px);
1541
- margin: 0;
1542
- min-height: 38px;
1543
- min-width: 38px;
1544
- padding: 0 8px;
1545
- line-height: 24px;
1546
- }
1547
- .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,
1548
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1549
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1550
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1551
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1552
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1553
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1554
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1555
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1556
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1557
- padding: 0 8px;
1558
- }
1559
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1560
- .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,
1561
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1562
- .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 {
1563
- padding: 4px 6px;
1564
- }
1565
- .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,
1566
- .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,
1567
- .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,
1568
- .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 {
1569
- padding: 4px 6px;
1570
- }
1571
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1572
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1573
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1574
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1575
- padding: 4px;
1576
- }
1577
1493
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1578
1494
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1579
1495
  min-height: 48px;
@@ -1582,68 +1498,24 @@
1582
1498
  padding-right: 10px;
1583
1499
  padding-top: 0;
1584
1500
  }
1585
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
1586
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1587
- display: none;
1588
- }
1589
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
1590
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1591
- display: inline;
1592
- }
1593
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
1594
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1595
- width: inherit;
1596
- }
1597
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1598
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1599
- box-shadow: none;
1600
- display: inline;
1601
- white-space: normal;
1602
- }
1603
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1604
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1605
- margin: 0;
1606
- min-width: 49px;
1607
- padding: 5px 6px;
1608
- }
1609
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
1610
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1611
- display: none;
1612
- }
1613
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1614
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1615
- display: -ms-inline-flexbox;
1616
- display: inline-flex;
1617
- }
1618
1501
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1619
1502
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1620
- -ms-flex-line-pack: center;
1621
- align-content: center;
1622
- -ms-flex-align: center;
1623
- align-items: center;
1624
- cursor: pointer;
1625
- display: -ms-inline-flexbox;
1626
- display: inline-flex;
1627
1503
  min-height: 48px;
1628
- vertical-align: middle;
1629
- width: auto;
1630
- }
1631
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1632
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1633
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1634
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1635
- padding: 4px;
1636
1504
  }
1637
1505
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1638
1506
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1639
1507
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1640
1508
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1641
- height: calc(100% - 11px);
1642
- margin: 0;
1643
1509
  min-height: 38px;
1644
1510
  min-width: 38px;
1645
1511
  padding: 0 8px;
1646
1512
  }
1513
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1514
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1515
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1516
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1517
+ padding: 4px;
1518
+ }
1647
1519
  .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,
1648
1520
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1649
1521
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
@@ -1656,9 +1528,10 @@
1656
1528
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1657
1529
  padding: 0 8px;
1658
1530
  }
1659
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1660
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1661
- line-height: 24px;
1531
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1532
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1533
+ min-width: 49px;
1534
+ padding: 5px 6px;
1662
1535
  }
1663
1536
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1664
1537
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
@@ -1666,47 +1539,56 @@
1666
1539
  margin: 8px 6px;
1667
1540
  min-height: 30px;
1668
1541
  }
1669
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1670
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1671
- line-height: 18px;
1672
- min-height: 18px;
1673
- min-width: 13px;
1542
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1543
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1544
+ border-bottom: 0;
1545
+ border-bottom-left-radius: 0;
1546
+ border-bottom-right-radius: 0;
1674
1547
  }
1675
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
1676
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
1677
- left: 0;
1678
- right: auto;
1548
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1549
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1550
+ border-top: 0;
1551
+ border-top-left-radius: 0;
1552
+ border-top-right-radius: 0;
1679
1553
  }
1680
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1681
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1682
- padding-right: 10px;
1554
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1555
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1556
+ padding: 4px 6px;
1683
1557
  }
1684
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
1685
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1686
- min-height: 38px;
1558
+ .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,
1559
+ .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 {
1560
+ padding: 4px 6px;
1687
1561
  }
1688
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
1689
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1690
- height: auto;
1691
- margin: 5px 10px;
1692
- min-height: auto;
1562
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1563
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1564
+ padding: 4px;
1565
+ }
1566
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1567
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1568
+ margin-left: 10px;
1569
+ margin-right: initial;
1693
1570
  }
1694
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1695
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1571
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1572
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1696
1573
  margin: 0;
1697
1574
  }
1698
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1699
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1700
- margin-left: 0;
1575
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1576
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1577
+ margin: 0;
1701
1578
  }
1702
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1703
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1579
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1580
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1581
+ margin-left: 10px;
1704
1582
  margin-right: 0;
1705
1583
  }
1706
- .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1707
- .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1708
- min-height: 40px;
1709
- min-width: 50px;
1584
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1585
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1586
+ margin-left: 0;
1587
+ margin-right: 10px;
1588
+ }
1589
+ .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1590
+ .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1591
+ padding-right: 10px;
1710
1592
  }
1711
1593
 
1712
1594
  .e-toolbar {
@@ -1719,76 +1601,102 @@
1719
1601
  -ms-user-select: none;
1720
1602
  user-select: none;
1721
1603
  white-space: nowrap;
1604
+ overflow: hidden;
1722
1605
  }
1723
1606
  .e-toolbar .e-blazor-toolbar-items {
1724
1607
  position: absolute;
1725
1608
  top: -9999px;
1726
1609
  visibility: hidden;
1727
1610
  }
1728
- .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1729
- left: 0;
1730
- right: auto;
1611
+ .e-toolbar.e-control[class*=e-toolbar] {
1612
+ box-sizing: content-box;
1731
1613
  }
1732
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1733
- padding-right: 8px;
1734
- margin-left: 0;
1614
+ .e-toolbar.e-corner {
1615
+ border-radius: 4px;
1735
1616
  }
1736
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1737
- padding-left: 0;
1617
+ .e-toolbar.e-hidden {
1618
+ display: none;
1738
1619
  }
1739
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1620
+ .e-toolbar .e-toolbar-items {
1621
+ border-radius: 0 0 0 0;
1622
+ display: -ms-inline-flexbox;
1623
+ display: inline-flex;
1624
+ height: 100%;
1625
+ vertical-align: middle;
1626
+ -ms-flex-align: center;
1627
+ align-items: center;
1628
+ }
1629
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1630
+ margin-bottom: 1px;
1631
+ margin-left: 10px;
1632
+ margin-right: 10px;
1633
+ white-space: normal;
1634
+ -ms-flex-wrap: wrap;
1635
+ flex-wrap: wrap;
1636
+ }
1637
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1638
+ margin: 0;
1639
+ }
1640
+ .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 {
1740
1641
  display: none;
1741
1642
  }
1742
- .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
1743
- border-bottom: 0;
1744
- border-bottom-left-radius: 0;
1745
- border-bottom-right-radius: 0;
1643
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1644
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1645
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1646
+ display: inline;
1746
1647
  }
1747
- .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1648
+ .e-toolbar .e-toolbar-items.e-tbar-pos {
1649
+ display: block;
1650
+ }
1651
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1652
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1653
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1748
1654
  display: table;
1655
+ height: 100%;
1656
+ top: 0;
1749
1657
  }
1750
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1751
- border-top: 0;
1752
- border-top-left-radius: 0;
1753
- border-top-right-radius: 0;
1754
- min-height: 38px;
1755
- padding-bottom: 0;
1756
- padding-left: 8px;
1757
- padding-right: 8px;
1758
- padding-top: 0;
1759
- margin-left: -1px;
1658
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1659
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1660
+ position: absolute;
1760
1661
  }
1761
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
1762
- display: none;
1662
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1663
+ right: 0;
1763
1664
  }
1764
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1765
- display: none;
1665
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1666
+ left: 0;
1766
1667
  }
1767
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1768
- display: inline;
1668
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1669
+ margin: 0 auto;
1769
1670
  }
1770
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1771
- width: inherit;
1671
+ .e-toolbar .e-toolbar-items .e-toolbar-left,
1672
+ .e-toolbar .e-toolbar-items .e-toolbar-center,
1673
+ .e-toolbar .e-toolbar-items .e-toolbar-right {
1674
+ display: inline-block;
1772
1675
  }
1773
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1774
- box-shadow: none;
1775
- display: inline;
1776
- white-space: normal;
1676
+ .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 {
1677
+ margin-left: 8px;
1777
1678
  }
1778
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1679
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
1680
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
1681
+ margin-right: 8px;
1682
+ }
1683
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1684
+ -ms-touch-action: pan-y pinch-zoom;
1685
+ touch-action: pan-y pinch-zoom;
1686
+ }
1687
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1688
+ margin-right: 8px;
1689
+ }
1690
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1779
1691
  margin: 0;
1780
- height: 100%;
1781
- min-width: 28px;
1782
- padding: 4px;
1783
1692
  }
1784
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1785
- display: none;
1693
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1694
+ margin: 0;
1786
1695
  }
1787
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1788
- display: -ms-inline-flexbox;
1789
- display: inline-flex;
1696
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1697
+ margin-right: 8px;
1790
1698
  }
1791
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1699
+ .e-toolbar .e-toolbar-item {
1792
1700
  -ms-flex-line-pack: center;
1793
1701
  align-content: center;
1794
1702
  -ms-flex-align: center;
@@ -1800,240 +1708,142 @@
1800
1708
  vertical-align: middle;
1801
1709
  width: auto;
1802
1710
  }
1803
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1804
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1805
- padding: 4px;
1806
- }
1807
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1808
- display: inline-block;
1809
- font-family: "Inter";
1810
- font-size: 14px;
1811
- line-height: inherit;
1711
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1712
+ display: -ms-flexbox;
1713
+ display: flex;
1714
+ -ms-flex-align: center;
1715
+ align-items: center;
1812
1716
  vertical-align: middle;
1813
- width: auto;
1814
- }
1815
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1816
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1817
- height: calc(100% - 10px);
1717
+ -ms-flex-pack: center;
1718
+ justify-content: center;
1818
1719
  margin: 0;
1819
1720
  min-height: 30px;
1820
1721
  min-width: 30px;
1821
1722
  padding: 0 4px;
1822
- }
1823
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1723
+ border-radius: 4px;
1824
1724
  line-height: 22px;
1825
- }
1826
- .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 {
1827
- padding: 0 4px;
1828
- }
1829
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1830
- margin: 7px 4px;
1831
- min-height: 16px;
1832
- min-width: 1px;
1833
- vertical-align: middle;
1834
- }
1835
- .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) {
1836
- line-height: 16px;
1837
- min-height: 16px;
1838
- min-width: 12px;
1839
- padding: 5px 6px;
1840
- font-size: 16px;
1841
- }
1842
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1843
- display: -ms-inline-flexbox;
1844
- display: inline-flex;
1845
- }
1846
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1847
- height: auto;
1848
- }
1849
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1850
- font-size: 14px;
1851
- vertical-align: middle;
1852
- }
1853
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1725
+ border: none;
1854
1726
  cursor: pointer;
1855
- font-family: "Inter";
1856
1727
  font-size: 18px;
1857
1728
  font-weight: 400;
1858
1729
  overflow: hidden;
1859
- padding: 0 4px;
1860
1730
  text-align: center;
1861
1731
  text-decoration: none;
1862
1732
  text-transform: none;
1863
1733
  }
1864
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
1865
- display: inline-block;
1734
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1735
+ padding: 4px;
1866
1736
  }
1867
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
1868
- -ms-flex-item-align: center;
1869
- -ms-grid-row-align: center;
1870
- align-self: center;
1871
- text-overflow: ellipsis;
1737
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1738
+ padding: 4px;
1872
1739
  }
1873
- .e-toolbar.e-control[class*=e-toolbar] {
1874
- box-sizing: content-box;
1740
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1741
+ margin: 0;
1742
+ min-width: 12px;
1743
+ width: auto;
1744
+ font-size: 18px;
1745
+ line-height: 16px;
1875
1746
  }
1876
- .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1877
- display: none;
1747
+ .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 {
1748
+ padding: 0 4px;
1878
1749
  }
1879
- .e-toolbar .e-tbar-btn-text,
1880
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1881
- display: inline-block;
1882
- padding: 4px;
1750
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1751
+ outline: 0;
1883
1752
  }
1884
- .e-toolbar.e-hidden,
1885
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
1886
- display: none;
1753
+ .e-toolbar .e-toolbar-item .e-tbar-btn div {
1754
+ vertical-align: middle;
1887
1755
  }
1888
- .e-toolbar.e-corner {
1889
- border-radius: 4px;
1756
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1757
+ font-size: 14px;
1758
+ padding: 4px;
1890
1759
  }
1891
- .e-toolbar .e-toolbar-pop {
1892
- border-radius: 4px;
1893
- overflow: hidden;
1894
- padding: 0;
1895
- position: absolute;
1760
+ .e-toolbar .e-toolbar-item:not(.e-separator) {
1761
+ height: inherit;
1762
+ min-width: 28px;
1763
+ padding: 4px;
1896
1764
  }
1897
- .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1898
- margin: 0;
1899
- width: auto;
1765
+ .e-toolbar .e-toolbar-item.e-separator {
1766
+ margin: 7px 4px;
1767
+ min-height: 24px;
1768
+ min-width: 1px;
1769
+ height: 24px;
1900
1770
  }
1901
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1771
+ .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 {
1902
1772
  display: none;
1903
1773
  }
1904
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1905
- -ms-flex-align: center;
1906
- align-items: center;
1907
- display: -ms-inline-flexbox;
1908
- display: inline-flex;
1909
- -ms-flex-pack: start;
1910
- justify-content: flex-start;
1911
- min-height: 38px;
1912
- padding: 6px 12px;
1913
- border: none;
1914
- border-radius: 4px;
1915
- margin: 0;
1774
+ .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1775
+ padding: 0;
1916
1776
  }
1917
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1918
- margin: 0;
1919
- padding: 0 4px 0 0;
1920
- width: auto;
1777
+ .e-toolbar .e-toolbar-item > * {
1778
+ text-overflow: ellipsis;
1921
1779
  }
1922
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1923
- padding: 0 0 0 4px;
1780
+ .e-toolbar .e-toolbar-item.e-hidden {
1781
+ display: none;
1924
1782
  }
1925
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1926
- min-width: 12px;
1927
- }
1928
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1929
- min-width: 34px;
1930
- padding: 0;
1931
- }
1932
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
1933
- text-align: center;
1934
- }
1935
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1936
- min-width: 100%;
1783
+ .e-toolbar .e-toolbar-item input[type=checkbox] {
1784
+ height: auto;
1937
1785
  }
1938
- .e-toolbar .e-toolbar-pop .e-toolbar-item {
1939
- -ms-flex-line-pack: center;
1940
- align-content: center;
1941
- -ms-flex-align: center;
1942
- align-items: center;
1786
+ .e-toolbar.e-vertical {
1943
1787
  display: -ms-flexbox;
1944
1788
  display: flex;
1945
- height: 38px;
1946
- -ms-flex-pack: center;
1947
- justify-content: center;
1948
- }
1949
- .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1950
- height: 100%;
1951
- min-width: 100%;
1952
- text-overflow: ellipsis;
1953
- }
1954
- .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1955
- display: none;
1956
- }
1957
- .e-toolbar .e-toolbar-pop .e-toolpopup {
1958
- text-align: center;
1959
- }
1960
- .e-toolbar .e-toolbar-popup {
1961
- text-align: center;
1962
- }
1963
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1964
- margin: 0;
1965
- }
1966
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1967
- margin: 0;
1968
- margin-left: 8px;
1969
- }
1970
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1971
- margin: 0;
1972
- }
1973
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1974
- margin-left: 8px;
1975
- margin-right: initial;
1976
- }
1977
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1978
- margin: 0;
1789
+ -ms-flex-direction: column;
1790
+ flex-direction: column;
1979
1791
  }
1980
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1981
- margin-right: 8px;
1792
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
1793
+ -ms-touch-action: pan-x pinch-zoom;
1794
+ touch-action: pan-x pinch-zoom;
1982
1795
  }
1983
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1984
- margin: 0;
1796
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1797
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1798
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1799
+ height: auto;
1985
1800
  }
1986
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1801
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1987
1802
  left: auto;
1988
- right: 0;
1989
- }
1990
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1991
- left: 0;
1992
1803
  right: auto;
1804
+ top: 0;
1993
1805
  }
1994
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1995
- margin-left: 0;
1996
- }
1997
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1998
- margin-left: 8px;
1999
- }
2000
- .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2001
- margin-left: 0;
2002
- margin-right: 8px;
2003
- }
2004
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
2005
- margin-left: 0;
1806
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1807
+ bottom: 0;
1808
+ left: auto;
1809
+ right: auto;
2006
1810
  }
2007
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
1811
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2008
1812
  margin-left: 0;
2009
- margin-right: 8px;
2010
- }
2011
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
2012
- margin-right: 0;
2013
1813
  }
2014
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
2015
- margin-left: 8px;
2016
- margin-right: 0;
2017
- }
2018
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
1814
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2019
1815
  margin-right: 0;
2020
1816
  }
2021
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
2022
- margin-left: 8px;
2023
- margin-right: 0;
1817
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
1818
+ display: -ms-flexbox;
1819
+ display: flex;
1820
+ height: auto;
2024
1821
  }
2025
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2026
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
2027
- margin-right: 0;
1822
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1823
+ min-width: 33px;
2028
1824
  }
2029
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
2030
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
2031
- margin-right: 8px;
1825
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1826
+ height: auto;
1827
+ margin: 3px 7px;
1828
+ min-height: auto;
2032
1829
  }
2033
- .e-toolbar.e-rtl .e-hor-nav {
1830
+ .e-toolbar.e-vertical .e-hor-nav {
1831
+ bottom: 0;
1832
+ height: auto;
2034
1833
  left: 0;
1834
+ min-height: 40px;
1835
+ min-width: 50px;
2035
1836
  right: auto;
2036
- border-radius: 0 0 0 0;
1837
+ top: auto;
1838
+ width: auto;
1839
+ }
1840
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
1841
+ bottom: 0;
1842
+ top: auto;
1843
+ }
1844
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
1845
+ bottom: auto;
1846
+ top: 0;
2037
1847
  }
2038
1848
  .e-toolbar .e-hor-nav {
2039
1849
  -ms-flex-align: center;
@@ -2056,295 +1866,263 @@
2056
1866
  .e-toolbar .e-popup-down-icon.e-icons,
2057
1867
  .e-toolbar .e-popup-up-icon.e-icons {
2058
1868
  color: #6b7280;
2059
- display: table-cell;
1869
+ display: -ms-flexbox;
1870
+ display: flex;
2060
1871
  text-align: center;
2061
1872
  vertical-align: middle;
1873
+ -ms-flex-align: center;
1874
+ align-items: center;
1875
+ -ms-flex-pack: center;
1876
+ justify-content: center;
2062
1877
  width: 100%;
2063
1878
  font-size: 18px;
2064
1879
  }
2065
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
2066
- line-height: 22px;
2067
- }
2068
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
2069
- line-height: 16px;
2070
- min-height: 16px;
1880
+ .e-toolbar.e-toolpop {
1881
+ overflow: visible;
2071
1882
  }
2072
- .e-toolbar .e-toolbar-items {
2073
- border-radius: 0 0 0 0;
2074
- display: inline-block;
2075
- height: 100%;
2076
- min-height: 38px;
2077
- vertical-align: middle;
1883
+ .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1884
+ display: none;
2078
1885
  }
2079
- .e-toolbar .e-toolbar-items.e-toolbar-multirow {
2080
- margin-bottom: 1px;
2081
- margin-left: 10px;
2082
- margin-right: 10px;
2083
- white-space: normal;
1886
+ .e-toolbar .e-toolbar-pop {
1887
+ border-radius: 4px;
1888
+ overflow: hidden;
1889
+ padding: 0;
1890
+ position: absolute;
2084
1891
  }
2085
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
2086
- margin: 0;
1892
+ .e-toolbar .e-toolbar-pop .e-toolbar-item {
1893
+ display: -ms-flexbox;
1894
+ display: flex;
1895
+ height: 38px;
1896
+ -ms-flex-pack: center;
1897
+ justify-content: center;
1898
+ min-height: 38px;
2087
1899
  }
2088
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
2089
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1900
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
2090
1901
  display: none;
2091
1902
  }
2092
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
2093
- display: -ms-inline-flexbox;
2094
- display: inline-flex;
2095
- }
2096
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
2097
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
2098
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
2099
- display: inline;
1903
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1904
+ min-height: 38px;
1905
+ min-width: 100%;
1906
+ padding: 6px 12px;
1907
+ border: none;
1908
+ border-radius: 4px;
1909
+ -ms-flex-pack: start;
1910
+ justify-content: flex-start;
2100
1911
  }
2101
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
2102
- margin-left: 0;
1912
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1913
+ margin: 0;
1914
+ padding: 0 4px 0 0;
1915
+ width: auto;
2103
1916
  }
2104
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
2105
- margin-right: 0;
1917
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1918
+ padding: 0 0 0 4px;
2106
1919
  }
2107
- .e-toolbar .e-toolbar-items.e-tbar-pos {
2108
- display: block;
1920
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1921
+ min-width: 34px;
1922
+ padding: 0;
2109
1923
  }
2110
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2111
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2112
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2113
- display: table;
1924
+ .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
2114
1925
  height: 100%;
2115
- top: 0;
2116
- }
2117
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
2118
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2119
- position: absolute;
2120
- }
2121
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2122
- right: 0;
1926
+ min-width: 100%;
1927
+ text-overflow: ellipsis;
2123
1928
  }
2124
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2125
- left: 0;
2126
- line-height: 35px;
1929
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1930
+ min-width: 100%;
2127
1931
  }
2128
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
2129
- margin: 0 auto;
1932
+ .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1933
+ display: none;
2130
1934
  }
2131
- .e-toolbar .e-toolbar-items .e-toolbar-left,
2132
- .e-toolbar .e-toolbar-items .e-toolbar-center,
2133
- .e-toolbar .e-toolbar-items .e-toolbar-right {
2134
- display: inline-block;
1935
+ .e-toolbar .e-toolbar-pop .e-toolbar-popup,
1936
+ .e-toolbar .e-toolbar-pop .e-toolpopup {
1937
+ text-align: center;
2135
1938
  }
2136
- .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
2137
- margin-left: 8px;
1939
+ .e-toolbar.e-extended-toolbar {
1940
+ overflow: visible;
2138
1941
  }
2139
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2140
- margin-left: 8px;
1942
+ .e-toolbar.e-extended-toolbar.e-tbar-extended {
1943
+ border-bottom: 0;
1944
+ border-bottom-left-radius: 0;
1945
+ border-bottom-right-radius: 0;
2141
1946
  }
2142
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
2143
- margin-left: 0;
1947
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1948
+ border-top: 0;
1949
+ border-top-left-radius: 0;
1950
+ border-top-right-radius: 0;
1951
+ min-height: 38px;
1952
+ padding-bottom: 0;
1953
+ padding-left: 8px;
1954
+ padding-right: 8px;
1955
+ padding-top: 0;
1956
+ margin-left: -1px;
1957
+ box-shadow: none;
1958
+ display: inline;
1959
+ white-space: normal;
2144
1960
  }
2145
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
2146
- margin-right: 0;
1961
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1962
+ display: -ms-inline-flexbox;
1963
+ display: inline-flex;
1964
+ min-height: 38px;
2147
1965
  }
2148
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
2149
- margin-left: 8px;
1966
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1967
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1968
+ min-height: 30px;
1969
+ min-width: 30px;
1970
+ padding: 0 4px;
2150
1971
  }
2151
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
2152
- margin-right: 0;
2153
- }
2154
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
2155
- margin-right: 8px;
2156
- }
2157
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
2158
- margin-left: 0;
2159
- }
2160
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
2161
- margin-right: 8px;
2162
- }
2163
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
2164
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
2165
- margin-right: 8px;
2166
- }
2167
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
2168
- -ms-touch-action: pan-y pinch-zoom;
2169
- touch-action: pan-y pinch-zoom;
2170
- }
2171
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
2172
- margin-right: 8px;
2173
- }
2174
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
2175
- margin: 0;
2176
- }
2177
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
2178
- margin-right: 8px;
2179
- }
2180
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
2181
- margin: 0;
1972
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1973
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1974
+ padding: 4px;
1975
+ font-size: 14px;
2182
1976
  }
2183
- .e-toolbar .e-toolbar-items .e-toolbar-item {
2184
- -ms-flex-line-pack: center;
2185
- align-content: center;
1977
+ .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),
1978
+ .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) {
1979
+ display: -ms-flexbox;
1980
+ display: flex;
2186
1981
  -ms-flex-align: center;
2187
1982
  align-items: center;
2188
- cursor: pointer;
2189
- display: -ms-inline-flexbox;
2190
- display: inline-flex;
2191
- min-height: 38px;
2192
1983
  vertical-align: middle;
2193
- width: auto;
1984
+ -ms-flex-pack: center;
1985
+ justify-content: center;
1986
+ padding: 5px 6px;
1987
+ font-size: 16px;
2194
1988
  }
2195
- .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2196
- height: inherit;
1989
+ .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),
1990
+ .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) {
1991
+ padding: 4px;
1992
+ }
1993
+ .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),
1994
+ .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) {
1995
+ padding: 4px;
1996
+ }
1997
+ .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,
1998
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1999
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
2000
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
2001
+ padding: 0 4px;
2002
+ }
2003
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
2197
2004
  min-width: 28px;
2198
2005
  padding: 4px;
2199
2006
  }
2200
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2201
- margin: 7px 4px;
2202
- min-height: 24px;
2203
- min-width: 1px;
2007
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2008
+ min-height: 16px;
2204
2009
  }
2205
- .e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
2206
- height: auto;
2010
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
2011
+ display: none;
2207
2012
  }
2208
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2209
- padding: 0;
2013
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
2014
+ display: none;
2210
2015
  }
2211
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2212
- height: calc(100% - 10px);
2213
- margin: 0;
2214
- min-height: 30px;
2215
- min-width: 30px;
2216
- padding: 0 4px;
2217
- border-radius: 4px;
2218
- line-height: 22px;
2016
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
2017
+ display: none;
2219
2018
  }
2220
- .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 {
2221
- padding: 0 4px;
2019
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
2020
+ display: inline;
2222
2021
  }
2223
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2224
- outline: 0;
2022
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
2023
+ width: inherit;
2225
2024
  }
2226
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2227
- padding: 4px;
2025
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2026
+ cursor: pointer;
2027
+ font-size: 18px;
2028
+ overflow: hidden;
2029
+ padding: 0 4px;
2228
2030
  }
2229
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
2230
- padding: 4px;
2031
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
2032
+ font-size: 14px;
2231
2033
  }
2232
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
2233
- margin: 0;
2234
- min-width: 12px;
2235
- width: auto;
2236
- padding-bottom: 0;
2034
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2035
+ height: auto;
2237
2036
  }
2238
- .e-toolbar .e-toolbar-items .e-toolbar-item > * {
2037
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
2239
2038
  -ms-flex-item-align: center;
2240
2039
  -ms-grid-row-align: center;
2241
2040
  align-self: center;
2242
2041
  text-overflow: ellipsis;
2243
2042
  }
2244
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2245
- height: 24px;
2246
- vertical-align: middle;
2247
- }
2248
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
2249
- display: none;
2250
- }
2251
- .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 {
2043
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
2252
2044
  display: none;
2253
2045
  }
2254
- .e-toolbar .e-tbar-btn > :first-child {
2255
- display: inline-block;
2256
- }
2257
- .e-toolbar .e-tbar-btn {
2258
- border: none;
2259
- cursor: pointer;
2260
- font-family: "Inter";
2261
- font-size: 18px;
2262
- font-weight: 400;
2263
- overflow: hidden;
2264
- padding: 0 4px;
2265
- text-align: center;
2266
- text-decoration: none;
2267
- text-transform: none;
2046
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
2047
+ display: -ms-inline-flexbox;
2048
+ display: inline-flex;
2268
2049
  }
2269
- .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
2270
- font-size: 18px;
2271
- vertical-align: middle;
2050
+ .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2051
+ display: table;
2272
2052
  }
2273
- .e-toolbar .e-tbar-btn div {
2274
- vertical-align: middle;
2053
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2054
+ padding: 4px;
2275
2055
  }
2276
- .e-toolbar .e-tbar-btn .e-tbar-btn-text {
2277
- display: inline-block;
2278
- font-family: "Inter";
2279
- font-size: 14px;
2280
- line-height: inherit;
2281
- vertical-align: middle;
2282
- width: auto;
2056
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
2057
+ padding: 4px;
2283
2058
  }
2284
- .e-toolbar.e-vertical {
2285
- display: -ms-flexbox;
2286
- display: flex;
2287
- -ms-flex-direction: column;
2288
- flex-direction: column;
2059
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
2060
+ padding: 4px;
2289
2061
  }
2290
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
2291
- bottom: 0;
2292
- top: auto;
2062
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
2063
+ margin-left: 8px;
2064
+ margin-right: initial;
2293
2065
  }
2294
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
2295
- bottom: auto;
2296
- top: 0;
2066
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
2067
+ margin: 0;
2297
2068
  }
2298
- .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
2299
- -ms-touch-action: pan-x pinch-zoom;
2300
- touch-action: pan-x pinch-zoom;
2069
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
2070
+ margin: 0;
2301
2071
  }
2302
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2303
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2304
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2305
- height: auto;
2072
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
2073
+ margin-right: 8px;
2306
2074
  }
2307
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2075
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2308
2076
  left: auto;
2309
- right: auto;
2310
- top: 0;
2077
+ right: 0;
2311
2078
  }
2312
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2313
- bottom: 0;
2314
- left: auto;
2079
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2080
+ left: 0;
2315
2081
  right: auto;
2316
2082
  }
2317
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2083
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
2318
2084
  margin-left: 0;
2319
2085
  }
2320
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2086
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
2087
+ margin-left: 8px;
2088
+ }
2089
+ .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2090
+ margin-left: 0;
2091
+ margin-right: 8px;
2092
+ }
2093
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2094
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
2321
2095
  margin-right: 0;
2322
2096
  }
2323
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
2324
- display: -ms-flexbox;
2325
- display: flex;
2326
- height: auto;
2097
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
2098
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
2099
+ margin-right: 8px;
2327
2100
  }
2328
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2329
- min-width: 33px;
2101
+ .e-toolbar.e-rtl .e-hor-nav {
2102
+ left: 0;
2103
+ right: auto;
2104
+ border-radius: 0 0 0 0;
2330
2105
  }
2331
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2332
- height: auto;
2333
- margin: 3px 7px;
2334
- min-height: auto;
2106
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
2107
+ margin: 0;
2335
2108
  }
2336
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2109
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
2337
2110
  margin: 0;
2338
2111
  }
2339
- .e-toolbar.e-vertical .e-hor-nav {
2340
- bottom: 0;
2341
- height: auto;
2112
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
2113
+ margin: 0;
2114
+ margin-left: 8px;
2115
+ }
2116
+ .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
2342
2117
  left: 0;
2343
- min-height: 40px;
2344
- min-width: 50px;
2345
2118
  right: auto;
2346
- top: auto;
2347
- width: auto;
2119
+ }
2120
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
2121
+ padding-right: 8px;
2122
+ margin-left: 0;
2123
+ }
2124
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
2125
+ padding-left: 0;
2348
2126
  }
2349
2127
 
2350
2128
  /*! toolbar theme */
@@ -2352,255 +2130,109 @@
2352
2130
  .e-toolbar {
2353
2131
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2354
2132
  background: #f3f4f6;
2355
- border: 0 solid #e5e7eb;
2356
- box-shadow: none;
2357
- }
2358
- .e-toolbar.e-vertical .e-hor-nav {
2359
- border: solid #e5e7eb;
2360
- border-width: 0 0 0 0;
2361
- }
2362
- .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2363
- border: solid #e5e7eb;
2364
- border-width: 0 0 0 0;
2365
- }
2366
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2367
- border-width: 0 0 1px 0;
2368
- }
2369
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2370
- background: #f3f4f6;
2371
- }
2372
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2373
- border: solid #e5e7eb;
2374
- border-width: 0 1px 0 0;
2375
- }
2376
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2377
- color: #6b7280;
2378
- }
2379
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2380
- background: #f3f4f6;
2381
- box-shadow: none;
2382
- color: #111827;
2383
- border: none;
2384
- }
2385
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
2386
- color: #111827;
2387
- }
2388
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2389
- background: #e5e7eb;
2390
- border-radius: 0;
2391
- color: #111827;
2392
- border-color: #6b7280;
2393
- border-style: solid;
2394
- border-width: 0;
2395
- box-shadow: none;
2396
- }
2397
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2398
- color: #6b7280;
2399
- }
2400
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2401
- color: #111827;
2402
- }
2403
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2404
- background: #e5e7eb;
2405
- border-radius: 0;
2406
- color: #111827;
2407
- border-color: #6b7280;
2408
- border-style: solid;
2409
- border-width: 0;
2410
- }
2411
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2412
- color: #6b7280;
2413
- }
2414
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2415
- color: #111827;
2416
- }
2417
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2418
- color: #6b7280;
2133
+ border: 0 solid #e5e7eb;
2134
+ box-shadow: none;
2419
2135
  }
2420
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2421
- color: #111827;
2136
+ .e-toolbar .e-toolbar-items {
2137
+ background: #f3f4f6;
2422
2138
  }
2423
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2139
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
2424
2140
  background: #f3f4f6;
2425
- border-radius: 0;
2426
2141
  box-shadow: none;
2427
2142
  color: #111827;
2428
- border-color: #e5e7eb;
2429
- border-style: solid;
2430
- border-width: 0;
2143
+ border: none;
2431
2144
  }
2432
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
2145
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2433
2146
  color: #6b7280;
2434
2147
  }
2435
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2148
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
2436
2149
  color: #111827;
2437
2150
  }
2438
- .e-toolbar .e-tbar-btn.e-btn .e-icons {
2439
- color: #6b7280;
2151
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
2152
+ background: #e5e7eb;
2153
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2440
2154
  }
2441
- .e-toolbar .e-toolbar-pop {
2442
- background: #f3f4f6;
2443
- border: 0 solid #e5e7eb;
2444
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
2155
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2156
+ color: #374151;
2445
2157
  }
2446
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2447
- background: transparent;
2158
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2159
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2448
2160
  }
2449
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2161
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2450
2162
  background: #e5e7eb;
2451
- box-shadow: none;
2163
+ border-radius: 4px;
2452
2164
  color: #6b7280;
2453
2165
  border-color: #6b7280;
2454
2166
  border-style: solid;
2455
2167
  border-width: 0;
2456
- }
2457
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
2458
- color: #6b7280;
2459
- }
2460
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2461
- color: #6b7280;
2462
- }
2463
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2464
- background: transparent;
2465
2168
  box-shadow: none;
2466
- color: #6b7280;
2467
- border-color: #e5e7eb;
2468
- border-style: solid;
2469
- border-width: 0;
2470
2169
  }
2471
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
2170
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2472
2171
  color: #6b7280;
2473
2172
  }
2474
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2475
- color: #6b7280;
2173
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2174
+ color: #111827;
2476
2175
  }
2477
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2176
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
2478
2177
  background: #e5e7eb;
2479
- box-shadow: none;
2480
- color: #6b7280;
2481
2178
  border-color: #6b7280;
2482
2179
  border-style: solid;
2483
2180
  border-width: 0;
2484
- }
2485
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
2181
+ border-radius: 4px;
2486
2182
  color: #6b7280;
2487
2183
  }
2488
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2184
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
2489
2185
  color: #6b7280;
2490
2186
  }
2491
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2492
- outline: 0;
2493
- }
2494
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2495
- background: transparent;
2496
- }
2497
- .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2498
- background: #f3f4f6;
2499
- }
2500
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2501
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2502
- background: #f3f4f6;
2503
- box-shadow: none;
2504
- border-color: #f3f4f6;
2505
- border-style: solid;
2506
- border-width: 0;
2507
- }
2508
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2509
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2510
- border-color: #f3f4f6;
2511
- border-style: solid;
2512
- border-width: 0;
2513
- }
2514
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2515
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2516
- color: #6b7280;
2187
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2188
+ color: #111827;
2517
2189
  }
2518
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2519
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2190
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2520
2191
  color: #6b7280;
2521
2192
  }
2522
- .e-toolbar .e-tbar-btn {
2523
- background: #f3f4f6;
2524
- box-shadow: none;
2193
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2525
2194
  color: #111827;
2526
- border: none;
2527
2195
  }
2528
- .e-toolbar .e-tbar-btn:focus {
2529
- background: #e5e7eb;
2530
- border-radius: 0;
2531
- color: #6b7280;
2532
- border-color: #6b7280;
2196
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active {
2197
+ background: #f3f4f6;
2198
+ border-color: #e5e7eb;
2533
2199
  border-style: solid;
2534
2200
  border-width: 0;
2201
+ border-radius: 4px;
2535
2202
  box-shadow: none;
2203
+ color: #6b7280;
2536
2204
  }
2537
- .e-toolbar .e-tbar-btn:focus .e-icons {
2205
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
2538
2206
  color: #6b7280;
2539
2207
  }
2540
- .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
2208
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2541
2209
  color: #111827;
2542
2210
  }
2543
- .e-toolbar .e-tbar-btn:hover {
2544
- background: #e5e7eb;
2545
- border-color: #6b7280;
2546
- border-style: solid;
2547
- border-width: 0;
2548
- border-radius: 0;
2549
- color: #6b7280;
2550
- }
2551
- .e-toolbar .e-toolbar-items {
2552
- background: #f3f4f6;
2211
+ .e-toolbar .e-toolbar-item.e-separator {
2212
+ border: solid #e5e7eb;
2213
+ border-width: 0 1px 0 0;
2553
2214
  }
2554
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
2215
+ .e-toolbar .e-toolbar-item.e-overlay {
2555
2216
  background: #f3f4f6;
2556
2217
  opacity: 0.5;
2557
- }
2558
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
2559
- color: #6b7280;
2560
- }
2561
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
2562
- color: #6b7280;
2563
- }
2564
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2565
- color: #111827;
2566
- }
2567
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2568
- color: #374151;
2569
- }
2570
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2571
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2572
- }
2573
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
2574
2218
  color: #6b7280;
2575
2219
  }
2576
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2577
- color: #111827;
2578
- }
2579
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2220
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2580
2221
  color: #6b7280;
2581
2222
  }
2582
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2583
- color: #111827;
2584
- }
2585
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
2223
+ .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2586
2224
  color: #6b7280;
2587
2225
  }
2588
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2589
- color: #111827;
2590
- }
2591
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2226
+ .e-toolbar.e-vertical .e-hor-nav {
2592
2227
  border: solid #e5e7eb;
2593
- border-width: 0 1px 0 0;
2228
+ border-width: 0 0 0 0;
2594
2229
  }
2595
- .e-toolbar.e-rtl .e-hor-nav {
2596
- background: #f3f4f6;
2230
+ .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2597
2231
  border: solid #e5e7eb;
2598
- border-left: 0;
2599
2232
  border-width: 0 0 0 0;
2600
2233
  }
2601
- .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2602
- background: #e5e7eb;
2603
- color: #6b7280;
2234
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2235
+ border-width: 0 0 1px 0;
2604
2236
  }
2605
2237
  .e-toolbar .e-hor-nav {
2606
2238
  background: #f3f4f6;
@@ -2654,20 +2286,110 @@
2654
2286
  .e-toolbar .e-hor-nav:focus .e-icons {
2655
2287
  color: #6b7280;
2656
2288
  }
2657
- .e-toolbar .e-tbar-btn:active {
2289
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2290
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2658
2291
  background: #f3f4f6;
2659
- border-color: #e5e7eb;
2292
+ box-shadow: none;
2293
+ border-color: #f3f4f6;
2660
2294
  border-style: solid;
2661
2295
  border-width: 0;
2662
- border-radius: 0;
2663
- box-shadow: none;
2296
+ }
2297
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2298
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2299
+ border-color: #f3f4f6;
2300
+ border-style: solid;
2301
+ border-width: 0;
2302
+ }
2303
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2304
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2664
2305
  color: #6b7280;
2665
2306
  }
2666
- .e-toolbar .e-tbar-btn:active .e-icons {
2307
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2308
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2667
2309
  color: #6b7280;
2668
2310
  }
2669
- .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2670
- color: #111827;
2311
+ .e-toolbar .e-toolbar-pop {
2312
+ background: #f3f4f6;
2313
+ border: 0 solid #e5e7eb;
2314
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
2315
+ }
2316
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2317
+ background: transparent;
2318
+ }
2319
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2320
+ background: #e5e7eb;
2321
+ box-shadow: none;
2322
+ border-color: #6b7280;
2323
+ border-style: solid;
2324
+ border-width: 0;
2325
+ }
2326
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2327
+ background: transparent;
2328
+ box-shadow: none;
2329
+ border-color: #e5e7eb;
2330
+ border-style: solid;
2331
+ border-width: 0;
2332
+ }
2333
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2334
+ background: #e5e7eb;
2335
+ box-shadow: none;
2336
+ border-color: #6b7280;
2337
+ border-style: solid;
2338
+ border-width: 0;
2339
+ }
2340
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2341
+ outline: 0;
2342
+ }
2343
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2344
+ background: transparent;
2345
+ }
2346
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2347
+ background: #f3f4f6;
2348
+ box-shadow: none;
2349
+ border: none;
2350
+ }
2351
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2352
+ background: #e5e7eb;
2353
+ border-radius: 4px;
2354
+ border-color: #6b7280;
2355
+ border-style: solid;
2356
+ border-width: 0;
2357
+ box-shadow: none;
2358
+ }
2359
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2360
+ background: #e5e7eb;
2361
+ border-radius: 4px;
2362
+ border-color: #6b7280;
2363
+ border-style: solid;
2364
+ border-width: 0;
2365
+ }
2366
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2367
+ background: #f3f4f6;
2368
+ border-radius: 4px;
2369
+ box-shadow: none;
2370
+ border-color: #e5e7eb;
2371
+ border-style: solid;
2372
+ border-width: 0;
2373
+ }
2374
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2375
+ border: solid #e5e7eb;
2376
+ border-width: 0 1px 0 0;
2377
+ }
2378
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2379
+ background: #f3f4f6;
2380
+ }
2381
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2382
+ background: #f3f4f6;
2383
+ }
2384
+ .e-toolbar.e-rtl .e-hor-nav {
2385
+ background: #f3f4f6;
2386
+ border: solid #e5e7eb;
2387
+ border-left: 0;
2388
+ border-width: 0 0 0 0;
2389
+ }
2390
+ .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2391
+ background: #e5e7eb;
2392
+ color: #6b7280;
2671
2393
  }
2672
2394
 
2673
2395
  /*! component's theme wise override tailwind-definitions and variables */
@@ -2729,7 +2451,7 @@
2729
2451
  min-height: 48px;
2730
2452
  min-width: 24px;
2731
2453
  right: 16px;
2732
- font-size: 22px;
2454
+ font-size: 20px;
2733
2455
  }
2734
2456
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
2735
2457
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -2738,7 +2460,7 @@
2738
2460
  }
2739
2461
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
2740
2462
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
2741
- font-size: 22px;
2463
+ font-size: 20px;
2742
2464
  }
2743
2465
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
2744
2466
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -2834,7 +2556,6 @@
2834
2556
  text-decoration: none;
2835
2557
  text-overflow: ellipsis;
2836
2558
  white-space: nowrap;
2837
- margin-bottom: 0;
2838
2559
  }
2839
2560
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
2840
2561
  display: inline-block;
@@ -2895,7 +2616,7 @@
2895
2616
  padding: 20px 20px 20px 38px;
2896
2617
  }
2897
2618
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
2898
- font-weight: normal;
2619
+ font-weight: 400;
2899
2620
  }
2900
2621
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
2901
2622
  font-weight: normal;
@@ -3268,6 +2989,10 @@
3268
2989
  transform: translateX(calc(-100% / var(--carousel-items-count) * (var(--carousel-items-current))));
3269
2990
  transition: transform 0.6s ease-in-out;
3270
2991
  }
2992
+ .e-carousel.e-blazor-carousel.e-partial.e-rtl .e-carousel-items {
2993
+ transform: translateX(calc(100% / var(--carousel-items-count) * (var(--carousel-items-current))));
2994
+ transition: transform 0.6s ease-in-out;
2995
+ }
3271
2996
  .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item {
3272
2997
  backface-visibility: hidden;
3273
2998
  display: none;
@@ -5078,7 +4803,7 @@
5078
4803
  color: unset;
5079
4804
  content: unset;
5080
4805
  display: unset;
5081
- font-weight: unset;
4806
+ font-weight: 500;
5082
4807
  height: unset;
5083
4808
  overflow: unset;
5084
4809
  visibility: unset;
@@ -5676,7 +5401,7 @@
5676
5401
  color: unset;
5677
5402
  content: unset;
5678
5403
  display: unset;
5679
- font-weight: unset;
5404
+ font-weight: 500;
5680
5405
  height: unset;
5681
5406
  overflow: unset;
5682
5407
  visibility: unset;
@@ -5763,6 +5488,10 @@
5763
5488
  }
5764
5489
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
5765
5490
  height: inherit;
5491
+ -ms-flex-direction: column;
5492
+ flex-direction: column;
5493
+ -ms-flex-align: normal;
5494
+ align-items: normal;
5766
5495
  }
5767
5496
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
5768
5497
  padding: 16px 0;
@@ -5835,7 +5564,7 @@
5835
5564
  color: unset;
5836
5565
  content: unset;
5837
5566
  display: unset;
5838
- font-weight: unset;
5567
+ font-weight: 500;
5839
5568
  height: unset;
5840
5569
  overflow: unset;
5841
5570
  visibility: unset;
@@ -5875,7 +5604,7 @@
5875
5604
  color: unset;
5876
5605
  content: unset;
5877
5606
  display: unset;
5878
- font-weight: unset;
5607
+ font-weight: 500;
5879
5608
  height: unset;
5880
5609
  overflow: unset;
5881
5610
  visibility: unset;
@@ -7866,7 +7595,6 @@
7866
7595
  background: inherit;
7867
7596
  color: #111827;
7868
7597
  font-size: 14px;
7869
- line-height: 22px;
7870
7598
  }
7871
7599
 
7872
7600
  .e-tab-clone-element {
@@ -9781,11 +9509,11 @@ ejs-sidebar {
9781
9509
  /*! menu theme */
9782
9510
  .e-menu-wrapper,
9783
9511
  .e-menu-container {
9784
- background-color: #f3f4f6;
9512
+ background: #f3f4f6;
9785
9513
  }
9786
9514
  .e-menu-wrapper .e-menu,
9787
9515
  .e-menu-container .e-menu {
9788
- background-color: inherit;
9516
+ background: inherit;
9789
9517
  color: #111827;
9790
9518
  }
9791
9519
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -9817,7 +9545,7 @@ ejs-sidebar {
9817
9545
  color: #111827;
9818
9546
  outline: 0 solid #e5e7eb;
9819
9547
  outline-offset: 0;
9820
- background-color: #e5e7eb;
9548
+ background: #e5e7eb;
9821
9549
  }
9822
9550
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
9823
9551
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -9832,7 +9560,7 @@ ejs-sidebar {
9832
9560
  color: #111827;
9833
9561
  outline: 0 solid #e5e7eb;
9834
9562
  outline-offset: 0;
9835
- background-color: #e5e7eb;
9563
+ background: #e5e7eb;
9836
9564
  }
9837
9565
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
9838
9566
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -9866,7 +9594,7 @@ ejs-sidebar {
9866
9594
 
9867
9595
  .e-menu-wrapper .e-ul,
9868
9596
  .e-menu-container .e-ul {
9869
- background-color: inherit;
9597
+ background: inherit;
9870
9598
  color: #111827;
9871
9599
  }
9872
9600
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -9894,11 +9622,11 @@ ejs-sidebar {
9894
9622
 
9895
9623
  .e-menu-wrapper.e-menu-popup,
9896
9624
  .e-menu-container.e-menu-popup {
9897
- background-color: #fff;
9625
+ background: #fff;
9898
9626
  }
9899
9627
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
9900
9628
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
9901
- background-color: inherit;
9629
+ background: inherit;
9902
9630
  }
9903
9631
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
9904
9632
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -10440,6 +10168,9 @@ ejs-sidebar {
10440
10168
  .e-appbar.e-horizontal-bottom.e-sticky {
10441
10169
  position: fixed;
10442
10170
  top: auto;
10171
+ max-width: inherit;
10172
+ left: auto;
10173
+ right: auto;
10443
10174
  }
10444
10175
  .e-appbar .e-appbar-separator {
10445
10176
  height: 32px;