@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
package/styles/fluent.css CHANGED
@@ -819,6 +819,7 @@
819
819
  }
820
820
  .e-hscroll > * {
821
821
  height: inherit;
822
+ line-height: normal;
822
823
  }
823
824
  .e-hscroll .e-hscroll-content {
824
825
  display: inline-block;
@@ -920,7 +921,6 @@
920
921
  }
921
922
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
922
923
  background: #edebe9;
923
- border: 0;
924
924
  color: #605e5c;
925
925
  }
926
926
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
@@ -1201,92 +1201,130 @@
1201
1201
  height: 48px;
1202
1202
  min-height: 48px;
1203
1203
  }
1204
- .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
1205
- .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
1206
- font-size: 14px;
1207
- }
1208
- .e-bigger .e-toolbar .e-tbar-btn .e-icons,
1209
- .e-toolbar.e-bigger .e-tbar-btn .e-icons {
1210
- font-size: 20px;
1204
+ .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1205
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1206
+ .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1207
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1208
+ margin-left: 10px;
1211
1209
  }
1212
- .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
1213
- .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
1214
- font-size: 18px;
1210
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1211
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1212
+ margin-right: 10px;
1215
1213
  }
1216
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1217
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1218
- border-bottom: 0;
1219
- border-bottom-left-radius: 0;
1220
- border-bottom-right-radius: 0;
1214
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1215
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1216
+ margin-right: 10px;
1221
1217
  }
1222
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1223
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1224
- border-top: 0;
1225
- border-top-left-radius: 0;
1226
- border-top-right-radius: 0;
1218
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1219
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1220
+ margin-left: 12.5px;
1221
+ margin-right: 12.5px;
1227
1222
  }
1228
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
1229
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1223
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1224
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1230
1225
  margin: 0;
1231
1226
  }
1232
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
1233
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1234
- margin: 0;
1235
- margin-left: 8px;
1227
+ .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,
1228
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1229
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1230
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1231
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1232
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1233
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1234
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1235
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1236
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1237
+ padding: 0 8px;
1236
1238
  }
1237
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
1238
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1239
- margin: 0;
1239
+ .e-bigger .e-toolbar .e-toolbar-item,
1240
+ .e-toolbar.e-bigger .e-toolbar-item {
1241
+ min-height: 48px;
1240
1242
  }
1241
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1242
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1243
- margin-left: 10px;
1244
- margin-right: initial;
1243
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1244
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1245
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
1246
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1247
+ min-height: 48px;
1248
+ min-width: 48px;
1249
+ padding: 0 8px;
1250
+ line-height: 24px;
1245
1251
  }
1246
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1247
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1248
- margin: 0;
1252
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1253
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1254
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1255
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1256
+ padding: 4px;
1257
+ font-size: 14px;
1249
1258
  }
1250
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1251
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1252
- margin-left: 10px;
1253
- margin-right: 0;
1259
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1260
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
1261
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1262
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
1263
+ font-size: 20px;
1254
1264
  }
1255
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1256
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1257
- margin: 0;
1265
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1266
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
1267
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1268
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
1269
+ font-size: 18px;
1270
+ line-height: 14px;
1258
1271
  }
1259
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1260
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1261
- margin-left: 0;
1272
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1273
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
1274
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1275
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
1276
+ padding: 4px 6px;
1262
1277
  }
1263
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
1264
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1265
- margin-left: 8px;
1278
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1279
+ .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,
1280
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1281
+ .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 {
1282
+ padding: 4px 6px;
1266
1283
  }
1267
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1268
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1269
- margin-left: 0;
1270
- margin-right: 10px;
1284
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1285
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1286
+ min-width: 49px;
1287
+ padding: 0;
1288
+ }
1289
+ .e-bigger .e-toolbar .e-toolbar-item.e-separator,
1290
+ .e-toolbar.e-bigger .e-toolbar-item.e-separator {
1291
+ height: 30px;
1292
+ margin: 4px;
1293
+ min-height: 30px;
1294
+ }
1295
+ .e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1296
+ .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,
1297
+ .e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1298
+ .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 {
1299
+ padding: 0;
1271
1300
  }
1272
1301
  .e-bigger .e-toolbar .e-hor-nav,
1273
1302
  .e-toolbar.e-bigger .e-hor-nav {
1274
1303
  min-height: 48px;
1275
1304
  min-width: 36px;
1276
1305
  }
1277
- .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1278
- .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
1279
- line-height: 24px;
1306
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1307
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1308
+ margin-left: 0;
1280
1309
  }
1281
- .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1282
- .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1283
- line-height: 15px;
1284
- min-height: 18px;
1285
- min-width: 13px;
1310
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1311
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1312
+ margin-right: 0;
1286
1313
  }
1287
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
1288
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1289
- line-height: inherit;
1314
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
1315
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
1316
+ min-height: 38px;
1317
+ }
1318
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
1319
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
1320
+ height: auto;
1321
+ margin: 5px 10px;
1322
+ min-height: auto;
1323
+ }
1324
+ .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1325
+ .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1326
+ min-height: 40px;
1327
+ min-width: 50px;
1290
1328
  }
1291
1329
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
1292
1330
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
@@ -1296,147 +1334,25 @@
1296
1334
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1297
1335
  min-width: 48px;
1298
1336
  padding: 0;
1299
- }
1300
- .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
1301
- .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1302
- min-width: 13px;
1303
- font-size: 18px;
1337
+ min-height: 48px;
1304
1338
  }
1305
1339
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
1306
1340
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1307
1341
  min-height: 48px;
1308
1342
  padding: 8px 18px;
1309
- line-height: 24px;
1343
+ min-width: 100%;
1310
1344
  }
1311
1345
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1312
1346
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1313
1347
  margin-left: 0;
1314
1348
  padding: 0 6px 0 0;
1349
+ font-size: 18px;
1315
1350
  }
1316
1351
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1317
1352
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1318
1353
  padding: 4px;
1319
1354
  font-size: 14px;
1320
1355
  }
1321
- .e-bigger .e-toolbar .e-toolbar-items,
1322
- .e-toolbar.e-bigger .e-toolbar-items {
1323
- min-height: 48px;
1324
- }
1325
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1326
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1327
- margin-left: 12.5px;
1328
- margin-right: 12.5px;
1329
- white-space: normal;
1330
- }
1331
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1332
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1333
- margin: 0;
1334
- }
1335
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1336
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
1337
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1338
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1339
- display: none;
1340
- }
1341
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
1342
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1343
- display: -ms-inline-flexbox;
1344
- display: inline-flex;
1345
- }
1346
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
1347
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1348
- margin-left: 0;
1349
- }
1350
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
1351
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1352
- margin-right: 0;
1353
- }
1354
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1355
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1356
- margin-right: 10px;
1357
- }
1358
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1359
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1360
- margin: 0;
1361
- }
1362
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1363
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1364
- margin-right: 10px;
1365
- }
1366
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1367
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1368
- margin: 0;
1369
- }
1370
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1371
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1372
- margin-left: 10px;
1373
- }
1374
- .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1375
- .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1376
- margin-left: 10px;
1377
- }
1378
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
1379
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
1380
- min-height: 48px;
1381
- }
1382
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
1383
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1384
- min-width: 49px;
1385
- padding: 0;
1386
- }
1387
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
1388
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
1389
- height: 30px;
1390
- margin: 4px;
1391
- min-height: 30px;
1392
- }
1393
- .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,
1394
- .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,
1395
- .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,
1396
- .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 {
1397
- padding: 0;
1398
- }
1399
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1400
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1401
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1402
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1403
- height: calc(100% - 11px);
1404
- margin: 0;
1405
- min-height: 48px;
1406
- min-width: 48px;
1407
- padding: 0 8px;
1408
- line-height: 24px;
1409
- }
1410
- .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,
1411
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1412
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1413
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1414
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1415
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1416
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1417
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1418
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1419
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1420
- padding: 0 8px;
1421
- }
1422
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1423
- .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,
1424
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1425
- .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 {
1426
- padding: 4px 6px;
1427
- }
1428
- .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,
1429
- .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,
1430
- .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,
1431
- .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 {
1432
- padding: 4px 6px;
1433
- }
1434
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1435
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1436
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1437
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1438
- padding: 4px;
1439
- }
1440
1356
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1441
1357
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1442
1358
  min-height: 48px;
