@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
package/styles/fabric.css CHANGED
@@ -807,6 +807,7 @@
807
807
  }
808
808
  .e-hscroll > * {
809
809
  height: inherit;
810
+ line-height: normal;
810
811
  }
811
812
  .e-hscroll .e-hscroll-content {
812
813
  display: inline-block;
@@ -908,7 +909,6 @@
908
909
  }
909
910
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
910
911
  background: #f4f4f4;
911
- border: 0;
912
912
  color: #333;
913
913
  }
914
914
  .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
@@ -1168,92 +1168,130 @@
1168
1168
  height: 50px;
1169
1169
  min-height: 50px;
1170
1170
  }
1171
- .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
1172
- .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
1173
- font-size: 14px;
1171
+ .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1172
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1173
+ .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
1174
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1175
+ margin-left: 3px;
1174
1176
  }
1175
- .e-bigger .e-toolbar .e-tbar-btn .e-icons,
1176
- .e-toolbar.e-bigger .e-tbar-btn .e-icons {
1177
- font-size: 18px;
1177
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1178
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1179
+ margin-right: 3px;
1178
1180
  }
1179
- .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
1180
- .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
1181
- font-size: 16px;
1181
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1182
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1183
+ margin-right: 3px;
1182
1184
  }
1183
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1184
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1185
- border-bottom: 0;
1186
- border-bottom-left-radius: 0;
1187
- border-bottom-right-radius: 0;
1185
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1186
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1187
+ margin-left: 12.5px;
1188
+ margin-right: 12.5px;
1188
1189
  }
1189
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1190
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1191
- border-top: 0;
1192
- border-top-left-radius: 0;
1193
- border-top-right-radius: 0;
1190
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1191
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1192
+ margin: 1.5px 0;
1194
1193
  }
1195
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
1196
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1197
- margin: 0;
1194
+ .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,
1195
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1196
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1197
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1198
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1199
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1200
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1201
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1202
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1203
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1204
+ padding: 0;
1198
1205
  }
1199
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
1200
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1201
- margin: 0;
1202
- margin-left: 3px;
1206
+ .e-bigger .e-toolbar .e-toolbar-item,
1207
+ .e-toolbar.e-bigger .e-toolbar-item {
1208
+ min-height: 49px;
1203
1209
  }
1204
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
1205
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1206
- margin: 0;
1210
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1211
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1212
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
1213
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1214
+ min-height: 50px;
1215
+ min-width: 50px;
1216
+ padding: 0;
1217
+ line-height: 35px;
1207
1218
  }
1208
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1209
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1210
- margin-left: 3px;
1211
- margin-right: initial;
1219
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1220
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1221
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1222
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1223
+ padding: 0 15px 0 10px;
1224
+ font-size: 14px;
1212
1225
  }
1213
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1214
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1215
- margin: 0;
1226
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1227
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
1228
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
1229
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
1230
+ font-size: 18px;
1216
1231
  }
1217
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1218
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1219
- margin-left: 3px;
1220
- margin-right: 0;
1232
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1233
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
1234
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1235
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
1236
+ font-size: 16px;
1237
+ line-height: 34px;
1221
1238
  }
1222
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1223
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1224
- margin: 0;
1239
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1240
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
1241
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1242
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
1243
+ padding: 0 0 0 15px;
1225
1244
  }
1226
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1227
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1228
- margin-left: 0;
1245
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
1246
+ .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,
1247
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.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-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1249
+ padding: 0 12px 0 0;
1229
1250
  }
1230
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
1231
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1232
- margin-left: 3px;
1251
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1252
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1253
+ min-width: 49px;
1254
+ padding: 0 1.5px;
1233
1255
  }
1234
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1235
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1236
- margin-left: 0;
1237
- margin-right: 3px;
1256
+ .e-bigger .e-toolbar .e-toolbar-item.e-separator,
1257
+ .e-toolbar.e-bigger .e-toolbar-item.e-separator {
1258
+ height: 30px;
1259
+ margin: 10px 5px;
1260
+ min-height: 30px;
1261
+ }
1262
+ .e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1263
+ .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,
1264
+ .e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.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-control.e-tbtn-txt .e-icons.e-btn-icon {
1266
+ padding: 0;
1238
1267
  }
1239
1268
  .e-bigger .e-toolbar .e-hor-nav,
1240
1269
  .e-toolbar.e-bigger .e-hor-nav {
1241
1270
  min-height: 49px;
1242
1271
  min-width: 50px;
1243
1272
  }
1244
- .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
1245
- .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
1246
- line-height: 35px;
1273
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1274
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1275
+ margin-left: 0;
1247
1276
  }
1248
- .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1249
- .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1250
- line-height: 35px;
1251
- min-height: 34px;
1252
- min-width: 25px;
1277
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1278
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1279
+ margin-right: 0;
1253
1280
  }
1254
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
1255
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1256
- line-height: inherit;
1281
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
1282
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
1283
+ min-height: 38px;
1284
+ }
1285
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
1286
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
1287
+ height: auto;
1288
+ margin: 5px 10px;
1289
+ min-height: auto;
1290
+ }
1291
+ .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1292
+ .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1293
+ min-height: 40px;
1294
+ min-width: 50px;
1257
1295
  }
1258
1296
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
1259
1297
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
@@ -1263,147 +1301,25 @@
1263
1301
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1264
1302
  min-width: 48px;
1265
1303
  padding: 0;
1266
- }
1267
- .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
1268
- .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1269
- min-width: 25px;
1270
- font-size: 16px;
1304
+ min-height: 45px;
1271
1305
  }
1272
1306
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
1273
1307
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1274
1308
  min-height: 45px;
1275
1309
  padding: 0 12.5px 0 0;
1276
- line-height: 35px;
1310
+ min-width: 100%;
1277
1311
  }
1278
1312
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1279
1313
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1280
1314
  margin-left: 0;
1281
1315
  padding: 0 12.5px;
1316
+ font-size: 16px;
1282
1317
  }
1283
1318
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1284
1319
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1285
1320
  padding: 0 12.5px;
1286
1321
  font-size: 14px;
1287
1322
  }
