@syncfusion/ej2-navigations 20.4.52 → 21.1.35

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