@@ -1445,68 +1361,24 @@
1445
1361
  padding-right: 10px;
1446
1362
  padding-top: 0;
1447
1363
  }
1448
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
1449
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1450
- display: none;
1451
- }
1452
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
1453
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1454
- display: inline;
1455
- }
1456
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
1457
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1458
- width: inherit;
1459
- }
1460
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1461
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1462
- box-shadow: none;
1463
- display: inline;
1464
- white-space: normal;
1465
- }
1466
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1467
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1468
- margin: 0;
1469
- min-width: 49px;
1470
- padding: 0;
1471
- }
1472
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
1473
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1474
- display: none;
1475
- }
1476
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1477
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1478
- display: -ms-inline-flexbox;
1479
- display: inline-flex;
1480
- }
1481
1364
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1482
1365
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1483
- -ms-flex-line-pack: center;
1484
- align-content: center;
1485
- -ms-flex-align: center;
1486
- align-items: center;
1487
- cursor: pointer;
1488
- display: -ms-inline-flexbox;
1489
- display: inline-flex;
1490
1366
  min-height: 48px;
1491
- vertical-align: middle;
1492
- width: auto;
1493
- }
1494
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1495
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1496
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1497
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1498
- padding: 4px;
1499
1367
  }
1500
1368
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1501
1369
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1502
1370
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1503
1371
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1504
- height: calc(100% - 11px);
1505
- margin: 0;
1506
1372
  min-height: 48px;
1507
1373
  min-width: 48px;
1508
1374
  padding: 0 8px;
1509
1375
  }
1376
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1377
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1378
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1379
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1380
+ padding: 4px;
1381
+ }
1510
1382
  .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,
1511
1383
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1512
1384
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
@@ -1519,9 +1391,10 @@
1519
1391
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1520
1392
  padding: 0 8px;
1521
1393
  }
1522
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1523
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1524
- line-height: 24px;
1394
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1395
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1396
+ min-width: 49px;
1397
+ padding: 0;
1525
1398
  }
1526
1399
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1527
1400
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
@@ -1529,129 +1402,164 @@
1529
1402
  margin: 4px;
1530
1403
  min-height: 30px;
1531
1404
  }
1532
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1533
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1534
- line-height: 15px;
1535
- min-height: 18px;
1536
- min-width: 13px;
1405
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1406
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1407
+ border-bottom: 0;
1408
+ border-bottom-left-radius: 0;
1409
+ border-bottom-right-radius: 0;
1537
1410
  }
1538
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
1539
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
1540
- left: 0;
1541
- right: auto;
1411
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1412
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1413
+ border-top: 0;
1414
+ border-top-left-radius: 0;
1415
+ border-top-right-radius: 0;
1542
1416
  }
1543
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1544
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1545
- padding-right: 10px;
1417
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1418
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1419
+ padding: 4px 6px;
1546
1420
  }
1547
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
1548
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1549
- min-height: 38px;
1421
+ .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,
1422
+ .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 {
1423
+ padding: 4px 6px;
1550
1424
  }
1551
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
1552
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1553
- height: auto;
1554
- margin: 5px 10px;
1555
- min-height: auto;
1425
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1426
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1427
+ padding: 4px;
1428
+ }
1429
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1430
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1431
+ margin-left: 10px;
1432
+ margin-right: initial;
1556
1433
  }
1557
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1558
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1434
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1435
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1559
1436
  margin: 0;
1560
1437
  }
1561
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1562
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1563
- margin-left: 0;
1438
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1439
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1440
+ margin: 0;
1564
1441
  }
1565
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1566
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1442
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1443
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1444
+ margin-left: 10px;
1567
1445
  margin-right: 0;
1568
1446
  }
1569
- .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1570
- .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1571
- min-height: 40px;
1572
- min-width: 50px;
1447
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1448
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1449
+ margin-left: 0;
1450
+ margin-right: 10px;
1451
+ }
1452
+ .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1453
+ .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1454
+ padding-right: 10px;
1573
1455
  }
1574
1456
 
1575
1457
  .e-toolbar {
1576
1458
  border-radius: 0;
1577
1459
  display: block;
1578
- height: 38px;
1579
- min-height: 38px;
1460
+ height: 40px;
1461
+ min-height: 40px;
1580
1462
  position: relative;
1581
1463
  -webkit-user-select: none;
1582
1464
  -ms-user-select: none;
1583
1465
  user-select: none;
1584
1466
  white-space: nowrap;
1467
+ overflow: hidden;
1585
1468
  }
1586
1469
  .e-toolbar .e-blazor-toolbar-items {
1587
1470
  position: absolute;
1588
1471
  top: -9999px;
1589
1472
  visibility: hidden;
1590
1473
  }
1591
- .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1592
- left: 0;
1593
- right: auto;
1474
+ .e-toolbar.e-control[class*=e-toolbar] {
1475
+ box-sizing: content-box;
1594
1476
  }
1595
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1596
- padding-right: 8px;
1597
- margin-left: 0;
1477
+ .e-toolbar.e-corner {
1478
+ border-radius: 4px;
1598
1479
  }
1599
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1600
- padding-left: 0;
1480
+ .e-toolbar.e-hidden {
1481
+ display: none;
1601
1482
  }
1602
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1483
+ .e-toolbar .e-toolbar-items {
1484
+ border-radius: 0 0 0 0;
1485
+ display: -ms-inline-flexbox;
1486
+ display: inline-flex;
1487
+ height: 100%;
1488
+ vertical-align: middle;
1489
+ -ms-flex-align: center;
1490
+ align-items: center;
1491
+ }
1492
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1493
+ margin-bottom: 1px;
1494
+ margin-left: 10px;
1495
+ margin-right: 10px;
1496
+ white-space: normal;
1497
+ -ms-flex-wrap: wrap;
1498
+ flex-wrap: wrap;
1499
+ }
1500
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1501
+ margin: 0;
1502
+ }
1503
+ .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 {
1603
1504
  display: none;
1604
1505
  }