1288
- .e-bigger .e-toolbar .e-toolbar-items,
1289
- .e-toolbar.e-bigger .e-toolbar-items {
1290
- min-height: 49px;
1291
- }
1292
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
1293
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
1294
- margin-left: 12.5px;
1295
- margin-right: 12.5px;
1296
- white-space: normal;
1297
- }
1298
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
1299
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1300
- margin: 1.5px 0;
1301
- }
1302
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1303
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
1304
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1305
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1306
- display: none;
1307
- }
1308
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
1309
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1310
- display: -ms-inline-flexbox;
1311
- display: inline-flex;
1312
- }
1313
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
1314
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1315
- margin-left: 0;
1316
- }
1317
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
1318
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1319
- margin-right: 0;
1320
- }
1321
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1322
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1323
- margin-right: 3px;
1324
- }
1325
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1326
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1327
- margin: 0;
1328
- }
1329
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1330
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1331
- margin-right: 3px;
1332
- }
1333
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1334
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1335
- margin: 0;
1336
- }
1337
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
1338
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1339
- margin-left: 3px;
1340
- }
1341
- .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1342
- .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1343
- margin-left: 3px;
1344
- }
1345
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
1346
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
1347
- min-height: 49px;
1348
- }
1349
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
1350
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1351
- min-width: 49px;
1352
- padding: 0 1.5px;
1353
- }
1354
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
1355
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
1356
- height: 30px;
1357
- margin: 10px 5px;
1358
- min-height: 30px;
1359
- }
1360
- .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,
1361
- .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,
1362
- .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,
1363
- .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 {
1364
- padding: 0;
1365
- }
1366
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1367
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1368
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1369
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1370
- height: inherit;
1371
- margin: 0;
1372
- min-height: 50px;
1373
- min-width: 50px;
1374
- padding: 0;
1375
- line-height: 35px;
1376
- }
1377
- .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,
1378
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1379
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1380
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
1381
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1382
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1383
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1384
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1385
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1386
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1387
- padding: 0;
1388
- }
1389
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1390
- .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,
1391
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.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-control.e-tbtn-txt .e-icons.e-btn-icon {
1393
- padding: 0 0 0 15px;
1394
- }
1395
- .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,
1396
- .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,
1397
- .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,
1398
- .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 {
1399
- padding: 0 12px 0 0;
1400
- }
1401
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1402
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1403
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1404
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1405
- padding: 0 15px 0 10px;
1406
- }
1407
1323
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1408
1324
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1409
1325
  min-height: 50px;
@@ -1412,68 +1328,24 @@
1412
1328
  padding-right: 3px;
1413
1329
  padding-top: 0;
1414
1330
  }
1415
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
1416
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1417
- display: none;
1418
- }
1419
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
1420
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1421
- display: inline;
1422
- }
1423
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
1424
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1425
- width: inherit;
1426
- }
1427
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
1428
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
1429
- box-shadow: none;
1430
- display: inline;
1431
- white-space: normal;
1432
- }
1433
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1434
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1435
- margin: 1.5px 0;
1436
- min-width: 49px;
1437
- padding: 0 1.5px;
1438
- }
1439
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
1440
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1441
- display: none;
1442
- }
1443
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1444
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1445
- display: -ms-inline-flexbox;
1446
- display: inline-flex;
1447
- }
1448
1331
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1449
1332
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1450
- -ms-flex-line-pack: center;
1451
- align-content: center;
1452
- -ms-flex-align: center;
1453
- align-items: center;
1454
- cursor: pointer;
1455
- display: -ms-inline-flexbox;
1456
- display: inline-flex;
1457
1333
  min-height: 49px;
1458
- vertical-align: middle;
1459
- width: auto;
1460
- }
1461
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1462
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1463
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1464
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1465
- padding: 0 15px 0 10px;
1466
1334
  }
1467
1335
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1468
1336
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
1469
1337
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1470
1338
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1471
- height: inherit;
1472
- margin: 0;
1473
1339
  min-height: 50px;
1474
1340
  min-width: 50px;
1475
1341
  padding: 0;
1476
1342
  }
1343
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1344
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
1345
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1346
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1347
+ padding: 0 15px 0 10px;
1348
+ }
1477
1349
  .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,
1478
1350
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1479
1351
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
@@ -1486,9 +1358,10 @@
1486
1358
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1487
1359
  padding: 0;
1488
1360
  }
1489
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1490
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1491
- line-height: 35px;
1361
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
1362
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1363
+ min-width: 49px;
1364
+ padding: 0 1.5px;
1492
1365
  }
1493
1366
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
1494
1367
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
@@ -1496,47 +1369,56 @@
1496
1369
  margin: 10px 5px;
1497
1370
  min-height: 30px;
1498
1371
  }
1499
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
1500
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
1501
- line-height: 35px;
1502
- min-height: 34px;
1503
- min-width: 25px;
1372
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
1373
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
1374
+ border-bottom: 0;
1375
+ border-bottom-left-radius: 0;
1376
+ border-bottom-right-radius: 0;
1504
1377
  }
1505
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
1506
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
1507
- left: 0;
1508
- right: auto;
1378
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
1379
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
1380
+ border-top: 0;
1381
+ border-top-left-radius: 0;
1382
+ border-top-right-radius: 0;
1509
1383
  }
1510
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1511
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1512
- padding-right: 3px;
1384
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1385
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1386
+ padding: 0 15px 0 0;
1513
1387
  }
1514
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
1515
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1516
- min-height: 38px;
1388
+ .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,
1389
+ .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 {
1390
+ padding: 0 0 0 12px;
1517
1391
  }
1518
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
1519
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1520
- height: auto;
1521
- margin: 5px 10px;
1522
- min-height: auto;
1392
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1393
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1394
+ padding: 0 10px 0 15px;
1395
+ }
1396
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
1397
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1398
+ margin-left: 3px;
1399
+ margin-right: initial;
1523
1400
  }
1524
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1525
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1401
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
1402
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1526
1403
  margin: 0;
1527
1404
  }
1528
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1529
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1530
- margin-left: 0;
1405
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
1406
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1407
+ margin: 0;
1531
1408
  }
1532
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
1533
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1409
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
1410
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1411
+ margin-left: 3px;
1534
1412
  margin-right: 0;
1535
1413
  }
1536
- .e-bigger .e-toolbar.e-vertical .e-hor-nav,
1537
- .e-toolbar.e-bigger.e-vertical .e-hor-nav {
1538
- min-height: 40px;
1539
- min-width: 50px;
1414
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1415
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1416
+ margin-left: 0;
1417
+ margin-right: 3px;
1418
+ }
1419
+ .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
1420
+ .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
1421
+ padding-right: 3px;
1540
1422
  }
1541
1423
 
1542
1424
  .e-toolbar {
@@ -1549,76 +1431,102 @@
1549
1431
  -ms-user-select: none;
1550
1432
  user-select: none;
1551
1433
  white-space: nowrap;
1434
+ overflow: hidden;
1552
1435
  }
1553
1436
  .e-toolbar .e-blazor-toolbar-items {
1554
1437
  position: absolute;
1555
1438
  top: -9999px;
1556
1439
  visibility: hidden;
1557
1440
  }
1558
- .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1559
- left: 0;
1560
- right: auto;
1441
+ .e-toolbar.e-control[class*=e-toolbar] {
1442
+ box-sizing: content-box;
1561
1443
  }
1562
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1563
- padding-right: 3px;
1564
- margin-left: 0;
1444
+ .e-toolbar.e-corner {
1445
+ border-radius: 0;
1565
1446
  }
1566
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1567
- padding-left: 0;
1447
+ .e-toolbar.e-hidden {
1448
+ display: none;
1568
1449
  }
