@syncfusion/ej2-navigations 20.4.53 → 21.1.37

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