1605
- .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
1606
- border-bottom: 0;
1607
- border-bottom-left-radius: 0;
1608
- border-bottom-right-radius: 0;
1506
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1507
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1508
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1509
+ display: inline;
1609
1510
  }
1610
- .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1511
+ .e-toolbar .e-toolbar-items.e-tbar-pos {
1512
+ display: block;
1513
+ }
1514
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1515
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1516
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1611
1517
  display: table;
1518
+ height: 100%;
1519
+ top: 0;
1612
1520
  }
1613
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1614
- border-top: 0;
1615
- border-top-left-radius: 0;
1616
- border-top-right-radius: 0;
1617
- min-height: 38px;
1618
- padding-bottom: 0;
1619
- padding-left: 8px;
1620
- padding-right: 8px;
1621
- padding-top: 0;
1622
- margin-left: -1px;
1521
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1522
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1523
+ position: absolute;
1623
1524
  }
1624
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
1625
- display: none;
1525
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1526
+ right: 0;
1626
1527
  }
1627
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1628
- display: none;
1528
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1529
+ left: 0;
1629
1530
  }
1630
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1631
- display: inline;
1531
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1532
+ margin: 0 auto;
1632
1533
  }
1633
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1634
- width: inherit;
1534
+ .e-toolbar .e-toolbar-items .e-toolbar-left,
1535
+ .e-toolbar .e-toolbar-items .e-toolbar-center,
1536
+ .e-toolbar .e-toolbar-items .e-toolbar-right {
1537
+ display: inline-block;
1635
1538
  }
1636
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1637
- box-shadow: none;
1638
- display: inline;
1639
- white-space: normal;
1539
+ .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 {
1540
+ margin-left: 8px;
1640
1541
  }
1641
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1542
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
1543
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
1544
+ margin-right: 8px;
1545
+ }
1546
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1547
+ -ms-touch-action: pan-y pinch-zoom;
1548
+ touch-action: pan-y pinch-zoom;
1549
+ }
1550
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1551
+ margin-right: 8px;
1552
+ }
1553
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1642
1554
  margin: 0;
1643
- height: 100%;
1644
- min-width: 28px;
1645
- padding: 0;
1646
1555
  }
1647
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1648
- display: none;
1556
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1557
+ margin: 0;
1649
1558
  }
1650
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1651
- display: -ms-inline-flexbox;
1652
- display: inline-flex;
1559
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1560
+ margin-right: 8px;
1653
1561
  }
1654
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1562
+ .e-toolbar .e-toolbar-item {
1655
1563
  -ms-flex-line-pack: center;
1656
1564
  align-content: center;
1657
1565
  -ms-flex-align: center;
@@ -1663,240 +1571,142 @@
1663
1571
  vertical-align: middle;
1664
1572
  width: auto;
1665
1573
  }
1666
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1667
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1668
- padding: 4px;
1669
- }
1670
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1671
- display: inline-block;
1672
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1673
- font-size: 14px;
1674
- line-height: inherit;
1574
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1575
+ display: -ms-flexbox;
1576
+ display: flex;
1577
+ -ms-flex-align: center;
1578
+ align-items: center;
1675
1579
  vertical-align: middle;
1676
- width: auto;
1677
- }
1678
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1679
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1680
- height: calc(100% - 10px);
1580
+ -ms-flex-pack: center;
1581
+ justify-content: center;
1681
1582
  margin: 0;
1682
1583
  min-height: 40px;
1683
1584
  min-width: 40px;
1684
1585
  padding: 0 4px;
1685
- }
1686
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1586
+ border-radius: 2px;
1687
1587
  line-height: 22px;
1688
- }
1689
- .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 {
1690
- padding: 0 4px;
1691
- }
1692
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1693
- margin: 4px;
1694
- min-height: 16px;
1695
- min-width: 1px;
1696
- vertical-align: middle;
1697
- }
1698
- .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) {
1699
- line-height: 13px;
1700
- min-height: 16px;
1701
- min-width: 12px;
1702
- padding: 0;
1703
- font-size: 14px;
1704
- }
1705
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1706
- display: -ms-inline-flexbox;
1707
- display: inline-flex;
1708
- }
1709
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1710
- height: auto;
1711
- }
1712
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1713
- font-size: 14px;
1714
- vertical-align: middle;
1715
- }
1716
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1588
+ border: none;
1717
1589
  cursor: pointer;
1718
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1719
1590
  font-size: 18px;
1720
1591
  font-weight: 400;
1721
1592
  overflow: hidden;
1722
- padding: 0 4px;
1723
1593
  text-align: center;
1724
1594
  text-decoration: none;
1725
1595
  text-transform: none;
1726
1596
  }
1727
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
1728
- display: inline-block;
1597
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1598
+ padding: 4px;
1729
1599
  }
1730
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
1731
- -ms-flex-item-align: center;
1732
- -ms-grid-row-align: center;
1733
- align-self: center;
1734
- text-overflow: ellipsis;
1600
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1601
+ padding: 4px;
1735
1602
  }
1736
- .e-toolbar.e-control[class*=e-toolbar] {
1737
- box-sizing: content-box;
1603
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1604
+ margin: 0;
1605
+ min-width: 12px;
1606
+ width: auto;
1607
+ font-size: 18px;
1608
+ line-height: 14px;
1738
1609
  }
1739
- .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1740
- display: none;
1610
+ .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 {
1611
+ padding: 0 4px;
1741
1612
  }
1742
- .e-toolbar .e-tbar-btn-text,
1743
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1744
- display: inline-block;
1745
- padding: 4px;
1613
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1614
+ outline: none;
1746
1615
  }
1747
- .e-toolbar.e-hidden,
1748
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
1749
- display: none;
1616
+ .e-toolbar .e-toolbar-item .e-tbar-btn div {
1617
+ vertical-align: middle;
1750
1618
  }
1751
- .e-toolbar.e-corner {
1752
- border-radius: 4px;
1619
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1620
+ font-size: 14px;
1621
+ padding: 4px;
1753
1622
  }
1754
- .e-toolbar .e-toolbar-pop {
1755
- border-radius: 4px;
1756
- overflow: hidden;
1623
+ .e-toolbar .e-toolbar-item:not(.e-separator) {
1624
+ height: inherit;
1625
+ min-width: 28px;
1757
1626
  padding: 0;
1758
- position: absolute;
1759
1627
  }
1760
- .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1761
- margin: 0;
1762
- width: auto;
1628
+ .e-toolbar .e-toolbar-item.e-separator {
1629
+ margin: 4px;
1630
+ min-height: 24px;
1631
+ min-width: 1px;
1632
+ height: 24px;
1763
1633
  }
1764
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1634
+ .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 {
1765
1635
  display: none;
1766
1636
  }
1767
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1768
- -ms-flex-align: center;
1769
- align-items: center;
1770
- display: -ms-inline-flexbox;
1771
- display: inline-flex;
1772
- -ms-flex-pack: start;
1773
- justify-content: flex-start;
1774
- min-height: 38px;
1775
- padding: 6px 12px;
1776
- border: none;
1777
- border-radius: 2px;
1778
- margin: 0;
1637
+ .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1638
+ padding: 0;
1779
1639
  }