1569
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1450
+ .e-toolbar .e-toolbar-items {
1451
+ border-radius: 0 0 0 0;
1452
+ display: -ms-inline-flexbox;
1453
+ display: inline-flex;
1454
+ height: 100%;
1455
+ vertical-align: middle;
1456
+ -ms-flex-align: center;
1457
+ align-items: center;
1458
+ }
1459
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1460
+ margin-bottom: 1px;
1461
+ margin-left: 10px;
1462
+ margin-right: 10px;
1463
+ white-space: normal;
1464
+ -ms-flex-wrap: wrap;
1465
+ flex-wrap: wrap;
1466
+ }
1467
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1468
+ margin: 1px 0;
1469
+ }
1470
+ .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 {
1570
1471
  display: none;
1571
1472
  }
1572
- .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
1573
- border-bottom: 0;
1574
- border-bottom-left-radius: 0;
1575
- border-bottom-right-radius: 0;
1473
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1474
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1475
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1476
+ display: inline;
1576
1477
  }
1577
- .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1478
+ .e-toolbar .e-toolbar-items.e-tbar-pos {
1479
+ display: block;
1480
+ }
1481
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1482
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1483
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1578
1484
  display: table;
1485
+ height: 100%;
1486
+ top: 0;
1579
1487
  }
1580
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1581
- border-top: 0;
1582
- border-top-left-radius: 0;
1583
- border-top-right-radius: 0;
1584
- min-height: 40px;
1585
- padding-bottom: 0;
1586
- padding-left: 3px;
1587
- padding-right: 3px;
1588
- padding-top: 0;
1589
- margin-left: -1px;
1488
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1489
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1490
+ position: absolute;
1590
1491
  }
1591
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
1592
- display: none;
1492
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1493
+ right: 0;
1593
1494
  }
1594
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1595
- display: none;
1495
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1496
+ left: 0;
1596
1497
  }
1597
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1598
- display: inline;
1498
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1499
+ margin: 0 auto;
1599
1500
  }
1600
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
1601
- width: inherit;
1501
+ .e-toolbar .e-toolbar-items .e-toolbar-left,
1502
+ .e-toolbar .e-toolbar-items .e-toolbar-center,
1503
+ .e-toolbar .e-toolbar-items .e-toolbar-right {
1504
+ display: inline-block;
1602
1505
  }
1603
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1604
- box-shadow: none;
1605
- display: inline;
1606
- white-space: normal;
1506
+ .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 {
1507
+ margin-left: 3px;
1607
1508
  }
1608
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1609
- margin: 1px 0;
1610
- height: 100%;
1611
- min-width: 34px;
1612
- padding: 0 1px;
1509
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
1510
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
1511
+ margin-right: 3px;
1613
1512
  }
1614
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
1615
- display: none;
1513
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1514
+ -ms-touch-action: pan-y pinch-zoom;
1515
+ touch-action: pan-y pinch-zoom;
1616
1516
  }
1617
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1618
- display: -ms-inline-flexbox;
1619
- display: inline-flex;
1517
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1518
+ margin-right: 3px;
1620
1519
  }
1621
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1520
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1521
+ margin: 0;
1522
+ }
1523
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1524
+ margin: 0;
1525
+ }
1526
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1527
+ margin-right: 3px;
1528
+ }
1529
+ .e-toolbar .e-toolbar-item {
1622
1530
  -ms-flex-line-pack: center;
1623
1531
  align-content: center;
1624
1532
  -ms-flex-align: center;
@@ -1630,240 +1538,142 @@
1630
1538
  vertical-align: middle;
1631
1539
  width: auto;
1632
1540
  }
1633
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1634
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1635
- padding: 0 12px 0 8px;
1636
- }
1637
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1638
- display: inline-block;
1639
- font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
1640
- font-size: 14px;
1641
- line-height: inherit;
1541
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1542
+ display: -ms-flexbox;
1543
+ display: flex;
1544
+ -ms-flex-align: center;
1545
+ align-items: center;
1642
1546
  vertical-align: middle;
1643
- width: auto;
1644
- }
1645
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1646
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1647
- height: inherit;
1547
+ -ms-flex-pack: center;
1548
+ justify-content: center;
1648
1549
  margin: 0;
1649
1550
  min-height: 40px;
1650
1551
  min-width: 40px;
1651
1552
  padding: 0;
1652
- }
1653
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
1654
- line-height: 25px;
1655
- }
1656
- .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 {
1657
- padding: 0;
1658
- }
1659
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1660
- margin: 7.5px 3px;
1661
- min-height: 25px;
1662
- min-width: 1px;
1663
- vertical-align: middle;
1664
- }
1665
- .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) {
1553
+ border-radius: 0;
1666
1554
  line-height: 25px;
1667
- min-height: 25px;
1668
- min-width: 20px;
1669
- padding: 0;
1670
- font-size: 14px;
1671
- }
1672
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1673
- display: -ms-inline-flexbox;
1674
- display: inline-flex;
1675
- }
1676
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1677
- height: auto;
1678
- }
1679
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1680
- font-size: 14px;
1681
- vertical-align: middle;
1682
- }
1683
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1555
+ border: none;
1684
1556
  cursor: pointer;
1685
- font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
1686
1557
  font-size: 16px;
1687
1558
  font-weight: 400;
1688
1559
  overflow: hidden;
1689
- padding: 0;
1690
1560
  text-align: center;
1691
1561
  text-decoration: none;
1692
1562
  text-transform: none;
1693
1563
  }
1694
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
1695
- display: inline-block;
1564
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1565
+ padding: 0 0 0 12px;
1696
1566
  }
1697
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
1698
- -ms-flex-item-align: center;
1699
- -ms-grid-row-align: center;
1700
- align-self: center;
1701
- text-overflow: ellipsis;
1567
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1568
+ padding: 0 15px 0 0;
1702
1569
  }
1703
- .e-toolbar.e-control[class*=e-toolbar] {
1704
- box-sizing: content-box;
1570
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1571
+ margin: 0;
1572
+ min-width: 20px;
1573
+ width: auto;
1574
+ font-size: 16px;
1575
+ line-height: 24px;
1705
1576
  }
1706
- .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1707
- display: none;
1577
+ .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 {
1578
+ padding: 0;
1708
1579
  }
1709
- .e-toolbar .e-tbar-btn-text,
1710
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1711
- display: inline-block;
1712
- padding: 0 12px 0 8px;
1580
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1581
+ outline: none;
1713
1582
  }
1714
- .e-toolbar.e-hidden,
1715
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
1716
- display: none;
1583
+ .e-toolbar .e-toolbar-item .e-tbar-btn div {
1584
+ vertical-align: middle;
1717
1585
  }
1718
- .e-toolbar.e-corner {
1719
- border-radius: 0;
1586
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1587
+ font-size: 14px;
1588
+ padding: 0 12px 0 8px;
1720
1589
  }
