@syncfusion/ej2-navigations 20.4.53 → 21.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +213 -143
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +89 -24
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +93 -28
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +13 -12
  14. package/src/accordion/accordion-model.d.ts +4 -4
  15. package/src/accordion/accordion.d.ts +8 -4
  16. package/src/appbar/appbar-model.d.ts +9 -9
  17. package/src/appbar/appbar.d.ts +24 -21
  18. package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
  19. package/src/breadcrumb/breadcrumb.d.ts +32 -3
  20. package/src/breadcrumb/breadcrumb.js +32 -0
  21. package/src/carousel/carousel-model.d.ts +7 -7
  22. package/src/carousel/carousel.d.ts +24 -20
  23. package/src/carousel/carousel.js +25 -11
  24. package/src/common/menu-base.d.ts +13 -2
  25. package/src/menu/menu.d.ts +5 -1
  26. package/src/sidebar/sidebar.d.ts +26 -2
  27. package/src/sidebar/sidebar.js +1 -1
  28. package/src/tab/tab-model.d.ts +20 -20
  29. package/src/tab/tab.d.ts +38 -21
  30. package/src/tab/tab.js +22 -10
  31. package/src/toolbar/toolbar-model.d.ts +22 -16
  32. package/src/toolbar/toolbar.d.ts +48 -16
  33. package/src/toolbar/toolbar.js +10 -4
  34. package/src/treeview/treeview-model.d.ts +4 -4
  35. package/src/treeview/treeview.d.ts +32 -4
  36. package/src/treeview/treeview.js +2 -1
  37. package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
  38. package/styles/accordion/_bootstrap-definition.scss +0 -1
  39. package/styles/accordion/_bootstrap4-definition.scss +0 -1
  40. package/styles/accordion/_bootstrap5-definition.scss +6 -7
  41. package/styles/accordion/_fabric-dark-definition.scss +0 -1
  42. package/styles/accordion/_fabric-definition.scss +0 -1
  43. package/styles/accordion/_fluent-definition.scss +5 -6
  44. package/styles/accordion/_fusionnew-definition.scss +0 -1
  45. package/styles/accordion/_highcontrast-definition.scss +0 -1
  46. package/styles/accordion/_highcontrast-light-definition.scss +0 -1
  47. package/styles/accordion/_layout.scss +0 -1
  48. package/styles/accordion/_material-dark-definition.scss +0 -1
  49. package/styles/accordion/_material-definition.scss +0 -1
  50. package/styles/accordion/_tailwind-definition.scss +5 -6
  51. package/styles/accordion/bootstrap-dark.css +0 -1
  52. package/styles/accordion/bootstrap.css +0 -1
  53. package/styles/accordion/bootstrap4.css +0 -1
  54. package/styles/accordion/bootstrap5-dark.css +3 -4
  55. package/styles/accordion/bootstrap5.css +3 -4
  56. package/styles/accordion/fabric-dark.css +0 -1
  57. package/styles/accordion/fabric.css +0 -1
  58. package/styles/accordion/fluent-dark.css +3 -4
  59. package/styles/accordion/fluent.css +3 -4
  60. package/styles/accordion/highcontrast-light.css +0 -1
  61. package/styles/accordion/highcontrast.css +0 -1
  62. package/styles/accordion/material-dark.css +0 -1
  63. package/styles/accordion/material.css +0 -1
  64. package/styles/accordion/tailwind-dark.css +3 -4
  65. package/styles/accordion/tailwind.css +3 -4
  66. package/styles/appbar/_bootstrap5-definition.scss +2 -2
  67. package/styles/appbar/_fluent-definition.scss +2 -2
  68. package/styles/appbar/_layout.scss +3 -0
  69. package/styles/appbar/_tailwind-definition.scss +2 -2
  70. package/styles/appbar/bootstrap-dark.css +3 -0
  71. package/styles/appbar/bootstrap.css +3 -0
  72. package/styles/appbar/bootstrap4.css +3 -0
  73. package/styles/appbar/bootstrap5-dark.css +3 -0
  74. package/styles/appbar/bootstrap5.css +3 -0
  75. package/styles/appbar/fabric-dark.css +3 -0
  76. package/styles/appbar/fabric.css +3 -0
  77. package/styles/appbar/fluent-dark.css +3 -0
  78. package/styles/appbar/fluent.css +3 -0
  79. package/styles/appbar/highcontrast-light.css +3 -0
  80. package/styles/appbar/highcontrast.css +3 -0
  81. package/styles/appbar/material-dark.css +3 -0
  82. package/styles/appbar/material.css +3 -0
  83. package/styles/appbar/tailwind-dark.css +3 -0
  84. package/styles/appbar/tailwind.css +3 -0
  85. package/styles/bootstrap-dark.css +669 -938
  86. package/styles/bootstrap.css +658 -927
  87. package/styles/bootstrap4.css +724 -993
  88. package/styles/bootstrap5-dark.css +685 -954
  89. package/styles/bootstrap5.css +686 -955
  90. package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
  91. package/styles/breadcrumb/_fluent-definition.scss +2 -2
  92. package/styles/breadcrumb/_layout.scss +2 -2
  93. package/styles/breadcrumb/_tailwind-definition.scss +2 -2
  94. package/styles/breadcrumb/_theme.scss +18 -2
  95. package/styles/carousel/_layout.scss +7 -0
  96. package/styles/carousel/bootstrap-dark.css +4 -0
  97. package/styles/carousel/bootstrap.css +4 -0
  98. package/styles/carousel/bootstrap4.css +4 -0
  99. package/styles/carousel/bootstrap5-dark.css +4 -0
  100. package/styles/carousel/bootstrap5.css +4 -0
  101. package/styles/carousel/fabric-dark.css +4 -0
  102. package/styles/carousel/fabric.css +4 -0
  103. package/styles/carousel/fluent-dark.css +4 -0
  104. package/styles/carousel/fluent.css +4 -0
  105. package/styles/carousel/highcontrast-light.css +4 -0
  106. package/styles/carousel/highcontrast.css +4 -0
  107. package/styles/carousel/material-dark.css +4 -0
  108. package/styles/carousel/material.css +4 -0
  109. package/styles/carousel/tailwind-dark.css +4 -0
  110. package/styles/carousel/tailwind.css +4 -0
  111. package/styles/context-menu/_bootstrap5-definition.scss +3 -3
  112. package/styles/context-menu/_fluent-definition.scss +2 -2
  113. package/styles/context-menu/_tailwind-definition.scss +3 -3
  114. package/styles/fabric-dark.css +669 -938
  115. package/styles/fabric.css +669 -938
  116. package/styles/fluent-dark.css +677 -946
  117. package/styles/fluent.css +677 -946
  118. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
  119. package/styles/h-scroll/_bootstrap-definition.scss +0 -1
  120. package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
  121. package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
  122. package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
  123. package/styles/h-scroll/_fabric-definition.scss +0 -1
  124. package/styles/h-scroll/_fluent-definition.scss +0 -1
  125. package/styles/h-scroll/_fusionnew-definition.scss +0 -1
  126. package/styles/h-scroll/_highcontrast-definition.scss +0 -1
  127. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
  128. package/styles/h-scroll/_layout.scss +1 -0
  129. package/styles/h-scroll/_material-dark-definition.scss +0 -1
  130. package/styles/h-scroll/_material-definition.scss +0 -1
  131. package/styles/h-scroll/_tailwind-definition.scss +0 -1
  132. package/styles/h-scroll/_theme.scss +0 -1
  133. package/styles/h-scroll/bootstrap-dark.css +1 -1
  134. package/styles/h-scroll/bootstrap.css +1 -1
  135. package/styles/h-scroll/bootstrap4.css +1 -1
  136. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  137. package/styles/h-scroll/bootstrap5.css +1 -1
  138. package/styles/h-scroll/fabric-dark.css +1 -1
  139. package/styles/h-scroll/fabric.css +1 -1
  140. package/styles/h-scroll/fluent-dark.css +1 -1
  141. package/styles/h-scroll/fluent.css +1 -1
  142. package/styles/h-scroll/highcontrast-light.css +1 -1
  143. package/styles/h-scroll/highcontrast.css +1 -1
  144. package/styles/h-scroll/material-dark.css +1 -1
  145. package/styles/h-scroll/material.css +1 -1
  146. package/styles/h-scroll/tailwind-dark.css +1 -1
  147. package/styles/h-scroll/tailwind.css +1 -1
  148. package/styles/highcontrast-light.css +668 -937
  149. package/styles/highcontrast.css +675 -944
  150. package/styles/material-dark.css +669 -938
  151. package/styles/material.css +661 -930
  152. package/styles/menu/_bootstrap5-definition.scss +2 -2
  153. package/styles/menu/_layout.scss +1 -1
  154. package/styles/menu/_tailwind-definition.scss +2 -2
  155. package/styles/menu/_theme.scss +31 -15
  156. package/styles/menu/bootstrap-dark.css +7 -7
  157. package/styles/menu/bootstrap.css +7 -7
  158. package/styles/menu/bootstrap4.css +10 -10
  159. package/styles/menu/bootstrap5-dark.css +7 -7
  160. package/styles/menu/bootstrap5.css +7 -7
  161. package/styles/menu/fabric-dark.css +7 -7
  162. package/styles/menu/fabric.css +7 -7
  163. package/styles/menu/fluent-dark.css +7 -7
  164. package/styles/menu/fluent.css +7 -7
  165. package/styles/menu/highcontrast-light.css +7 -7
  166. package/styles/menu/highcontrast.css +7 -7
  167. package/styles/menu/icons/_material3.scss +12 -12
  168. package/styles/menu/material-dark.css +7 -7
  169. package/styles/menu/material.css +7 -7
  170. package/styles/menu/tailwind-dark.css +7 -7
  171. package/styles/menu/tailwind.css +7 -7
  172. package/styles/sidebar/_theme.scss +1 -1
  173. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  174. package/styles/tab/_bootstrap-definition.scss +0 -2
  175. package/styles/tab/_bootstrap4-definition.scss +1 -3
  176. package/styles/tab/_bootstrap5-definition.scss +12 -14
  177. package/styles/tab/_fabric-dark-definition.scss +0 -2
  178. package/styles/tab/_fabric-definition.scss +0 -2
  179. package/styles/tab/_fluent-definition.scss +4 -6
  180. package/styles/tab/_fusionnew-definition.scss +2 -4
  181. package/styles/tab/_highcontrast-definition.scss +0 -2
  182. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  183. package/styles/tab/_layout.scss +8 -6
  184. package/styles/tab/_material-dark-definition.scss +0 -2
  185. package/styles/tab/_material-definition.scss +0 -2
  186. package/styles/tab/_tailwind-definition.scss +3 -5
  187. package/styles/tab/_theme.scss +0 -1
  188. package/styles/tab/bootstrap-dark.css +5 -2
  189. package/styles/tab/bootstrap.css +5 -2
  190. package/styles/tab/bootstrap4.css +12 -9
  191. package/styles/tab/bootstrap5-dark.css +11 -8
  192. package/styles/tab/bootstrap5.css +11 -8
  193. package/styles/tab/fabric-dark.css +7 -4
  194. package/styles/tab/fabric.css +7 -4
  195. package/styles/tab/fluent-dark.css +8 -5
  196. package/styles/tab/fluent.css +8 -5
  197. package/styles/tab/highcontrast-light.css +10 -7
  198. package/styles/tab/highcontrast.css +10 -7
  199. package/styles/tab/material-dark.css +4 -1
  200. package/styles/tab/material.css +4 -1
  201. package/styles/tab/tailwind-dark.css +8 -5
  202. package/styles/tab/tailwind.css +8 -5
  203. package/styles/tailwind-dark.css +668 -937
  204. package/styles/tailwind.css +668 -937
  205. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  206. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  207. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  208. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  209. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  210. package/styles/toolbar/_fabric-definition.scss +15 -43
  211. package/styles/toolbar/_fluent-definition.scss +22 -50
  212. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  213. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  214. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  215. package/styles/toolbar/_layout.scss +684 -977
  216. package/styles/toolbar/_material-dark-definition.scss +19 -49
  217. package/styles/toolbar/_material-definition.scss +21 -49
  218. package/styles/toolbar/_tailwind-definition.scss +21 -49
  219. package/styles/toolbar/_theme.scss +205 -294
  220. package/styles/toolbar/bootstrap-dark.css +647 -925
  221. package/styles/toolbar/bootstrap.css +638 -916
  222. package/styles/toolbar/bootstrap4.css +657 -935
  223. package/styles/toolbar/bootstrap5-dark.css +658 -936
  224. package/styles/toolbar/bootstrap5.css +658 -936
  225. package/styles/toolbar/fabric-dark.css +645 -923
  226. package/styles/toolbar/fabric.css +651 -929
  227. package/styles/toolbar/fluent-dark.css +650 -928
  228. package/styles/toolbar/fluent.css +650 -928
  229. package/styles/toolbar/highcontrast-light.css +642 -920
  230. package/styles/toolbar/highcontrast.css +647 -925
  231. package/styles/toolbar/material-dark.css +649 -927
  232. package/styles/toolbar/material.css +646 -924
  233. package/styles/toolbar/tailwind-dark.css +647 -925
  234. package/styles/toolbar/tailwind.css +645 -923
  235. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  236. package/styles/treeview/_fluent-definition.scss +5 -5
  237. package/styles/treeview/_layout.scss +8 -4
  238. package/styles/treeview/_tailwind-definition.scss +5 -5
  239. package/styles/treeview/_theme.scss +3 -0
  240. package/styles/accordion/_material3-definition.scss +0 -181
  241. package/styles/appbar/_material3-definition.scss +0 -8
  242. package/styles/breadcrumb/_material3-definition.scss +0 -59
  243. package/styles/carousel/_material3-definition.scss +0 -22
  244. package/styles/context-menu/_material3-definition.scss +0 -52
  245. package/styles/h-scroll/_material3-definition.scss +0 -84
  246. package/styles/menu/_material3-definition.scss +0 -67
  247. package/styles/pager/_material3-definition.scss +0 -146
  248. package/styles/sidebar/_material3-definition.scss +0 -6
  249. package/styles/tab/_material3-definition.scss +0 -658
  250. package/styles/toolbar/_material3-definition.scss +0 -248
  251. package/styles/treeview/_material3-definition.scss +0 -120
  252. package/styles/v-scroll/_material3-definition.scss +0 -49