1780
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1781
- margin: 0;
1782
- padding: 0 4px 0 0;
1783
- width: auto;
1640
+ .e-toolbar .e-toolbar-item > * {
1641
+ text-overflow: ellipsis;
1784
1642
  }
1785
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1786
- padding: 4px;
1787
- }
1788
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1789
- min-width: 12px;
1790
- }
1791
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1792
- min-width: 34px;
1793
- padding: 0;
1794
- }
1795
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
1796
- text-align: center;
1643
+ .e-toolbar .e-toolbar-item.e-hidden {
1644
+ display: none;
1797
1645
  }
1798
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1799
- min-width: 100%;
1646
+ .e-toolbar .e-toolbar-item input[type=checkbox] {
1647
+ height: auto;
1800
1648
  }
1801
- .e-toolbar .e-toolbar-pop .e-toolbar-item {
1802
- -ms-flex-line-pack: center;
1803
- align-content: center;
1804
- -ms-flex-align: center;
1805
- align-items: center;
1649
+ .e-toolbar.e-vertical {
1806
1650
  display: -ms-flexbox;
1807
1651
  display: flex;
1808
- height: auto;
1809
- -ms-flex-pack: center;
1810
- justify-content: center;
1811
- }
1812
- .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1813
- height: 100%;
1814
- min-width: 100%;
1815
- text-overflow: ellipsis;
1816
- }
1817
- .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1818
- display: none;
1819
- }
1820
- .e-toolbar .e-toolbar-pop .e-toolpopup {
1821
- text-align: center;
1822
- }
1823
- .e-toolbar .e-toolbar-popup {
1824
- text-align: center;
1825
- }
1826
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1827
- margin: 0;
1828
- }
1829
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1830
- margin: 0;
1831
- margin-left: 8px;
1832
- }
1833
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1834
- margin: 0;
1835
- }
1836
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1837
- margin-left: 8px;
1838
- margin-right: initial;
1839
- }
1840
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1841
- margin: 0;
1652
+ -ms-flex-direction: column;
1653
+ flex-direction: column;
1842
1654
  }
1843
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1844
- margin-right: 8px;
1655
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
1656
+ -ms-touch-action: pan-x pinch-zoom;
1657
+ touch-action: pan-x pinch-zoom;
1845
1658
  }
1846
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1847
- margin: 0;
1659
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1660
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1661
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1662
+ height: auto;
1848
1663
  }
1849
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1664
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1850
1665
  left: auto;
1851
- right: 0;
1852
- }
1853
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1854
- left: 0;
1855
1666
  right: auto;
1667
+ top: 0;
1856
1668
  }
1857
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1858
- margin-left: 0;
1859
- }
1860
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1861
- margin-left: 8px;
1862
- }
1863
- .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1864
- margin-left: 0;
1865
- margin-right: 8px;
1866
- }
1867
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
1868
- margin-left: 0;
1669
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1670
+ bottom: 0;
1671
+ left: auto;
1672
+ right: auto;
1869
1673
  }
1870
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
1674
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1871
1675
  margin-left: 0;
1872
- margin-right: 8px;
1873
1676
  }
1874
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
1875
- margin-right: 0;
1876
- }
1877
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
1878
- margin-left: 8px;
1879
- margin-right: 0;
1880
- }
1881
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
1677
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1882
1678
  margin-right: 0;
1883
1679
  }
1884
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
1885
- margin-left: 8px;
1886
- margin-right: 0;
1680
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
1681
+ display: -ms-flexbox;
1682
+ display: flex;
1683
+ height: auto;
1887
1684
  }
1888
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1889
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1890
- margin-right: 0;
1685
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1686
+ min-width: 33px;
1891
1687
  }
1892
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1893
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1894
- margin-right: 8px;
1688
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1689
+ height: auto;
1690
+ margin: 3px 7px;
1691
+ min-height: auto;
1895
1692
  }
1896
- .e-toolbar.e-rtl .e-hor-nav {
1693
+ .e-toolbar.e-vertical .e-hor-nav {
1694
+ bottom: 0;
1695
+ height: auto;
1897
1696
  left: 0;
1697
+ min-height: 40px;
1698
+ min-width: 50px;
1898
1699
  right: auto;
1899
- border-radius: 0 0 0 0;
1700
+ top: auto;
1701
+ width: auto;
1702
+ }
1703
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
1704
+ bottom: 0;
1705
+ top: auto;
1706
+ }
1707
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
1708
+ bottom: auto;
1709
+ top: 0;
1900
1710
  }
1901
1711
  .e-toolbar .e-hor-nav {
1902
1712
  -ms-flex-align: center;
@@ -1919,476 +1729,299 @@
1919
1729
  .e-toolbar .e-popup-down-icon.e-icons,
1920
1730
  .e-toolbar .e-popup-up-icon.e-icons {
1921
1731
  color: #605e5c;
1922
- display: table-cell;
1732
+ display: -ms-flexbox;
1733
+ display: flex;
1923
1734
  text-align: center;
1924
1735
  vertical-align: middle;
1736
+ -ms-flex-align: center;
1737
+ align-items: center;
1738
+ -ms-flex-pack: center;
1739
+ justify-content: center;
1925
1740
  width: 100%;
1926
1741
  font-size: 12px;
1927
1742
  }
1928
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1929
- line-height: 22px;
1930
- }
1931
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1932
- line-height: 13px;
1933
- min-height: 16px;
1743
+ .e-toolbar.e-toolpop {
1744
+ overflow: visible;
1934
1745
  }
1935
- .e-toolbar .e-toolbar-items {
1936
- border-radius: 0 0 0 0;
1937
- display: inline-block;
1938
- height: 100%;
1939
- min-height: 40px;
1940
- vertical-align: middle;
1746
+ .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1747
+ display: none;
1941
1748
  }
1942
- .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1943
- margin-bottom: 1px;
1944
- margin-left: 10px;
1945
- margin-right: 10px;
1946
- white-space: normal;
1749
+ .e-toolbar .e-toolbar-pop {
1750
+ border-radius: 4px;
1751
+ overflow: hidden;
1752
+ padding: 0;
1753
+ position: absolute;
1947
1754
  }
1948
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1949
- margin: 0;
1755
+ .e-toolbar .e-toolbar-pop .e-toolbar-item {
1756
+ display: -ms-flexbox;
1757
+ display: flex;
1758
+ height: auto;
1759
+ -ms-flex-pack: center;
1760
+ justify-content: center;
1761
+ min-height: 38px;
1950
1762
  }
1951
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1952
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1763
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1953
1764
  display: none;
1954
1765
  }
1955
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1956
- display: -ms-inline-flexbox;
1957
- display: inline-flex;
1958
- }
1959
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1960
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1961
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1962
- display: inline;
1766
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1767
+ min-height: 38px;
1768
+ min-width: 100%;
1769
+ padding: 6px 12px;
1770
+ border: none;
1771
+ border-radius: 2px;
1772
+ -ms-flex-pack: start;
1773
+ justify-content: flex-start;
1963
1774
  }
1964
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1965
- margin-left: 0;
1775
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1776
+ margin: 0;
1777
+ padding: 0 4px 0 0;
1778
+ width: auto;
1966
1779
  }