1721
- .e-toolbar .e-toolbar-pop {
1722
- border-radius: 0;
1723
- overflow: hidden;
1724
- padding: 0;
1725
- position: absolute;
1590
+ .e-toolbar .e-toolbar-item:not(.e-separator) {
1591
+ height: inherit;
1592
+ min-width: 34px;
1593
+ padding: 0 1px;
1726
1594
  }
1727
- .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1728
- margin: 0;
1729
- width: auto;
1595
+ .e-toolbar .e-toolbar-item.e-separator {
1596
+ margin: 7.5px 3px;
1597
+ min-height: 24px;
1598
+ min-width: 1px;
1599
+ height: 24px;
1730
1600
  }
1731
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1601
+ .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 {
1732
1602
  display: none;
1733
1603
  }
1734
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1735
- -ms-flex-align: center;
1736
- align-items: center;
1737
- display: -ms-inline-flexbox;
1738
- display: inline-flex;
1739
- -ms-flex-pack: start;
1740
- justify-content: flex-start;
1741
- min-height: 36px;
1742
- padding: 0 10px 0 0;
1743
- border: none;
1744
- border-radius: 0;
1745
- margin: 0;
1604
+ .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1605
+ padding: 0;
1746
1606
  }
1747
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1748
- margin: 0;
1749
- padding: 0 10px;
1750
- width: auto;
1607
+ .e-toolbar .e-toolbar-item > * {
1608
+ text-overflow: ellipsis;
1751
1609
  }
1752
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1753
- padding: 0 10px;
1610
+ .e-toolbar .e-toolbar-item.e-hidden {
1611
+ display: none;
1754
1612
  }
1755
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
1756
- min-width: 20px;
1757
- }
1758
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1759
- min-width: 34px;
1760
- padding: 0;
1761
- }
1762
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
1763
- text-align: center;
1764
- }
1765
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1766
- min-width: 100%;
1613
+ .e-toolbar .e-toolbar-item input[type=checkbox] {
1614
+ height: auto;
1767
1615
  }
1768
- .e-toolbar .e-toolbar-pop .e-toolbar-item {
1769
- -ms-flex-line-pack: center;
1770
- align-content: center;
1771
- -ms-flex-align: center;
1772
- align-items: center;
1616
+ .e-toolbar.e-vertical {
1773
1617
  display: -ms-flexbox;
1774
1618
  display: flex;
1775
- height: auto;
1776
- -ms-flex-pack: center;
1777
- justify-content: center;
1778
- }
1779
- .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1780
- height: 100%;
1781
- min-width: 100%;
1782
- text-overflow: ellipsis;
1783
- }
1784
- .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1785
- display: none;
1786
- }
1787
- .e-toolbar .e-toolbar-pop .e-toolpopup {
1788
- text-align: center;
1789
- }
1790
- .e-toolbar .e-toolbar-popup {
1791
- text-align: center;
1792
- }
1793
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1794
- margin: 0;
1795
- }
1796
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1797
- margin: 0;
1798
- margin-left: 3px;
1799
- }
1800
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1801
- margin: 0;
1802
- }
1803
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1804
- margin-left: 3px;
1805
- margin-right: initial;
1806
- }
1807
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1808
- margin: 0;
1619
+ -ms-flex-direction: column;
1620
+ flex-direction: column;
1809
1621
  }
1810
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1811
- margin-right: 3px;
1622
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
1623
+ -ms-touch-action: pan-x pinch-zoom;
1624
+ touch-action: pan-x pinch-zoom;
1812
1625
  }
1813
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1814
- margin: 0;
1626
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1627
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1628
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1629
+ height: auto;
1815
1630
  }
1816
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1631
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1817
1632
  left: auto;
1818
- right: 0;
1819
- }
1820
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1821
- left: 0;
1822
1633
  right: auto;
1634
+ top: 0;
1823
1635
  }
1824
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1825
- margin-left: 0;
1826
- }
1827
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1828
- margin-left: 3px;
1829
- }
1830
- .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1831
- margin-left: 0;
1832
- margin-right: 3px;
1833
- }
1834
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
1835
- margin-left: 0;
1636
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1637
+ bottom: 0;
1638
+ left: auto;
1639
+ right: auto;
1836
1640
  }
1837
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
1641
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1838
1642
  margin-left: 0;
1839
- margin-right: 3px;
1840
- }
1841
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
1842
- margin-right: 0;
1843
- }
1844
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
1845
- margin-left: 3px;
1846
- margin-right: 0;
1847
1643
  }
1848
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
1644
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1849
1645
  margin-right: 0;
1850
1646
  }
1851
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
1852
- margin-left: 3px;
1853
- margin-right: 0;
1647
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
1648
+ display: -ms-flexbox;
1649
+ display: flex;
1650
+ height: auto;
1854
1651
  }
1855
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1856
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1857
- margin-right: 0;
1652
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1653
+ min-width: 33px;
1858
1654
  }
1859
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1860
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1861
- margin-right: 3px;
1655
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1656
+ height: auto;
1657
+ margin: 3px 7.5px;
1658
+ min-height: auto;
1862
1659
  }
1863
- .e-toolbar.e-rtl .e-hor-nav {
1660
+ .e-toolbar.e-vertical .e-hor-nav {
1661
+ bottom: 0;
1662
+ height: auto;
1864
1663
  left: 0;
1664
+ min-height: 40px;
1665
+ min-width: 50px;
1865
1666
  right: auto;
1866
- border-radius: 0 0 0 0;
1667
+ top: auto;
1668
+ width: auto;
1669
+ }
1670
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
1671
+ bottom: 0;
1672
+ top: auto;
1673
+ }
1674
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
1675
+ bottom: auto;
1676
+ top: 0;
1867
1677
  }
1868
1678
  .e-toolbar .e-hor-nav {
1869
1679
  -ms-flex-align: center;
@@ -1886,476 +1696,299 @@
1886
1696
  .e-toolbar .e-popup-down-icon.e-icons,
1887
1697
  .e-toolbar .e-popup-up-icon.e-icons {
1888
1698
  color: #333;
1889
- display: table-cell;
1699
+ display: -ms-flexbox;
1700
+ display: flex;
1890
1701
  text-align: center;
1891
1702
  vertical-align: middle;
1703
+ -ms-flex-align: center;
1704
+ align-items: center;
1705
+ -ms-flex-pack: center;
1706
+ justify-content: center;
1892
1707
  width: 100%;
1893
1708
  font-size: 14px;
1894
1709
  }
1895
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1896
- line-height: 25px;
1897
- }
1898
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1899
- line-height: 25px;
1900
- min-height: 25px;
1710
+ .e-toolbar.e-toolpop {
1711
+ overflow: visible;
1901
1712
  }
1902
- .e-toolbar .e-toolbar-items {
1903
- border-radius: 0 0 0 0;
1904
- display: inline-block;
1905
- height: 100%;
1906
- min-height: 39px;
1907
- vertical-align: middle;
1713
+ .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1714
+ display: none;
1908
1715
  }