@@ -46,92 +46,130 @@
46
46
  height: 56px;
47
47
  min-height: 56px;
48
48
  }
49
- .e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
50
- .e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
51
- font-size: 14px;
52
- }
53
- .e-bigger .e-toolbar .e-tbar-btn .e-icons,
54
- .e-toolbar.e-bigger .e-tbar-btn .e-icons {
55
- font-size: 14px;
49
+ .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
50
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
51
+ .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
52
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
53
+ margin-left: 3px;
56
54
  }
57
- .e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
58
- .e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
59
- font-size: 14px;
55
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
56
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
57
+ margin-right: 3px;
60
58
  }
61
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
62
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
63
- border-bottom: 0;
64
- border-bottom-left-radius: 0;
65
- border-bottom-right-radius: 0;
59
+ .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
60
+ .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
61
+ margin-right: 3px;
66
62
  }
67
- .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
68
- .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
69
- border-top: 0;
70
- border-top-left-radius: 0;
71
- border-top-right-radius: 0;
63
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
64
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
65
+ margin-left: 24px;
66
+ margin-right: 24px;
72
67
  }
73
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
74
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
68
+ .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
69
+ .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
75
70
  margin: 0;
76
71
  }
77
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
78
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
79
- margin: 0;
80
- margin-left: 3px;
72
+ .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,
73
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
74
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
75
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
76
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
77
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
78
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
79
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
80
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
81
+ .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
82
+ padding: 0 6px;
81
83
  }
82
- .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
83
- .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
84
- margin: 0;
84
+ .e-bigger .e-toolbar .e-toolbar-item,
85
+ .e-toolbar.e-bigger .e-toolbar-item {
86
+ min-height: 56px;
85
87
  }
86
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
87
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
88
- margin-left: 3px;
89
- margin-right: initial;
88
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
89
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
90
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
91
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
92
+ min-height: 0;
93
+ min-width: 0;
94
+ padding: 0 6px;
95
+ line-height: 35px;
90
96
  }
