@syncfusion/ej2-navigations 19.2.59 → 19.3.44

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