1967
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1968
- margin-right: 0;
1780
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1781
+ padding: 4px;
1969
1782
  }
1970
- .e-toolbar .e-toolbar-items.e-tbar-pos {
1971
- display: block;
1783
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1784
+ min-width: 34px;
1785
+ padding: 0;
1972
1786
  }
1973
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1974
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1975
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1976
- display: table;
1787
+ .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1977
1788
  height: 100%;
1978
- top: 0;
1979
- }
1980
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1981
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1982
- position: absolute;
1789
+ min-width: 100%;
1790
+ text-overflow: ellipsis;
1983
1791
  }
1984
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1985
- right: 0;
1792
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1793
+ min-width: 100%;
1986
1794
  }
1987
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1988
- left: 0;
1989
- line-height: 35px;
1795
+ .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1796
+ display: none;
1990
1797
  }
1991
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1992
- margin: 0 auto;
1798
+ .e-toolbar .e-toolbar-pop .e-toolbar-popup,
1799
+ .e-toolbar .e-toolbar-pop .e-toolpopup {
1800
+ text-align: center;
1993
1801
  }
1994
- .e-toolbar .e-toolbar-items .e-toolbar-left,
1995
- .e-toolbar .e-toolbar-items .e-toolbar-center,
1996
- .e-toolbar .e-toolbar-items .e-toolbar-right {
1997
- display: inline-block;
1802
+ .e-toolbar.e-extended-toolbar {
1803
+ overflow: visible;
1998
1804
  }
1999
- .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
2000
- margin-left: 8px;
1805
+ .e-toolbar.e-extended-toolbar.e-tbar-extended {
1806
+ border-bottom: 0;
1807
+ border-bottom-left-radius: 0;
1808
+ border-bottom-right-radius: 0;
2001
1809
  }
2002
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2003
- margin-left: 8px;
1810
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1811
+ border-top: 0;
1812
+ border-top-left-radius: 0;
1813
+ border-top-right-radius: 0;
1814
+ min-height: 40px;
1815
+ padding-bottom: 0;
1816
+ padding-left: 8px;
1817
+ padding-right: 8px;
1818
+ padding-top: 0;
1819
+ margin-left: -1px;
1820
+ box-shadow: none;
1821
+ display: inline;
1822
+ white-space: normal;
2004
1823
  }
2005
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
2006
- margin-left: 0;
1824
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1825
+ display: -ms-inline-flexbox;
1826
+ display: inline-flex;
1827
+ min-height: 38px;
2007
1828
  }
2008
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
2009
- margin-right: 0;
1829
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1830
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1831
+ min-height: 40px;
1832
+ min-width: 40px;
1833
+ padding: 0 4px;
2010
1834
  }
2011
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
2012
- margin-left: 8px;
2013
- }
2014
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
2015
- margin-right: 0;
2016
- }
2017
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
2018
- margin-right: 8px;
2019
- }
2020
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
2021
- margin-left: 0;
2022
- }
2023
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
2024
- margin-right: 8px;
2025
- }
2026
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
2027
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
2028
- margin-right: 8px;
2029
- }
2030
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
2031
- -ms-touch-action: pan-y pinch-zoom;
2032
- touch-action: pan-y pinch-zoom;
2033
- }
2034
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
2035
- margin-right: 8px;
2036
- }
2037
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
2038
- margin: 0;
2039
- }
2040
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
2041
- margin-right: 8px;
2042
- }
2043
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
2044
- margin: 0;
1835
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1836
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1837
+ padding: 4px;
1838
+ font-size: 14px;
2045
1839
  }
2046
- .e-toolbar .e-toolbar-items .e-toolbar-item {
2047
- -ms-flex-line-pack: center;
2048
- align-content: center;
1840
+ .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),
1841
+ .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) {
1842
+ display: -ms-flexbox;
1843
+ display: flex;
2049
1844
  -ms-flex-align: center;
2050
1845
  align-items: center;
2051
- cursor: pointer;
2052
- display: -ms-inline-flexbox;
2053
- display: inline-flex;
2054
- min-height: 38px;
2055
1846
  vertical-align: middle;
2056
- width: auto;
2057
- }
2058
- .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2059
- height: inherit;
2060
- min-width: 28px;
2061
- padding: 0;
2062
- }
2063
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2064
- margin: 4px;
2065
- min-height: 24px;
2066
- min-width: 1px;
2067
- }
2068
- .e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
2069
- height: auto;
2070
- }
2071
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1847
+ -ms-flex-pack: center;
1848
+ justify-content: center;
2072
1849
  padding: 0;
1850
+ font-size: 14px;
2073
1851
  }
2074
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2075
- height: calc(100% - 10px);
2076
- margin: 0;
2077
- min-height: 40px;
2078
- min-width: 40px;
2079
- padding: 0 4px;
2080
- border-radius: 2px;
2081
- line-height: 22px;
2082
- }
2083
- .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 {
2084
- padding: 0 4px;
2085
- }
2086
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2087
- outline: none;
2088
- }
2089
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1852
+ .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),
1853
+ .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) {
2090
1854
  padding: 4px;
2091
1855
  }
2092
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1856
+ .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),
1857
+ .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) {
2093
1858
  padding: 4px;
2094
1859
  }
2095
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
2096
- margin: 0;
2097
- min-width: 12px;
2098
- width: auto;
2099
- padding-bottom: 0;
1860
+ .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,
1861
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1862
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1863
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1864
+ padding: 0 4px;
2100
1865
  }
2101
- .e-toolbar .e-toolbar-items .e-toolbar-item > * {
2102
- -ms-flex-item-align: center;
2103
- -ms-grid-row-align: center;
2104
- align-self: center;
2105
- text-overflow: ellipsis;
1866
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1867
+ min-width: 28px;
1868
+ padding: 0;
2106
1869
  }
2107
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2108
- height: 24px;
2109
- vertical-align: middle;
1870
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1871
+ min-height: 16px;
2110
1872
  }
2111
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
1873
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
2112
1874
  display: none;
2113
1875
  }
2114
- .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 {
1876
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
2115
1877
  display: none;
2116
1878
  }
2117
- .e-toolbar .e-tbar-btn > :first-child {
2118
- display: inline-block;
1879
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1880
+ display: none;
2119
1881
  }
2120
- .e-toolbar .e-tbar-btn {
2121
- border: none;
1882
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1883
+ display: inline;
1884
+ }
1885
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
1886
+ width: inherit;
1887
+ }
1888
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2122
1889
  cursor: pointer;
2123
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
2124
1890
  font-size: 18px;
2125
- font-weight: 400;
2126
1891
  overflow: hidden;
2127
1892
  padding: 0 4px;
2128
- text-align: center;
2129
- text-decoration: none;
2130
- text-transform: none;
2131
1893
  }
2132
- .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
2133
- font-size: 18px;
2134
- vertical-align: middle;
2135
- }
2136
- .e-toolbar .e-tbar-btn div {
2137
- vertical-align: middle;
2138
- }
2139
- .e-toolbar .e-tbar-btn .e-tbar-btn-text {
2140
- display: inline-block;
2141
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1894
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
2142
1895
  font-size: 14px;
2143
- line-height: inherit;
2144
- vertical-align: middle;
2145
- width: auto;
2146
1896
  }