1909
- .e-toolbar .e-toolbar-items.e-toolbar-multirow {
1910
- margin-bottom: 1px;
1911
- margin-left: 10px;
1912
- margin-right: 10px;
1913
- white-space: normal;
1716
+ .e-toolbar .e-toolbar-pop {
1717
+ border-radius: 0;
1718
+ overflow: hidden;
1719
+ padding: 0;
1720
+ position: absolute;
1914
1721
  }
1915
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
1916
- margin: 1px 0;
1722
+ .e-toolbar .e-toolbar-pop .e-toolbar-item {
1723
+ display: -ms-flexbox;
1724
+ display: flex;
1725
+ height: auto;
1726
+ -ms-flex-pack: center;
1727
+ justify-content: center;
1728
+ min-height: 36px;
1917
1729
  }
1918
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
1919
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
1730
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
1920
1731
  display: none;
1921
1732
  }
1922
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
1923
- display: -ms-inline-flexbox;
1924
- display: inline-flex;
1925
- }
1926
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
1927
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
1928
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
1929
- display: inline;
1733
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
1734
+ min-height: 36px;
1735
+ min-width: 100%;
1736
+ padding: 0 10px 0 0;
1737
+ border: none;
1738
+ border-radius: 0;
1739
+ -ms-flex-pack: start;
1740
+ justify-content: flex-start;
1930
1741
  }
1931
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
1932
- margin-left: 0;
1742
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1743
+ margin: 0;
1744
+ padding: 0 10px;
1745
+ width: auto;
1933
1746
  }
1934
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
1935
- margin-right: 0;
1747
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1748
+ padding: 0 10px;
1936
1749
  }
1937
- .e-toolbar .e-toolbar-items.e-tbar-pos {
1938
- display: block;
1750
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1751
+ min-width: 34px;
1752
+ padding: 0;
1939
1753
  }
1940
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1941
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1942
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1943
- display: table;
1754
+ .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
1944
1755
  height: 100%;
1945
- top: 0;
1946
- }
1947
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
1948
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1949
- position: absolute;
1756
+ min-width: 100%;
1757
+ text-overflow: ellipsis;
1950
1758
  }
1951
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1952
- right: 0;
1759
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
1760
+ min-width: 100%;
1953
1761
  }
1954
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1955
- left: 0;
1956
- line-height: 35px;
1762
+ .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
1763
+ display: none;
1957
1764
  }
1958
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
1959
- margin: 0 auto;
1765
+ .e-toolbar .e-toolbar-pop .e-toolbar-popup,
1766
+ .e-toolbar .e-toolbar-pop .e-toolpopup {
1767
+ text-align: center;
1960
1768
  }
1961
- .e-toolbar .e-toolbar-items .e-toolbar-left,
1962
- .e-toolbar .e-toolbar-items .e-toolbar-center,
1963
- .e-toolbar .e-toolbar-items .e-toolbar-right {
1964
- display: inline-block;
1769
+ .e-toolbar.e-extended-toolbar {
1770
+ overflow: visible;
1965
1771
  }
1966
- .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1967
- margin-left: 3px;
1772
+ .e-toolbar.e-extended-toolbar.e-tbar-extended {
1773
+ border-bottom: 0;
1774
+ border-bottom-left-radius: 0;
1775
+ border-bottom-right-radius: 0;
1968
1776
  }
1969
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1970
- margin-left: 3px;
1777
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended {
1778
+ border-top: 0;
1779
+ border-top-left-radius: 0;
1780
+ border-top-right-radius: 0;
1781
+ min-height: 40px;
1782
+ padding-bottom: 0;
1783
+ padding-left: 3px;
1784
+ padding-right: 3px;
1785
+ padding-top: 0;
1786
+ margin-left: -1px;
1787
+ box-shadow: none;
1788
+ display: inline;
1789
+ white-space: normal;
1971
1790
  }
1972
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
1973
- margin-left: 0;
1791
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
1792
+ display: -ms-inline-flexbox;
1793
+ display: inline-flex;
1794
+ min-height: 39px;
1974
1795
  }
1975
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
1976
- margin-right: 0;
1796
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
1797
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1798
+ min-height: 40px;
1799
+ min-width: 40px;
1800
+ padding: 0;
1977
1801
  }
1978
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
1979
- margin-left: 3px;
1980
- }
1981
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
1982
- margin-right: 0;
1983
- }
1984
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
1985
- margin-right: 3px;
1986
- }
1987
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
1988
- margin-left: 0;
1989
- }
1990
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
1991
- margin-right: 3px;
1992
- }
1993
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
1994
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1995
- margin-right: 3px;
1996
- }
1997
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1998
- -ms-touch-action: pan-y pinch-zoom;
1999
- touch-action: pan-y pinch-zoom;
2000
- }
2001
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
2002
- margin-right: 3px;
2003
- }
2004
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
2005
- margin: 0;
2006
- }
2007
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
2008
- margin-right: 3px;
2009
- }
2010
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
2011
- margin: 0;
1802
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1803
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
1804
+ padding: 0 12px 0 8px;
1805
+ font-size: 14px;
2012
1806
  }
2013
- .e-toolbar .e-toolbar-items .e-toolbar-item {
2014
- -ms-flex-line-pack: center;
2015
- align-content: center;
1807
+ .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),
1808
+ .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) {
1809
+ display: -ms-flexbox;
1810
+ display: flex;
2016
1811
  -ms-flex-align: center;
2017
1812
  align-items: center;
2018
- cursor: pointer;
2019
- display: -ms-inline-flexbox;
2020
- display: inline-flex;
2021
- min-height: 39px;
2022
1813
  vertical-align: middle;
2023
- width: auto;
2024
- }
2025
- .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2026
- height: inherit;
2027
- min-width: 34px;
2028
- padding: 0 1px;
2029
- }
2030
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2031
- margin: 7.5px 3px;
2032
- min-height: 24px;
2033
- min-width: 1px;
2034
- }
2035
- .e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
2036
- height: auto;
2037
- }
2038
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2039
- padding: 0;
2040
- }
2041
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2042
- height: inherit;
2043
- margin: 0;
2044
- min-height: 40px;
2045
- min-width: 40px;
2046
- padding: 0;
2047
- border-radius: 0;
2048
- line-height: 25px;
2049
- }
2050
- .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 {
1814
+ -ms-flex-pack: center;
1815
+ justify-content: center;
2051
1816
  padding: 0;
1817
+ font-size: 14px;
2052
1818
  }
2053
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2054
- outline: none;
2055
- }
2056
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1819
+ .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),
1820
+ .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) {
2057
1821
  padding: 0 0 0 12px;
2058
1822
  }
2059
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1823
+ .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),
1824
+ .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) {
2060
1825
  padding: 0 15px 0 0;
2061
1826
  }
2062
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
2063
- margin: 0;
2064
- min-width: 20px;
2065
- width: auto;
2066
- padding-bottom: 0;
1827
+ .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,
1828
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1829
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1830
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1831
+ padding: 0;
2067
1832
  }