91
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
92
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
93
- margin: 0;
97
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
98
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
99
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
100
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
101
+ padding: 0 2.5px 0 2.5px;
102
+ font-size: 14px;
94
103
  }
95
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
96
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
97
- margin-left: 3px;
98
- margin-right: 0;
104
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
105
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
106
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
107
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
108
+ font-size: 14px;
99
109
  }
100
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
101
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
102
- margin: 0;
110
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
111
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
112
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
113
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
114
+ font-size: 14px;
115
+ line-height: 34px;
103
116
  }
104
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
105
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
106
- margin-left: 0;
117
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
118
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
119
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
120
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
121
+ padding: 0;
107
122
  }
108
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
109
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
110
- margin-left: 3px;
123
+ .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
124
+ .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,
125
+ .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
126
+ .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 {
127
+ padding: 0;
111
128
  }
112
- .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
113
- .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
114
- margin-left: 0;
115
- margin-right: 3px;
129
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
130
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
131
+ min-width: 48px;
132
+ padding: 5px;
133
+ }
134
+ .e-bigger .e-toolbar .e-toolbar-item.e-separator,
135
+ .e-toolbar.e-bigger .e-toolbar-item.e-separator {
136
+ height: calc(100% - 20px);
137
+ margin: 10px 5px;
138
+ min-height: 36px;
139
+ }
140
+ .e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
141
+ .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,
142
+ .e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
143
+ .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 {
144
+ padding: 0;
116
145
  }
117
146
  .e-bigger .e-toolbar .e-hor-nav,
118
147
  .e-toolbar.e-bigger .e-hor-nav {
119
148
  min-height: 56px;
120
149
  min-width: 40px;
121
150
  }
122
- .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
123
- .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
124
- line-height: 35px;
151
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
152
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
153
+ margin-left: 0;
125
154
  }
126
- .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
127
- .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
128
- line-height: 34px;
129
- min-height: 34px;
130
- min-width: 27px;
155
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
156
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
157
+ margin-right: 0;
158
+ }
159
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
160
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
161
+ min-height: 38px;
162
+ }
163
+ .e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
164
+ .e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
165
+ height: auto;
166
+ margin: 5px 10px;
167
+ min-height: auto;
131
168
  }
132
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
133
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
134
- line-height: inherit;
169
+ .e-bigger .e-toolbar.e-vertical .e-hor-nav,
170
+ .e-toolbar.e-bigger.e-vertical .e-hor-nav {
171
+ min-height: 40px;
172
+ min-width: 50px;
135
173
  }
136
174
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
137
175
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
@@ -141,147 +179,25 @@
141
179
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
142
180
  min-width: 48px;
143
181
  padding: 0;
144
- }
145
- .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
146
- .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
147
- min-width: 27px;
148
- font-size: 14px;
182
+ min-height: 30px;
149
183
  }
150
184
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
151
185
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
152
186
  min-height: 30px;
153
187
  padding: 0 16px;
154
- line-height: 35px;
188
+ min-width: 100%;
155
189
  }
156
190
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
157
191
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
158
192
  margin-left: 0;
159
193
  padding: 0;
194
+ font-size: 14px;
160
195
  }
161
196
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
162
197
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
163
198
  padding: 0;
164
199
  font-size: 14px;
165
200
  }
166
- .e-bigger .e-toolbar .e-toolbar-items,
167
- .e-toolbar.e-bigger .e-toolbar-items {
168
- min-height: 56px;
169
- }
170
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
171
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
172
- margin-left: 24px;
173
- margin-right: 24px;
174
- white-space: normal;
175
- }
176
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
177
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
178
- margin: 0;
179
- }
180
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
181
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
182
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
183
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
184
- display: none;
185
- }
186
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
187
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
188
- display: -ms-inline-flexbox;
189
- display: inline-flex;
190
- }
191
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
192
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
193
- margin-left: 0;
194
- }
195
- .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
196
- .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
197
- margin-right: 0;
198
- }
199
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
200
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
201
- margin-right: 3px;
202
- }
203
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
204
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
205
- margin: 0;
206
- }
207
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
208
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
209
- margin-right: 3px;
210
- }
211
- .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
212
- .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
213
- margin: 0;
214
- }
215
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
216
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
217
- margin-left: 3px;
218
- }
219
- .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
220
- .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
221
- margin-left: 3px;
222
- }
223
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
224
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
225
- min-height: 56px;
226
- }
227
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
228
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
229
- min-width: 48px;
230
- padding: 5px;
231
- }
232
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
233
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
234
- height: calc(100% - 20px);
235
- margin: 10px 5px;
236
- min-height: 36px;
237
- }
238
- .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,
239
- .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,
240
- .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,
241
- .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 {
242
- padding: 0;
243
- }
244
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
245
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
246
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
247
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
248
- height: calc(100% - 11px);
249
- margin: 5.5px 0;
250
- min-height: 0;
251
- min-width: 0;
252
- padding: 0 6px;
253
- line-height: 35px;
254
- }
255
- .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,
256
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
257
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
258
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
259
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
260
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
261
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
262
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
263
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
264
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
265
- padding: 0 6px;
266
- }
267
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
268
- .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,
269
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
270
- .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 {
271
- padding: 0;
272
- }
273
- .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,
274
- .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,
275
- .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,
276
- .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 {
277
- padding: 0;
278
- }
279
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
280
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
281
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
282
- .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
283
- padding: 0 2.5px 0 2.5px;
284
- }
285
201
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
286
202
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
287
203
  min-height: 56px;
@@ -290,68 +206,24 @@
290
206
  padding-right: 3px;
291
207
  padding-top: 0;
292
208
  }
293
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
294
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
295
- display: none;
296
- }
297
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
298
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
299
- display: inline;
300
- }
301
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
302
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
303
- width: inherit;
304
- }
305
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
306
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
307
- box-shadow: none;
308
- display: inline;
309
- white-space: normal;
310
- }
311
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
312
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
313
- margin: 0;
314
- min-width: 48px;
315
- padding: 5px;
316
- }
317
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
318
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
319
- display: none;
320
- }
321
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
322
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
323
- display: -ms-inline-flexbox;
324
- display: inline-flex;
325
- }
326
209
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
327
210
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
328
- -ms-flex-line-pack: center;
329
- align-content: center;
330
- -ms-flex-align: center;
331
- align-items: center;
332
- cursor: pointer;
333
- display: -ms-inline-flexbox;
334
- display: inline-flex;
335
211
  min-height: 56px;
336
- vertical-align: middle;
337
- width: auto;
338
- }
339
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
340
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
341
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
342
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
343
- padding: 0 2.5px 0 2.5px;
344
212
  }
345
213
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
346
214
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
347
215
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
348
216
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
349
- height: calc(100% - 11px);
350
- margin: 5.5px 0;
351
217
  min-height: 0;
352
218
  min-width: 0;
353
219
  padding: 0 6px;
354
220
  }
221
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
222
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
223
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
224
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
225
+ padding: 0 2.5px 0 2.5px;
226
+ }
355
227
  .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,
356
228
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
357
229
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
@@ -364,9 +236,10 @@
364
236
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
365
237
  padding: 0 6px;
366
238
  }
367
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
368
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
369
- line-height: 35px;
239
+ .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
240
+ .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
241
+ min-width: 48px;
242
+ padding: 5px;
370
243
  }
371
244
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
372
245
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
@@ -374,47 +247,56 @@
374
247
  margin: 10px 5px;
375
248
  min-height: 36px;
376
249
  }
377
- .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
378
- .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
379
- line-height: 34px;
380
- min-height: 34px;
381
- min-width: 27px;
250
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
251
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
252
+ border-bottom: 0;
253
+ border-bottom-left-radius: 0;
254
+ border-bottom-right-radius: 0;
382
255
  }
383
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
384
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
385
- left: 0;
386
- right: auto;
256
+ .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
257
+ .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
258
+ border-top: 0;
259
+ border-top-left-radius: 0;
260
+ border-top-right-radius: 0;
387
261
  }
388
- .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
389
- .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
390
- padding-right: 3px;
262
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
263
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
264
+ padding: 0;
391
265
  }
