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