2068
- .e-toolbar .e-toolbar-items .e-toolbar-item > * {
2069
- -ms-flex-item-align: center;
2070
- -ms-grid-row-align: center;
2071
- align-self: center;
2072
- text-overflow: ellipsis;
1833
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
1834
+ min-width: 34px;
1835
+ padding: 0 1px;
2073
1836
  }
2074
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2075
- height: 24px;
2076
- vertical-align: middle;
1837
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1838
+ min-height: 25px;
2077
1839
  }
2078
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
1840
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
2079
1841
  display: none;
2080
1842
  }
2081
- .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 {
1843
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
2082
1844
  display: none;
2083
1845
  }
2084
- .e-toolbar .e-tbar-btn > :first-child {
2085
- display: inline-block;
1846
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
1847
+ display: none;
2086
1848
  }
2087
- .e-toolbar .e-tbar-btn {
2088
- border: none;
1849
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
1850
+ display: inline;
1851
+ }
1852
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
1853
+ width: inherit;
1854
+ }
1855
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2089
1856
  cursor: pointer;
2090
- font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
2091
1857
  font-size: 16px;
2092
- font-weight: 400;
2093
1858
  overflow: hidden;
2094
1859
  padding: 0;
2095
- text-align: center;
2096
- text-decoration: none;
2097
- text-transform: none;
2098
- }
2099
- .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
2100
- font-size: 16px;
2101
- vertical-align: middle;
2102
- }
2103
- .e-toolbar .e-tbar-btn div {
2104
- vertical-align: middle;
2105
1860
  }
2106
- .e-toolbar .e-tbar-btn .e-tbar-btn-text {
2107
- display: inline-block;
2108
- font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
1861
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
2109
1862
  font-size: 14px;
2110
- line-height: inherit;
2111
- vertical-align: middle;
2112
- width: auto;
2113
1863
  }
2114
- .e-toolbar.e-vertical {
2115
- display: -ms-flexbox;
2116
- display: flex;
2117
- -ms-flex-direction: column;
2118
- flex-direction: column;
1864
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1865
+ height: auto;
2119
1866
  }
2120
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
2121
- bottom: 0;
2122
- top: auto;
1867
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
1868
+ -ms-flex-item-align: center;
1869
+ -ms-grid-row-align: center;
1870
+ align-self: center;
1871
+ text-overflow: ellipsis;
2123
1872
  }
2124
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
2125
- bottom: auto;
2126
- top: 0;
1873
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
1874
+ display: none;
2127
1875
  }
2128
- .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
2129
- -ms-touch-action: pan-x pinch-zoom;
2130
- touch-action: pan-x pinch-zoom;
1876
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
1877
+ display: -ms-inline-flexbox;
1878
+ display: inline-flex;
2131
1879
  }
2132
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2133
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2134
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2135
- height: auto;
1880
+ .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1881
+ display: table;
2136
1882
  }
2137
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
2138
- left: auto;
2139
- right: auto;
2140
- top: 0;
1883
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1884
+ padding: 0 12px 0 0;
2141
1885
  }
2142
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2143
- bottom: 0;
2144
- left: auto;
2145
- right: auto;
1886
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
1887
+ padding: 0 0 0 15px;
2146
1888
  }
2147
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2148
- margin-left: 0;
1889
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1890
+ padding: 0 8px 0 12px;
2149
1891
  }
2150
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2151
- margin-right: 0;
1892
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1893
+ margin-left: 3px;
1894
+ margin-right: initial;
2152
1895
  }
2153
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
2154
- display: -ms-flexbox;
2155
- display: flex;
2156
- height: auto;
1896
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
1897
+ margin: 0;
2157
1898
  }
2158
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2159
- min-width: 33px;
1899
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
1900
+ margin: 0;
2160
1901
  }
2161
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2162
- height: auto;
2163
- margin: 3px 7.5px;
2164
- min-height: auto;
1902
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
1903
+ margin-right: 3px;
2165
1904
  }
2166
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2167
- margin: 0;
1905
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1906
+ left: auto;
1907
+ right: 0;
2168
1908
  }
2169
- .e-toolbar.e-vertical .e-hor-nav {
2170
- bottom: 0;
2171
- height: auto;
1909
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2172
1910
  left: 0;
2173
- min-height: 40px;
2174
- min-width: 50px;
2175
1911
  right: auto;
2176
- top: auto;
2177
- width: auto;
2178
- }
2179
-
2180
- /*! toolbar theme */
2181
- /* stylelint-disable property-no-vendor-prefix */
2182
- .e-toolbar {
2183
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2184
- background: #fff;
2185
- border: 1px solid #dadada;
2186
- box-shadow: none;
2187
- }
2188
- .e-toolbar.e-vertical .e-hor-nav {
2189
- border: solid #dadada;
2190
- border-width: 1px 0 0 0;
2191
- }
2192
- .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2193
- border: solid #dadada;
2194
- border-width: 0 0 1px 0;
2195
- }
2196
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2197
- border-width: 0 0 1px 0;
2198
1912
  }
2199
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2200
- background: #fff;
2201
- }
2202
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2203
- border: solid #a6a6a6;
2204
- border-width: 0 1px 0 0;
2205
- }
2206
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2207
- color: #333;
2208
- }
2209
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2210
- background: #fff;
2211
- box-shadow: none;
2212
- color: #333;
2213
- border: none;
2214
- }
2215
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
2216
- color: #333;
2217
- }
2218
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2219
- background: #f4f4f4;
2220
- border-radius: 0;
2221
- color: #000;
2222
- border-color: #eaeaea;
2223
- border-style: solid;
2224
- border-width: 0;
2225
- box-shadow: none;
2226
- }
2227
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2228
- color: #333;
2229
- }
2230
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2231
- color: #000;
1913
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1914
+ margin-left: 0;
2232
1915
  }
2233
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2234
- background: #f4f4f4;
2235
- border-radius: 0;
2236
- color: #000;
2237
- border-color: #eaeaea;
2238
- border-style: solid;
2239
- border-width: 0;
1916
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1917
+ margin-left: 3px;
2240
1918
  }
2241
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2242
- color: #333;
1919
+ .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1920
+ margin-left: 0;
1921
+ margin-right: 3px;
2243
1922
  }
2244
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2245
- color: #333;
1923
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1924
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1925
+ margin-right: 0;
2246
1926
  }
2247
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2248
- color: #333;
1927
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1928
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1929
+ margin-right: 3px;
2249
1930
  }
2250
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2251
- color: #000;
1931
+ .e-toolbar.e-rtl .e-hor-nav {
1932
+ left: 0;
1933
+ right: auto;
1934
+ border-radius: 0 0 0 0;
2252
1935
  }
2253
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2254
- background: #d1ebff;
2255
- border-radius: 0;
2256
- box-shadow: none;
2257
- color: #333;
2258
- border-color: #d1ebff;
2259
- border-style: solid;
2260
- border-width: 0;
1936
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
1937
+ margin: 0;
2261
1938
  }
2262
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
2263
- color: #333;
1939
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
1940
+ margin: 0;
2264
1941
  }