392
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
393
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
394
- min-height: 38px;
266
+ .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,
267
+ .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 {
268
+ padding: 0;
395
269
  }
396
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
397
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
398
- height: auto;
399
- margin: 5px 10px;
400
- min-height: auto;
270
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
271
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
272
+ padding: 0 2.5px 0 2.5px;
401
273
  }
402
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
403
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
404
- margin: 5.5px auto;
274
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
275
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
276
+ margin-left: 3px;
277
+ margin-right: initial;
405
278
  }
406
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
407
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
408
- margin-left: 0;
279
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
280
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
281
+ margin: 0;
409
282
  }
410
- .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
411
- .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
283
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
284
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
285
+ margin: 0;
286
+ }
287
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
288
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
289
+ margin-left: 3px;
412
290
  margin-right: 0;
413
291
  }
414
- .e-bigger .e-toolbar.e-vertical .e-hor-nav,
415
- .e-toolbar.e-bigger.e-vertical .e-hor-nav {
416
- min-height: 40px;
417
- min-width: 50px;
292
+ .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
293
+ .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
294
+ margin-left: 0;
295
+ margin-right: 3px;
296
+ }
297
+ .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
298
+ .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
299
+ padding-right: 3px;
418
300
  }
419
301
 
420
302
  .e-toolbar {
@@ -427,76 +309,102 @@
427
309
  -ms-user-select: none;
428
310
  user-select: none;
429
311
  white-space: nowrap;
312
+ overflow: hidden;
430
313
  }
431
314
  .e-toolbar .e-blazor-toolbar-items {
432
315
  position: absolute;
433
316
  top: -9999px;
434
317
  visibility: hidden;
435
318
  }
436
- .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
437
- left: 0;
438
- right: auto;
319
+ .e-toolbar.e-control[class*=e-toolbar] {
320
+ box-sizing: content-box;
439
321
  }
440
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
441
- padding-right: 3px;
442
- margin-left: 0;
322
+ .e-toolbar.e-corner {
323
+ border-radius: 0;
443
324
  }
444
- .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
445
- padding-left: 0;
325
+ .e-toolbar.e-hidden {
326
+ display: none;
446
327
  }
447
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
328
+ .e-toolbar .e-toolbar-items {
329
+ border-radius: 0 0 0 0;
330
+ display: -ms-inline-flexbox;
331
+ display: inline-flex;
332
+ height: 100%;
333
+ vertical-align: middle;
334
+ -ms-flex-align: center;
335
+ align-items: center;
336
+ }
337
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow {
338
+ margin-bottom: 1px;
339
+ margin-left: 18px;
340
+ margin-right: 18px;
341
+ white-space: normal;
342
+ -ms-flex-wrap: wrap;
343
+ flex-wrap: wrap;
344
+ }
345
+ .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
346
+ margin: 0;
347
+ }
348
+ .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 {
448
349
  display: none;
449
350
  }
450
- .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
451
- border-bottom: 0;
452
- border-bottom-left-radius: 0;
453
- border-bottom-right-radius: 0;
351
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
352
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
353
+ .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
354
+ display: inline;
454
355
  }
455
- .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
356
+ .e-toolbar .e-toolbar-items.e-tbar-pos {
357
+ display: block;
358
+ }
359
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
360
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
361
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
456
362
  display: table;
363
+ height: 100%;
364
+ top: 0;
457
365
  }
458
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
459
- border-top: 0;
460
- border-top-left-radius: 0;
461
- border-top-right-radius: 0;
462
- min-height: 42px;
463
- padding-bottom: 0;
464
- padding-left: 3px;
465
- padding-right: 3px;
466
- padding-top: 0;
467
- margin-left: -1px;
366
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
367
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
368
+ position: absolute;
468
369
  }
469
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
470
- display: none;
370
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
371
+ right: 0;
471
372
  }
472
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
473
- display: none;
373
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
374
+ left: 0;
474
375
  }
475
- .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
476
- display: inline;
376
+ .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
377
+ margin: 0 auto;
477
378
  }
478
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
479
- width: inherit;
379
+ .e-toolbar .e-toolbar-items .e-toolbar-left,
380
+ .e-toolbar .e-toolbar-items .e-toolbar-center,
381
+ .e-toolbar .e-toolbar-items .e-toolbar-right {
382
+ display: inline-block;
480
383
  }
481
- .e-toolbar.e-extended-toolbar .e-toolbar-extended {
482
- box-shadow: none;
483
- display: inline;
484
- white-space: normal;
384
+ .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 {
385
+ margin-left: 3px;
485
386
  }
486
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
387
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
388
+ .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
389
+ margin-right: 3px;
390
+ }
391
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
392
+ -ms-touch-action: pan-y pinch-zoom;
393
+ touch-action: pan-y pinch-zoom;
394
+ }
395
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
396
+ margin-right: 3px;
397
+ }
398
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
487
399
  margin: 0;
488
- height: 100%;
489
- min-width: 34px;
490
- padding: 3.5px;
491
400
  }
492
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
493
- display: none;
401
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
402
+ margin: 0;
494
403
  }
495
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
496
- display: -ms-inline-flexbox;
497
- display: inline-flex;
404
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
405
+ margin-right: 3px;
498
406
  }
499
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
407
+ .e-toolbar .e-toolbar-item {
500
408
  -ms-flex-line-pack: center;
501
409
  align-content: center;
502
410
  -ms-flex-align: center;
@@ -508,240 +416,142 @@
508
416
  vertical-align: middle;
509
417
  width: auto;
510
418
  }
511
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
512
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
513
- padding: 0 2px 0 2px;
514
- }
515
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
516
- display: inline-block;
517
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
518
- font-size: 14px;
519
- line-height: inherit;
419
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
420
+ display: -ms-flexbox;
421
+ display: flex;
422
+ -ms-flex-align: center;
423
+ align-items: center;
520
424
  vertical-align: middle;
521
- width: auto;
522
- }
523
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
524
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
525
- height: calc(100% - 10px);
425
+ -ms-flex-pack: center;
426
+ justify-content: center;
526
427
  margin: 4px 0;
527
428
  min-height: 0;
528
429
  min-width: 0;
529
430
  padding: 0 1.5px;
530
- }
531
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
532
- line-height: 25px;
533
- }
534
- .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 {
535
- padding: 0 1.5px;
536
- }
537
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
538
- margin: 7.5px 3px;
539
- min-height: 25px;
540
- min-width: 1px;
541
- vertical-align: middle;
542
- }
543
- .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) {
431
+ border-radius: 2px;
544
432
  line-height: 25px;
545
- min-height: 25px;
546
- min-width: 24px;
547
- padding: 0;
548
- font-size: 14px;
549
- }
550
- .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
551
- display: -ms-inline-flexbox;
552
- display: inline-flex;
553
- }
554
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
555
- height: auto;
556
- }
557
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
558
- font-size: 14px;
559
- vertical-align: middle;
560
- }
561
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
433
+ border: none;
562
434
  cursor: pointer;
563
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
564
435
  font-size: 14px;
565
436
  font-weight: 400;
566
437
  overflow: hidden;
567
- padding: 0 1.5px;
568
438
  text-align: center;
569
439
  text-decoration: none;
570
440
  text-transform: none;
571
441
  }
572
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
573
- display: inline-block;
442
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
443
+ padding: 0;
574
444
  }
575
- .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
576
- -ms-flex-item-align: center;
577
- -ms-grid-row-align: center;
578
- align-self: center;
579
- text-overflow: ellipsis;
445
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
446
+ padding: 0;
580
447
  }
581
- .e-toolbar.e-control[class*=e-toolbar] {
582
- box-sizing: content-box;
448
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
449
+ margin: 0;
450
+ min-width: 24px;
451
+ width: auto;
452
+ font-size: 14px;
453
+ line-height: 25px;
583
454
  }
584
- .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
585
- display: none;
455
+ .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 {
456
+ padding: 0 1.5px;
586
457
  }
587
- .e-toolbar .e-tbar-btn-text,
588
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
589
- display: inline-block;
590
- padding: 0 2px 0 2px;
458
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
459
+ outline: 0;
591
460
  }