2147
- .e-toolbar.e-vertical {
2148
- display: -ms-flexbox;
2149
- display: flex;
2150
- -ms-flex-direction: column;
2151
- flex-direction: column;
1897
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1898
+ height: auto;
2152
1899
  }
2153
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
2154
- bottom: 0;
2155
- top: auto;
1900
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
1901
+ -ms-flex-item-align: center;
1902
+ -ms-grid-row-align: center;
1903
+ align-self: center;
1904
+ text-overflow: ellipsis;
2156
1905
  }
2157
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
2158
- bottom: auto;
2159
- top: 0;
1906
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1907
+ display: none;
2160
1908
  }
2161
- .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
2162
- -ms-touch-action: pan-x pinch-zoom;
2163
- touch-action: pan-x pinch-zoom;
1909
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1910
+ display: -ms-inline-flexbox;
1911
+ display: inline-flex;
2164
1912
  }
2165
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2166
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2167
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2168
- height: auto;
1913
+ .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1914
+ display: table;
2169
1915
  }
2170
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2171
- left: auto;
2172
- right: auto;
2173
- top: 0;
1916
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1917
+ padding: 4px;
2174
1918
  }
2175
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2176
- bottom: 0;
2177
- left: auto;
2178
- right: auto;
1919
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1920
+ padding: 4px;
2179
1921
  }
2180
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2181
- margin-left: 0;
1922
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1923
+ padding: 4px;
2182
1924
  }
2183
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2184
- margin-right: 0;
1925
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1926
+ margin-left: 8px;
1927
+ margin-right: initial;
2185
1928
  }
2186
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
2187
- display: -ms-flexbox;
2188
- display: flex;
2189
- height: auto;
1929
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1930
+ margin: 0;
2190
1931
  }
2191
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2192
- min-width: 33px;
1932
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1933
+ margin: 0;
2193
1934
  }
2194
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2195
- height: auto;
2196
- margin: 3px 7px;
2197
- min-height: auto;
1935
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1936
+ margin-right: 8px;
2198
1937
  }
2199
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2200
- margin: 0;
1938
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1939
+ left: auto;
1940
+ right: 0;
2201
1941
  }
2202
- .e-toolbar.e-vertical .e-hor-nav {
2203
- bottom: 0;
2204
- height: auto;
1942
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2205
1943
  left: 0;
2206
- min-height: 40px;
2207
- min-width: 50px;
2208
1944
  right: auto;
2209
- top: auto;
2210
- width: auto;
2211
- }
2212
-
2213
- /*! toolbar theme */
2214
- /* stylelint-disable property-no-vendor-prefix */
2215
- .e-toolbar {
2216
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2217
- background: #f3f2f1;
2218
- border: 0 solid #edebe9;
2219
- box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
2220
- }
2221
- .e-toolbar.e-vertical .e-hor-nav {
2222
- border: solid #edebe9;
2223
- border-width: 0 0 0 0;
2224
- }
2225
- .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2226
- border: solid #edebe9;
2227
- border-width: 0 0 0 0;
2228
- }
2229
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2230
- border-width: 0 0 1px 0;
2231
- }
2232
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2233
- background: #f3f2f1;
2234
- }
2235
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2236
- border: solid #c8c6c4;
2237
- border-width: 0 1px 0 0;
2238
- }
2239
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2240
- color: #605e5c;
2241
- }
2242
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2243
- background: #f3f2f1;
2244
- box-shadow: none;
2245
- color: #201f1e;
2246
- border: none;
2247
- }
2248
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
2249
- color: #201f1e;
2250
- }
2251
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2252
- background: #e1dfdd;
2253
- border-radius: 0;
2254
- color: #201f1e;
2255
- border-color: #605e5c;
2256
- border-style: solid;
2257
- border-width: 0;
2258
- box-shadow: none;
2259
- }
2260
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2261
- color: #605e5c;
2262
- }
2263
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2264
- color: #201f1e;
2265
- }
2266
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2267
- background: #edebe9;
2268
- border-radius: 0;
2269
- color: #201f1e;
2270
- border-color: #605e5c;
2271
- border-style: solid;
2272
- border-width: 0;
2273
- }
2274
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2275
- color: #605e5c;
2276
- }
2277
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2278
- color: #201f1e;
2279
- }
2280
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2281
- color: #605e5c;
2282
- }
2283
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2284
- color: #201f1e;
2285
- }
2286
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2287
- background: #e1dfdd;
2288
- border-radius: 0;
2289
- box-shadow: none;
2290
- color: #201f1e;
2291
- border-color: #e1dfdd;
2292
- border-style: solid;
2293
- border-width: 0;
2294
- }
2295
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
2296
- color: #605e5c;
2297
- }
2298
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2299
- color: #201f1e;
2300
- }
2301
- .e-toolbar .e-tbar-btn.e-btn .e-icons {
2302
- color: #605e5c;
2303
- }
2304
- .e-toolbar .e-toolbar-pop {
2305
- background: #fff;
2306
- border: 0 solid #edebe9;
2307
- box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
2308
- }
2309
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2310
- background: transparent;
2311
- }
2312
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2313
- background: #edebe9;
2314
- box-shadow: none;
2315
- color: #201f1e;
2316
- border-color: #605e5c;
2317
- border-style: solid;
2318
- border-width: 0;
2319
1945
  }
2320
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
2321
- color: #605e5c;
1946
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1947
+ margin-left: 0;
2322
1948
  }
2323
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2324
- color: #201f1e;
1949
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1950
+ margin-left: 8px;
2325
1951
  }
2326
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2327
- background: #e1dfdd;
2328
- box-shadow: none;
2329
- color: #201f1e;
2330
- border-color: #e1dfdd;
2331
- border-style: solid;
2332
- border-width: 0;
1952
+ .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1953
+ margin-left: 0;
1954
+ margin-right: 8px;
2333
1955
  }
2334
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
2335
- color: #605e5c;
1956
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1957
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1958
+ margin-right: 0;
2336
1959
  }
2337
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2338
- color: #201f1e;
1960
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1961
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1962
+ margin-right: 8px;
2339
1963
  }
2340
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2341
- background: #e1dfdd;
2342
- box-shadow: none;
2343
- color: #201f1e;
2344
- border-color: #605e5c;
2345
- border-style: solid;
2346
- border-width: 0;
1964
+ .e-toolbar.e-rtl .e-hor-nav {
1965
+ left: 0;
1966
+ right: auto;
1967
+ border-radius: 0 0 0 0;
2347
1968
  }
2348
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
2349
- color: #605e5c;
1969
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1970
+ margin: 0;
2350
1971
  }
2351
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2352
- color: #201f1e;
1972
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1973
+ margin: 0;
2353
1974
  }
2354
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2355
- outline: none;
1975
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1976
+ margin: 0;
1977
+ margin-left: 8px;
2356
1978
  }
2357
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2358
- background: transparent;
1979
+ .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1980
+ left: 0;
1981
+ right: auto;
2359
1982
  }