2265
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2266
- color: #333;
1942
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
1943
+ margin: 0;
1944
+ margin-left: 3px;
2267
1945
  }
2268
- .e-toolbar .e-tbar-btn.e-btn .e-icons {
2269
- color: #333;
1946
+ .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
1947
+ left: 0;
1948
+ right: auto;
2270
1949
  }
2271
- .e-toolbar .e-toolbar-pop {
2272
- background: #fff;
2273
- border: 1px solid #dadada;
2274
- box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
1950
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
1951
+ padding-right: 3px;
1952
+ margin-left: 0;
2275
1953
  }
2276
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2277
- background: #fff;
1954
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
1955
+ padding-left: 0;
2278
1956
  }
2279
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2280
- background: #f4f4f4;
1957
+
1958
+ /*! toolbar theme */
1959
+ /* stylelint-disable property-no-vendor-prefix */
1960
+ .e-toolbar {
1961
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1962
+ background: #fff;
1963
+ border: 1px solid #dadada;
2281
1964
  box-shadow: none;
2282
- color: #000;
2283
- border-color: #eaeaea;
2284
- border-style: solid;
2285
- border-width: 0;
2286
1965
  }
2287
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
2288
- color: #333;
2289
- }
2290
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2291
- color: #000;
1966
+ .e-toolbar .e-toolbar-items {
1967
+ background: #fff;
2292
1968
  }
2293
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2294
- background: #d1ebff;
1969
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1970
+ background: #fff;
2295
1971
  box-shadow: none;
2296
1972
  color: #333;
2297
- border-color: #d1ebff;
2298
- border-style: solid;
2299
- border-width: 0;
1973
+ border: none;
2300
1974
  }
2301
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
1975
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2302
1976
  color: #333;
2303
1977
  }
2304
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
1978
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
2305
1979
  color: #333;
2306
1980
  }
2307
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2308
- background: #f4f4f4;
1981
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
1982
+ background: #c8c8c8;
2309
1983
  box-shadow: none;
2310
- color: #000;
2311
- border-color: #eaeaea;
2312
- border-style: solid;
2313
- border-width: 0;
2314
- }
2315
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
2316
- color: #333;
2317
1984
  }
2318
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1985
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2319
1986
  color: #000;
2320
1987
  }
2321
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2322
- outline: none;
2323
- }
2324
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2325
- background: transparent;
2326
- }
2327
- .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2328
- background: #fff;
2329
- }
2330
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2331
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2332
- background: #d1ebff;
2333
- box-shadow: none;
2334
- border-color: #d1ebff;
2335
- border-style: solid;
2336
- border-width: 0 0 0 1px;
2337
- }
2338
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2339
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2340
- border-color: #d1ebff;
2341
- border-style: solid;
2342
- border-width: 0 0 0 1px;
2343
- }
2344
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2345
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2346
- color: #333;
2347
- }
2348
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2349
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2350
- color: #333;
2351
- }
2352
- .e-toolbar .e-tbar-btn {
2353
- background: #fff;
1988
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2354
1989
  box-shadow: none;
2355
- color: #333;
2356
- border: none;
2357
1990
  }
2358
- .e-toolbar .e-tbar-btn:focus {
1991
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2359
1992
  background: #f4f4f4;
2360
1993
  border-radius: 0;
2361
1994
  color: #000;
@@ -2364,13 +1997,13 @@
2364
1997
  border-width: 0;
2365
1998
  box-shadow: none;
2366
1999
  }
2367
- .e-toolbar .e-tbar-btn:focus .e-icons {
2000
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2368
2001
  color: #333;
2369
2002
  }
2370
- .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
2003
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2371
2004
  color: #333;
2372
2005
  }
2373
- .e-toolbar .e-tbar-btn:hover {
2006
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
2374
2007
  background: #f4f4f4;
2375
2008
  border-color: #eaeaea;
2376
2009
  border-style: solid;
@@ -2378,59 +2011,58 @@
2378
2011
  border-radius: 0;
2379
2012
  color: #000;
2380
2013
  }
2381
- .e-toolbar .e-toolbar-items {
2382
- background: #fff;
2383
- }
2384
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
2385
- background: #fff;
2386
- opacity: 0.5;
2387
- }
2388
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
2389
- color: #c8c8c8;
2390
- }
2391
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
2392
- color: #c8c8c8;
2393
- }
2394
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2014
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
2395
2015
  color: #333;
2396
2016
  }
2397
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
2398
- color: #000;
2399
- }
2400
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
2401
- box-shadow: none;
2402
- }
2403
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
2017
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2404
2018
  color: #333;
2405
2019
  }
2406
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2020
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2407
2021
  color: #333;
2408
2022
  }
2409
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2023
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2410
2024
  color: #333;
2411
2025
  }
2412
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2026
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active {
2027
+ background: #d1ebff;
2028
+ border-color: #d1ebff;
2029
+ border-style: solid;
2030
+ border-width: 0;
2031
+ border-radius: 0;
2032
+ box-shadow: none;
2413
2033
  color: #333;
2414
2034
  }
2415
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
2035
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
2416
2036
  color: #333;
2417
2037
  }
2418
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2038
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
2419
2039
  color: #333;
2420
2040
  }
2421
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2041
+ .e-toolbar .e-toolbar-item.e-separator {
2422
2042
  border: solid #a6a6a6;
2423
2043
  border-width: 0 1px 0 0;
2424
2044
  }
2425
- .e-toolbar.e-rtl .e-hor-nav {
2045
+ .e-toolbar .e-toolbar-item.e-overlay {
2426
2046
  background: #fff;
2047
+ opacity: 0.5;
2048
+ color: #c8c8c8;
2049
+ }
2050
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2051
+ color: #c8c8c8;
2052
+ }
2053
+ .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2054
+ color: #c8c8c8;
2055
+ }
2056
+ .e-toolbar.e-vertical .e-hor-nav {
2427
2057
  border: solid #dadada;
2428
- border-left: 0;
2429
- border-width: 0 1px 0 0;
2058
+ border-width: 1px 0 0 0;
2430
2059
  }
2431
- .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2432
- background: #f4f4f4;
2433
- color: #000;
2060
+ .e-toolbar.e-vertical.e-rtl .e-hor-nav {
2061
+ border: solid #dadada;
2062
+ border-width: 0 0 1px 0;
2063
+ }
2064
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
2065
+ border-width: 0 0 1px 0;
2434
2066
  }