592
- .e-toolbar.e-hidden,
593
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
594
- display: none;
461
+ .e-toolbar .e-toolbar-item .e-tbar-btn div {
462
+ vertical-align: middle;
595
463
  }
596
- .e-toolbar.e-corner {
597
- border-radius: 0;
464
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
465
+ font-size: 14px;
466
+ padding: 0 2px 0 2px;
598
467
  }
599
- .e-toolbar .e-toolbar-pop {
600
- border-radius: 0;
601
- overflow: hidden;
602
- padding: 0;
603
- position: absolute;
468
+ .e-toolbar .e-toolbar-item:not(.e-separator) {
469
+ height: inherit;
470
+ min-width: 34px;
471
+ padding: 3.5px;
604
472
  }
605
- .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
606
- margin: 0;
607
- width: auto;
473
+ .e-toolbar .e-toolbar-item.e-separator {
474
+ margin: 7.5px 3px;
475
+ min-height: 27px;
476
+ min-width: 1px;
477
+ height: calc(100% - 15px);
608
478
  }
609
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
479
+ .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 {
610
480
  display: none;
611
481
  }
612
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
613
- -ms-flex-align: center;
614
- align-items: center;
615
- display: -ms-inline-flexbox;
616
- display: inline-flex;
617
- -ms-flex-pack: start;
618
- justify-content: flex-start;
619
- min-height: 24px;
620
- padding: 0 16px;
621
- border: none;
622
- border-radius: 2px;
623
- margin: 0;
624
- }
625
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
626
- margin: 0;
482
+ .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
627
483
  padding: 0;
628
- width: auto;
629
484
  }
630
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
631
- padding: 0;
485
+ .e-toolbar .e-toolbar-item > * {
486
+ text-overflow: ellipsis;
632
487
  }
633
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
634
- min-width: 24px;
488
+ .e-toolbar .e-toolbar-item.e-hidden {
489
+ display: none;
635
490
  }
636
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
637
- min-width: 34px;
638
- padding: 0;
491
+ .e-toolbar .e-toolbar-item input[type=checkbox] {
492
+ height: auto;
639
493
  }
640
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
641
- text-align: center;
494
+ .e-toolbar.e-vertical {
495
+ display: -ms-flexbox;
496
+ display: flex;
497
+ -ms-flex-direction: column;
498
+ flex-direction: column;
642
499
  }
643
- .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
644
- min-width: 100%;
645
- }
646
- .e-toolbar .e-toolbar-pop .e-toolbar-item {
647
- -ms-flex-line-pack: center;
648
- align-content: center;
649
- -ms-flex-align: center;
650
- align-items: center;
651
- display: -ms-flexbox;
652
- display: flex;
653
- height: 36px;
654
- -ms-flex-pack: center;
655
- justify-content: center;
656
- }
657
- .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
658
- height: 100%;
659
- min-width: 100%;
660
- text-overflow: ellipsis;
661
- }
662
- .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
663
- display: none;
664
- }
665
- .e-toolbar .e-toolbar-pop .e-toolpopup {
666
- text-align: center;
667
- }
668
- .e-toolbar .e-toolbar-popup {
669
- text-align: center;
670
- }
671
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
672
- margin: 0;
673
- }
674
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
675
- margin: 0;
676
- margin-left: 3px;
677
- }
678
- .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
679
- margin: 0;
680
- }
681
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
682
- margin-left: 3px;
683
- margin-right: initial;
684
- }
685
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
686
- margin: 0;
687
- }
688
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
689
- margin-right: 3px;
500
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
501
+ -ms-touch-action: pan-x pinch-zoom;
502
+ touch-action: pan-x pinch-zoom;
690
503
  }
691
- .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
692
- margin: 0;
504
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
505
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
506
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
507
+ height: auto;
693
508
  }
694
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
509
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
695
510
  left: auto;
696
- right: 0;
697
- }
698
- .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
699
- left: 0;
700
511
  right: auto;
512
+ top: 0;
701
513
  }
702
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
703
- margin-left: 0;
704
- }
705
- .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
706
- margin-left: 3px;
707
- }
708
- .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
709
- margin-left: 0;
710
- margin-right: 3px;
711
- }
712
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
713
- margin-left: 0;
514
+ .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
515
+ bottom: 0;
516
+ left: auto;
517
+ right: auto;
714
518
  }
715
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
519
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
716
520
  margin-left: 0;
717
- margin-right: 3px;
718
- }
719
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
720
- margin-right: 0;
721
- }
722
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
723
- margin-left: 3px;
724
- margin-right: 0;
725
521
  }
726
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
522
+ .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
727
523
  margin-right: 0;
728
524
  }
729
- .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
730
- margin-left: 3px;
731
- margin-right: 0;
525
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
526
+ display: -ms-flexbox;
527
+ display: flex;
528
+ height: auto;
732
529
  }
733
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
734
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
735
- margin-right: 0;
530
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
531
+ min-width: 33px;
736
532
  }
737
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
738
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
739
- margin-right: 3px;
533
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
534
+ height: auto;
535
+ margin: 3px 7.5px;
536
+ min-height: auto;
740
537
  }
741
- .e-toolbar.e-rtl .e-hor-nav {
538
+ .e-toolbar.e-vertical .e-hor-nav {
539
+ bottom: 0;
540
+ height: auto;
742
541
  left: 0;
542
+ min-height: 40px;
543
+ min-width: 50px;
743
544
  right: auto;
744
- border-radius: 0 0 0 0;
545
+ top: auto;
546
+ width: auto;
547
+ }
548
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
549
+ bottom: 0;
550
+ top: auto;
551
+ }
552
+ .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
553
+ bottom: auto;
554
+ top: 0;
745
555
  }
746
556
  .e-toolbar .e-hor-nav {
747
557
  -ms-flex-align: center;
@@ -764,551 +574,373 @@
764
574
  .e-toolbar .e-popup-down-icon.e-icons,
765
575
  .e-toolbar .e-popup-up-icon.e-icons {
766
576
  color: rgba(0, 0, 0, 0.54);
767
- display: table-cell;
577
+ display: -ms-flexbox;
578
+ display: flex;
768
579
  text-align: center;
769
580
  vertical-align: middle;
581
+ -ms-flex-align: center;
582
+ align-items: center;
583
+ -ms-flex-pack: center;
584
+ justify-content: center;
770
585
  width: 100%;
771
586
  font-size: 12px;
772
587
  }
773
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
774
- line-height: 25px;
775
- }
776
- .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
777
- line-height: 25px;
778
- min-height: 25px;
779
- }
780
- .e-toolbar .e-toolbar-items {
781
- border-radius: 0 0 0 0;
782
- display: inline-block;
783
- height: 100%;
784
- min-height: 42px;
785
- vertical-align: middle;
786
- }
787
- .e-toolbar .e-toolbar-items.e-toolbar-multirow {
788
- margin-bottom: 1px;
789
- margin-left: 18px;
790
- margin-right: 18px;
791
- white-space: normal;
588
+ .e-toolbar.e-toolpop {
589
+ overflow: visible;
792
590
  }
793
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
794
- margin: 0;
795
- }
796
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
797
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
591
+ .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
798
592
  display: none;
799
593
  }
800
- .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
801
- display: -ms-inline-flexbox;
802
- display: inline-flex;
803
- }
804
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
805
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
806
- .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
807
- display: inline;
808
- }
809
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
810
- margin-left: 0;
811
- }
812
- .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
813
- margin-right: 0;
814
- }
815
- .e-toolbar .e-toolbar-items.e-tbar-pos {
816
- display: block;
817
- }
818
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
819
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
820
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
821
- display: table;
822
- height: 100%;
823
- top: 0;
824
- }
825
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
826
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
594
+ .e-toolbar .e-toolbar-pop {
595
+ border-radius: 0;
596
+ overflow: hidden;
597
+ padding: 0;
827
598
  position: absolute;
828
599
  }