2360
- .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1983
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1984
+ padding-right: 8px;
1985
+ margin-left: 0;
1986
+ }
1987
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1988
+ padding-left: 0;
1989
+ }
1990
+
1991
+ /*! toolbar theme */
1992
+ /* stylelint-disable property-no-vendor-prefix */
1993
+ .e-toolbar {
1994
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2361
1995
  background: #f3f2f1;
1996
+ border: 0 solid #edebe9;
1997
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
2362
1998
  }
2363
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2364
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1999
+ .e-toolbar .e-toolbar-items {
2365
2000
  background: #f3f2f1;
2001
+ }
2002
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
2003
+ background: transparent;
2366
2004
  box-shadow: none;
2367
- border-color: #f3f2f1;
2368
- border-style: solid;
2369
- border-width: 0;
2005
+ color: #605e5c;
2006
+ border: none;
2370
2007
  }
2371
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2372
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2373
- border-color: #f3f2f1;
2374
- border-style: solid;
2375
- border-width: 0;
2008
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2009
+ color: #605e5c;
2376
2010
  }
2377
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2378
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2011
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
2379
2012
  color: #201f1e;
2380
2013
  }
2381
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2382
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2383
- color: #201f1e;
2014
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
2015
+ background: #edebe9;
2016
+ box-shadow: none;
2384
2017
  }
2385
- .e-toolbar .e-tbar-btn {
2386
- background: transparent;
2018
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2019
+ color: #323130;
2020
+ }
2021
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2387
2022
  box-shadow: none;
2388
- color: #201f1e;
2389
- border: none;
2390
2023
  }
2391
- .e-toolbar .e-tbar-btn:focus {
2024
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2392
2025
  background: #e1dfdd;
2393
2026
  border-radius: 0;
2394
2027
  color: #201f1e;
@@ -2397,13 +2030,13 @@
2397
2030
  border-width: 0;
2398
2031
  box-shadow: none;
2399
2032
  }
2400
- .e-toolbar .e-tbar-btn:focus .e-icons {
2033
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2401
2034
  color: #605e5c;
2402
2035
  }
2403
- .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
2036
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2404
2037
  color: #201f1e;
2405
2038
  }
2406
- .e-toolbar .e-tbar-btn:hover {
2039
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
2407
2040
  background: #edebe9;
2408
2041
  border-color: #605e5c;
2409
2042
  border-style: solid;
@@ -2411,59 +2044,58 @@
2411
2044
  border-radius: 0;
2412
2045
  color: #201f1e;
2413
2046
  }
2414
- .e-toolbar .e-toolbar-items {
2415
- background: #f3f2f1;
2416
- }
2417
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
2418
- background: #f3f2f1;
2419
- opacity: 0.5;
2047
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
2048
+ color: #605e5c;
2420
2049
  }
2421
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
2050
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2422
2051
  color: #201f1e;
2423
2052
  }
2424
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
2425
- color: #201f1e;
2053
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2054
+ color: #605e5c;
2426
2055
  }
2427
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2056
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2428
2057
  color: #201f1e;
2429
2058
  }
2430
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2431
- color: #323130;
2432
- }
2433
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2059
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active {
2060
+ background: #e1dfdd;
2061
+ border-color: #e1dfdd;
2062
+ border-style: solid;
2063
+ border-width: 0;
2064
+ border-radius: 0;
2434
2065
  box-shadow: none;
2066
+ color: #201f1e;
2435
2067
  }
2436
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
2068
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
2437
2069
  color: #605e5c;
2438
2070
  }
2439
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2071
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2440
2072
  color: #201f1e;
2441
2073
  }
2442
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2443
- color: #605e5c;
2074
+ .e-toolbar .e-toolbar-item.e-separator {
2075
+ border: solid #c8c6c4;
2076
+ border-width: 0 1px 0 0;
2444
2077
  }
2445
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2078
+ .e-toolbar .e-toolbar-item.e-overlay {
2079
+ background: #f3f2f1;
2080
+ opacity: 0.5;
2446
2081
  color: #201f1e;
2447
2082
  }
2448
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
2449
- color: #605e5c;
2083
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2084
+ color: #201f1e;
2450
2085
  }
2451
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2086
+ .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2452
2087
  color: #201f1e;
2453
2088
  }
2454
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2455
- border: solid #c8c6c4;
2456
- border-width: 0 1px 0 0;
2089
+ .e-toolbar.e-vertical .e-hor-nav {
2090
+ border: solid #edebe9;
2091
+ border-width: 0 0 0 0;
2457
2092
  }
2458
- .e-toolbar.e-rtl .e-hor-nav {
2459
- background: #f3f2f1;
2093
+ .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2460
2094
  border: solid #edebe9;
2461
- border-left: 0;
2462
2095
  border-width: 0 0 0 0;
2463
2096
  }
2464
- .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2465
- background: #edebe9;
2466
- color: #201f1e;
2097
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2098
+ border-width: 0 0 1px 0;
2467
2099
  }
2468
2100
  .e-toolbar .e-hor-nav {
2469
2101
  background: #f3f2f1;
@@ -2517,19 +2149,109 @@
2517
2149
  .e-toolbar .e-hor-nav:focus .e-icons {
2518
2150
  color: #605e5c;
2519
2151
  }
2520
- .e-toolbar .e-tbar-btn:active {
2152
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2153
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2154
+ background: #f3f2f1;
2155
+ box-shadow: none;
2156
+ border-color: #f3f2f1;
2157
+ border-style: solid;
2158
+ border-width: 0;
2159
+ }
2160
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2161
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2162
+ border-color: #f3f2f1;
2163
+ border-style: solid;
2164
+ border-width: 0;
2165
+ }
2166
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2167
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2168
+ color: #201f1e;
2169
+ }
2170
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2171
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2172
+ color: #201f1e;
2173
+ }
2174
+ .e-toolbar .e-toolbar-pop {
2175
+ background: #fff;
2176
+ border: 0 solid #edebe9;
2177
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
2178
+ }
2179
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2180
+ background: transparent;
2181
+ }
2182
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2183
+ background: #edebe9;
2184
+ box-shadow: none;
2185
+ border-color: #605e5c;
2186
+ border-style: solid;
2187
+ border-width: 0;
2188
+ }
2189
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2521
2190
  background: #e1dfdd;
2191
+ box-shadow: none;
2522
2192
  border-color: #e1dfdd;
2523
2193
  border-style: solid;
2524
2194
  border-width: 0;
2195
+ }
2196
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2197
+ background: #e1dfdd;
2198
+ box-shadow: none;
2199
+ border-color: #605e5c;
2200
+ border-style: solid;
2201
+ border-width: 0;
2202
+ }
2203
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2204
+ outline: none;
2205
+ }
2206
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2207
+ background: transparent;
2208
+ }
2209
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2210
+ background: #f3f2f1;
2211
+ box-shadow: none;
2212
+ border: none;
2213
+ }
2214
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2215
+ background: #e1dfdd;
2216
+ border-radius: 0;
2217
+ border-color: #605e5c;
2218
+ border-style: solid;
2219
+ border-width: 0;
2220
+ box-shadow: none;
2221
+ }
2222
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2223
+ background: #edebe9;
2224
+ border-radius: 0;
2225
+ border-color: #605e5c;
2226
+ border-style: solid;
2227
+ border-width: 0;
2228
+ }
2229
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2230
+ background: #e1dfdd;
2525
2231
  border-radius: 0;