2435
2067
  .e-toolbar .e-hor-nav {
2436
2068
  background: #fff;
@@ -2484,20 +2116,110 @@
2484
2116
  .e-toolbar .e-hor-nav:focus .e-icons {
2485
2117
  color: #333;
2486
2118
  }
2487
- .e-toolbar .e-tbar-btn:active {
2119
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
2120
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
2121
+ background: #d1ebff;
2122
+ box-shadow: none;
2123
+ border-color: #d1ebff;
2124
+ border-style: solid;
2125
+ border-width: 0 0 0 1px;
2126
+ }
2127
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
2128
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
2129
+ border-color: #d1ebff;
2130
+ border-style: solid;
2131
+ border-width: 0 0 0 1px;
2132
+ }
2133
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
2134
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
2135
+ color: #333;
2136
+ }
2137
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
2138
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
2139
+ color: #333;
2140
+ }
2141
+ .e-toolbar .e-toolbar-pop {
2142
+ background: #fff;
2143
+ border: 1px solid #dadada;
2144
+ box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
2145
+ }
2146
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
2147
+ background: #fff;
2148
+ }
2149
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
2150
+ background: #f4f4f4;
2151
+ box-shadow: none;
2152
+ border-color: #eaeaea;
2153
+ border-style: solid;
2154
+ border-width: 0;
2155
+ }
2156
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
2488
2157
  background: #d1ebff;
2158
+ box-shadow: none;
2489
2159
  border-color: #d1ebff;
2490
2160
  border-style: solid;
2491
2161
  border-width: 0;
2162
+ }
2163
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2164
+ background: #f4f4f4;
2165
+ box-shadow: none;
2166
+ border-color: #eaeaea;
2167
+ border-style: solid;
2168
+ border-width: 0;
2169
+ }
2170
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
2171
+ outline: none;
2172
+ }
2173
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2174
+ background: transparent;
2175
+ }
2176
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
2177
+ background: #fff;
2178
+ box-shadow: none;
2179
+ border: none;
2180
+ }
2181
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2182
+ background: #f4f4f4;
2183
+ border-radius: 0;
2184
+ border-color: #eaeaea;
2185
+ border-style: solid;
2186
+ border-width: 0;
2187
+ box-shadow: none;
2188
+ }
2189
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2190
+ background: #f4f4f4;
2191
+ border-radius: 0;
2192
+ border-color: #eaeaea;
2193
+ border-style: solid;
2194
+ border-width: 0;
2195
+ }
2196
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2197
+ background: #d1ebff;
2492
2198
  border-radius: 0;
2493
2199
  box-shadow: none;
2494
- color: #333;
2200
+ border-color: #d1ebff;
2201
+ border-style: solid;
2202
+ border-width: 0;
2495
2203
  }
2496
- .e-toolbar .e-tbar-btn:active .e-icons {
2497
- color: #333;
2204
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2205
+ border: solid #a6a6a6;
2206
+ border-width: 0 1px 0 0;
2498
2207
  }
2499
- .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2500
- color: #333;
2208
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
2209
+ background: #fff;
2210
+ }
2211
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
2212
+ background: #fff;
2213
+ }
2214
+ .e-toolbar.e-rtl .e-hor-nav {
2215
+ background: #fff;
2216
+ border: solid #dadada;
2217
+ border-left: 0;
2218
+ border-width: 0 1px 0 0;
2219
+ }
2220
+ .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
2221
+ background: #f4f4f4;
2222
+ color: #000;
2501
2223
  }
2502
2224
 
2503
2225
  /*! component's theme wise override fabric-definitions and variables */
@@ -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;
@@ -5397,7 +5122,7 @@
5397
5122
  font-size: 12px;
5398
5123
  line-height: 24px;
5399
5124
  position: relative;
5400
- top: -1px;
5125
+ top: 0;
5401
5126
  vertical-align: initial;
5402
5127
  }
5403
5128
  @media screen and (max-width: 480px) {
@@ -5413,7 +5138,7 @@
5413
5138
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
5414
5139
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
5415
5140
  line-height: 24px;
5416
- top: -1px;
5141
+ top: 0;
5417
5142
  }
5418
5143
  @media screen and (max-width: 480px) {
5419
5144
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
@@ -5448,7 +5173,7 @@
5448
5173
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
5449
5174
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
5450
5175
  line-height: 24px;
5451
- top: -1px;
5176
+ top: 0;
5452
5177
  }
5453
5178
  @media screen and (max-width: 480px) {
5454
5179
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
@@ -5569,6 +5294,10 @@
5569
5294
  }
5570
5295
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
5571
5296
  height: inherit;
5297
+ -ms-flex-direction: column;
5298
+ flex-direction: column;
5299
+ -ms-flex-align: normal;
5300
+ align-items: normal;
5572
5301
  }
5573
5302
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
5574
5303
  padding: 16px 0;
@@ -7672,7 +7401,6 @@
7672
7401
  background: inherit;
7673
7402
  color: #333;
7674
7403
  font-size: 14px;
7675
- line-height: 18px;
7676
7404
  }
7677
7405
 
7678
7406
  .e-tab-clone-element {
@@ -9475,11 +9203,11 @@ ejs-sidebar {
9475
9203
  /*! menu theme */
9476
9204
  .e-menu-wrapper,
9477
9205
  .e-menu-container {
9478
- background-color: #f4f4f4;
9206
+ background: #f4f4f4;
9479
9207
  }
9480
9208
  .e-menu-wrapper .e-menu,
9481
9209
  .e-menu-container .e-menu {
9482
- background-color: inherit;
9210
+ background: inherit;
9483
9211
  color: #333;
9484
9212
  }
9485
9213
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -9511,7 +9239,7 @@ ejs-sidebar {
9511
9239
  color: inherit;
9512
9240
  outline: 0 solid #eaeaea;
9513
9241
  outline-offset: 0;
9514
- background-color: #eaeaea;
9242
+ background: #eaeaea;
9515
9243
  }
9516
9244
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
9517
9245
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -9526,7 +9254,7 @@ ejs-sidebar {
9526
9254
  color: #000;
9527
9255
  outline: 0 solid #dadada;
9528
9256
  outline-offset: 0;
9529
- background-color: #dadada;
9257
+ background: #dadada;
9530
9258
  }
9531
9259
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
9532
9260
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -9560,7 +9288,7 @@ ejs-sidebar {
9560
9288
 
9561
9289
  .e-menu-wrapper .e-ul,
9562
9290
  .e-menu-container .e-ul {
9563
- background-color: inherit;
9291
+ background: inherit;
9564
9292
  color: #333;
9565
9293
  }
9566
9294
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -9588,11 +9316,11 @@ ejs-sidebar {
9588
9316
 
9589
9317
  .e-menu-wrapper.e-menu-popup,
9590
9318
  .e-menu-container.e-menu-popup {
9591
- background-color: #fff;
9319
+ background: #fff;
9592
9320
  }
9593
9321
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
9594
9322
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
9595
- background-color: inherit;
9323
+ background: inherit;
9596
9324
  }
9597
9325
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
9598
9326
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -10128,6 +9856,9 @@ ejs-sidebar {
10128
9856
  .e-appbar.e-horizontal-bottom.e-sticky {
10129
9857
  position: fixed;
10130
9858
  top: auto;
9859
+ max-width: inherit;
9860
+ left: auto;
9861
+ right: auto;
10131
9862
  }
10132
9863
  .e-appbar .e-appbar-separator {
10133
9864
  height: 32px;