829
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
830
- right: 0;
831
- }
832
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
833
- left: 0;
834
- line-height: 35px;
835
- }
836
- .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
837
- margin: 0 auto;
838
- }
839
- .e-toolbar .e-toolbar-items .e-toolbar-left,
840
- .e-toolbar .e-toolbar-items .e-toolbar-center,
841
- .e-toolbar .e-toolbar-items .e-toolbar-right {
842
- display: inline-block;
843
- }
844
- .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
845
- margin-left: 3px;
846
- }
847
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
848
- margin-left: 3px;
849
- }
850
- .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
851
- margin-left: 0;
600
+ .e-toolbar .e-toolbar-pop .e-toolbar-item {
601
+ display: -ms-flexbox;
602
+ display: flex;
603
+ height: 36px;
604
+ -ms-flex-pack: center;
605
+ justify-content: center;
606
+ min-height: 25px;
852
607
  }
853
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
854
- margin-right: 0;
608
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
609
+ display: none;
855
610
  }
856
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
857
- margin-left: 3px;
611
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
612
+ min-height: 25px;
613
+ min-width: 100%;
614
+ padding: 0 16px;
615
+ border: none;
616
+ border-radius: 2px;
617
+ -ms-flex-pack: start;
618
+ justify-content: flex-start;
858
619
  }
859
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
860
- margin-right: 0;
620
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
621
+ margin: 0;
622
+ padding: 0;
623
+ width: auto;
861
624
  }
862
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
863
- margin-right: 3px;
625
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
626
+ padding: 0;
864
627
  }
865
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
866
- margin-left: 0;
628
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
629
+ min-width: 34px;
630
+ padding: 0;
867
631
  }
868
- .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
869
- margin-right: 3px;
632
+ .e-toolbar .e-toolbar-pop .e-toolbar-item > * {
633
+ height: 100%;
634
+ min-width: 100%;
635
+ text-overflow: ellipsis;
870
636
  }
871
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
872
- .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
873
- margin-right: 3px;
637
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
638
+ min-width: 100%;
874
639
  }
875
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
876
- -ms-touch-action: pan-y pinch-zoom;
877
- touch-action: pan-y pinch-zoom;
640
+ .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
641
+ display: none;
878
642
  }
879
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
880
- margin-right: 3px;
643
+ .e-toolbar .e-toolbar-pop .e-toolbar-popup,
644
+ .e-toolbar .e-toolbar-pop .e-toolpopup {
645
+ text-align: center;
881
646
  }
882
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
883
- margin: 0;
647
+ .e-toolbar.e-extended-toolbar {
648
+ overflow: visible;
884
649
  }
885
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
886
- margin-right: 3px;
650
+ .e-toolbar.e-extended-toolbar.e-tbar-extended {
651
+ border-bottom: 0;
652
+ border-bottom-left-radius: 0;
653
+ border-bottom-right-radius: 0;
887
654
  }
888
- .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
889
- margin: 0;
655
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended {
656
+ border-top: 0;
657
+ border-top-left-radius: 0;
658
+ border-top-right-radius: 0;
659
+ min-height: 42px;
660
+ padding-bottom: 0;
661
+ padding-left: 3px;
662
+ padding-right: 3px;
663
+ padding-top: 0;
664
+ margin-left: -1px;
665
+ box-shadow: none;
666
+ display: inline;
667
+ white-space: normal;
890
668
  }
891
- .e-toolbar .e-toolbar-items .e-toolbar-item {
892
- -ms-flex-line-pack: center;
893
- align-content: center;
894
- -ms-flex-align: center;
895
- align-items: center;
896
- cursor: pointer;
669
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
897
670
  display: -ms-inline-flexbox;
898
671
  display: inline-flex;
899
672
  min-height: 42px;
900
- vertical-align: middle;
901
- width: auto;
902
- }
903
- .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
904
- height: inherit;
905
- min-width: 34px;
906
- padding: 3.5px;
907
- }
908
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
909
- margin: 7.5px 3px;
910
- min-height: 27px;
911
- min-width: 1px;
912
- }
913
- .e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
914
- height: auto;
915
- }
916
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
917
- padding: 0;
918
673
  }
919
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
920
- height: calc(100% - 10px);
921
- margin: 4px 0;
674
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
675
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
922
676
  min-height: 0;
923
677
  min-width: 0;
924
678
  padding: 0 1.5px;
925
- border-radius: 2px;
926
- line-height: 25px;
927
679
  }
928
- .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 {
929
- padding: 0 1.5px;
680
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
681
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
682
+ padding: 0 2px 0 2px;
683
+ font-size: 14px;
930
684
  }
931
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
932
- outline: 0;
685
+ .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),
686
+ .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) {
687
+ display: -ms-flexbox;
688
+ display: flex;
689
+ -ms-flex-align: center;
690
+ align-items: center;
691
+ vertical-align: middle;
692
+ -ms-flex-pack: center;
693
+ justify-content: center;
694
+ padding: 0;
695
+ font-size: 14px;
933
696
  }
934
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
697
+ .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),
698
+ .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) {
935
699
  padding: 0;
936
700
  }
937
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
701
+ .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),
702
+ .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) {
938
703
  padding: 0;
939
704
  }
940
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
941
- margin: 0;
942
- min-width: 24px;
943
- width: auto;
944
- padding-bottom: 0;
705
+ .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,
706
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
707
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
708
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
709
+ padding: 0 1.5px;
945
710
  }
946
- .e-toolbar .e-toolbar-items .e-toolbar-item > * {
947
- -ms-flex-item-align: center;
948
- -ms-grid-row-align: center;
949
- align-self: center;
950
- text-overflow: ellipsis;
711
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
712
+ min-width: 34px;
713
+ padding: 3.5px;
951
714
  }
952
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
953
- height: calc(100% - 15px);
954
- vertical-align: middle;
715
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
716
+ min-height: 25px;
955
717
  }
956
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
718
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
957
719
  display: none;
958
720
  }
959
- .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 {
721
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
960
722
  display: none;
961
723
  }
962
- .e-toolbar .e-tbar-btn > :first-child {
963
- display: inline-block;
724
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
725
+ display: none;
964
726
  }
965
- .e-toolbar .e-tbar-btn {
966
- border: none;
727
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
728
+ display: inline;
729
+ }
730
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
731
+ width: inherit;
732
+ }
733
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
967
734
  cursor: pointer;
968
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
969
735
  font-size: 14px;
970
- font-weight: 400;
971
736
  overflow: hidden;
972
737
  padding: 0 1.5px;
973
- text-align: center;
974
- text-decoration: none;
975
- text-transform: none;
976
738
  }
977
- .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
739
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
978
740
  font-size: 14px;
979
- vertical-align: middle;
980
741
  }
981
- .e-toolbar .e-tbar-btn div {
982
- vertical-align: middle;
983
- }
984
- .e-toolbar .e-tbar-btn .e-tbar-btn-text {
985
- display: inline-block;
986
- font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
987
- font-size: 14px;
988
- line-height: inherit;
989
- vertical-align: middle;
990
- width: auto;
991
- }
992
- .e-toolbar.e-vertical {
993
- display: -ms-flexbox;
994
- display: flex;
995
- -ms-flex-direction: column;
996
- flex-direction: column;
742
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
743
+ height: auto;
997
744
  }
998
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
999
- bottom: 0;
1000
- top: auto;
745
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
746
+ -ms-flex-item-align: center;
747
+ -ms-grid-row-align: center;
748
+ align-self: center;
749
+ text-overflow: ellipsis;
1001
750
  }
1002
- .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
1003
- bottom: auto;
1004
- top: 0;
751
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
752
+ display: none;
1005
753
  }
1006
- .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
1007
- -ms-touch-action: pan-x pinch-zoom;
1008
- touch-action: pan-x pinch-zoom;
754
+ .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
755
+ display: -ms-inline-flexbox;
756
+ display: inline-flex;
1009
757
  }
1010
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
1011
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
1012
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1013
- height: auto;
758
+ .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
759
+ display: table;
1014
760
  }
1015
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
1016
- left: auto;
1017
- right: auto;
1018
- top: 0;
761
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
762
+ padding: 0;
1019
763
  }
1020
- .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1021
- bottom: 0;
1022
- left: auto;
1023
- right: auto;
764
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
765
+ padding: 0;
1024
766
  }
1025
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1026
- margin-left: 0;
767
+ .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
768
+ padding: 0 2px 0 2px;
1027
769
  }
1028
- .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1029
- margin-right: 0;
770
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
771
+ margin-left: 3px;
772
+ margin-right: initial;
1030
773
  }