2526
2232
  box-shadow: none;
2527
- color: #201f1e;
2233
+ border-color: #e1dfdd;
2234
+ border-style: solid;
2235
+ border-width: 0;
2528
2236
  }
2529
- .e-toolbar .e-tbar-btn:active .e-icons {
2530
- color: #605e5c;
2237
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2238
+ border: solid #c8c6c4;
2239
+ border-width: 0 1px 0 0;
2240
+ }
2241
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2242
+ background: #f3f2f1;
2243
+ }
2244
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2245
+ background: #f3f2f1;
2246
+ }
2247
+ .e-toolbar.e-rtl .e-hor-nav {
2248
+ background: #f3f2f1;
2249
+ border: solid #edebe9;
2250
+ border-left: 0;
2251
+ border-width: 0 0 0 0;
2531
2252
  }
2532
- .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2253
+ .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2254
+ background: #edebe9;
2533
2255
  color: #201f1e;
2534
2256
  }
2535
2257
 
@@ -2592,7 +2314,7 @@
2592
2314
  min-height: 48px;
2593
2315
  min-width: 24px;
2594
2316
  right: 16px;
2595
- font-size: 22px;
2317
+ font-size: 20px;
2596
2318
  }
2597
2319
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
2598
2320
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -2601,7 +2323,7 @@
2601
2323
  }
2602
2324
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
2603
2325
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
2604
- font-size: 22px;
2326
+ font-size: 20px;
2605
2327
  }
2606
2328
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
2607
2329
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -2697,7 +2419,6 @@
2697
2419
  text-decoration: none;
2698
2420
  text-overflow: ellipsis;
2699
2421
  white-space: nowrap;
2700
- margin-bottom: 0;
2701
2422
  }
2702
2423
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
2703
2424
  display: inline-block;
@@ -2758,7 +2479,7 @@
2758
2479
  padding: 20px 20px 20px 38px;
2759
2480
  }
2760
2481
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
2761
- font-weight: normal;
2482
+ font-weight: 400;
2762
2483
  }
2763
2484
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
2764
2485
  font-weight: normal;
@@ -3131,6 +2852,10 @@
3131
2852
  transform: translateX(calc(-100% / var(--carousel-items-count) * (var(--carousel-items-current))));
3132
2853
  transition: transform 0.6s ease-in-out;
3133
2854
  }
2855
+ .e-carousel.e-blazor-carousel.e-partial.e-rtl .e-carousel-items {
2856
+ transform: translateX(calc(100% / var(--carousel-items-count) * (var(--carousel-items-current))));
2857
+ transition: transform 0.6s ease-in-out;
2858
+ }
3134
2859
  .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item {
3135
2860
  backface-visibility: hidden;
3136
2861
  display: none;
@@ -4911,7 +4636,7 @@
4911
4636
  color: transparent;
4912
4637
  content: attr(data-content);
4913
4638
  display: block;
4914
- font-weight: bold;
4639
+ font-weight: 700;
4915
4640
  height: 1px;
4916
4641
  overflow: hidden;
4917
4642
  visibility: hidden;
@@ -5509,7 +5234,7 @@
5509
5234
  color: transparent;
5510
5235
  content: attr(data-content);
5511
5236
  display: block;
5512
- font-weight: bold;
5237
+ font-weight: 700;
5513
5238
  height: 1px;
5514
5239
  overflow: hidden;
5515
5240
  visibility: hidden;
@@ -5596,6 +5321,10 @@
5596
5321
  }
5597
5322
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
5598
5323
  height: inherit;
5324
+ -ms-flex-direction: column;
5325
+ flex-direction: column;
5326
+ -ms-flex-align: normal;
5327
+ align-items: normal;
5599
5328
  }
5600
5329
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
5601
5330
  padding: 16px 0;
@@ -5668,7 +5397,7 @@
5668
5397
  color: transparent;
5669
5398
  content: attr(data-content);
5670
5399
  display: block;
5671
- font-weight: bold;
5400
+ font-weight: 700;
5672
5401
  height: 1px;
5673
5402
  overflow: hidden;
5674
5403
  visibility: hidden;
@@ -5708,7 +5437,7 @@
5708
5437
  color: transparent;
5709
5438
  content: attr(data-content);
5710
5439
  display: block;
5711
- font-weight: bold;
5440
+ font-weight: 700;
5712
5441
  height: 1px;
5713
5442
  overflow: hidden;
5714
5443
  visibility: hidden;
@@ -7699,7 +7428,6 @@
7699
7428
  background: inherit;
7700
7429
  color: #201f1e;
7701
7430
  font-size: 12px;
7702
- line-height: 18px;
7703
7431
  }
7704
7432
 
7705
7433
  .e-tab-clone-element {
@@ -9624,11 +9352,11 @@ ejs-sidebar {
9624
9352
  /*! menu theme */
9625
9353
  .e-menu-wrapper,
9626
9354
  .e-menu-container {
9627
- background-color: transparent;
9355
+ background: transparent;
9628
9356
  }
9629
9357
  .e-menu-wrapper .e-menu,
9630
9358
  .e-menu-container .e-menu {
9631
- background-color: inherit;
9359
+ background: inherit;
9632
9360
  color: #201f1e;
9633
9361
  }
9634
9362
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -9660,7 +9388,7 @@ ejs-sidebar {
9660
9388
  color: #201f1e;
9661
9389
  outline: 0 solid #edebe9;
9662
9390
  outline-offset: 0;
9663
- background-color: #edebe9;
9391
+ background: #edebe9;
9664
9392
  }
9665
9393
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
9666
9394
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -9675,7 +9403,7 @@ ejs-sidebar {
9675
9403
  color: #201f1e;
9676
9404
  outline: 0 solid #edebe9;
9677
9405
  outline-offset: 0;
9678
- background-color: #f3f2f1;
9406
+ background: #f3f2f1;
9679
9407
  }
9680
9408
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
9681
9409
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -9709,7 +9437,7 @@ ejs-sidebar {
9709
9437
 
9710
9438
  .e-menu-wrapper .e-ul,
9711
9439
  .e-menu-container .e-ul {
9712
- background-color: inherit;
9440
+ background: inherit;
9713
9441
  color: #201f1e;
9714
9442
  }
9715
9443
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
@@ -9745,11 +9473,11 @@ ejs-sidebar {
9745
9473
 
9746
9474
  .e-menu-wrapper.e-menu-popup,
9747
9475
  .e-menu-container.e-menu-popup {
9748
- background-color: #fff;
9476
+ background: #fff;
9749
9477
  }
9750
9478
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
9751
9479
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
9752
- background-color: inherit;
9480
+ background: inherit;
9753
9481
  }
9754
9482
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
9755
9483
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -10261,6 +9989,9 @@ ejs-sidebar {
10261
9989
  .e-appbar.e-horizontal-bottom.e-sticky {
10262
9990
  position: fixed;
10263
9991
  top: auto;
9992
+ max-width: inherit;
9993
+ left: auto;
9994
+ right: auto;
10264
9995
  }
10265
9996
  .e-appbar .e-appbar-separator {
10266
9997
  height: 32px;