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