1031
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
1032
- display: -ms-flexbox;
1033
- display: flex;
1034
- height: auto;
774
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
775
+ margin: 0;
1035
776
  }
1036
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1037
- min-width: 33px;
777
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
778
+ margin: 0;
1038
779
  }
1039
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1040
- height: auto;
1041
- margin: 3px 7.5px;
1042
- min-height: auto;
780
+ .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
781
+ margin-right: 3px;
1043
782
  }
1044
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1045
- margin: 4px auto;
783
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
784
+ left: auto;
785
+ right: 0;
1046
786
  }
1047
- .e-toolbar.e-vertical .e-hor-nav {
1048
- bottom: 0;
1049
- height: auto;
787
+ .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
1050
788
  left: 0;
1051
- min-height: 40px;
1052
- min-width: 50px;
1053
789
  right: auto;
1054
- top: auto;
1055
- width: auto;
1056
790
  }
1057
-
1058
- /*! toolbar theme */
1059
- /* stylelint-disable property-no-vendor-prefix */
1060
- .e-toolbar {
1061
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1062
- background: #fafafa;
1063
- border: 1px none rgba(0, 0, 0, 0.12);
1064
- box-shadow: none;
1065
- }
1066
- .e-toolbar.e-vertical .e-hor-nav {
1067
- border: solid rgba(0, 0, 0, 0.12);
1068
- border-width: 1px 0 0 0;
1069
- }
1070
- .e-toolbar.e-vertical.e-rtl .e-hor-nav {
1071
- border: solid rgba(0, 0, 0, 0.12);
1072
- border-width: 0 0 1px 0;
1073
- }
1074
- .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
1075
- border-width: 0 0 0.5px 0;
1076
- }
1077
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
1078
- background: #fafafa;
1079
- }
1080
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1081
- border: solid rgba(0, 0, 0, 0.12);
1082
- border-width: 0 0.5px 0 0;
1083
- }
1084
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
1085
- color: rgba(0, 0, 0, 0.54);
1086
- }
1087
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1088
- background: #fafafa;
1089
- box-shadow: none;
1090
- color: rgba(0, 0, 0, 0.87);
1091
- border: none;
1092
- }
1093
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1094
- color: rgba(0, 0, 0, 0.87);
1095
- }
1096
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1097
- background: rgba(0, 0, 0, 0.12);
1098
- border-radius: 0;
1099
- color: rgba(0, 0, 0, 0.87);
1100
- border-color: rgba(0, 0, 0, 0.12);
1101
- border-style: solid;
1102
- border-width: 0;
1103
- box-shadow: none;
1104
- }
1105
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
1106
- color: rgba(0, 0, 0, 0.54);
1107
- }
1108
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1109
- color: rgba(0, 0, 0, 0.87);
791
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
792
+ margin-left: 0;
1110
793
  }
1111
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1112
- background: rgba(0, 0, 0, 0.12);
1113
- border-radius: 0;
1114
- color: rgba(0, 0, 0, 0.87);
1115
- border-color: rgba(0, 0, 0, 0.12);
1116
- border-style: solid;
1117
- border-width: 0;
794
+ .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
795
+ margin-left: 3px;
1118
796
  }
1119
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
1120
- color: rgba(0, 0, 0, 0.54);
797
+ .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
798
+ margin-left: 0;
799
+ margin-right: 3px;
1121
800
  }
1122
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
1123
- color: rgba(0, 0, 0, 0.87);
801
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
802
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
803
+ margin-right: 0;
1124
804
  }
1125
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
1126
- color: rgba(0, 0, 0, 0.54);
805
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
806
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
807
+ margin-right: 3px;
1127
808
  }
1128
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1129
- color: rgba(0, 0, 0, 0.87);
809
+ .e-toolbar.e-rtl .e-hor-nav {
810
+ left: 0;
811
+ right: auto;
812
+ border-radius: 0 0 0 0;
1130
813
  }
1131
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1132
- background: #bdbdbd;
1133
- border-radius: 0;
1134
- box-shadow: none;
1135
- color: rgba(0, 0, 0, 0.87);
1136
- border-color: #bdbdbd;
1137
- border-style: solid;
1138
- border-width: 0;
814
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
815
+ margin: 0;
1139
816
  }
1140
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
1141
- color: rgba(0, 0, 0, 0.54);
817
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
818
+ margin: 0;
1142
819
  }
1143
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
1144
- color: rgba(0, 0, 0, 0.87);
820
+ .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
821
+ margin: 0;
822
+ margin-left: 3px;
1145
823
  }
1146
- .e-toolbar .e-tbar-btn.e-btn .e-icons {
1147
- color: rgba(0, 0, 0, 0.54);
824
+ .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
825
+ left: 0;
826
+ right: auto;
1148
827
  }
1149
- .e-toolbar .e-toolbar-pop {
828
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
829
+ padding-right: 3px;
830
+ margin-left: 0;
831
+ }
832
+ .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
833
+ padding-left: 0;
834
+ }
835
+
836
+ /*! toolbar theme */
837
+ /* stylelint-disable property-no-vendor-prefix */
838
+ .e-toolbar {
839
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1150
840
  background: #fafafa;
1151
841
  border: 1px none rgba(0, 0, 0, 0.12);
1152
- box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
842
+ box-shadow: none;
1153
843
  }
1154
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
844
+ .e-toolbar .e-toolbar-items {
1155
845
  background: #fafafa;
1156
846
  }
1157
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
1158
- background: rgba(0, 0, 0, 0.12);
847
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
848
+ background: #fafafa;
1159
849
  box-shadow: none;
1160
850
  color: rgba(0, 0, 0, 0.87);
1161
- border-color: rgba(0, 0, 0, 0.12);
1162
- border-style: solid;
1163
- border-width: 0;
851
+ border: none;
1164
852
  }
1165
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
853
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
1166
854
  color: rgba(0, 0, 0, 0.54);
1167
855
  }
1168
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
856
+ .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
1169
857
  color: rgba(0, 0, 0, 0.87);
1170
858
  }
1171
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
1172
- background: #bdbdbd;
859
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
860
+ background: rgba(0, 0, 0, 0.2088);
1173
861
  box-shadow: none;
1174
- color: rgba(0, 0, 0, 0.87);
1175
- border-color: #bdbdbd;
1176
- border-style: solid;
1177
- border-width: 0;
1178
862
  }
1179
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
1180
- color: rgba(0, 0, 0, 0.54);
1181
- }
1182
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
863
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
1183
864
  color: rgba(0, 0, 0, 0.87);
1184
865
  }
1185
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
1186
- background: rgba(0, 0, 0, 0.12);
866
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
1187
867
  box-shadow: none;
868
+ }
869
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
870
+ background: rgba(0, 0, 0, 0.12);
871
+ border-radius: 2px;
1188
872
  color: rgba(0, 0, 0, 0.87);
1189
873
  border-color: rgba(0, 0, 0, 0.12);
1190
874
  border-style: solid;
1191
875
  border-width: 0;
876
+ box-shadow: none;
1192
877
  }
1193
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
878
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
1194
879
  color: rgba(0, 0, 0, 0.54);
1195
880
  }
1196
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
881
+ .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1197
882
  color: rgba(0, 0, 0, 0.87);
1198
883
  }
1199
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
1200
- outline: 0;
1201
- }
1202
- .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1203
- background: transparent;
1204
- }
1205
- .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1206
- background: #fafafa;
1207
- }
1208
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1209
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
884
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
1210
885
  background: rgba(0, 0, 0, 0.12);
1211
- box-shadow: none;
1212
886
  border-color: rgba(0, 0, 0, 0.12);
1213
887
  border-style: solid;
1214
888
  border-width: 0;
889
+ border-radius: 2px;
890
+ color: rgba(0, 0, 0, 0.87);
1215
891
  }
1216
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
1217
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
1218
- border-color: rgba(0, 0, 0, 0.12);
1219
- border-style: solid;
1220
- border-width: 0;
892
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
893
+ color: rgba(0, 0, 0, 0.54);
1221
894
  }
1222
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
1223
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
895
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1224
896
  color: rgba(0, 0, 0, 0.87);
1225
897
  }
1226
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
1227
- .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
1228
- color: rgba(0, 0, 0, 0.87);
898
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
899
+ color: rgba(0, 0, 0, 0.54);
1229
900
  }
1230
- .e-toolbar .e-tbar-btn {
1231
- background: #fafafa;
1232
- box-shadow: none;
901
+ .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
1233
902
  color: rgba(0, 0, 0, 0.87);
1234
- border: none;
1235
903
  }
1236
- .e-toolbar .e-tbar-btn:focus {
1237
- background: rgba(0, 0, 0, 0.12);
1238
- border-radius: 0;
1239
- color: rgba(0, 0, 0, 0.87);
1240
- border-color: rgba(0, 0, 0, 0.12);
904
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active {
905
+ background: #bdbdbd;
906
+ border-color: #bdbdbd;
1241
907
  border-style: solid;
1242
908
  border-width: 0;
909
+ border-radius: 2px;
1243
910
  box-shadow: none;
911
+ color: rgba(0, 0, 0, 0.87);
1244
912
  }
1245
- .e-toolbar .e-tbar-btn:focus .e-icons {
913
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
1246
914
  color: rgba(0, 0, 0, 0.54);
1247
915
  }
1248
- .e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
1249
- color: rgba(0, 0, 0, 0.87);
1250
- }
1251
- .e-toolbar .e-tbar-btn:hover {
1252
- background: rgba(0, 0, 0, 0.12);
1253
- border-color: rgba(0, 0, 0, 0.12);
1254
- border-style: solid;
1255
- border-width: 0;
1256
- border-radius: 0;
916
+ .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
1257
917
  color: rgba(0, 0, 0, 0.87);
1258
918
  }
1259
- .e-toolbar .e-toolbar-items {
1260
- background: #fafafa;
919
+ .e-toolbar .e-toolbar-item.e-separator {
920
+ border: solid rgba(0, 0, 0, 0.12);
921
+ border-width: 0 0.5px 0 0;
1261
922
  }
1262
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
923
+ .e-toolbar .e-toolbar-item.e-overlay {
1263
924
  background: #fafafa;
1264
925
  opacity: 0.5;
926
+ color: rgba(0, 0, 0, 0.26);
1265
927
  }
1266
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
928
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
1267
929
  color: rgba(0, 0, 0, 0.38);
1268
930
  }
1269
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
931
+ .e-toolbar .e-toolbar-item.e-overlay .e-icons {
1270
932
  color: rgba(0, 0, 0, 0.26);
1271
933
  }
1272
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1273
- color: rgba(0, 0, 0, 0.87);
1274
- }
1275
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
1276
- color: rgba(0, 0, 0, 0.87);
1277
- }
1278
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
1279
- box-shadow: none;
1280
- }
1281
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
1282
- color: rgba(0, 0, 0, 0.54);
1283
- }
1284
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
1285
- color: rgba(0, 0, 0, 0.87);
1286
- }
1287
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
1288
- color: rgba(0, 0, 0, 0.54);
1289
- }
1290
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
1291
- color: rgba(0, 0, 0, 0.87);
1292
- }
1293
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
1294
- color: rgba(0, 0, 0, 0.54);
1295
- }
1296
- .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1297
- color: rgba(0, 0, 0, 0.87);
1298
- }
1299
- .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
934
+ .e-toolbar.e-vertical .e-hor-nav {
1300
935
  border: solid rgba(0, 0, 0, 0.12);
1301
- border-width: 0 0.5px 0 0;
936
+ border-width: 1px 0 0 0;
1302
937
  }
1303
- .e-toolbar.e-rtl .e-hor-nav {
1304
- background: #fafafa;
938
+ .e-toolbar.e-vertical.e-rtl .e-hor-nav {
1305
939
  border: solid rgba(0, 0, 0, 0.12);
1306
- border-left: 0;
1307
- border-width: 0 1px 0 0;
940
+ border-width: 0 0 1px 0;
1308
941
  }
1309
- .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
1310
- background: rgba(0, 0, 0, 0.12);
1311
- color: rgba(0, 0, 0, 0.87);
942
+ .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
943
+ border-width: 0 0 0.5px 0;
1312
944
  }
1313
945
  .e-toolbar .e-hor-nav {
1314
946
  background: #fafafa;
@@ -1373,18 +1005,108 @@
1373
1005
  .e-toolbar .e-hor-nav:focus .e-icons {
1374
1006
  color: rgba(0, 0, 0, 0.54);
1375
1007
  }
1376
- .e-toolbar .e-tbar-btn:active {
1008
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1009
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1010
+ background: rgba(0, 0, 0, 0.12);
1011
+ box-shadow: none;
1012
+ border-color: rgba(0, 0, 0, 0.12);
1013
+ border-style: solid;
1014
+ border-width: 0;
1015
+ }
1016
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
1017
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
1018
+ border-color: rgba(0, 0, 0, 0.12);
1019
+ border-style: solid;
1020
+ border-width: 0;
1021
+ }
1022
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
1023
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
1024
+ color: rgba(0, 0, 0, 0.87);
1025
+ }
1026
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
1027
+ .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
1028
+ color: rgba(0, 0, 0, 0.87);
1029
+ }
1030
+ .e-toolbar .e-toolbar-pop {
1031
+ background: #fafafa;
1032
+ border: 1px none rgba(0, 0, 0, 0.12);
1033
+ box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
1034
+ }
1035
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
1036
+ background: #fafafa;
1037
+ }
1038
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
1039
+ background: rgba(0, 0, 0, 0.12);
1040
+ box-shadow: none;
1041
+ border-color: rgba(0, 0, 0, 0.12);
1042
+ border-style: solid;
1043
+ border-width: 0;
1044
+ }
1045
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
1377
1046
  background: #bdbdbd;
1047
+ box-shadow: none;
1378
1048
  border-color: #bdbdbd;
1379
1049
  border-style: solid;
1380
1050
  border-width: 0;
1381
- border-radius: 0;
1051
+ }
1052
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
1053
+ background: rgba(0, 0, 0, 0.12);
1382
1054
  box-shadow: none;
1383
- color: rgba(0, 0, 0, 0.87);
1055
+ border-color: rgba(0, 0, 0, 0.12);
1056
+ border-style: solid;
1057
+ border-width: 0;
1384
1058
  }
1385
- .e-toolbar .e-tbar-btn:active .e-icons {
1386
- color: rgba(0, 0, 0, 0.54);
1059
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
1060
+ outline: 0;
1061
+ }
1062
+ .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
1063
+ background: transparent;
1064
+ }
1065
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
1066
+ background: #fafafa;
1067
+ box-shadow: none;
1068
+ border: none;
1069
+ }
1070
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1071
+ background: rgba(0, 0, 0, 0.12);
1072
+ border-radius: 2px;
1073
+ border-color: rgba(0, 0, 0, 0.12);
1074
+ border-style: solid;
1075
+ border-width: 0;
1076
+ box-shadow: none;
1077
+ }
1078
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1079
+ background: rgba(0, 0, 0, 0.12);
1080
+ border-radius: 2px;
1081
+ border-color: rgba(0, 0, 0, 0.12);
1082
+ border-style: solid;
1083
+ border-width: 0;
1084
+ }
1085
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1086
+ background: #bdbdbd;
1087
+ border-radius: 2px;
1088
+ box-shadow: none;
1089
+ border-color: #bdbdbd;
1090
+ border-style: solid;
1091
+ border-width: 0;
1092
+ }
1093
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1094
+ border: solid rgba(0, 0, 0, 0.12);
1095
+ border-width: 0 0.5px 0 0;
1096
+ }
1097
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
1098
+ background: #fafafa;
1099
+ }
1100
+ .e-toolbar.e-extended-toolbar .e-toolbar-pop {
1101
+ background: #fafafa;
1387
1102
  }
1388
- .e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
1103
+ .e-toolbar.e-rtl .e-hor-nav {
1104
+ background: #fafafa;
1105
+ border: solid rgba(0, 0, 0, 0.12);
1106
+ border-left: 0;
1107
+ border-width: 0 1px 0 0;
1108
+ }
1109
+ .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
1110
+ background: rgba(0, 0, 0, 0.12);
1389
1111
  color: rgba(0, 0, 0, 0.87);
1390
1112
  }